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

  • 11 years ago Mirela
    Participant
    in reply to: Sticky Navigation

    Hello,

    Sorry but looking through inspect element, doesn’t seem to have change anything yet. If you can, ask your host to give you the ftp credentials and we’ll do it for you. It is just a 5 minutes work.
    Let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Problems with the menu and wordpress bar

    Hello,

    1- For the dark logo, in Codeless Slider Options,i edited the ‘Content’ and set the ‘Overall Buttons Colors’ to ‘Light, for darker backgrounds’. Please change the ‘Header Color Style for Header 1’ to ‘Dark’ (you have it to Light for now)in home page > General Settings > Page Options & Styles

    2-You have many plugins installed in your site. One of them may be conflicting with theme options. Please try disabling and enable one at a time to debug the issue.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Adding a stripe of pictures

    Hello,

    Please add these lines into your custom css box:
    .vc_gitem-zone { background-size: contain !important;} It will shrink the images.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Small Icons with Contact Info in Header

    Hello,

    Yes, if you can not see a file under Appearance > Editor, then you have to access it via ftp. That’s why we often ask for the ftp credentials too.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: PHP warning

    Hello,

    This is strange. You do not have any error in your site. Please set the debug mode to false, in file wp-config.php:
    define('WP_DEBUG', false);
    See if the warning persists. Let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: How to Make Service Circle Icons Clickable

    Hello,

    To make icons link too, please go to file vc_templates\services-medium.php and find this line:
    $output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';
    Replace it with this:
    $output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.$data['link'].'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';
    Save and refresh.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Remove Shadow and borders from Submenu?

    Hello,

    To remove the box shadow from sub-item i added this code:

    nav .menu > li > ul.sub-menu, nav .menu > li > ul.sub-menu ul {
      box-shadow: none !important;
    }

    into your custom css box. Please check it.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: do not show Portfolio Custom Fields

    Hello,

    Sorry that is not possible. But i edited the code to this:

    .single_portfolio_container .row-fluid .span9 {
      width: 100% !important;
    }

    So it will be applied only to normal, bottom content portfolio items. Please check it in your site.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: visual composer installing

    Hello,

    Please go to your dashboard. you should see a message asking you to install required plugins (screenshot). Follow the on-screen instructions and you’re done!

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Footer Single Column

    Hello,

    Go to file bootstrap-responsive.css find that line and remove the ‘!important’. Now the class will take the property given in custom css box.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Service square

    Hello,

    We have tested this on the latest chrome version too. And there is no issue. Maybe you have some extension that may be causing this. Try to open your site from another computer and let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Problem with customizing navigation since WPML

    Hello,

    1- We are working on it. As soon as it is resolved, everyone will be notified.
    2- The category in portfolio is required for the normal functionality of portfolio. And for it to be translatable. To remove them from displaying, add these lines into your custom css box:

    #portfolio-filter { display: none;}
    .portfolio-item.overlayed h6 { display: none;}

    3- To add the language selectors beside the main menu, Gg to file header.php and find these lines:

    <a class="right_search open_search_button" href="#">
          <i class="icon-search"></i>
     </a>
     <?php endif; ?>

    After them add this line: <?php do_action('icl_language_selector'); ?>
    It should look like this:

    <a class="right_search open_search_button" href="#">
          <i class="icon-search"></i>
     </a>
     <?php endif; ?>
     <?php do_action('icl_language_selector'); ?>

    4- You can translate all text via WPML options, read here for more.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Megamenu Problem

    Hello,

    Can you please post your wp credentials in a private reply? So we can check.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Sticky Navigation

    Hello,

    There is still the main folder instead of the required one. Please see screenshot. Please make the changes first. If you give us your ftp credentials in a private reply, we can do it for you.
    Also there is another error related to google maps. It is underlined in red in the screenshot. Check them out and let us know.

    Best regards!

    11 years ago Mirela
    Participant
    in reply to: Header title problem

    Hello,

    This is a single portfolio page you have send me and it does not have any title or breadcrumbs. I also checked the other pages from menu but did not find any cropped title. Please send us a link of the issue so we can advice.

    Best regards!

Viewing 15 posts - 12,106 through 12,120 (of 12,542 total)
← 1 2 3 … 807 808 809 … 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