Viewing 30 results - 1,531 through 1,560 (of 11,204 total)
  • Author
    Search Results
  • #1307402

    Topic: Shortcode migration

    in forum Enfold
    EnvatoOvis
    Participant

    Hello,

    Old web site contains old short codes. We migrated to Enfold and alot pages have old button shortcodes, button, according, like:

    [button size=”small” src=”https://www……” target=”_blank” ] SOME INFO [/button]
    and
    [toggle_box]
    [toggle_item title=”BIBLIOTEKININKYSTĖS IR KRAŠTOTYROS SKYRIUS”]
    [/toggle_item]
    [/toggle_box]

    etc…

    And we using Ultimate Shortocde plugin, and maybe you have ideal how replace Ultimete Plugins short codes to Enfold shortcodes too?

    Any idea how add [button shortcode like [av_button…. ? or replace

    Thank you

    #1307261
    Rachel
    Participant

    Hey guys.

    I read and wrote a code to add a custom social icon with an image from here – https://kriesi.at/documentation/enfold/social-share-buttons/#gist85414748
    but nothing works
    1. Instead of my image, it shows the pencil icon.
    2. The CSS code for the hover image and background color doesn’t show at all.

    I’ve added the site and login details (the site is under construction)

    thanks for the help

    #1306990
    BrianWylie
    Participant

    Hi guys,

    We have a website http://www.overthemoongh.co.za

    in particular pages

    and

    half way down the page on the right hand side is a “Check Availability” code box with html javascript. When you click the button a calendar should pop up but it appears that something in the Enfold theme is blocking this popup. Also is there any way to make the background of this box Black so that the white font can show?

    I look forward to your assistance :)

    #1306986
    weasyweb2015
    Participant

    hi, there is a way to show two different button one for guest and one for logged in user. into an home page?

    #1306975

    Hey,

    Thanks for contacting us!

    Portfolio Grid does not support Load More button, Masonry element does. Have you tried using it? Here is an example from a demo site – https://kriesi.at/themes/enfold-2017/elements/masonry/ :)

    Best regards,
    Yigit

    #1306795

    In reply to: Button

    Hi,

    You can add following code to Enfold theme options > General Styling > Quick CSS

    .toggle_content .avia-button-center {
        text-align: unset;
        clear: unset;
        display: unset;
    }

    If that does not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)

    Best regards,
    Yigit

    Marco
    Participant

    Hi there!

    I´m using an iframe to show an image by clicking another image.
    You can have a look at the result here: https://www.klinikum-lippe.de/allgemein-und-viszeralchirurgie/#team
    It´s the “image-button” “FOCUS Top Mediziner 2021” in the right side of the big image. While viewed in Firefox the displayed content perfectly adjusts to the iframe dimensions. Unfortunately Google Chrome does not adjust the content and cuts it off. Is there a way (“on the enfold side”) how I could force all browsers to adjust the iframe content to show 100% of the image?

    Thanks a lot in advance!
    Greetz
    Marco

    #1306574

    Hey hanslandgreen,
    Thank you for your patience and thanks for your screenshot, it looks like you are opening a page created with the Enfold Advanced Layout Builder with the WordPress Block Editor so when you are looking at your page find the button at the top to open the Advanced Layout Editor
    2021-06-20_008.jpg
    then you will see the elements and can make your changes:
    2021-06-20_009.jpg
    If you don’t see this button then perhaps you saved the page in the Block Editor mode in error, so to correct try going to your theme settings and change the editor to the Classic Editor
    2021-06-20_010.jpg
    in the Classic Editor the Advanced Layout Builder button will be here:
    2021-06-20_011.jpg
    Hopefully this will help you sort this out, if you are still having issues please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    Hi glodesign,

    Thanks for giving us admin access.
    The problem seems to be the Woocommerce plugin itself, can you try to re-install it?
    Since I noticed that all plugins except Woocommerce are disabled, I switched the theme to the default theme Twenty Twenty-One (I have switched back to Enfold after testing for several seconds) and noticed that even with the default theme, the behavior is the same on the add to cart button.
    Can you try to check with your host if there’s a caching feature on your server? if yes then ask to flush it or request for assistance if re-installing the Woocommerce plugin isn’t helping.

    Best regards,
    Nikko

    Hi,

    Thanks for contacting us!

    Please change your code to following one

    add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 1);
    function avia_add_social_toolbar()
    {
            if( is_singular( 'product' ) ) {
             $content   = '<div class="share_heading">Share this Product</div>';
    	     $content  .= avia_social_share_links_single_post(array(), false, '', false);
    	}
    	echo $content;
    }
    
    add_filter('avia_social_share_title', 'wc_avia_social_share_title');
    function wc_avia_social_share_title(){
    	if( is_singular ( 'is_product' ) ) {
    		return false;
    	}
    }

    If you would like to change social share styling on product pages, you can do so in Enfold theme options > Blog Layout > Share Button Bar Style :)

    Best regards,
    Yigit

    I was using the function you find in this topic social-share-buttons-product-page.
    With the new version of Enfold the function do not works correctly, and the social icon don’t display properly.
    Can you please help us fix the function in order to display correctly the social sharing on the product page?

    Best regards

    #1306361

    In reply to: Need Help with Menu

    Hi,

    You are welcome!

    You can refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add a widget area to your header to display the buttons.

    If you need assistance with it, please let us know :)

    Best regards,
    Yigit

    orianos
    Participant

    The social media sharing buttons on the product page are not displayed correctly, after Enfold update 4.8.3.
    See example page.
    See this screenshot.

    Best regards,
    Oriano

    #1306170

    In reply to: cookie bar

    Hey kamporo,

    Thank you for the inquiry.

    You can directly translate or change the text of the buttons in the Enfold > Privacy & Cookies > Cookie Handling > Modal Popup Window section. Make sure to select the Greek language in the theme options before editing.

    Best regards,
    Ismael

    #1306105

    Enfold Support,
    I’ve been able to remove the player controls, which leave a static “play button”. See the videos from my site here: https://newcreationsforchrist.com/about/

    As you can see, the “play button” covers up some of the thumbnails. It’s better than displaying all of the player controls, however, I want to add a play button where it only appears on mouseover of the thumbnail. Is this possible with WordPress (i.e. Plug-in, etc.) / Enfold?

    Here is another site that implemented this feature: https://www.holyspiritspeaks.org/testimonies-categories/overcomers/ – scroll down and you’ll see images with a time frame – mouseover those images and you’ll see the play button display. This is what I was hoping to duplicate on my site.

    Thank you for your help.

    #1305812
    dradoering
    Participant

    Hi there,

    I recently worked with Enfold support to optimise our mobile website. Everything works very well, I only discovered a small display error today: the adjusted margins also affect the responsive menu, but only if you use the scroll to top button or are at the top of the page.

    Link to the thread: https://kriesi.at/support/topic/website-margins-are-missing-in-the-version-for-smartphones/#post-1303787

    We used the following CSS Code:

    @media only screen and (max-width: 767px) {
    .responsive body#top.mega-menu-avia #wrap_all .container {
    width: 85%;
    max-width: 85%;
    }
    }

    I would like to display only the responsive menu over 100% of the page. Attached you can find the link to our Website.

    Thanks and regards,
    Caroline

    #1305706

    Hey xuamox,

    Thanks for using Enfold. I’m not sure if any of the points you are listing are very common requests, so they will likely not be added to the theme options.

    1. There is no hover state on mobile, do you mean that you don’t want the button at the end to have a background when tapping on it?

    2. Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul ul.sub-menu .avia-menu-text {
      font-family: 'verdana', arial !important;
    }

    3. I’m not sure exactly what you are referring to here, could you post a screenshot highlighting what you would like to remove please?

    4. The hover state does not exist on mobile, so I’m not sure which state you are trying to target? Do you want to remove the colour in a specific state, or do you want to have different behaviour for each of the menu items?

    Please try to start a separate thread for each of your problems in the future, as threads with multiple questions can get very hard to follow after a few replies.

    Best regards,
    Rikard

    #1305704

    Topic: Enfold ADA Compliancy?

    in forum Enfold
    waterwalk
    Participant

    Hi, ADA compliant lawsuits are popping up everywhere right now. Can you let me know how compliant the Enfold theme is with ADA standards (ideally WCAG 2.1)? For instance:

    1) do you use ‘onkeydown’ instead of ‘onclick’ for javascript actions on things like buttons? (needed by some readers).

    2) Do forms associated with Enfold add labels or atria-label for all the fields?

    Thx for the info.

    #1305592

    Hey bauchope,

    Thank you for the inquiry.

    We can reproduce the issue on our end but we are not yet sure what is causing it. Clicking on the buy tickets button does not generate any errors, it just redirects to the home page. Does it work correctly when the Enfold > Performance > File Compression settings or the privacy options are disabled?

    Best regards,
    Ismael

    #1305470
    xuamox
    Participant

    First off, let me begin by saying that I love the Enfold theme, and I use it for most of my client projects. The theme is great, and for the most part it’s easy to customize. The one area where I always get bogged down with customization is the menu and mobile menu. Typically, these two menus need to look a bit different, but using css to style them is not straightforward. The two menus are interconnected, and that makes it hard to customize some suttle changes. The options under Advance styling are also limited and don’t give you full control over the mobile sub menu. As a web designer and frequent user of Enfold, I would like to make the suggestion to be able to style the mobile menu completely separately from the main menu. That would give designers total control over what they need for their particular application.

    Here are the current issues that I am trying to fix

    1. 1. My main menu uses an on hover background color, however, my last menu item is a button, so I don’t want that item to have a background hover. I would just like the button to behave like a button.
    2. 2. I would like to use a different font for my sub-menu items, but don’t have that option under Advanced Settings
    3. 3. My sub-menu drop-down has a very thin border around it that I can’t seem to be able to get rid of.
    4. 4. How do I change the mobile menu hover color for each menu item?
    • This topic was modified 4 years, 9 months ago by xuamox.
    #1305091

    In reply to: Tiktok in social media

    I too am attempting to create/add a link to our TikTok profile.
    I have followed these steps:

    Download png image
    Convert into svg
    upload SVG to fontello
    download font icon from fontello
    upload font icon to Iconfont Manager

    I have added the code to my child theme functions php and i have added the CSS code per your documentation.

    The icon appears and it links to the TikTok profile. However in Enfold theme options -> Social Media the icon is called: “Icon Label” and on the website, the title of the icon appears as “Icon_name”

    Not sure what to do. I tried to have a play with the code in the child theme -> theme functions but that only broke it.

    I have added log-in details in the private content below.

    Here is the website:
    https://www.wildsugar.fashion/

    #1304909
    Peter
    Participant

    Hi. Where I have to look for the solution?

    Default Enfold Search block doesn’t return any results with any settings, because calls same page https://domain.com/resources/?s=racking&numberposts=6&post_type%5B%5D=post&results_hide_fields= instead of WordPress index https://domain.com/?s=racking&numberposts=6&results_hide_fields

    Console shows 404 error:

    GET https://domain.com/resources/?s=racking&numberposts=6&post_type%5B%5D=post&results_hide_fields= 404

    If you don’t submit Search button and use Live Ajax, Chrome console shows JavaScript errors.

    avia-head-scripts-902f3cbc95bc7f2d6cded445cf22d228.js:23 Uncaught TypeError: Cannot read property 'indexOf' of undefined
        at t.AviaAjaxSearch.do_search (avia-head-scripts-902f3cbc95bc7f2d6cded445cf22d228.js:23)
        at d (jquery.js?ver=1.12.4-wp:2)
    #1304831
    Nat
    Participant

    Hi,

    It is impossible to modify the text in the “I refuse” part of the cookies. It always appears in English, impossible to set it in French. This is the only element of the cookies that does not work. Everything else has been translated easily. Is it something to do with the cache? How to empty the Enfold cache? There is no button to do so unless you delete some files, which can affect the theme I guess? Or can we delete them?

    Thank you for your help and experience.
    Nat

    canoodle
    Participant

    Hello,

    1) habe im Header ein Youtube Video (https://dental-garden.de/)

    2) wenn ich die Cookie-Consent-Bar aktiviere: https://kriesi.at/documentation/enfold/privacy-cookies/

    … spielt das (Youtube)Video nicht automatisch…

    deswegen machen (vermutlich) viele Websites einen “reload” (nervig aber was soll man machen) wenn der User die Cookies akzeptiert hat.

    (danach spielt das Video tatsächlich sofort)

    Wie sollte man vorgehen?

    (am liebsten wäre es mir das Video.mp4 wird direkt von der Website geladen und nicht von Youtube (dann braucht die Seite auch eigentlich keine Cookie-Consent-Bar weil diese keine Cookies setzt, richtig?)

    vg

    aixhibitag
    Participant

    Hi;

    the newly in 4.8.3 introduced feature “ALB Social Share Buttons extended” seems to break custom changes via the avia_social_share_link_arguments filter.

    Before the update, this code would add a xing share button to blog pages:

    function avia_add_social_share_link_arguments($args)
    {
        $args['xing'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing.com/social_plugins/share/new?h=1&url=[permalink]&t=[title]");
        return $args;
    }

    I´ve already tried another approach, but it isn´t working either:

    add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
    function avia_add_social_share_link_arguments($args)
    {
        $xing = array('xing' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url=[title]&url=[permalink]", 'label' => __("Teile auf Xing",'avia_framework')));
        $args = array_merge($xing, $args);
        return $args;
    }

    Additinally my code, which added the social share links to every single page, does no longer work:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
        if (is_single()) {
            $content .= avia_social_share_links(array(), false, '', false);
            $content .= '';
        }
        return $content;
    }

    Is there a fix or workaround for this?

    Regards
    Ansgar

    Thanks. For now, you can see the issue here. I posted my site in the private area, but compare clicking my scrolling menu buttons to navigate my website and how it scrolls slow and at one speed, compared to your navigation scrolling here at https://kriesi.at/themes/enfold-restaurant-one-page/ when you click Welcome, About, Menu, etc. It has a nice slow to fast smooth scroll down the page. Let me know if you still need credentials. Thanks!

    Hey steridhh,

    Thank you for the inquiry.

    Did you disable the Enfold > Theme Options > Page Preloading option? The preloader is the overlay that displays after clicking the add to cart button.

    Best regards,
    Ismael

    #1304359
    HPT-admin
    Participant

    Hi,

    I’m trying to create a sticky booking button. Which this page (not mine) has on mobile: https://citytourseindhoven.com/food-tour-brabant/

    First I tried a sticky submenu from Enfold. However that is not sticky on mobile and I’ll need a way to get the booking button in there.

    Then I tried plugin WP Sticky Anything. But despite altering the z-index to 9999 and making the background white, it scrolls behind other items on the page.

    Please advise how I can create a sticky booking button both on Desktop and mobile.

    #1304298

    Hi,
    Thank you for your patience but as I understand your request this can be done with an added custom script, basically, you will need to add all of the elements to your page and the script will hide some of the elements on page load, then when your button is clicked the script will show the hidden elements. Please see this post for a detailed example.
    If you need further help to achieve this on your site then please create a test page on your site and create a new thread and include a recap, and a WordPress admin access in the Private Content area. Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.
    You can post a link to your new thread here so I can find it easier.

    Best regards,
    Mike

    #1304291
    strumpumpel
    Participant

    Dear support,
    i have a site with wpml. Please show in private content.

    I create the cookie message and this handling. I use a google api thats worked.
    But when i activate the cookie banner handling with message, than i get the cookie banner with option to activate google maps.
    When i this doo, than switch on for google maps is visible and cookie button OK.
    But the google map dont visible…. neither in German nor in English

    When i dactivate the cookie handling in enfold child theme (german and english) than can i see the google map on contact page.

    but dont with activated cookie handling… Whats wrong? What can i do?

    Please, please help me!

    PS: Show video in private content.

Viewing 30 results - 1,531 through 1,560 (of 11,204 total)