Forum Replies Created
-
AuthorPosts
-
Hey pamk21,
You can change your site to a sidebar header at Enfold Theme Options ▸ General Layout ▸ Logo And Main Menu and choose leaft or right sidebar.
This will give you a vertical header and navigation.Best regards,
MikeHi,
Please see this tutorial on using the Team Member element to show a popup when the image is clicked to show more information.
It sounds exactly like what you are trying to do and explains step-by-step how to do it.
Try testing it on a test page on your site and if you get stumped include a link to the page and an admin login so we can assist.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 27, 2023 at 1:05 pm in reply to: Continue shopping button – Redirect to the currently visited product category #1395564Hi,
Unfortunately, this is not an option, perhaps woocommerce offers this as an addon plugin.
Or try the solution in this thread, or perhaps this article, or this one.Best regards,
MikeHi,
Thanks for the feedback please try this css instead:.avia-icongrid .av-icon-cell-item .avia-icongrid-flipback { text-align: left; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I added the custom class onethirdcircle to the three circles in all three languages and then adjusted the script to look for this class.
I then added this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field for all three languages to center the text on mobile and cleared your cache for each language:@media only screen and (max-width: 767px) { .responsive #top .sc-av_one_third .flex_column_table_cell.onethirdcircle { display: flex; justify-content: center; flex-direction: column; } }
Then to reduce the size of the circles and center them horizontally for mobile I added this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field for all three languages to center the text on mobile and cleared your cache for each language:
@media only screen and (max-width: 767px) { .responsive #top .sc-av_one_third .flex_column_table_cell.onethirdcircle { max-width: 300px; margin: auto !important; } }
In my tests this is the smallest that you can use in all three languages and still have it look good based on the words, is some languages the words are too long without a break so it doesn’t fit in the circle well. Perhaps if you made the font smaller you could have a smaller circle but then would the text easily be readable?
You can test further if you like, please clear your mobile browser cache and check.
Please see the screenshot in the Private Content area of the mobile results.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear this helped, the image for “What’s the catch” is smaller than all of the others, please try correcting the image size by uploading a new correct image, it would be better than adding another script to adjust all of the images when only one is different.Best regards,
MikeHi,
To center the content in the 1/3 columns on mobile try this css:@media only screen and (max-width: 767px) { .responsive #top .sc-av_one_third .flex_column_table_cell.av_one_third{ display: flex; justify-content: center; flex-direction: column; } }
After applying the css, please clear your browser cache and check.
Also please check the other pages on your site to ensure that this css and the custom script to make the columns have equal height and width is not causing any issues elsewhere, if so I recommend adding a custom class to these round elements on your homepage. Is this the only place you are going to use them or do you plan on using them also on other pages?
As for their size, on mobile columns are set to be full-width, if you want them smaller we can assist but how much smaller do you want them to be?Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I’m Glad to hear that you have this sorted out with the bog breadcrumbs, with this in mind I logged into your test site to check the empty breadcrumb issue with woocommerce products and I found that in the woocommerce settings woocommerce ▸ products ▸ Shop page no page has been set
I selected your e-shop page and now the breadcrumbs are correct.
I also checked my demo site for our shop demo, and it also has a shop page selected, so this seems to be the solution.
Please adjust to suit, then clear your browser cache and check.Best regards,
MikeHi,
Thanks for the login, I see that you added the PHP function to the plugin Simple Custom CSS and JS as a CSS code snippet:
That is why it didn’t work, the Simple Custom CSS and JS plugin doesn’t allow PHP snippets, so I moved the snippet to the WPcode plugin that I see you had installed.
I then added tiktok to your social profiles, but you will need to adjust the URL to yours.
Now the icon is showing, please clear your browser cache and check.
It is also available as a icon in your elements:
Best regards,
MikeHi,
thanks for the link to your new blog site, I see the breadcrumb error on your post there:
When I switch to the parent theme this is resolved:
Give this a try, I was not able to isolate the function in your child theme functions.php causing this, perhaps you have other customizations that I’m not aware of?Best regards,
MikeHi,
Thanks for the screenshot, from it we found your domain and when we check we see that you are using v4.0.7
Please update to v5.4
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeJanuary 25, 2023 at 12:42 pm in reply to: Split menu with centered logo through quick css – can’t click logo now #1395134Hey padclip,
Thank you for the link to your site and the screenshot, try adding this css:#header_main .logo { z-index: 3; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Please try this function instead:function make_column_height_equal_to_width() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($) { $(window).on("debouncedresize", function() { $(".sc-av_one_third").each(function() { var column = $(this).find(".av_one_third"); var width = column.width(); column.height(width); }); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'make_column_height_equal_to_width');
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey jeel147,
The best way to do this is the duplicate the element with the image below the original, then change the image to the new one.
Then go the advanced tab in the element and set the Element Visibility to only show on mobile and tablets, and then change the Element Visibility on the original element to not show on mobile and tablets.Best regards,
MikeJanuary 24, 2023 at 7:46 pm in reply to: Remove vertical white line on right side of transparent header #1394991Hi,
Try this css:.av-main-nav ul.sub-menu { top: 65%; }
65% will put the sub-menu item right under the main menu item, adjust to suit.
Best regards,
MikeJanuary 24, 2023 at 7:36 pm in reply to: Theme registration, Envato, Personal token don't work #1394990Hi,
Thanks for sharing, it looks like Envato support recommends downloading the latest version from your Envato account as Ismael did. Hopefully, they will be able to assist you with your Tokens.
There is an easier way to manually update than FTP, you can download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeJanuary 24, 2023 at 7:29 pm in reply to: Sidebar issues with Woocommerce product page + Page Templates #1394986Hi,
Thanks for the feedback, for some reason your post on the 17th didn’t show on my feed so I’m glad that you added another post.
Thanks for the explanation, so originally you had created products with the Advanced Layout Builder and now you are going to import 2k more products in bulk which will make them default Woocommerce single product page layout.
So the short answer is no, you can not create a layout with the ALB and have it as the default Woocommerce single product page layout.
Above you asked how to add 5 column related products to your product pages, this should add the related products in the place that you want them, did you try it?
I couldn’t test because your sandbox site doesn’t allow the child theme functions.php to be edited.
Try the function to add the new related products and then add the css to hide the old one in the alternate content area.Best regards,
MikeJanuary 24, 2023 at 1:10 pm in reply to: Remove vertical white line on right side of transparent header #1394914Hi,
If you followed the steps above carefully and copied the code from the forum and not an email notification, and still can’t achieve this then please include an admin login in the Private Content area below so we can assist.Best regards,
MikeHi,
Try using the Fullwidth Easy Slider element, or the Fullscreen Slider element.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
There probably is a way to do it I just don’t think that you can do it that way, but I think that this is over my head.
Unfortunately, I couldn’t get your code to work on my site so I couldn’t tinker with it, I’m glad it works on your site.
I’d like to see this work, but we are probably going to need more advanced help, I would recommend posting it on Upwork.comBest regards,
Mike -
AuthorPosts