Viewing 30 results - 14,701 through 14,730 (of 244,621 total)
  • Author
    Search Results
  • #1414209

    Hi,

    Thanks for the update. Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1414203

    In reply to: error on mobile

    Hi,

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

    Best regards,
    Rikard

    #1414202

    In reply to: Skip link

    Hi,

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

    Best regards,
    Rikard

    #1414198

    Hi Mike,

    Thanks for this.

    My coding knowledge is limited and I do not run a child theme.

    If I am adding the Teams logo, is the CSS below correct?
    Then I add the Teams logo in > Enfold > Social Profiles

    Please advise.

    Thanks

    ********

    function avia_add_custom_icon($icons) {
    $icons[‘teams’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    function avia_add_custom_social_icon($icons) {
    $icons[‘Teams’] = ‘teams’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
    add_filter(‘avia_social_share_link_arguments’, ‘avia_add_social_share_link_arguments’, 10, 1);
    function avia_add_social_share_link_arguments($args){
    $teams = array(‘teams’ => array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://www.microsoft.com/en-gb/microsoft-teams/group-chat-software/”, ‘label’ => __(“Share on Teams”,’avia_framework’)));
    $args = array_merge($teams, $args);
    return $args;
    }

    #1414192
    Schmidtgrafisk
    Participant

    Hey Enfold

    Like the background color of the burgermenu, to be in full screen width on mobile, how is that done.

    Thanks
    Alan ;)

    #1414189
    iishaq
    Participant

    Howdy!

    WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with your theme, Enfold.

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 6.2.2
    Active theme: Enfold (version 5.6.3)
    Current plugin: (version )
    PHP version 8.1.21

    Error Details
    =============
    An error of type E_ERROR was caused in line 3773 of the file /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php. Error message: Uncaught TypeError: aviaElementTemplates::set_locked_attributes(): Argument #1 ($attr) must be of type array, string given, called in /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.php on line 750 and defined in /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php:3773
    Stack trace:
    #0 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.php(750): aviaElementTemplates->set_locked_attributes(”, Object(avia_sc_image_hotspots), ‘av_image_spot’, Array, Array, ”)
    #1 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.php(954): avia_sc_image_hotspots->get_element_styles(Array)
    #2 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_image_hotspots->shortcode_handler(Array, ‘\n[av_imag…’, ‘av_image_hotspo…’, Array)
    #3 /public_html/wp-includes/shortcodes.php(355): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_imag…’, ‘av_image_hotspo…’)
    #4 [internal function]: do_shortcode_tag(Array)
    #5 /public_html/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(av_ima…’, ‘do_shortcode_ta…’, ‘[av_image_hotsp…’)
    #6 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(580): do_shortcode(‘[av_image_hotsp…’)
    #7 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2091): ShortcodeHelper::avia_apply_autop(‘[av_image_ho…’)
    #8 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_columns->shortcode_handler(Array, ‘\n[av_image_hots…’, ‘av_three_fifth’, Array)
    #9 /public_html/wp-includes/shortcodes.php(355): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_image_hots…’, ‘av_three_fifth’)
    #10 [internal function]: do_shortcode_tag(Array)
    #11 /public_html/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(av_but…’, ‘do_shortcode_ta…’, ‘\n[av_three_…’)
    #12 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(559): do_shortcode(‘\n[av_three_…’)
    #13 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php(1466): ShortcodeHelper::avia_remove_autop(‘\n[av_three_…’, true)
    #14 /public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_section->shortcode_handler(Array, ‘\n[av_three_…’, ‘av_section’, Array)
    #15 /public_html/wp-includes/shortcodes.php(355): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_three_…’, ‘av_section’)
    #16 [internal function]: do_shortcode_tag(Array)
    #17 /public_html/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(av_but…’, ‘do_shortcode_ta…’, ‘[av_section min…’)
    #18 /public_html/wp-includes/class-wp-hook.php(308): do_shortcode(‘[av_section min…’)
    #19 /public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_section min…’, Array)
    #20 /public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1860): apply_filters(‘the_content’, ‘

    #1414185

    Hi, Sorry for late reply.

    I thought that Envato / Theme Forest created one token for Enfold, so I only have the one same token loaded on each site. So I must have got that wrong for the last 10 years! How do you create a token each time you purchase?

    Thanks,
    Anne

    Fairbanks_Seeds
    Participant

    Good Morning,
    I have just done the most recent Enfold Theme update, and the prices of my products are now showing on my product page.
    I have previously had them hidden.
    I have this code in place
    #top.single-product .single-product-summary p.price {
    display: none !important;
    }
    #top .price { display: none ; }
    .single-product .single_variation .price { display: block!important; }

    Can you please let me know how to hide the prices.
    Thanks,
    Sally

    #1414178

    Hey dlambers,
    Thank you for the link to your site, I add this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-1245 .avia-slideshow-arrows.avia-slideshow-controls {
    	display: none;
    }

    now the navigation arrows don’t show for that page, please clear your browser cache and check.

    Best regards,
    Mike

    #1414175

    Hi,
    Thanks for your question, the current a[href*=”#”] is correct for links to another page, the reason that it doesn’t work as expected is that browser match the hash on page load, the way around this is to remove the hash from the url and load the page at the top with window.scrollTo(0, 0); and then add the hash to smooth scroll to it.
    Instead of reinventing the wheel try the plugin Page scroll to id and in the settings try Scroll duration of 1500 and an Offset of 125 and leave all of the other default settings.
    You may notice the page reset as I explain earlier so if you want to avoid this your the Enfold Theme Options ▸ Page Preloading it will hide the page reset and then you will see the smooth scroll to the ID when coming from another page, and when going to an ID on the same page the Page Preloading will not show and the page will smooth scroll to the ID.

    Best regards,
    Mike

    #1414173

    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

    #1414170

    Hey gatehealing,
    You can adjust at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Content | Sidebar Ratio, if that doesn’t help please link to your page so we can see what you mean.

    Best regards,
    Mike

    #1414169

    Hi,
    Thanks I didn’t realize that the screenshot was scrollable, nonetheless you can hide those fields in the screen options at the top of the page
    Enfold_Support_2644.jpeg
    Try using the login you gave us to use, to see the Layout option, perhaps you have it hidden on your login, or provide your login details so I can help you find it.
    The admin sidebar element are movable so perhaps you moved it to the bottom of the page instead of the sidebar?

    Best regards,
    Mike

    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

    #1414162

    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

    #1414161

    Hi,
    The Layout option is in the sidebar of the backend, Please see the screenshot in the Private Content area.
    The screenshot that you provided shows the page elements, the top slider and the sub-menu under it, and the special heading with the text “welcome new students” that you know is hidden:
    Enfold_Support_2638.jpeg
    so if you are sure you want to remove these from your page:
    Enfold_Support_2640.jpeg
    you can click the red “X” to delete
    Enfold_Support_2642.jpeg

    Best regards,
    Mike

    Hey Ramiro,
    I added the language menu to your burger menu at WPML ▸ Language ▸ Menu language switcher, but if you want to show the language selector in your top bar you can enable it at Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Enfold WPML Language Flags (Global Setting)

    Best regards,
    Mike

    #1414157

    Hi,
    Thanks for the screenshot, I didn’t realize that you were refuring to the Advanced Layout Builder elements, I was looking for something else, nonetheless the special heading with the text “welcome new students” is not showing on the frontend because it has been hidden in the options Advanced ▸ Element Visibility
    Enfold_Support_2632.jpeg
    try unchecking these boxes to show the element.
    The sidebar is not showing because of the setting in the Layout:
    Enfold_Support_2634.jpeg
    Try changing this setting.

    Best regards,
    Mike

    #1414154

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

    .breadcrumb .sep {
        padding: 0 6px 0 8px;
        width: 22px;
    }

    Best regards,
    Mike

    #1414152

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

    @media only screen and (max-width: 767px) { 
    #top .av-section-tab-title {
      padding: 10px 0 0 0;
      width: 200px;
    }
    }

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

    Best regards,
    Mike

    #1414150

    Hi,
    Thanks for the login, the sidebar has been disabled for pages in the theme settings at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Pages try enabling if you want pages to show the sidebar globaly, or you can choose to show the sidebar on pages individually in the page Layout options.
    Enfold_Support_2630.jpeg
    I don’t see any custom fields below the editor on your posts, please explain further or perhaps a screenshot would help.

    Best regards,
    Mike

    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

    #1414148

    In reply to: Support

    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

    #1414144

    In reply to: Support

    Hey Eva,
    Thanks for the link to your site, I see that you Envato Token is working on your site in Enfold Theme Options ▸ Theme Update ▸ Enter a valid Envato private token so perhaps you are talking about your support forum license which expired on 2021-07-16, you can either renew your support in your Envato Theme Forest account, or if you have multiple licenses from multiple projects try registering one of your other purchase codes and open another support forum account. Please note that the Contact Form is not appropriate for support questions.
    Nonetheless I see that you are using this css to hide the menu for desktops:

    .page-id-1432 #avia-menu .menu-item.menu-item-top-level {
        display: none;
    }
    .page-id-1572 #avia-menu .menu-item.menu-item-top-level {
        display: none;
    }

    To hide desktop & mobile menus I changed the css to this:

    .page-id-1432 #avia-menu {
        display: none;
    }
    .page-id-1572 #avia-menu {
        display: none;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1414141

    Hi,
    Thank you for your patience, unfortunately I have not received any advice from the team so I did some more digging and I found that when the logo center menu below header option is used a header_main_alternate is created along with a second burger menu on page load:
    Enfold_Support_2626.jpeg
    I also noticed that if you wait long enough without interacting with your site on mobile the burger menu will show, so I thought that the issue was the delay of your javascript by your WP Rocket plugin, so I used the One-click exclusion option to exclude the theme javascript:
    Enfold_Support_2628.jpeg
    and cleared your cache and my browser cache and now the burger menu shows for me on my Android device and in my browser Dev Tools emulating a mobile device.
    Please give this a try and please note that testing with iPads & iPhones 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

    fabienneRedUmb
    Participant

    Hi,

    I want to structure some content in tabs and ad a gallery to them, in fact, I would like to ad this gallery:
    “Bigger Gallery were additional images are available via lightbox” seen here:

    Hhow would I get the shortcode from that gallery so I can add it to the content of my tab?

    Thank you.

    #1414139

    Topic: Support

    Eva
    Guest

    Hi,
    sorry, but why doesn’t work one of my tokens? I have tried different tokens because I always work with enfold in all my projects.

    I wanted to know how I can hide the menu (burger menu) on my landing page? It worked with css: page id… for desktop, but i need also to hide the menu on mobile devices for this two pages.

    thank you a lot!

    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

    #1414135

    Hi,
    Thanks for the test page, I believe that the issue is that for desktop the container max width is 1310px so top 0, right 0 is not putting the image at the edge of the screen:

    #top #main .my-container {
    right: 0;
    position: absolute;
    top: 0;
    }

    Enfold_Support_2622.jpeg
    but on mobile it is:
    Enfold_Support_2624.jpeg
    So a possible solution is to remove the max-width limitation and the padding:

    #av_section_1 .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    }
    #top #main .my-container {
    right: 0%;
    position: absolute;
    top: 0;
    }

    You would probably want to add a page ID to the so it doesn’t affect other pages, but I don’t know if this will cause any issues with other content you want to add to the page.
    Your other option is to use media queries to adjust the negative right placement for each screen size like this:

    @media only screen and (max-width: 890px) { 
    #top #main .my-container {
    right: -8%;
    position: absolute;
    top: 0;
    }
    }
    @media only screen and (min-width: 891px) and (max-width: 1310px) { 
    #top #main .my-container {
    right: -6%;
    position: absolute;
    top: 0;
    }
    }
    @media only screen and (min-width: 1311px) and (max-width: 1456px) { 
    #top #main .my-container {
    right: -10%;
    position: absolute;
    top: 0;
    }
    }
    @media only screen and (min-width: 1457px) { 
    #top #main .my-container {
    right: -28%;
    position: absolute;
    top: 0;
    }
    }

    Please note that this doesn’t cover evey screen size after 1456px, but gives you a good start depending on how precise you want to be noting that there are a limited number of actual screen sizes.

    Best regards,
    Mike

    Hey weblines,
    To hide the intro text column when the pagination is used try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-10[class*="page-paged-"] .flex_column.avia-builder-el-first {
    	display: none;
    }

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

    Best regards,
    Mike

Viewing 30 results - 14,701 through 14,730 (of 244,621 total)