Forum Replies Created
-
in reply to: Codeless Slider responsive?
Hello,
i fixed it. I added this code into your custom css box:
@media (max-width: 979px){ .swiper-slide.swiper-slide-visible.swiper-slide-active { width: 770px !important; height: 436px !important; } .codeless_slider_swiper.parallax_slider { height: 333px !important; min-height: 333px !important; } .parallax_slider .codeless_slider_wrapper { min-height: 545px;} .codeless_slider .swiper-slide .buttons.align-center { margin-top: -190px; left: 63% !important; } }Please check your site.
Best regards!
Hello,
You (and i) were editing the wrong file. You are actually using “specular_DEL” theme. So you should have edited this file instead, specular_DEL/includes/core/codeless_routing.php.
I already change that. I set up the value to 99 portfolio items. Please check your site.
Change the value if you want.Best regards!
in reply to: Custom JS – Custom Page Header – sidebar mobileHello,
You can assign any page as your blog page (screenshot). The posts will be shown by default in that page, after setting it up as blog (screenshot). It will reflect all the configurations set up in General Options > Blog Config (screenshot).
I can help you set it up if you send us your wp credentials in a private reply.Best regards!
in reply to: Accordion not working after updatein reply to: Header images on large monitors don't view well.Hello,
For large monitors of that scale, your images are not big enough. I see the home page slide image is 1425px x 812px. This is not suitable for over 1900px wide screens. You should import images with better resolution (at least the double of what you have).
As for the responsive, you can set it up via css.
We can help you with that, just manage the images first.
Let us know.PS: We are very happy to know you are satisfied with our theme. Thank you for your kind words!
Best regards!
in reply to: Update to v1.5 and missing VC elementsHello,
To enable it again, please go to file includes/core/codeless_elements.php and find this line:
vc_remove_element("vc_widget_sidebar");
Replace with this:
//vc_remove_element("vc_widget_sidebar");
Save file and refresh page.Best regards!
in reply to: Buttons when using woocommerceHello,
Please add this code into your custom css box:
a.button.product_type_simple.btn-bt.default { top: 25% !important; } a.quick-view-button.button.btn-bt.default { top: 46% !important; }Best regards!
in reply to: accordion titleHello,
Please download here file vc_accordion_tab.php, and replace the current file in folder specular/vc_templates/. Recreate the accordion element after file change.
We will fix this in the next update.Best regards!
in reply to: Google Fonts – Codeless SliderHello,
@01labs,
Google fonts are fully supported from Codeless slider. Can you please send us your site’s credentials in a private reply? so we can give it a closer look.Best regards!
in reply to: Multi languages plugin for Tower themeHello,
We recommend using WPML plugin for a multilingual site. It is fully compatible with Tower theme.
Best regards!
Hello,
I have answered you previously about the links color in this topic of yours.
You do not have to add a css class for every link, to have this for all links in your site, just add this code into your custom css box:p a { color: #227EC2 !important; }Change the color to your wish. Let us know.
Best regards!
in reply to: Importing Business Clean DemoHello,
You can increase/decrease footer height, by changing the padding values. I added this code into your custom css box:
#footer .inner .row-fluid.ff:first-child { padding-top: 20px !important; padding-bottom: 20px !important; }It is already smaller, but you can edit the values to your wish.
-I added this code into your custom css box:@media (max-width: 480px){ .slider#slider-fullwidth { min-height: 116px !important;} } @media (max-width: 979px){ .slider#slider-fullwidth { min-height: 278px !important;} }This is the result.
Best regards!
in reply to: ListItem icon on macHello,
I made a test in page “services-2”, but i do see the icons in both desktop safari and iphone (screenshot).
Did you solve your issue? Let us know.Best regards!