Forum Replies Created
-
in reply to: does not the responsive No works responsive
Hello,
Can you please explain better? What do you mean with “Already warned during the warranty per nobody has solved me”? The site you send in previous replies is not available anymore.
The site is indeed responsive. Where are you experiencing these issues? Can you post the link please? So we can give it a closer look.Best regards!
in reply to: Background image in slider of Agency 2 doesn’t showHello,
Sorry for the late reply.
Since you do not have any error in your site, i am left without many options to explain this. Please deactivate the UpdraftPlus plugin too, and check if it will affect the slider.
Did you change the slider images z-index like suggested in the above replies? Let us know.Best regards!
in reply to: Woocommerce links don’t workHello,
Please add this code into your customc s sbox:
.wpb_content_element.list.only_icon { width: 100%; }Result screenshot.
Best regards!
in reply to: Drop down menu font optionsHello,
-The top header area does not display in mobile devices. To make it show you have to add some custom css code. Add this code into your custom css box:
@media (max-width: 480px){ .top_nav .widget { display: block !important;} .top_nav .row-fluid [class*="span"]:first-child { height: 42px !important;} .mobile_small_menu { top: 70% !important;} .codeless_slider_swiper { top: 0 !important;} }Result screenshot.
About the header disappearing, i already wrote you in the previous replies:
-You are using Codeless slider. In every codeless slider slide, you have the option to select the type og header to use when that slide is being displayed. Go thru all the slides you are using and make sure to have selected the same header (light/dark) that you are using in your overall site. You can check this option in Codeless slider > Slides > Codeless Slide Options > Layout > Menu & Slider Navigation Color (screenshot).
Let us know.Best regards!
in reply to: Visual Composer Does Not WorkHello,
Sorry for the late reply.
I can’t login with these credentials, please check. I looked throw the home page via inspect element, but i don’t see any division of the content. That means that most probably you have to assign again the sidebar layout to it. Then add the widgetized sidebar.
Let us know.Best regards!
in reply to: Footer column padding/spacingHello,
Please add this code into your custom css box:
footer#footer .inner .row-fluid .span3 { padding-left: 21px; padding-right: 40px; }Edit the values to your wish. Let us know.
Best regards!
in reply to: google map visual composer not foundHello,
You should put only the map link of the embed one. Without the iframe tag.
Add this:
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3116.373159631716!2d-0.8830977846572033!3d38.64029927961108!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd63df8e1582c0e1%3A0x79190ee9d1c385d6!2sCalle+del+Agua%2C+03400+Villena%2C+Alicante!5e0!3m2!1ses!2ses!4v1463218460850Best regards!
in reply to: Demo Data Won’t Import.Hello,
Please make sure you have all needed hosting requirements. Read more regarding it in this article. If you still have the issue, send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Breadcrumb not displayHello,
You can set up the breadcrumb style in General Options > Header Options > Default Page Header > Breadcrumbs Style (screenshot), for all pages. Or do the same in the page’s General Settings > Page Header Options > Breadcrumbs Style (screenshot).
Best regards!
in reply to: Blog Infinite Scroll JumpsHello,
Sorry for the late reply.
Please go to file js/main.js and find this function:function codelessBlogInfiniteScroll(){ "use strict"; var container = '#posts_container'; var behavior = ''; if($('#blogmasonry').length > 0){ container = '#blogmasonry .filterable'; behavior = 'masonry_blog'; }else container = '#posts_container'; $(container).infinitescroll({ navSelector : "div.p_pagination", // selector for the paged navigation (it will be hidden) nextSelector : "div.p_pagination a.next_link", // selector for the NEXT link (to page 2) itemSelector : "#posts_container article.post", // selector for all items you'll retrieve animate : true, loading : { img: '', msgText: '' }, behavior : behavior }); //codeless_blogmasonry(); }Replace with this:
function codelessBlogInfiniteScroll(){ "use strict"; var container = '#posts_container'; var behavior = ''; if($('#blogmasonry').length > 0){ container = '#blogmasonry .filterable'; behavior = 'masonry_blog'; }else container = '#posts_container'; setTimeout((function() { $(container).infinitescroll({ navSelector : "div.p_pagination", // selector for the paged navigation (it will be hidden) nextSelector : "div.p_pagination a.next_link", // selector for the NEXT link (to page 2) itemSelector : "#posts_container article.post", // selector for all items you'll retrieve animate : false, loading : { img: '', msgText: '' }, behavior : behavior }); }), 5000); //codeless_blogmasonry(); }Let us know.
Best regards!
in reply to: Woocommerce links don’t workHello,
You have not assigned the checkout pages, see screenshot. Please set these up first. let us know if the issue persists.
Best regards!
-
This reply was modified 10 years, 1 month ago by
Mirela.
in reply to: Flexslider on Blog Page does not showHello,
Flex slider does not have any issue displaying on blog. There must be something on your site impeding it to work. Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Child Theme doesn’t workHello,
You only need to add the modified file to child theme folder in the same exact path it is in the parent theme. Since the header.php file is directly under main folder, you only need to add it inside the child-theme main folder.
I see the line above is not correct. It should be like this:
<?php codeless_header_tools(); ?>
Please try again, perhaps this was causing you the issue. If you still have problems, send us your wp and ftp credentials in a private reply. So we can check it out.Best regards!
in reply to: Line break in portfolio custom field propertiesHello,
I understand, sorry but that is not possible by theme settings. You may want to try editing it with custom css. Add it into your custom css box.
Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 767px){ .snap-drawer #logo img.dark {margin-left: -10px !important;} .navigation .menu li:first-child { margin-left: -10px !important;} }Edit the values to your wish.
Best regards!
-
This reply was modified 10 years, 1 month ago by