Forum Replies Created

Viewing 30 posts - 11,581 through 11,610 (of 34,910 total)
  • Author
    Posts
  • Hi,
    Please try changing the setTimeout from 100 to 800
    2022-06-11_003.jpg

    add_action('wp_footer', 'ava_custom_scripts', 999);
    function ava_custom_scripts(){
    ?>
    <script>
        (function($){
        setTimeout( function() {
            var grid = $('.grid-links-ajax');
    
            if( grid ) {
                grid.find('a:first').trigger('click');
            }
        }, 800);
    })(jQuery);
    </script>
    <?php
    }

    After applying please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change default typography in Enfold #1354909

    Hi,
    You can use the Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager to include custom fonts and then use css to apply those fonts to your specific headings and body text. Please see our documentation.

    Best regards,
    Mike

    in reply to: events / events #1354907

    Hi,
    Thank you, it worked this time and I was able to login, but the theme editor is not available for me so I can’t edit the child theme functions.php to adjust the filter above, please enable or include FTP access so we can adjust the filter.

    Best regards,
    Mike

    in reply to: events / events #1354904

    Hi,
    Thank you for your patience, but your site doesn’t seem to be online, please check.
    2022-06-11_001.jpg
    2022-06-11_002.jpg

    Best regards,
    Mike

    in reply to: blog page not working regularly #1354903

    Hi,
    Thank you for your patience I changed the function to this so the categories would be over the title like on your article slider in the homepage:

    add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 );
    function avf_masonry_loop_prepare_mod_cat( $key, $entries ) {
        $categories = get_the_category($key['ID']);
        $separator = ' ';
        $output = '
    <div class="custom-masonry-cat">';
    	    if ( ! empty( $categories ) ) {
    	        foreach( $categories as $category ) {
    				$output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator;
    	        }
    	    }
    	 $output .= '</div>';
    
        $key['text_before'] .= trim( $output, $separator );
        return $key;
    }

    and added this css to match your article slider in the homepage:

    .custom-masonry-cat {
    	 color: #719430;
    	 font-family: 'caveat';
    	 font-size: 16px;
    	 text-align: center;
         display: block;
         font-weight: 700;
         text-transform: uppercase;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Masonry Change pictures #1354888

    Hi,
    Thanks for the link to your site, but we can’t examine the backend of your site without a login, that is a user name and password.
    But from the front end I see the masonry element on your homepage and see that it is showing portfolio items:
    2022-06-10_002.jpg
    to change the image that you see you need to go to the specific portfolio item and change its featured image.
    To change the featured image in the Classic Editor, look in the admin sidebar for this option:
    2022-06-10_003.jpg
    In the Block Editor look in the admin sidebar for this option:
    2022-06-10_004.jpg

    Best regards,
    Mike

    in reply to: Demo installation fails on OVH shared hosting #1354887

    Hi,
    Thank you, 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: Masonry Change pictures #1354806

    Hi,
    Please include an admin login to your site in the Private Content area below so we can examine, thank you.
    Your screenshot link is not working for me, to add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    Hi,
    This has already been merged into our core files, so it will be in the next version, but I don’t know when that will be released.
    Please see this sticky thread: Enfold 5.0 is now available – please read this before updating we recommend that users update on a staging or development sites first.
    Please try testing each of your sites on a staging site before updating all of them at once, we have tried to test the v5 update as a team before releasing, but as you see this error slipped past us. Please note that this is a major update.

    Best regards,
    Mike

    in reply to: Customize Hospot-Tooltip #1354804

    Hi,
    Thank you for your patience, this thread didn’t update with your admin login information and the link to your site, please try adding again in the Private Content area in the forum:
    2022-06-10_001.jpg

    Best regards,
    Mike

    Hi,
    Thank you for your patience, the Dev Team has replied with this file update:
    /enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js
    DropBox link to file
    Once you replace your slideshow.js file Please clear any cache plugin and your browser cache and check.
    Please note that clearing javascript files can sometimes require a couple of tries and Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    This has been added to the next update.

    Best regards,
    Mike

    Hi,
    I mean that for mobile screens to have the footer text in a single line the text will be very small, you can see what I mean by trying this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 620px) { 
    .avia-buttonrow-wrap.footer-buttonrow .avia-button {
        font-size: 8px;
        padding: 9px 2px 7px;
    }
    }

    if your button text was less characters it would be better perhaps like: Conditions | légales | Confidentialité

    To remove the border from the buttons try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .avia-buttonrow-wrap.footer-buttonrow .avia-button.avia-color-light {
        border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Demo installation fails on OVH shared hosting #1354735

    Hi,
    Glad to hear that you have sorted this out, thanks for sharing your settings perhaps it will help another OVH hosting user.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: LayerSlider 7 as Hero Slider #1354692

    Hi,
    Ok, we will leave this open to hear back from you, if you resolve this please let us know so that we can close this thread.

    Best regards,
    Mike

    in reply to: Color Section background image not clearing #1354658

    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

    Hi,

    @Steve
    & @thinkjarvis thank you I misunderstood. I reported to the Dev Team and will reply when I hear back.

    Best regards,
    Mike

    in reply to: Color Section background image not clearing #1354653

    Hi,
    Thanks for the feedback, I was looking for a phone number, but now I see it’s the text in the Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 424px) { 
    	#header_meta .phone-info {
    	font-size:16px;
    }
    }
    @media only screen and (max-width: 767px) { 
    	#header_meta .phone-info {
    	top: 64px;
        position: relative;
        width: 80%;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    @thinkjarvis I tried switching around my elements, removing the second slider, and even adding a grid row like your page, but still couldn’t reproduce.

    @Steve
    only has two sliders on his page without other elements: clone of his page
    Best regards,
    Mike

    Hi,
    Yes, I did see the issue on your site, but I’m not sure what could be causing it, if you post a link to a plain text file with your page shortcode I can test it on my test site, perhaps it is caused by a combination of elements?

    Best regards,
    Mike

    in reply to: Color Section background image not clearing #1354640

    Hi,
    Thanks for the login, the background image is added at Enfold Theme Options ▸ General Styling ▸ Alternate Content ▸ Background Image
    2022-06-09_002.jpg
    I left it for you to change, then clear your browser cache and any cache plugin, and check.
    As for your logo on mobile, I see that it is hidden but I don’t see a phone number in its place, did you already add this or are you asking to add this?

    Best regards,
    Mike

    Hi,

    @Steve
    thanks for the login, I copied your page to a test server but the buttons on the Fullwidth Easy Slider are working correctly, I saw that you had a custom avia.js in your child theme so I tried enabling your parent theme and disabling some of your plugins but it didn’t help on your site.
    I also see that we are using the same PHP version: 7.4.29 so I’m not sure what could be causing this but I couldn’t reproduce.

    @thinkjarvis thanks for the link to your site, I created a page with the Fullwidth Easy Slider and the Fullscreen Slider and tested buttons with page links, post links, manually links but I couldn’t reproduce your error.

    Best regards,
    Mike

    in reply to: problème d'actualisation suite modification du CSS #1354624

    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: events / events #1354583

    Hi,
    Thank you for your patience, please try this filter instead:

    add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 );
    function avia_breadcrumbs_trail_mod( $trail, $args ) {
            // remove duplicate events trail
    	if ( tribe_is_events() ) {
    		unset ($trail[1]);
    	}
    	return $trail;
    }

    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Gallery Columns #1354582

    Hey Stefan,
    Sorry not with the gallery element, I recommend cloning this element below the original with the columns set for mobile then make this element only show on mobile with the element’s Element Visibility option in the Advanced tab.
    Then make the original not show on mobile.

    Best regards,
    Mike

    in reply to: Color Section background image not clearing #1354581

    Hey Julie,
    Thanks for your question, this seems to be added via css:

    .alternate_color {
        background: #bf5716 url(//your-site.com/wp-content/themes/enfold/images/background-images/floral-dark.png) top center repeat scroll;
    }

    Please include an admin login in the Private Content area so we can assist in removing it.

    Best regards,
    Mike

    in reply to: Demo installation fails on OVH shared hosting #1354580

    Hey digi_informatique,
    Thank you for your question, unfortunately I see that you are using OVH hosting and they have disabled the PHP set_time_limit() function, this function to ensure that the WordPress import doesn’t time out, this is different than the current PHP run time limit.
    In the threads that I have seen this, the users report back that OVH will not enable this standard PHP function.
    Our demo import uses the WordPress import feature which uses this function, in other threads I have also tried manually importing, but this still requires the same WordPress import feature which again times out (cURL error 28)
    To work around this I recommend importing your demo on a localhost install and using the Duplicator plugin to migrate/clone it to your OVH host, I believe this will work.

    Best regards,
    Mike

    in reply to: Combo widget changes in child theme? #1354579

    Hey zimbo,
    Thank you for your patience, but unfortunately, there is not a way to add any of the /framework/php/ files to the child theme, you will need to update those files manually with each update.

    Best regards,
    Mike

    in reply to: Slide show image cut at the edge #1354578

    Hi,
    It depends on your screen size, please see Guenni007 comment above.
    When I look at it, it looks good, perhaps you should use “center center” as I pointed out above to center the bear.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, at the smallest mobile screen size, 375px, your link text is about half of the screen width with your current font size 13px:
    2022-06-08_002.jpg
    in order to have these in one line at this screen width you will need to back the font size 8px which would probably be hard to read, you can try with this css:

    @media only screen and (max-width: 620px) { 
    .avia-buttonrow-wrap.footer-buttonrow .avia-button {
        font-size: 8px;
        padding: 9px 2px 7px;
    }
    }

    To remove the border from the buttons try this css:

    #top .avia-buttonrow-wrap.footer-buttonrow .avia-button.avia-color-light {
        border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: google maps api won't work #1354572

    Hi,
    Please include an admin login to your site in the Private Content area so we can investigate.

    Best regards,
    Mike

Viewing 30 posts - 11,581 through 11,610 (of 34,910 total)