Forum Replies Created

Viewing 30 posts - 11,641 through 11,670 (of 34,988 total)
  • Author
    Posts
  • in reply to: Scrollable page, sideways #1354970

    Hi,
    For that page try this css:

    #top.page-id-38 .flex_column.avia-builder-el-2 {
    	 overflow: auto;
    }

    but on that page the color section that the table is in is hidden on mobile.
    If you have multiple tables on multiple pages then I recommend add a custom class to the column that the table is in, if you use the custom class “scroll-table” then you could use this css instead:

    #top .scroll-table {
    	 overflow: auto;
    }

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

    Best regards,
    Mike

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

    Hi,
    Unfortunately, it’s going to be cropped at some screen sizes if you want the image to be 100% height & width for all screen sizes.

    Best regards,
    Mike

    in reply to: blog page not working regularly #1354948

    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: Enfold update crashes site #1354942

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

    in reply to: Link circle diameter smaller #1354940

    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: blog page not working regularly #1354939

    Hi,
    Ok, I added this script to your functions.php for your blog page masonry items on mouse-over:

    function custom_script() { ?>
      <script>
    (function($){
      $("#top.page-id-259 .av-masonry-entry,#top.page-id-259 .av-masonry-entry img").hover(function(){
        $(this).removeAttr("title");
      });  
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Link circle diameter smaller #1354935

    Hey schweg33,
    Thank you 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:

    #main .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: '\E832';
        font-family: 'entypo-fontello';
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: -15px 0 0 -15px;
    }

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

    Best regards,
    Mike

    in reply to: blog page not working regularly #1354934

    Hi,
    I have adjusted the metadata block and the “continua a leggere” text, but the mouse-over text is from the image title because the grid element is a link, we can not change the text but we can remove it, please let us know if you want to do this and check the other elements.

    Best regards,
    Mike

    in reply to: Broken buy product box #1354933

    Hey PonzioPilato,
    Thanks for your question, the background color and button color is dependent on your theme General Styling ▸ Color Scheme, the border and width of the variation label is because the table elements have changed in woocommerce after version 6.0.1
    2022-06-11_130622.jpg
    our Shop Demo site is still using woocommerce v3.1.1
    anyways try this css to adjust

    #top .variations th {
        padding: 4px 10px;
        border: none;
        vertical-align: top;
    }
    
    #top .variations th.label {
        width: 77px;
        text-align: center;
        text-transform: capitalize;
    }

    2022-06-11_013.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Scrollable page, sideways #1354928

    Hey DesignLena,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .flex_column.el_before_av_table {
    	 overflow: auto;
    }

    Best regards,
    Mike

    in reply to: distance top video and photo same #1354926

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

    in reply to: Support License #1354924

    Hi,
    Glad Yigit 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: Cannot edit any pages #1354922

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

    in reply to: just installed Enfold – getting demo data error #1354921

    Hi,
    Your site seems down right now, please check:
    2022-06-11_009.jpg
    Are you using OVH Hosting?
    You can not FTP demo files they will not install, the demo files need to be imported with the WordPress import feature for .xml files
    Please see our documentation: How to manually import a theme demo
    But if you are using OVH Hosting see this post, note that he says:

    I tried several times, some tries were partially successful. In the end, it worked

    I recommend importing your demo on a localhost install and using the Duplicator plugin to migrate/clone it to your OVH host.

    Best regards,
    Mike

    in reply to: Disable paging for second blog element #1354919

    Hey onlylettersandnumbers,
    Thank you for your patience, I tried to recreate your issue with our latest version (v5), with a single item showing in a blog element with no pagination in a 1/3 column and 3 items showing in a 2/3 column with pagination.
    2022-06-11_005.jpg
    2022-06-11_006.jpg
    2022-06-11_007.jpg
    2022-06-11_0084a938f774c9bbd7c.jpg
    please check if your settings are the same and if so try updating to v5, I linked to my test page below.

    Best regards,
    Mike

    in reply to: blog page not working regularly #1354918

    Hi,
    I changed the css to this:

    .custom-masonry-cat,
    .av-post-metadata-category-link a {
    	 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: function.php customization does not work after update #1354915

    Hey snorlachs,
    Thank you for the login, your script is looking to replace the source url of .logo > a > img
    but when you use a SVG logo there is no img tag it is a SVG tag and thre is no url it is a clippath because it has already been rendered:
    2022-06-11_004.jpg
    Try using png images instead of svg

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution.
    Sorry for our delayed response, but 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,
    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

Viewing 30 posts - 11,641 through 11,670 (of 34,988 total)