Forum Replies Created
-
Hello,
This need custom css code. Sorry, but we can’t help by styling this external plugin. Our support doesn’t include those services.
Best Regards!
in reply to: Cancel image display when clicking on product imageHello,
You can do that by adding this line into custom css or style.css of child theme:
@media(max-width:767px;){ .product_item.style_large:hover .extra-wrapper{ box-shadow:none; } }Regards!
in reply to: Responsive bugs ?Hello,
1. The problem about the team is because you haven’t made them in the right way. You have to put the image and the text in the same columns only in that way you will see the right responsive configuration
2. For the blog responsive issue you have to change these lines into the style.css file :
@media (max-width: 767px) .blog-entries .fullimage_transparent-style h2 { font-size: 10px !important; line-height: 18px !important; } .blog-entries .fullimage_transparent-style h2{ padding-bottom:8px; }3. I have also fixed the issue on responsive with the top banner.
Regards!
in reply to: Burger menu invisible on low resolutionHello,
I tested on 6 and 6s and seems everything is ok. Please can you send to me an screenshot because the menu is css coded and seems very difficult to have this issue.
Let us know.
regards!
Hello,
Please provide to us your right credentials so i can login and try to fix this issue.
The credentials you have written doesn’t work.
Let us know.
Regards!
in reply to: Bug on codeless slider ?Hello,
I just activated it for you. So you can continue to work with Wp Bakery Visual Composer and edit the sliders with Codeless builder.
Best Regards!
in reply to: Bug on codeless slider ?Hello,
You can work with Customizer and you can also activate the Wp Bakery. But keep in mind when you edit one page you have to use Customizer or Wp Bakery.
Best Regards!
Hello,
You have installed lot of plugins that can conflict with the theme. For example you have used another menu no the one that come with the theme.
About the h1 issue on responsive i reccommend you to add this lines into style.css or custom css box and Specular > Custom Css Box
@media(max-width:480px){ .centered_col h1{ line-height:55px; } .vc_btn3.vc_btn3-size-md{ margin-bottom:72px; } }All the buttons are custom and not the native from the theme. All this extra plugins have destroyed the original responsive styling of the theme.
Let us know.
Regards!
Hello,
Please check the links. I recommend you to add the link at the column and not to the element itself.
Maybe you have added some links there that have created this issue.
Regards!
in reply to: Bug on codeless slider ?Hello,
Now everything is ok, we have made some changes to the code to fix the issue.
When the next update will be online this issue will be fixed.
Sorry for any inconvenience.
Regards!
in reply to: Website width/centring issues on mobileHello,
Please check it now.
Let us know.
Regards!
in reply to: Translate "Read More" on BlogpageOk waiting for your credentials.
Regards!
in reply to: Bug on codeless slider ?Hello,
You can ask you hosting provider they can you provide it. While you will getting this information. Please fill the profile details with WordPress credentials so we can take a look closer to your issue.
Regards!
in reply to: Translate the word "reviews" into your subjectHello,
Please you can translate this by editing this file: woocommerce/single-product-reviews.php
And change this string into:
<span class=""><?php echo '( '. $product->get_rating_count() . ' Reviews )'; ?></span>
in the 37 line.Let us know.
Regards!
Hello,
Please can you add this line into Specular > Custom Css Box:
@media(max-width:767px){ .vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox{ pointer-events: none !important;} }Let us know.
Regards!