Forum Replies Created
-
AuthorPosts
-
Hey Jak73,
Thanks for the link to your site, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#socket .copyright { float: none; width: 100%; display: inline-flex; justify-content: center; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 12, 2022 at 8:14 pm in reply to: Icon box colors not showing up correctly on live website #1340297Hey Buskruit Internet,
Thank you for the link to your site but the icons look blue to me, please see the screenshot in the Private Content area.
Try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.Best regards,
MikeHey tobajasruiz,
I’m not sure that I understand your question correctly, once you add your Mailchimp API Key your Available Lists will show below in the theme options
then when you add the Mailchimp element to your page you need to choose your list, and then when someone signs up they are added to your Mailchimp contact list on the Mailchimp website.
Please note the Mailchimp element only serves to display your Mailchimp form, the action is done via your Mailchimp API and the Mailchimp website.Best regards,
MikeHi,
Please include an admin login so I can assist,
I see that your caching is still active and the css is not included.Best regards,
MikeHey Corina,
Thank you for your patience, unfortunately, we can not make the masonry gallery a single column without a large rewrite because the absolute placement of each image is calculated in javascript depending on the image size. Please try the gallery element as it allows single columns and is just as easy for the customer to use.
Best regards,
MikeFebruary 12, 2022 at 7:09 pm in reply to: Layout builder with Woocommerce – Show product images #1340289Hey EricSmeets,
Thank you for your patience, when you manually create a product using the Advanced Layout Builder you will add the product image manually using an image element or gallery.
You can not recreate a default product page manually with the elements as it is expected that you wish to create a custom product page.Best regards,
MikeFebruary 12, 2022 at 6:56 pm in reply to: Problem with Woocommerce Plugin "Advanced Product Fields" #1340286Hey danielrad78,
Thank you for your patience, for this plugin to work correctly you must use the WooCommerce 3.0 Product Gallery in the theme options, I have tested this and it works, please clear your browser cache and check.
Best regards,
MikeFebruary 12, 2022 at 6:32 pm in reply to: Come poter modificare la voce – prodotti correlati – dopo l'aggiornamento wp 5.9 #1340283Hi,
Glad to hear that you have this sorted out, thanks for sharing your solution, 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,
MikeFebruary 12, 2022 at 6:28 pm in reply to: Weird image anamoly on post unsing Advanced Editor #1340281Hi,
Thanks for the feedback, we have not seen any other reports of this but if it occurs again for you please open a new thread so we can assist. Thanks for using Enfold.Best regards,
MikeHey Hiracchi,
Thank you for your patience, but I believe that you are misunderstanding how to use the child theme with Enfold, you do not need to use the above function, please remove it.
Once your child theme is installed and activated please follow Step 4: Import parent theme options in our documentation.
After this step save the theme settings (big blue button), reload the frontend, if it doesn’t look like your parent theme did then go to the theme settings again (not the back button) and sometimes the big blue button will be blue again, so click it again to save and check the frontend again and this should be correct, then you can make your adjustment for the child theme to override the parent theme.Best regards,
MikeHi,
I see that you are using a caching plugin and this css is not in your cache:#footer strong.widgettitle { width: 100% !important; display: block; text-align: center; }
So please disable your caching plugin and try adding this again to your General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field.
If you still have trouble then include an admin login and I will help you.Best regards,
MikeHey mcmiddlefinger,
Thank you for the link to your site, and your patience, I copied your page to my test install and the video worked there correctly, I linked to it below.
I see that we are both using the same version but your video element backend is not showing the sections as accordions, they are all expanded:
this is how they should show:
I’m not sure what is causing this conflict, do you have any hidden security plugins or user role editor?
I see that you said that you tried disabling all plugins, but can you try again?Best regards,
MikeFebruary 12, 2022 at 2:30 pm in reply to: How to show "No items" if a certain portfolio tag is empty in Masonry Gallery #1340267Hey Jason,
To show no items when the category is empty instead of all posts the Dev Team has provided this filter:
add_filter( 'avf_masonry_query_no_entries_fallback', true, $terms, $valid_terms );
Then we should be able to display a message with jQuery if no masonry elements are showing, but the script will need to be adjusted for your page.
Can you link to your page where this element will be used with the filter applied but not the script so we can test?Best regards,
MikeFebruary 12, 2022 at 2:12 pm in reply to: Corrupted Thumbnails on Enfold Latest News Sidebar Widget #1340266Hi,
Thank you for the link to your site and the screenshot, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.news-link .news-thumb .wp-caption { margin: 0; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeFebruary 12, 2022 at 1:53 pm in reply to: Stye for a link added to the Cookie Consent Message Bar #1340265Hi,
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,
Thank you, I adjusted for these also, please clear your browser cache and check again.Best regards,
MikeHi,
To center these footer “widgettitle” you can use this css:#footer strong.widgettitle { width: 100% !important; display: block; text-align: center; }
or since these titles are manually added in a text widgets you could edit them to be H3 instead of “strong” tags and use this css instead
#footer h3.widgettitle { width: 100% !important; display: block; text-align: center; }
Hi,
Please link to the pages so I can create css rules that filter for these, I have checked many pages but don’t see any links that are red.Best regards,
MikeHi,
Thanks for the link, I adjusted for these, please clear your browser cache and check if you can find any more.Best regards,
MikeHey arasaac,
You could try this script, I tested it with a slideshow button and it worked, so you will need to adjust it to use the class you are going to use.
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $('a.avia-slideshow-button').on('click', function(e) { e.preventDefault(); $('.av-burger-menu-main a').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
If you need help adjusting this then include an admin login in the Private Content area and a link to a text page with the element you want to use as the trigger.
Best regards,
MikeHi,
Thank you for your patience, I have added this css to address the three types of links that were still red in your posts:#top #main p > strong > span > a, #top #main .abh_name.fn.name a, #top #main .entry-content p > span > a { color: #0000ff!important; }
if you find anymore links in a post that is still red please link to it so we ca examine it.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 fgiotto,
Thanks for the link to your page, I would not foresee any issues, it should work fine.Best regards,
MikeHi,
This is not occurring when I test your page, please explain what device and browser you are using.
Does this have anything to do with why your shortcodes.js was customized in the first place? I see that you have quite a few files in your child theme are all of these customized?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,
The footer widgets are h3 on our demo we could help better if you linked to your page.Best regards,
MikeFebruary 11, 2022 at 1:22 am in reply to: Hero image with title and excerpt on homepage, individual post pages? #1340062Hi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1); function avf_header_setting_filter_mod($header_settings) { if ( is_singular() ) { $header_settings['header_transparency'] .= " header_transparency"; $header_settings['header_class'] .= " av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_searchicon av_header_unstick_top_disabled av_minimal_header av_bottom_nav_disabled av_alternate_logo_active av_header_border_disabled"; } return $header_settings; }
Best regards,
MikeHi,
Please include the url to the page in question so we can take a look.Best regards,
MikeFebruary 10, 2022 at 1:58 pm in reply to: Hero image with title and excerpt on homepage, individual post pages? #1339979Hi,
To force the featured image full width on posts please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.single-post .big-preview.single-big { width: 100vw !important; position: relative !important; left: calc(-50vw + 50%) !important; }
After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts