Forum Replies Created
-
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!
in reply to: Sliding Presentation with Default ThemeHello,
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!
in reply to: VC, button "Go" and URL (and 2 questions)Hello,
Glad to learn that.
Best regards!
in reply to: Button at Codeless Slider is not workingHello,
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!
in reply to: Testimonials bugsHello,
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.
in reply to: Date picker not functioning on front endHello,
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!
in reply to: Google analytics not being recognizedHello,
Where exactly are you adding it in the theme? It should be in General Options > Tracking Code. Let us know.
Best regards!
in reply to: Clients CarouselHello,
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!
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!
in reply to: Remove Next & Previous Buttons PortfolioHello,
yes, please add this line into your custom css box:
.nav-growpop { display: none;}Best regards!
in reply to: Demo set up (HOME page) not workingHello,
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!
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_themeBest regards!
in reply to: Blog Page – Different layout than blog postHello,
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!
in reply to: "Latest from Blog" not working with Video PostsHello,
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!
in reply to: Blog Navigation ArrowsHello,
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!
-
This reply was modified 10 years, 11 months ago by