Forum Replies Created
-
in reply to: Empty spaces and white bars in portfolio
Hello,
Please add this code into your custom css box:
.recent_portfolio .swiper-slide { min-height: 329px !important; } .portfolio-item.overlayed img { min-height: 330px !important; } .portfolio-item.overlayed .tpl2 { min-width: 329.3px !important; }Result screenshot.
Best regards!
in reply to: Visual ComposerHello,
What version of theme do you have? Please make sure to have updated theme to it’s latest version first. Then update visual composer. Do you have any third party plugin installed? Please disable them all. Read these articles on how to update theme and visual composer:
https://codeless.co/tower/documentation/main.html#update_theme
https://support.codeless.co/?ht_kb=visual-composer-updateLet us know if the issue persists.
Best regards!
in reply to: Mobile Header Covers LogoHello,
Please add this code into your custom css box:
@media (max-width: 480px){ #logo { width: 88% !important;} #logo img.dark { width: 100% !important;} }Let us know.
Best regards!
in reply to: Tower Theme Checkout not responsiveHello,
Sorry for the late reply.
I could recommend you to use a custom plugin in order to make the cart responsive and customize it any further.
An example is:WooCommerce Cart – WooCart ProBest regards!
in reply to: header over codeless sliderHello,
please go to your slide’s options in Codeless Slider > Codeless Slide Options > Background > Background Image / Color, set the background position to “Top Center”.
Save changes and refresh page.
Let us know.Best regards!
in reply to: service media title background color of textHello,
My apologies for the misunderstanding! Please add this code instead:
.services_media.style_2 h5 { background: #444 !important; }Result screenshot.
Let us know if you need further help.Best regards!
in reply to: Importing the default theme "Specular"Hello,
This is related to your server’s configuration. Please read this article for more detailed information:
https://codeless.co/import-of-dummy-data-stops-before-100/Best regards!
in reply to: Social icons will not appear above headerHello,
We do not have scheduled a release date just yet. But you will be notified for every news, with an email.
Best regards!
in reply to: Installing ECommerce demoHello,
I am very sorry not being able to see this throw together. But since you clearly have made up your mind , then please contact Envato support for the refund process.
Best regards!
in reply to: Remove Redux Framework NoticeHello,
DO you have the developer mode on? Please go to file wp-config.php and make sure to have set the WP-DEBUG mode to false.
If you still have the notice, than refer to this article: https://docs.reduxframework.com/core/the-basics/removing-demo-mode-and-notices/Let us know.
Best regards!
in reply to: service media title background color of textHello,
This is not an issue. I added the code again. Please check your site. The services overlay is whiter than before. To change it’s color and transparency, just edit the background color value.
Best regards!
in reply to: menu in footer not alignedHello,
I added this code into your custom css box:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child { width: 690px !important; left: 30% !important; }Please check your site.
Best regards!
in reply to: header over codeless sliderHello,
I don’t see any image overlapping when i open your site. Please see screenshot.
You do have a sticky header which by default when you scroll down will keep the menu visible and cover a bit the slider.
If you want you can add some padding to the top of slider. Add this custom css:
.top_wrapper {padding-top: 10px !important;}
But as i see it, there is no need for it.Best regards!
in reply to: Slow page loading timeHello,
Sorry for the late reply.
Please go to file functions-tower.php and find these lines:/* -------------------- Set VC config file ---------------------------------------------- */ if(function_exists('vc_set_as_theme')) vc_set_as_theme(); if (class_exists('WPBakeryVisualComposerAbstract')) { function codeless_active_vc(){ require_once locate_template('includes/core/codeless_elements.php'); } add_action('init','codeless_active_vc', 5 ); add_action( 'vc_before_init', 'codeless_vc_remove_deprecated' ); function codeless_vc_remove_deprecated(){ vc_remove_param('vc_accordion', 'deprecated'); vc_remove_param('vc_tabs', 'deprecated'); } } /* -------------------- End Set VC config file ------------------------------------------ */Remove them or just comment them out. Then go back to your pages and add the elements of the plugin.
If you see shortcodes in the current pages, just delete them. These are the shortcodes of the old vc elements overwritten by theme code.Best regards!
in reply to: post featured image cropping incorrectlyHello,
That’s ok. The wp credentials are more than sufficient. Can you please send us the images you have been testing with? Use this site to send them as files:
https://jumpshare.com/Best regards!