Viewing 30 results - 1,381 through 1,410 (of 11,213 total)
  • Author
    Search Results
  • #1326396

    Topic: Mappress Plugin

    in forum Enfold
    günter
    Participant

    The Mappres plugin basically works with the Enfold theme. But now I have to use the Layout Builder for the CPT Portfolio. The Mappres button is missing in this editor.

    https://www.dropbox.com/s/7vdite80c7iw840/button.png?dl=0
    https://www.dropbox.com/s/18w87vdipuoxdih/no-button.png?dl=0

    How can I activate the button for the editor in the Layout Builder?

    Best regards.
    Günter

    #1326119
    Marcos Q.
    Participant

    Good afternoon, I need to insert an icon in the cells of a table (price table). I can put a shortcode that extracts the icon, this is displayed correctly, but from this height of the page, it seems to break the styles of other elements. I have detected that from that point the buttons do not apply custom styles, the columns overlap (in mobile view) and sections and other elements that would have to be hidden on mobile devices do not.

    Is there a “safe” way to insert an icon into a cell without breaking the other styles?

    Enfold 4.8.6.5 Installed

    Thanks

    • This topic was modified 4 years, 5 months ago by Marcos Q.. Reason: Enfold version added
    #1325990

    In reply to: Need Support

    Hey Camp Como,

    Please use this link in order to open a new thread, or click this button in the Enfold sub forum: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    #1325776
    Eleina_Shinn
    Participant

    Hi,

    In one of my Enfold installations, the Button Row element is not working, I have tried to edit a button row many times, inserted on differnet pages, can sometimes edit, but most times I get a blank pop up with no option of editing and when I do edit something (when it allows me to), the changes don’t seem to stick.. Have tried over and over again. Every other element seems to work, except this one.

    Here’s a screenshot of what the button element looks like when I open it, most typically: screenshot-047f6450c0.nxcli.net-2021.10.20-13_50_58

    #1325588

    In reply to: Missing Style Sheet

    This reply has been marked as private.
    #1325470
    kelem138
    Participant

    Hello,

    I want to add a button to the menu of my site but I want this button to be independent of the menu, with the following function :

    add_filter( 'wp_nav_menu_items', 'add_logo_nav_menu', 10, 2 );
    function add_logo_nav_menu($items, $args){
    $newitems = '<li><a title="logo" href="#">LOGO</a></li>';
        $newitems .= $items;
    return $newitems;
    }

    This function usually works fine, but with Enfold it doesn’t. Do you know how to make it work on Enfold? Thanks

    • This topic was modified 4 years, 5 months ago by kelem138.
    #1325469

    Topic: Buttonrow Fatal Errors

    in forum Enfold
    Peter
    Participant

    Hi,

    We are getting fatal errors when editing pages with buttons:

    An error of type E_ERROR was caused in line 742 of the file /home/xxx/public_html/xxx.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.php. Error message: Uncaught Error: Cannot unset string offsets in /home/xxx/public_html/xxx.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.php:742

    WordPress version 5.7.2
    PHP version 7.4.24

    The website, theme/plugins are fully updated. Content is not missing after those error crashes. The error is not triggered every time when a page is updating. Our website is too busy to troubleshoot it disabling all plugins for a long time trying to catch those errors. What else I can do to fix it?

    More info below, in the hidden field.

    Thanks.

    #1325460

    Hey,

    Thanks for contacting us!

    You can use – https://wordpress.org/plugins/loco-translate/ plugin to translate it to another language.

    If you would like to change the text on your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ), please copy /enfold/config-templatebuilder/avia-shortcodes/menu/menu.php file to your child theme into /shortcodes/ folder and find

    $mobile_button .=		'<span class="av-current-placeholder">' . __( 'Menu', 'avia_framework' ) . '</span>';

    Then add following code to bottom of Functions.php file of your child theme

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    Best regards,
    Yigit

    #1325125

    Hi navindesigns,

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

    .page-id-31 #av_section_2 .flex_column .avia-button-wrap {
        position: absolute;
        bottom: 25px;
    }

    Thanks @guenni007 for helping out :-)

    Best regards,
    Rikard

    #1325007
    PowerBusWay
    Participant

    Hey there,

    So I just want to put one border on a specific Main Menu button. See private content for website link.
    We basically have a similar website layout and they use the Enfold theme as well. How did they, https://www.trystar.com/, get the ‘Request a Quote’ menu to be orange? I’d like that for mine too.

    Thanks in advance!

    #1324874

    In reply to: Changing button text

    Hi,

    Thank you for the inquiry.

    To adjust the button text, you can use this plugin.

    // https://wordpress.org/plugins/say-what/

    Just look for the text that you would like to adjust, then provide the replacement text or translation. You can also adjust the text by editing the template file (enfold/config-woocommerce/config.php line 529) directly.

    	if($product->get_type() == 'variable' && empty($output))
    	{
    		$output = '<a class="add_to_cart_button button product_type_variable" href="'.get_permalink($product->get_id()).'"><span '.av_icon_string("details").'></span> '.__("Select options","avia_framework").'</a>';
    	}
    
    	if(in_array($product->get_type(), array('subscription', 'simple', 'bundle')))
    	{
    		$output .= '<a class="button show_details_button" href="'.get_permalink($product->get_id()).'"><span '.av_icon_string("details").'></span>  '.__("Show Details","avia_framework").'</a>';
    	}
    

    And to adjust the button style, use this css code.

    .avia_cart_buttons {
        padding: 0;
    }
    
    #top .avia_cart_buttons .button {
        padding: 10px;
    }

    Again, you need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css or resave the theme options.

    Best regards,
    Ismael

    #1324775
    Horst Eberhard
    Guest

    Hi,

    I cannot put a request to the support.

    I bought a first Enfold-License in 2018.
    On 28. Sept. 2021 I bought a second license for another project.

    To get support, I have just registered under a now account – an waitetd for more than 2 hours
    I now need support and can’t still find any button on your support-page to start…

    What am I about to do ?

    Best regards,
    Horst

    #1324750

    Hi Justine,

    Thanks for contacting us!

    1- I could reproduce the issue on my iphone and noticed “parallax” class on the color section even though it did not have any background so I temporarily added a background image, set it to scroll, removed background image, saved the element and updated the page and that helped.

    2- I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 1070px) and (min-width: 767px){ 
    .home .slideshow_caption { width: 100%; }}
    
    @media only screen and (max-width: 480px) { 
    .responsive #top.home .slideshow_caption .avia-caption-content { display: none; }}

    First code removes right alignment so buttons show up on tablets and second code hides description so there is enough space on mobile for buttons to show up.

    Please review your website :)

    Best regards,
    Yigit

    #1324549

    Hi Serge,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) { 
    .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap {
        display: inline-block;
    }}
    @media only screen and (max-width: 990px) {
    .avia-promocontent {
        margin-right: 0;
    }
    .av_promobox .avia-button.avia-size-large {
        margin-top: 0;
    }
    #top .av_promobox .avia-button {
        position: unset;
    }
    }
    

    Best regards,
    Yigit

    #1324538
    marscui
    Participant

    Hello, I’ve set up Woocommerce & Enfold theme. On the single product page different variations of shoe sizes are selectable via drop down per default. How to change this to show available shoes sizes immediately at a glance without drop down select e.g. with buttons for each shoe size (best would be to show out of stock items greyed out). Thanks for any idea!

    brouge
    Participant

    hi there, i got a serious problems with the enfold contact form.
    check out this form https://www.metazeit.de/#formular and hit the submit button without entering anything.
    the page will get reloaded and stays on top so you never see the error or sucessful send message.

    how can i make the forms to scroll down to the responsive ajax message?
    i am using wordpress 5.8.1 and enfold 4.8.6.2 as a parent theme – no child is installed.

    accourding to other threads i might have to change /enfold/config-templatebuilder/avia-shortcodes/contact/contact.js
    but i don’t know what exactly.
    thanks for a fast reply
    thomas

    #1323911
    sensiblekaren
    Participant

    Hello

    After a recent Enfold theme update the styling on my buttons for events (using the plugin tribe events) changed to blue with blue writing so people can no longer see the buy now message.

    I want to change the background colour and writing to white so people can see it. How should I do this?

    Link to the event list page is enclosed – see blue buttons on each event.

    #1323676
    GePu
    Participant

    Hey there,
    I really like enfold! for many years i use it and love to work with it. You also where abe to solve all problems i faced until know.
    Hope this one will also be solved.
    I have an almost similar problem as in this post but no solution so far https://kriesi.at/support/topic/advanced-layout-builder-is-spinning-again/
    when i open an existing page and edit just one or two things, hit save changes

      and then

    edit some more of the content (f.e. changing a photo or adding some text) enfold is doing automatic saving and showing the grey blinking cloud save next to the not working / greyed out “save changes” button, also on the right sidebar there is a spinning wheel next to the layout options.
    this is annoying because it lasts for almost ever. I still can make more changes but I can´t save them. When i try to leave the editing page it asks me if i really want to do so becuase unsaved changes will get lost.
    what can i do?

    #1323657

    Hi Mike,

    Thanks for the information.

    I have found 3 CSS errors in Quick CSS field and fixed them and then enabled CSS file merging and compression option and confirmed that layout still looked fine on mobile. I believe the issue was related to broken CSS.

    1- I have added following code to bottom of Quick CSS field to increase the space between the map on mobile

    #top.tribe-theme-enfold.single-tribe_events .secondary .tribe-events-meta-group {
        margin-top: 20px;
    }

    2- However I am unable to reproduce the space issue between the buttons. They look fine on my end. I attached a screenshot in private content field below. If this is not what you meant, could you please post a screenshot and show so we can make sure that we are on the same page? :)

    Best regards,
    Yigit

    #1323533

    Hey, thank you so much for everything. I was able to fix just about everything. Few things:

    1) Going back to your first point at the top, the button that you checked across browser. Even in the image snippet you sent me, you can see that the text is aligned-left, not centered. Like the text is all hitting a wall on the left hand side… while on the right it zig-zags. On mobile, the text in the button is clearly centered though, it baffles me lol.

    2) This goes to the cart on mobile. On desktop its doing it thing, on mobile, the cart button is almost impossible to click on. I moved the burger menu over to the left to make space between them, but the car button is still almost impossible to activate. I have another ecommerce site on enfold: bonjiglass.com/shop … and on there it the cart button is working perfectly. The moment you click on it, it goes to the cart page. Is there a fix for this?

    Thanks,
    -Daniel

    #1323476

    Hi Yigit
    Sorry, for my late answer.
    So, now it is very special.

    When I disable “CSS file merging and compression”, it looks nice on the mobile view… but it looks also nice without your CSS code… how this could be ???

    The only thing that does not looks nice then is the missing space between the two buttons at the bottom of the event (calendar) and the missing space between the map and the event venue.

    When I enable “CSS file merging and compression”, it looks ugly at all, with and without your CSS code…
    So, my questions are:

    • Why I must disable “CSS file merging and compression” for that The Events Calendar looks nice on mobile?
    • Why there is needed CSS code for that The Events Calendar looks nice on mobile? Before the update it looked also nice without CSS code
    • Why there are such troubles with Enfold and The Events Calendar now?
    • Could you add CSS code for having the missing spaces between the buttons, map and event venue as a fix in Enfold?

    In the private content section you find login data and examples.

    Thanks very much.

    Best regards
    Mike

    Hi,
    Thank you for your patience, this can easily be fixed by manually changing the url to “https://&#8221; and click “Save all settings” button at the top of the page.
    2021-10-02_007.png
    you do not have to use the “upload” button, you can manually enter the url to the image.
    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

    #1323293

    Hi,
    Thank you for your patience and for the login, I removed the script that @Yigit had added so I could test and I made a duplicate of your product, it seems that the manually added Product Purchase Button causes this with the first following product slider, if the Product Purchase Button is removed or if it is placed at the after the product sliders this doesn’t occur.
    On the duplicate product page linked below I removed all other elements one at a time, and placed the Product Purchase Button in between two product sliders to demonstrate this.
    But I’m not able to reproduce this on a new install with Enfold and WooCommerce by copying your page shortcode to it, or by manually trying to recreate, in this screenshot you will the product slider doesn’t break, please note the products are from our Shop demo so they are different from yours but the page elements and layout is yours:
    2021-10-02_006.png
    So I don’t believe this is caused by the theme, perhaps it’s from one of your 28 plugins, you could investigate further by disabling them one at a time to find the one causing the error, or if you could use @Yigit’s solution above.

    Best regards,
    Mike

    TSPCart
    Participant

    I know I’ve turned this off, but WHERE is the clickie button –
    In my shop, there were next category on each side of the screen for navigation (as needed) I overworked myself last night and accidently turned them off and I cannot remember where the location to turn them back on. HELP!
    thanks!

    #1323187

    Topic: Can Enfold do this??

    in forum Enfold
    mct2ok
    Participant

    I have a client who wants me to replicate a page from a non-wordpress site to a wordpress site.
    Clicking each button brings up a different item below without leaving the page.
    See all website details in the private section.

    cordellbrewer
    Participant

    Hi There
    We are having some issues on our website and need some assistance:
    1. We have tabs on our community page but they are not displaying correctly. The first tab is empty and then that tabs content is showing in the second tab and so on. The last tabs content is sitting at the bottom of the page. Everything is displaying perfectly in the back-end so its so its difficult to know what the issue is.
    2. Inside one of the tabs, we have 2 columns side by side and a masonry element in the one on the right but it is displaying underneath the first column. Everything is displaying perfectly in the back-end so its so its difficult to know what the issue is.
    3. Video elements are not working correctly. We have added a test page for troubleshooting this. The videos don’t play and when you click on the play button it opens the video in a new tab. This is happening with both YouTube and Vimeo links. (This seems to work ok in Firefox but not in Chrome and other browsers)
    4. The theme seems to be ignoring the advanced styling we have in place. We have set the font weight to 900 on headings 2-6 but its not showing on the front-end.

    Please note that we have tried to update the theme to the latest version and we get a critical error. We have x’d out the plugins to test if it is a conflict but the issue remains. When we x’d out Enfold the site came back up. After this we changed the theme to the last stable version that we know.

    Looking forward to your response
    Cordell

    #1323058
    THP Studio
    Participant

    Hey guys,

    My developer and I noticed a bug related to the contact form and tracking form submissions when Google ReCaptcha (v2 – haven’t tested v3) is enabled.

    We have tried it on multiple sites and noticed the same issue. To try and explain it:

    When you want to track contact form submissions, we add some code from your documentation:

    add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
    $att = "onclick=\"gtag('event', 'Submit',{
    'event_category': 'ContactForms',
    'event_label': 'contactPage'
    });\"";
    return $att;
    }

    This successfully tracks form submissions on both GA3 and GA4 setups.

    However, as soon as you enabled Google ReCaptcha, it adds the code into the page twice, so duplicate submissions are recorded for every for submission.

    This is what gets added to the page:

    <input type="button" value="Submit" class="button av-verify-recaptcha-0 av-recaptcha-submit avia_button_inactive" onclick="gtag('event', 'Submit',{
    'event_category': 'ContactForms',
    'event_label': 'contactPage'
    });" data-sending-label="Sending" title="Please validate that you are a human first">
    
    <input type="submit" value="Submit" class="button avia_button_inactive av-recaptcha-submit-real" onclick="gtag('event', 'Submit',{
    'event_category': 'ContactForms',
    'event_label': 'contactPage'
    });" data-sending-label="Sending" style="display: none;">

    If you turn off ReCaptcha and use the Enfold number captcha, the second set of code gets removed and so the tracking works correctly.

    Can you please take a look?

    Thanks guys.

    Tim

    #1322941

    by the way : i do not now why you like to have that png in your menu –
    but if you look into the appearance – menu settings on window top right there is “screen options”
    if you activate to see css classes on menu-items you can give a class ( in my case : gradient ) to menu-items then. And with that class you can even have animated backgrounds on menu-items. see : https://webers-testseite.de/

    li.gradient .avia-menu-text {
        color: #fff;
        background: linear-gradient(-45deg,#FFA63D,#FF3D77,#338AFF,#3CF0C5);
        background-size: 600%;
        border: none !important;
        animation: anime 14s linear infinite;
        padding: 10px 20px !important;
        border-radius: 10px !important;
    }

    next way – you can have the enfold options on that menu page to mark the option : “Button Style colored”
    this color can be changed to what ever you like. ( see same link : Impressum )
    and with a border-radius valued with 4 values you can influence each corner separatly of that rectrangle:
    ( top-left top-right bottom-right bottom-left – nomenclatura goes clockwise from top-left corner )

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
      background-color:#aea410;
      border-color:#aea410;
      border-radius: 0 0 10px 10px;
    }

    and f.e. on your screenshot above – you can have that for your contact button too ;)

    #1322909

    Hey erictuvel,

    Thank you for the inquiry.

    The menu item shrinks because of this css code.

    #top #header #avia-menu > li:hover > a span.avia-menu-text {
        color: #e95e38 !important;
        border: 0 !important;
    }
    

    It disables the default border of the button. Try to remove the code, then toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

Viewing 30 results - 1,381 through 1,410 (of 11,213 total)