Forum Replies Created
-
in reply to: Hide Nav-Bar
Hello,
Sorry but this is a customization not supported by this forum.
Please read more regarding our support policy here: https://support.codeless.co/?page_id=4207Best regards!
in reply to: How can I add Reviews for Portfolio items?Hello,
Sorry but this is not possible from theme’s options. Adding it requires time and coding that is not included in this support service.
I suggest you use a custom plugin to add additional features to portfolio.
Best regards!
in reply to: On mobile version WPML language option disapearsHello,
The top navigation area is not set to show up in mobile view by default. So the language switch is hidden as well. To make it display, please add this code into your custom css box:
@media (max-width: 767px){ .top_nav { display: block;} }Let us know if you need further help.
Best regards!
in reply to: Sticky Nav with Search problemHello,
We have already notified the developers team about the pagination too. Thank you for your patience until next theme update.
Have a nice day!
in reply to: Countdown element does not seems to be workingHello,
Year 0 is not a valid value for the count down (screenshot). It is supposed to count the time left until the date you setup. If you set year 0, then the time is up. No more time to count. I changed it to a future date, please check your site.
Best regards!
in reply to: Visual Composer lizenzHello,
All the included plugins, Visual Composer too, have extended licenses. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. You can not update it on your own terms with this type of licence.
The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.Best regards!
in reply to: Serve resources from a consistent urlHello,
The resources mentioned have different url’s because they are used from different elements. Visual composer is independent from theme and vice versa.
You can however de-enqueue double script calls in functions.php.https://codex.wordpress.org/Function_Reference/wp_enqueue_script
Best regards!
in reply to: white space on the right side in mobile navigationHello,
Sorry for the late reply.
I added this css into your custom css box:@media (max-width: 979px){ #snapcontent .viewport { overflow-x: hidden !important; }}I checked your site and the white space does not show up anymore. Please check it and let us know.
Best regards!
in reply to: Sticky Nav with Search problemHello,
Sorry for the inconvenience, our developer team is working on it and will include a fix in the next theme update.
For now, you can hide the search of sticky header with css. Add this code into your custom css box:.sticky_header .header_wrapper.open i.icon-search { display: none !important; }Thank you for your understanding!
Best regards!
in reply to: Updating TowerHello,
I see you have enabled a child theme. Please activate the parent theme first and then update included plugins.
I tried to access your ftp but is not possible with these credentials. Please try again updating plugin from parent theme.
Let us know if you still need help.Best regards!
in reply to: Removing unused resourcesHello,
You can use any plugin for this. But keep in mind that if you minify these too much, it may create some problems in your site. Read this article for more information.
But still we recommend to keep it to the basics as mentioned in the article Kris send you.
The css generated is from the theme options set up in your admin panel. So we do not recommend removing it as it will affect theme’s styling.Best regards!
in reply to: Making the theme mobile / SEO friendlyHello,
These are not related that much to theme as they are actions you have to perform on your own to speed up the site. I can suggest you to delete all pages you do not use; plugins you do not use and use a CDN. Also all the options you already got from the message above.
Please read this article for more information on how to optimize your site: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/Best regards!
in reply to: Post grid playing upHello,
I see the post grid is displaying ok now. Add this code into your custom css box:
.vc_gitem_row .vc_gitem-col { margin-left: 16px !important; }To center the text. See result screenshot.
Let us know.Best regards!
Hello,
There are two structures to achieve this:
1-Use a normal portfolio page. I know you already said this, but you say that you want the user to be able to see the category, click on it and see it’s items. This is example: https://pho.to/AUP0b2-If you want to send the user in another page instead. Where the items of the category he selected are listened, then use a “Post Grid” element of Visual Composer.
Select as data source a list ID. Create a different portfolio page for each category and select it in the data source , list ID.Best regards!
in reply to: cloudflare and google tracking pixelHello,
You can include it in the header.php file.
Best regards!