Forum Replies Created
-
in reply to: wp bakery front end editor is missing
Hello,
You don’t need to install pro WPbakery visual composer instead of this you have the wpbakery visual composer that is included within the theme.
If you share with us your online link and wp creds i can help to make some of the customization you want.
Let us know.
Regards!
in reply to: Colors and size in product hoverHello,
We will launch the new update with this issue fixed. The update will be online the next weeks. If you can’t wait until the update will be online we can help you by editing your installed theme.
Let us know.
Regards!
in reply to: June Theme import not looking as on our siteHello,
The two icons aren’t part of the theme. The cart and the chat icon is added on the demo only for purchasing purpose and user help.
The second icon can be added easily by installing the free Drift plugin. Drift is a chart service that you can also use for your website.
Let us know.
Regards!
in reply to: Search Results PageHello,
Sorry is impossible to change the default color for the search result from the option. I have change the color of the menu by adding this custom css lines:
.search .header_container.menu-full-style #navigation nav > ul > li > a, .error404 .header_container.menu-full-style #navigation nav > ul > li > a{ color:red !important; }Let us know if its ok now.
Regards!
in reply to: Portfolio Image CompressionHello,
The easiest way is to resize the images and compress them.
You have to crop images in about 1200 x 800 px with photoshop. After that you to go into https://compressnow.com/ and reduce the size of the images.
This will resolve you the big image size.
Let us know.
Regards!
in reply to: Infinite pagination not workHello,
Please update the theme to the latest version 2.5.4 to resolve this issue.
Let us know.
Regards!
in reply to: News Posts Not Sorting Correctly By DateHello,
The fast fix is the code that i gave you, but for a strange reason the js file did not get updated. I think that you have any cache or something like that don’t reflect the js change that i have made on the front-end.
Let us know.
Regards!
in reply to: Anchors StrippedHello,
Normally we haven’t seen this issue before. Please can you send to us the page when you see this issue.
Let us know.
Regards!
in reply to: Product title on topHello,
We are sorry this is a problem of our theme. In the next update we will fix this issue caused by the plugin update used for color switcher.
Regards!
in reply to: Show Hamburger menu on specific screen widthHello,
You have to add this custom css:
@media (min-width: 1199px){ .header_container.cl-transparent { position: absolute; } } @media (max-width: 1199px){ .cl-mobile-menu-button { display:inline-block !important; } .header_container .header-row #navigation { display: none; } }Let us know.
Regards!
in reply to: News Posts Not Sorting Correctly By DateHello,
I have tried to add this fix on codeless-main.js file without success, please try to add it by yourself.
Find the lines below and replace (codeless-main.js):
if( $element.hasClass('masonry-entries') ){ isotope_options['masonry'] = { columnWidth: '.cl-msn-size-small' }; }replace with:
if( $element.hasClass('masonry-entries') ){ isotope_options['masonry'] = { columnWidth: '.cl-msn-size-small', horizontalOrder: true }; }Let us know.
Regards!
in reply to: Edits to the website not displaying properlyHello,
We will check again this issue about the link color at the moment i have added this code into the child theme style.css:
.entry-content p a{ color:#296999 !important; }The issue with the Visual Composer is strange and we have’t seen that before.
Anyway if for you is important i can activate it and check what cause the issue.
Let me know.
Regards!
in reply to: Products and add to cart load really slowHello,
Please check out your server response time. This is the main reason that the ajax script which is responsible for the adding to the cart need all this time.
Also you can install total cache plugin to fix the speed issue problem.
Let us know.
Regards!
in reply to: Edits to the website not displaying properlyHello,
1. I don’t really understand why you have such issue with the Wpbakery Visual Composer. Anyway i will recommend you to use the Codeless builder instead.
2. The colors of the links except the Read More can be changed : General > Stylings > Links Check Color
Check the screenshot below:
https://imgur.com/XF73ONi3.I think now is ok please check it out, i have added this custom css into the child theme:
.cl-pagination{float:left; margin-top:20px;}Let us know.
Regards!
in reply to: Product title on topHello,
I have made an example for you: https://test.maium.nl/product/maium-original-navy-blue-men
You have to select the Large size and the orange color to see how color is changed.
Now to add this new color you have to edit the Product data > Attributes :
After that you have to set the image on the Variations: https://imgur.com/CrPh9IB
Let us know.
Regards!