Forum Replies Created
-
in reply to: disable one slide in folie theme
Hello,
I just tested this and it does not happen. If the row of the slider is set up to not show in mobile, the entire slide does not show up.
Please create a test page and send the link to us. So we can check if there is anything wrong with the configuration.Best regards!
in reply to: permalinkHello,
Do you want it as “our-portfolio”? If so, it is indeed like that: https://ibb.co/5vkjzwg
You can change portfolio slug in Customizing ▸ Custom Types ▸ Portfolio (screenshot).Best regards!
in reply to: Zig Zag SeparatorHello,
Please send a link of the site were you are having this. So i can check.
Best regards!
in reply to: shop pageHello,
The header is the same, but in products and category page is set up as light header. The menu items are white, not in color. Change that in product’s General > Header Color > Dark. As in this screenshot: https://ibb.co/4syByQN
And for category page in Products > Category > Type of Display, i set it to “Products”. (screenshot)
Best regards!
in reply to: The change of page not workingHello,
Please reset your permalinks first, in Settings > Permalinks. Clear cache and refresh page.
Let us know if you still have the issue.Best regards!
in reply to: Double Underline under the Menu ItemsHello,
This is already fixed. Just clear cache and refresh page to see the changes. See screenshot: https://ibb.co/DWpcmtk
Best regards!
in reply to: Cannot change page content by Codeless Page BuilderHello,
This is not a problem of WP Bakery. That is an independent plugin. You are accessing the Customizer in the screenshot above. In the Customizer you can change theme options, not page options. To change page options, go to the page editor and click on the “Codeless Builder” button. See screenshots:
https://ibb.co/jy6vWbVHowever, i see some errors in your console: https://ibb.co/8jy838Z
Please deactivate all third party plugins first. The “Templates and Add-ons for WP Bakery” plugin is giving an error.Let us know.
Best regards!in reply to: Responsive Slider HomeThis reply has been marked as private.in reply to: Change order of imagesHello,
This is strange. I tried replicating the same situation on my side and do not get this. Can you please activate parent theme first? let us know if the situation persists.
Best regards!
in reply to: WPBakery Page Editor cannot change contentHello,
Did you try to re-install theme? I tried it on our side but it does not happen. Please check out this useful article: https://wpexplorer-themes.com/total/docs/visual-composer-issues/
Let us know.
Best regards!in reply to: "PHP Time Limit" says 0 despite configuration changeHello,
We can help you with that. By every import additional pages/post/menus are added to your site. The algorithm is designed to add, not delete your current pages. As for the theme settings, they are overwritten.
What demo are you trying to set up? We can help you with the other small customization’s.
Let us know.Best regards!
in reply to: Revolution slider video not playing in FirefoxHello,
We don’t have any issue reported regarding the Revolution slider and Firefox browser. Can i please see a link of the site? So we can check.
Best regards!
in reply to: Make blog post thumbnail clickableHello,
Please go to file tower\vc_templates\latest_blog.php Find this line:
$output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')).'" alt="'.$alt.'">';and replace with this:
$output .= '<a href="'.get_permalink().'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), '', 'url')).'" alt="'.$alt.'"></a>';Save and refresh page. Let me know.
Best regards!
in reply to: shop pageHello,
I don’t find this in any of your pages. See screenshots:
https://ibb.co/wQz0bRQ
https://ibb.co/5KgPjLCCan you paste a link of it?
Best regards!
in reply to: Responsive Slider HomeHello,
Yes it is adding it and the css class is doing it’s work by hiding the row. But it’s the slide that you are still seeing in mobile.
Please add this css int your Custom Css box for now:@media (max-width:767px){ .swiper-slide:has(>.hidden-xs) { display: none !important; } }I will let know the developers and fix this in the next theme update.
Best regards!