Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 1 month ago Mirela
    Participant
    in reply to: Must click twice to Search

    Hello,

    Yes, sure. I have already notified the developers. Thank you for suggesting.
    If you have other suggestions, please do not hesitate to send them to us. Just open a ticket in this other forum, dedicated for them:
    https://support.codeless.co/?forum=suggest-us-features

    Best regards!

    • This reply was modified 9 years, 1 month ago by Mirela.
    9 years, 1 month ago Mirela
    Participant
    in reply to: services circle icon link

    Hello,

    To make the image a link like the service title, please go to file vc_templates/services_medium.php and find these lines:

    if($icon_bool == 'image' && !empty($image)):
                $output .= '<img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" />';
            endif;

    Replace with these:
    https://codeshare.io/5RBqpW

    To give the image additional link, different from the service, requires further coding that is not included in support.

    Best regards!

    • This reply was modified 9 years, 1 month ago by Mirela.
    • This reply was modified 9 years, 1 month ago by Mirela.
    9 years, 1 month ago Mirela
    Participant
    in reply to: Dropdown menu color

    Hello,

    This happens because the color of the active menu item (the page you are currently) is the same as the background color of the submenu. Try adding this css as well:

    nav .menu li > ul.sub-menu li.current-menu-item > a {
        color: #37bdac !important;
    }

    Change the color to your wish. Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Portfolio Categories

    Hello,

    1-To remove the separator of portfolio category, go to file \includes\view\portfolio\loop-grid.php and find this block:
    https://codeshare.io/GkJy9L
    Replace with these:
    https://codeshare.io/a3DM66

    2-Sorry but this is not possible.
    3-This is the structure of portfolio when you are using pagination. The filters will pull out the result from the current selected page. If you want it to filter from all work, then use another pagination method that let’s you have all items displayed in one page.

    4-You can select the categories you want in the filter bar in the portfolio page Portfolio Options > Portfolio Categories (screenshot).

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Fullscreen WP Plugin Under Header / Footer

    Hello,

    Sorry but we do not support third party plugins. Please read more regarding our support policy here: https://support.codeless.co/?page_id=4207

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Must click twice to Search

    Hello,

    I opened this link: https://37.60.240.179/~methodr8/# and the search field does have focus as soon as you click on the search icon. See screen recording of it: https://drive.google.com/file/d/0B51Lyn41UgszOW42TWZMZnlCUjA/view
    Did you manage to fix your issue?
    Let us know.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Codeless Slider Parallax Black Space

    Hello,

    Can you please send us some valid wp credentials in a private reply? So we can give a close look to the parallax options.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Media Grid Opening Image in New Tab (Not Lightbox)

    Hello,

    There is no apparent issues in your site. What version of the theme do you have? I see you have a caching plugin enabled. Please disable all third party plugins first. Clear browser’s cache and refresh page.
    If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Dropdown menu color

    Hello,

    The links you have send, do not open correctly and the view is not helpful. See screenshot of it: https://pho.to/Ahub7
    Please send us the link of your site so we can give it a closer look.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: translations

    Hello,

    Please know that this is a third party plugin and support does not include the configuration or support on third party plugins. Read more here: https://support.codeless.co/?page_id=4207

    Make sure to have added the translation in the .PO file included in specular\lang folder. or edit them directly in the files mentioned above.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Media Grid Opening Image in New Tab (Not Lightbox)

    Hello,

    Yes, the media grid does still open images in a lightbox. I don’t see any media grid in your site. Can you send a screenshot of the section that has it?

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Mobile Responive Issues

    Hello,

    -Please edit the value, in:
    #logo { left: -19px !important;}
    from the code above to -49px.

    -Even if you make the background transparent, this won’t happen. First because the gray background is of the slider, not header. The slider is below header, not under it. So making header background transparent won’t make a change.

    Add this code too, inside the @media rule:

    .header_wrapper {
        background: background: rgb(128, 128, 128); !important;
    }
    .background--dark #logo img.light {
        display: block !important;
        visibility: visible !important;
    }
    .background--dark #logo img.dark {
        display: none !important;
        visibility: hidden !important;
    }

    Result screenshot.
    Please know that these are personal customizations normally not included in support.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Must click twice to Search

    Hello,


    @CaryMillsap
    ,
    This is the only edit you need to do. It is tested and it works. Please open up a new ticket and send us your ftp credentials in a private reply.
    Add this topic for reference.

    Adding your credentials in this topic will make them accessible to the topic author too.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Fatal Error Blog/News Page

    Hello,

    Can you please give more information on this? When did it happen? Did you made any changes to the site prior to this? Please fill in the necessary information on the extra information fields of your profile data. So we can give it a closer look.

    Read this article for more information.

    Best regards!

    9 years, 1 month ago Mirela
    Participant
    in reply to: Single staff text

    Hello,

    Actually the images are just were they should be. See screenshot: https://pho.to/AhrPq
    If you want to change their position so that the photo is more aligned(the image itself is already aligned), then add this code as well:

    .single_staff .featured_img img {
        margin-left: -33px !important;
    }

    Best regards!

Viewing 15 posts - 5,701 through 5,715 (of 12,542 total)
← 1 2 3 … 380 381 382 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password