Forum Replies Created
-
AuthorPosts
-
April 20, 2023 at 5:08 pm in reply to: Custom font Manager not working with font Caveat Brush #1405062
Hey Anette,
Thank you for your patience and the link to your site, I see the Caveat Brush installed but I don’t see it selected for and elements in the Enfold Theme Options ▸ Advanced Styling and I don’t see it added to any specific classes in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and I don’t see it used in your Enfold Theme Options ▸ General Styling ▸ Fonts
Perhaps you meant to use the Caveat Brush font as your Font For Your Body Text, if so please choose it instead of the Open Sans font.Best regards,
MikeApril 20, 2023 at 4:48 pm in reply to: Link to an accordion’s tab scrolls too much down and hides the tab’s title #1405061Hi,
Unfortunately not in this case because the image title is not used in the button element, only a link to the image.Best regards,
MikeHi,
Glad this helped, we are not setup to do custom paid work, I would recommend hiring a freelancer on UpWork.com, I would imagine you can find someone reasonably priced to do this for you.Best regards,
MikeHi,
Good catch, I corrected the code above for future readers.
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 don’t think I’m looking at the correct page to see how the button needs to be aligned, please link to the page you are working on.Best regards,
MikeHi,
Glad Nikko was 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 Ismael could 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,
MikeHey Phyllis B Hartzell,
Thanks for the login, Enfold v4.0.5 is not compatible with WordPress v6+ or PHP v8+
Updating to Enfold v5.5 should solve your issue.
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,
MikeHi,
Please try adding this css to correct the desktop sub-menu categories having a transparent background color:@media only screen and (min-width: 768px) { #top .content .flex_column .widget_nav_menu .menu-meniu-categorii-container ul.sub-menu li { background-color: #fff; } }
Unfortunately for the mobile view of the menu to have collapsing sub-menus would require writing some javascript and would not be that easy.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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,
To remove the border around the shortcode button try this css:.product.woocommerce.add_to_cart_inline { border: none !important; }
Best regards,
MikeHi,
I change the css and now both situation are hidden, please clear your browser cache and check.#top .wc-gzd-additional-info.tax-info { display: none !important; }
Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can check.Best regards,
MikeApril 19, 2023 at 6:34 pm in reply to: Link to an accordion’s tab scrolls too much down and hides the tab’s title #1404975Hi,
Glad to hear that you have this sorted out, I was mistaken about which title was used, unless there is anything else we can assist with on this issue, shall we close this then?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,
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,
MikeHi,
Glad to hear that you found a plugin that works for you, I’m not sure about the popup text perhaps it needs a product title to display the text, does the plugin offer this?
Perhaps the popup is not needed and we can hide it with css or we can make a single message for all of your button popups like “successfully added to the cart”?Best regards,
MikeHi,
Thank you for your patience, the Dev Team found that the p tag was added by WordPress from the wpautop function due to the textarea field used in the theme option. They have added a filter to correct in the next update avf_wc_parallax_banner_tag
So after the next update you can remove the solution posted above.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
The Dev Team has adjusted the Shop page title and breadcrumb behavior and it will work on the Shop page in the next update, if you are interested in a temp fix for now, edit your functions-enfold.php file on about line 1291 look forif( $post_id && is_singular() )
and change toif( $post_id && ( is_singular() || is_shop() ) )
As for your second question do you mean the “You are here:” text?
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.archive .breadcrumb-title { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Alan,
For lower case try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-catalogue-title-container .av-catalogue-title { text-transform: lowercase; }
After applying the css, please clear your browser cache and check.
Or to show the capitalization on the frontend as you have typed it in the backend try this css instead:.av-catalogue-title-container .av-catalogue-title { text-transform: none; }
Best regards,
MikeHi,
Glad Ismael could 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,
MikeHey jordan204,
I think you could do it with Pods – Custom Content Types and Fields or Advanced Custom Fields (ACF), and search YouTube for tutorials on how to set it up. I don’t use either, but I feel that you will have a steep learning curve and unless to are doing hundreds of them doing it manually would be faster. If you are going to do hundreds of them I would hire a freelancer on Upwork to set it up for you, it would be faster and reasonably priced.Best regards,
MikeHey donillo,
Thank you for your patience, in my test when the Header Title and Breadcrumbs option is used to hide the title or breadcrumbs for the site, all pages, posts, & products can independently be set to show the tile or breadcrumbs, overriding the theme option, except the Shop page.
I believe this is because the page options are disabled when you see the red warning at the top of the Shop page:This page is set as the default WooCommerce Shop Overview and therefore does not support the Enfold advanced layout editor
But I have asked the Dev Team to review and will write back when I hear from them, Thank you for your patience.
Best regards,
MikeHey Daniel,
Try adding your submenu with a function in your child theme functions.php like this:add_action('ava_after_main_container', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { if(is_archive()) { echo do_shortcode("[your submenu shortcode here]"); } }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHi,
I see that your homepage is using the transparent header, so to change this logo see the option Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo and adjust the logo to suit.Best regards,
MikeHi,
Glad Ismael could 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 Rikard could 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,
MikeApril 19, 2023 at 1:06 am in reply to: Errors and website crash while trying to update theme #1404868Hi,
Glad Rikard could 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,
It looks like you added some of the text from the thread into your css:To have the small image the same proportions as the featured image try this css:#top.page-id-629 .template-blog .small-preview { width: auto; height: auto }
please find this and change to this:
#top.page-id-629 .template-blog .small-preview { width: auto; height: auto; }
After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts