Forum Replies Created

Viewing 30 posts - 12,421 through 12,450 (of 34,550 total)
  • Author
    Posts
  • in reply to: Font-size and center text in footer #1340298

    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,
    Mike

    in reply to: Icon box colors not showing up correctly on live website #1340297

    Hey 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,
    Mike

    in reply to: Newletter enfold #1340296

    Hey 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
    2022-02-12_007.jpg
    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,
    Mike

    in reply to: Cannot Center Widget Title #1340292

    Hi,
    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,
    Mike

    in reply to: One Column Masonry Layout #1340291

    Hey 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.
    2022-02-12_006.jpg

    Best regards,
    Mike

    in reply to: Layout builder with Woocommerce – Show product images #1340289

    Hey 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,
    Mike

    in reply to: Problem with Woocommerce Plugin "Advanced Product Fields" #1340286

    Hey 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.
    2022-02-12_005.jpg

    Best regards,
    Mike

    in reply to: link color and article date #1340285

    Hi,
    Glad to hear, please have the customer check and link to any they find.
    As for the article date, in the Theme Options ▸ Blog Styling you were using the Modern Business which doesn’t show the date, I changed it to Default Business which does, please check:
    2022-02-12_003.jpg
    2022-02-12_004.jpg

    Best regards,
    Mike

    Hi,
    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,
    Mike

    in reply to: Weird image anamoly on post unsing Advanced Editor #1340281

    Hi,
    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,
    Mike

    in reply to: I want to reflect the child theme "style.css" #1340280

    Hey 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,
    Mike

    in reply to: Cannot Center Widget Title #1340279

    Hi,
    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,
    Mike

    in reply to: Video player showing url and not video #1340270

    Hey 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:
    2022-02-12_001.jpg
    this is how they should show:
    2022-02-12_002.jpg
    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,
    Mike

    Hey 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,
    Mike

    in reply to: Corrupted Thumbnails on Enfold Latest News Sidebar Widget #1340266

    Hi,
    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,
    Mike

    in reply to: Stye for a link added to the Cookie Consent Message Bar #1340265

    Hi,
    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,
    Mike

    in reply to: link color and article date #1340262

    Hi,
    Thank you, I adjusted for these also, please clear your browser cache and check again.

    Best regards,
    Mike

    in reply to: Cannot Center Widget Title #1340261

    Hi,
    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;
    }
    in reply to: link color and article date #1340259

    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,
    Mike

    in reply to: link color and article date #1340224

    Hi,
    Thanks for the link, I adjusted for these, please clear your browser cache and check if you can find any more.

    Best regards,
    Mike

    in reply to: Open menu from a link #1340159

    Hey 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,
    Mike

    in reply to: link color and article date #1340156

    Hi,
    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;
    }

    2022-02-11_062904.jpg
    if you find anymore links in a post that is still red please link to it so we ca examine it.

    Best regards,
    Mike

    in reply to: Gallery and Page Title Bug #1340070

    Hi,
    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,
    Mike

    in reply to: Accordeon #1340069

    Hey fgiotto,
    Thanks for the link to your page, I would not foresee any issues, it should work fine.

    Best regards,
    Mike

    in reply to: Accordion Toggle Not Working #1340068

    Hi,
    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,
    Mike

    in reply to: Custom ID images #1340064

    Hi,
    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,
    Mike

    in reply to: Cannot Center Widget Title #1340063

    Hi,
    The footer widgets are h3 on our demo we could help better if you linked to your page.

    Best regards,
    Mike

    Hi,
    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,
    Mike

    in reply to: Cannot Center Widget Title #1340060

    Hi,
    Please include the url to the page in question so we can take a look.

    Best regards,
    Mike

    Hi,
    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

Viewing 30 posts - 12,421 through 12,450 (of 34,550 total)