Viewing 30 results - 6,871 through 6,900 (of 244,419 total)
  • Author
    Search Results
  • #1462676

    Hi Ismael,
    Thanks for your response, I have only just realised you replied. I believe the file structure is correct as I followed the instructions on the link you sent.
    I am trying to upload a non-Google font called Blakely, which I have as a TFF file (one weight has been compressed into a zip file). I have uploaded the Zip file. This uploaded, and it gave me this CSS:

    Font: MACOSX ( font-family: macosx )
    normal: 400

    I then added this to the quick CSS;

    H1, H2, ul, li
    {
    font-family: ‘macosx’ !important;
    }

    And also tried selecting it under “heading font” in Enfold and I have also tried this:

    H1, H2, ul, li
    {
    font-family: ‘macosx (400)’ !important;
    }

    I would be very grateful if you could take a look.

    Many thanks

    #1462675

    Hi Tim,

    Thank you for the credentials.

    Having a look into it – you are having a lot of customizations, a lot of plugins and also modifications to the image sizes defined.

    E.g. 1500*0 – Featured Thin (added by theme), 1700*0 – Fullscreen Sections/Sliders (added by theme), …

    In core it is: 1500*430 – Featured Thin (added by theme), 1500*1500 – Fullscreen Sections/Sliders (added by theme)

    We are using core WP functions for creating the responsive scrset and size – no idea what *0 causes behind the scene in WP core.

    Also it is a bit strange that when no image is selected for a category we get the last image added returned by a core WP function:

    
    $attachment_id = avia_get_woocommerce_term_meta( $term->term_id, 'thumbnail_id' );
    

    calls

    
    get_term_meta( $term_id, $key, $single )
    

    The following functions are involved in handling the banner for shop page and category pages in file ..\config-woocommerce\config.php:

    avia_woocommerce_overview_banner_image()
    avia_woocommerce_big_cat_banner()
    avia_woocommerce_shop_banner()
    avia_woocommerce_parallax_banner()

    The code in the functions is pretty straight and easy to understand.

    What I would suggest you can do:

    – To make 100% sure we do not have a bug in our core (we tested it carefully, but we might have missed something) create a clean install with Enfold and WooCommerce, add a few images and categories and check, if you get it to run as you want it – using filters if necessary (we can add additional filters if needed to core)

    – Then you need to dig into your customizationed site and try to figure out, what breaks our code

    I know this answer does not satisfy but digging into your code cannot be done in a few minutes.

    If you need anything added to code or anything I can assist you let me know.

    Best regards,
    Günter

    Hi Gerry,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site. We’ll close this thread for now.

    Best regards,
    Rikard

    #1462662

    Hi,

    If you enable debug mode under Enfold->Layout Builder->Show advanced options, then you can add this shortcode to a new page to see how it was made:

    [av_layout_row border='' min_height='15px' color='main_color' mobile='av-fixed-cells' id='welcome' av_uid='av-98dfif']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#719430' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-38ln3']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#92bb46' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8vfxsn']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#acd464' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8r5rn3']
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='#e1fbb2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' av_uid='av-8ggrav']
    
    [/av_cell_one_fourth]
    [/av_layout_row]

    Best regards,
    Rikard

    #1462660

    Hey Please delete,

    Thanks for the update, we’ll close this thread then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1462648
    #1462644

    Hi,

    Thank you for the update.

    with the “old” version of enfold, the slider automatically received an ID (fullscreen_slider_1). After the Update, the ID is gone….

    You can manually apply the ID in the elements’ Advanced > Developer Settings > Custom ID Attribute field. You can also apply Custom CSS Class names or add a description to the element.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    To temporarily fix the overlap issue, please add this css code:

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        margin-left: 0;
    }
    
    .av_seperator_small_border .av-main-nav > li:not(.av-menu-button) > a > .avia-menu-text {
        margin-left: -13px;
    }

    And to change the font, please go to the Enfold > Advanced Styling panel and edit the Main Menu > Main Menu Links element.

    Best regards,
    Ismael

    #1462639

    Hi Mike,

    Thanks for your answer.
    I tried but the script shows no difference.

    In the past I used Enfold Health demo to make a site, unfortunately it’s not online anymore. In this demo on the homepage a green line is used beneath the fullscreen header. It’s made with #avia_sc_grid_row but I don’t know the settings anymore. Is it possible to use this en can you refresh my memory? ;-)

    #1462636
    pierremartin311
    Participant

    Hello,
    1 – I add my script json in header.php just before </head> on my site : vernissageduvar.com
    Everything is OK with the google testing tool of structured data but i can’t see my strucutured data in the Google search console..Why?

    2- Whats is the difference by making this : https://kriesi.at/support/topic/structured-data-html/#post-758419 or ading the script in header.php?

    Thanks!

    #1462630
    nTECHgrate
    Participant

    Hello Enfold Team,

    I have a masonry gallery on my homepage, but it doesn’t load until I start to scroll. I want to change this and have it load on page launch. Can you please help with this?

    Thanks

    -James

    #1462629
    nTECHgrate
    Participant

    Hello Enfold Team,

    I would like to hide empty table cells on mobile devices. Can you please point me in the right direction for this?

    Thank you for your help.

    -James

    #1462626

    Hi there!
    thanks again, I think I can manage most of the problems that occurred with the update to the v6.0.2.
    for the moment 1 question appeared:
    I use a fullscreen slider which I used to adapt to fit my needs.
    with the “old” version of enfold, the slider automatically received an ID (fullscreen_slider_1). After the Update, the ID is gone….
    is there a possibility to give the slider an ID?

    Best regards, Clemens

    #1462623

    Hi,
    I don’t believe that there is a issue with backward compatibility, we would have also experienced this on our sites and seen other users post this, but I have seen shortcode in the text element become corrupt as in this screenshot:
    https://img.savvyify.com/images/2024/07/21/Enfold_Support_6362.md.jpg
    I also note that you seem to have put your ALB shortcodes in a text element, instead of adding the elements to the page, do you recall building your pages like this, it is unusual.
    You could try rolling back to the older version, or restore your server backup to before you updated.

    Best regards,
    Mike

    #1462622

    In reply to: Probleme mit Enfold

    Hi,
    Thanks for the screenshot, I have not seen anything like this before so wee will need to login and check, but first you will need to use your new license to register for the support forum and open a new thread so we can help further.
    Currently this post is using the contact form which is not appropriate for support questions like this, we are glad could help you so far, but we ask that you use the support forum for further support.
    Thank you for understanding and using Enfold.

    Best regards,
    Mike

    #1462621

    Hi,
    When you write:

    top:27%; is my live view in my smartphone good, but the view in the browser development is bad.

    it sounds like you are referring to this custom css:
    Enfold Support 6352
    because it is the only one that is a percentage, but this one should not change your device vew because it has the max-width of 736px, which is smaller than your device.
    This custom css should be the one that works on your device:
    Enfold Support 6354
    because it’s max-width is the same as your device, but I not sure if you are changing the top:16px; to top:27px; or 27%
    If I’m correct about this, change this css to:

    @media only screen and (max-width: 373px) {
        .inner-container {
            position: relative;
            top: 16px;
        }
    }

    so it stops working at 373px and then add this css for your device:

    @media only screen and (min-width: 374px) and (max-width: 379px) {
        .inner-container {
            position: relative;
            top: your-value;
        }
    }

    and adjust the your-value to what looks good on your device.
    This way other devices will still look correct, it get tricky when a single device doesn’t display correctly, but I think this will work for you.
    When I check with my iPhone 7 which has a screen width of 320px, the logo looks just like it does in the browser development tool for the same width.

    Best regards,
    Mike

    #1462620

    In reply to: Probleme mit Enfold

    Hi Ricard,
    everything seems to work fine after the update. Well, nearly everything. I do have a big problem, though. Since I updated, I can’t use the Advanced Layout Editor properly. The layout of the page is scrambled, the sidestrip is gone.
    What can I do?

    Scrambled Editor Page

    #1462617

    In reply to: Advance Editor loss

    Hey cws0827,

    Could you try updating the theme to the latest version (6.0.2) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    #1462610

    Hi,
    kwanumzen108 it looks like you have pasted theme shortcode into a text element, but you have extra HTML before and after the shortcode, typically this will cause breaks:
    Enfold Support 6362
    Enfold Support 6364
    sometimes this occurs when a page is saved as a default WordPress builder page, and then converted back again.
    cws0827 I’m not sure what you mean by scenery theme package, please open a new thread with the url to the page in question and an admin login so we can be of more assistance. It gets confusing when we are working on more than one site per thread. Thanks for understanding.

    Best regards,
    Mike

    #1462608

    In reply to: Change of Logo

    Hi,
    Glad to hear, we will close this then, thanks for using Enfold.

    Best regards,
    Mike

    #1462605

    In reply to: Section toggle

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

    Hi Mike, the website is currently on my desktop only (on the app Local). i’ll share a link when its nearly finished.

    animation in menu: the menu i shared has a small hoover over effect on the text. How do I achieve for example a colour change and underlining in white for the url that is active?

    Size of menu: the example menu has the same width as the content under it, till it gets too small and changes to a hamburger menu. How do I achieve this? I think Enfold could really use some more menu options, such as the one i’m exploring now, as i’ve build several enfold sites and I’m really looking to achieve something a bit different than all the other enfold sites (i and others) have build, but still remain loyal to the enfold theme/team.

    pierremartin311
    Participant

    Hello,
    How can i add structured data with Enfold without a plugin?
    I add my script json in header.php just before </head>
    Everything is OK with the google testing tool of structured data but i can’t see my strucutured data in the Google search console..

    This is my site : vernissageduvar.com

    Thanks for your help!

    #1462585

    Hey Jak73,
    The title fields do not support HTML, such as links. A possible work around is to use our plugin Special Character Translation please read about it in our documentation here. Then you can add this code to your title to show the less than symbols of the HTML: ###lt###.
    Or try using a text element to simulate the special heading element.

    Best regards,
    Mike

    #1462579

    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

    #1462576

    Hey Jak73,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #socket #avia3-menu .avia-menu-text {
    	color: #000;
    }
    #socket #avia3-menu .avia-menu-text:hover {
    	color: #ccc;
    }

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

    Best regards,
    Mike

    #1462567

    In reply to: Pricing Table Help

    Hey navindesigns,
    Thank you for the link to your site, it looks like the burger menu color is black on a black header background, so it is not seen, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to make it white:

    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
        background-color: #fff;
    }

    For the table height, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_table_script() { ?>
      <script>
    (function($){
      $(window).load(function(){
      	$('.page-id-2333 .avia-pricing-table-container').each(function(){  
         var $columns = $('.pricing-table',this);
         var maxHeight = Math.max.apply(Math, $columns.map(function(){
             return $(this).height();
         }).get());
         $columns.height(maxHeight);
    });
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_table_script', 99 );

    and this css in your Quick CSS:

    .page-id-2333 .pricing-table li.empty-table-cell {
        display: block;
    }
    .page-id-2333 .avia-pricing-table-container .pricing-table li:nth-child(6) {
    	height: 62px;
    }

    Best regards,
    Mike

    #1462565

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-317 #wrap_all #main #av_section_1.avia-builder-el-first {
    	border-top: 10px solid #000;
    	border-bottom: 10px solid #000;
    }

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

    Best regards,
    Mike

    #1462562

    Hi,
    Thanks for the link to your site, I disabled the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and cleared your WPRocket cache and the issue seems solved. Please clear your browser cache and check.
    Please note that testing with 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.

    Best regards,
    Mike

    #1462560

    Hi,
    When I check your page it looks like you have this custom css:
    Enfold Support 6352
    try changing the top:41%; to top:27%;
    and you have this custom css:
    Enfold Support 6354
    try changing the top:16px; to top:21px;

    Best regards,
    Mike

Viewing 30 results - 6,871 through 6,900 (of 244,419 total)