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

  • 10 years, 11 months ago Mirela
    Participant
    in reply to: Latest From Blog element by CATEGORY

    Hello,

    You can find it in file, vc_templates\latest_blog.php
    Sorry but is not possible to save these edits from future theme updates.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Sliding Presentation with Default Theme

    Hello,

    Sorry but such support is not included. You can try and add this line into your pages custom css box, at the pages that show this issue:
    .full_nav_menu { padding-top: 85px !important;}

    best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: VC, button "Go" and URL (and 2 questions)

    Hello,

    Glad to learn that.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Button at Codeless Slider is not working

    Hello,

    Do you mean the ‘Empieza Ahora’ button? I checked it and it does work. Did you manage to fix your issue?
    Let us know if you still need help.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Testimonials bugs

    Hello,

    Please add this code into your custom css box:

    .testimonial_carousel_element:hover .pagination a.prev{ left: 0px;}
    .testimonial_carousel_element:hover .pagination a.next { right: 0px;}

    Best regards!

    • This reply was modified 10 years, 11 months ago by Mirela.
    10 years, 11 months ago Mirela
    Participant
    in reply to: Date picker not functioning on front end

    Hello,

    What are you using to generate the date picker? Can i see a link where is this running? If it’s a third party plugin, it may be that it is not compatible with the theme.
    Let us know.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Google analytics not being recognized

    Hello,

    Where exactly are you adding it in the theme? It should be in General Options > Tracking Code. Let us know.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Clients Carousel

    Hello,

    To remove the coma, please go to file vc_templates\testimonial_carousel.php and find this line:
    $output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
    Replace with this:
    $output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
    Save and refresh.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Problem with Menu after importing photography template

    Hello,

    Yes, you have imported it correctly. But since there was another configuration already saved (the first menu) the Photography menu style did not take place. Please go to General Options > Header Styles and select ‘Left/Right side header’ (screenshot). Then in Menu Options: screenshot. Make sur eto chose the white logo version too, in page’s General Settings > Page Options & Styles.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Remove Next & Previous Buttons Portfolio

    Hello,

    yes, please add this line into your custom css box: .nav-growpop { display: none;}

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Demo set up (HOME page) not working

    Hello,

    I can not do much with this much rights. However, to manually change main menu, please go to file header.php and find this line:
    $args = array("theme_location" => "main", "container" => false, "fallback_cb" => 'themeple_fallback_menu');
    Replace with this:
    $args = array("theme_location" => "main", "container" => false, "fallback_cb" => 'themeple_fallback_menu','menu' => 'my_menu');
    Change the ‘my_menu’ with your main menu name and save file.
    -Add this code: .page_header_yes .top_wrapper { padding-top: 100px;} into your custom css box, for the page header.
    -Did you installed all required plugins?
    Let us know.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: VC, button "Go" and URL (and 2 questions)

    Hello,


    @FabienMind
    ,
    You do not need the Visual Composer licence key. The Visual Composer is included in the latest theme version. To update the plugin:

    Via FTP, delete respective folders from wp-content > plugins. Than go to Dashboard and you will see a message requiring to install plugins. Follow the onscreen instructions (to install the requested plugin) and you’re done!
    https://codeless.co/documentation/main.html#update_theme

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Blog Page – Different layout than blog post

    Hello,

    That is the default preview of social icons in a sidebar. If you want to change that, please add these lines into your custom css box:

    aside ul li:after { display:none; }
    aside ul li {
      border-bottom: 0px solid #e7e7e7;
      width: 10px !important;
      float: left;
      padding-left: 20px;
      padding-right: 20px;
    }
    .icon-facebook:before {  font-size: 30px;}
    .icon-twitter:before {  font-size: 30px;}
    .icon-linkedin:before {  font-size: 30px;}
    .icon-youtube:before {  font-size: 30px;}
    .icon-instagram:before {  font-size: 30px;}

    This should be the result, screenshot.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: "Latest from Blog" not working with Video Posts

    Hello,

    Sorry for the late reply.
    To remove the author and date, please add this code into your custom css box:
    .latest_blog .blog-item .info { display: none;}
    To display the missing video post, please copy this code and replace it in your vc_templates\latest_blog.php file.
    We will fix this in the next theme update.

    Best regards!

    10 years, 11 months ago Mirela
    Participant
    in reply to: Blog Navigation Arrows

    Hello,

    Sorry for the late reply.
    Yes, please add these lines into your custom css box:

    .nav-growpop a.prev div { display: none;}
    .nav-growpop a.next div { display: none;}

    Ps: Please know that we reply to topics in order of time. The oldest first. So the reason why the topics above yours have replies is only and strictly because they where older. Every one of our customers writing here wants to be answered first, but we are doing our best to get back to you all.
    Please consider this and thank you for the patience.

    Best regards!

Viewing 15 posts - 11,926 through 11,940 (of 12,542 total)
← 1 2 3 … 795 796 797 … 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