Forum Replies Created
-
in reply to: Portfolio images
Hello,
The latest Tower theme release has Visual Composer updated too. Please follow the steps described here, to update Visual Composer. (Included version, 4.12).
I don’t see any error caused by Envato Toolkit. Since it is installed, you can ignore the message. It does not affect your site’s functions.
Or if you must remove it, then just delete the current plugin and install it again following the dashboard message instructions.
Let us know.Best regards!
in reply to: Layout problemHello,
I made the edits. Please check your site and let us know.
Best regards!
in reply to: Can't import Minimal 2 Demoin reply to: mobile menuHello,
1-In mobile i see the header background is set to white, with no transparency. This is what is covering the logo and menu. Please add this code into your custom css box:
@media (max-width: 767px){ .header_transparency header#header { background: rgba(255, 255, 255, 0.01) !important; } .mobile_small_menu .close:hover { color: #f9f2f2;} .mobile_small_menu { top: 83% !important;} #logo img { height: 83px !important; margin-top: -18px !important; left: -141px !important; } }Result screenshot.
2-wpml menu is a widget in Top Nav area. By default this section of theme is not displayed in mobile layout. To show it, add this code into your custom css box:@media (max-width: 767px){ .top_nav { display: block;} .top_nav_transparency #social_widget-6 { display: none;} .header_wrapper { height: 72px !important;} #logo img { margin-top: -27px !important;} }Result screenshot.
Let us know.
Best regards!
in reply to: Adding jqueryHello,
You have an old version of theme. Please update to it’s latest version first (vs 1.8.1). If the issue persists, send us your wp credentials in a private reply. So we can debug this further.
Best regards!
in reply to: codeless medicine home pageHello,
We are working on it. Did you made any changes to theme files? Or added any script? The last time i checked your site the sticky header was displaying. Did you install any new plugin lately?
Please tell us some details so we can debug what is causing it.Best regards!
in reply to: Fixed Header-Sticky navigation is not workingHello,
We have replied you here: https://support.codeless.co/forums/topic/codeless-medicine-home-page/
Please keep up one issue in the same topic. Creating duplicates will not give you a faster reply (we respond to topics based on the arrival time. The oldest first.) but it will overload the forum and make it harder for others to find the right response for their question.
Thank you for your understanding.Best regards!
Hello,
We do not have such. An update comes whenever there is needed or new features are developed and added to the existing ones.
If there is an urgency (security or functionality) we would upload even one/two copy a week. Else, it depends on the developer team work progress.Best regards!
in reply to: WooCommerce Products page messed up after the updateHello,
Please perform the edits in file woocommerce/content-product.php like stated in the topic i send you.
It will fix the product order. It is a tested solution!Best regards!
Hello,
Membership plugins, are used to control / restrict content to viewers according to their role. It gives you the ability to control users roles on site.
Like, what part of the content will they be able to view and which will be restricted. An example is a streaming site, which won’t let you watch a movie unless you are a paid member.
You can google for more detailed information.Best regards!
in reply to: Portfolio imagesHello,
Are you using a child theme? If so, please switch to parent theme first. Update plugin and then enable child theme again. The included plugins are all located in parent theme files, that it why you get wrong url.
Best regards!
in reply to: Portfolio nav arrows are wrong directionHello,
That’s the theme’s default layout. You can switch the order by editing file single-portfolio.php.
Best regards!
Hello,
Can i please see a link where you have this?
Best regards!
in reply to: Mega menu column widthHello,
1-You can try this other way, edit the line above to this:
$output .= '<p>'.codeless_text_limit($content, 5555).'</p>';
It will get the content instead of the excerpt.2-In this case you can make the staff name a link to it’s profile. For that please go to vc_templates\staff.php file and find this line:
$output .= '<h5>'.esc_html(get_the_title()).'</h5>';Replace with this:
$output .= '<a href="'.esc_url(get_permalink()).'"><h5>'.esc_html(get_the_title()).'</a></h5>';Best regards!
in reply to: Update problem – Product column alignmentHello,
We will double check it and upload a new theme update if necessary. In the mean time i have made the changes to your woocommerce/content-products.php file. Please check your site.
Best regards!