Viewing 30 results - 1,861 through 1,890 (of 11,206 total)
  • Author
    Search Results
  • #1276346
    milano24ore
    Participant

    On my website m24o.net I have a shopping cart, which will appear on a pop-up window when something is put into the cart (example https://www.m24o.net/product/milan-city-tour-3-days/). Since one of the latest updates or from Enfold or from WP the popup window doesn’t appear anymore. Please tell me how the function can be reactivated. I am sending you the shortcode of the function PHP that I have found some time ago on your developer website. Thank you for help and best regards Olaf

    //—————–popup——————
    function add_custom_script(){
    ?>
    <script type=”text/javascript”>
    jQuery(window).load(function(){
    jQuery(‘.open-popup-link’).magnificPopup({
    type:’inline’,
    midClick: true
    });
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);
    /*Click this button to open form in lightbox

    <div id=”test-popup” class=”white-popup mfp-hide”>
    YOUR SHORTCODE GOES HERE
    </div>*/

    #1276308
    NicomIT
    Participant

    I am using a plugin to display property listings called Real Estate Pro (https://codecanyon.net/item/real-estate-pro-wordpress-plugin/13245602) and ran into an issue when clicking on the buttons to add a featured image or images to the image gallery for a listing. When you click on the buttons, nothing happens. I contacted the plugin developer and he said it was an issue with the latest version of Enfold and referenced this post:

    https://kriesi.at/support/topic/wp_enqueue_media-not-working-on-frontend-after-latest-update/

    I see that post is from 2018, so it would be an issue with a previous version of the theme. But I think the same thing is happening here. I am using version 4.7.5 of Enfold on our staging copy of the website and the image upload option in the plugin works fine. The live website with the issue is using version 4.7.6.4. So it does look like the issue happened after updating Enfold.

    Any help with this would be great. Thanks.

    #1276075

    Hi Marcus,

    Sorry for my late reply. We are going to release new version of Enfold very soon and I have been busy with testing lately.

    What icon do you see if you add the code i gave you into one of your installations?

    I do not see any icons. I enabled debugging mode ( https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode ) on my local installation and inserted your shortcode there and then edited Button elements however “Show Button Icon” field is set to “No Icon”. You can also see that in your shortcodes

    icon_select='no'

    When I choose “info” icon, icon code is updated in shortcode on my end – https://imgur.com/a/7tyy5X3

    Could you please have a copy of your page and then enable shortcode parser – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser and update the page using “Auto repair function enabled” – https://imgur.com/a/uj94ukL and check if that helps?

    Best regards,
    Yigit

    #1276039
    Annika
    Guest

    Hi.
    I bought your theme Enfold from ThemeForest. I got purchase code: 3f479db5-cbdb-4bb8-9778-46b113e5f189. Problem is that Advanced Layerslider stopped working. When I click to Activate button and enter my code I get answer “Invalid licence key”. I need Your help with this problem ASAP. Thank You!

    DeMamp
    Participant

    I’m wondering if this is “normal” or if it happens only on my end, but every time I click on an Enfold button or toggle (i.e. the accordion element) there’s a black border that shows up.

    It doesn’t only happen on my website but on every website that uses Enfold, even kriesi.at: https://prnt.sc/xr3otv

    For information, I use the latest Chrome version on Windows 10.

    #1275651
    PCD
    Participant

    After recent updates to Enfold, the accordion toggle icon is no longer aligned with the adjacent title. The position of the ‘+’ sign is 8 to 10 pixels higher than the baseline of text. I don’t believe it was aligned perfectly before, but it was definitely better. Is there a way to lower the toggle icon or raise the title so they match?

    jgooiker
    Participant

    Hi, I’ve set the Enfold theme in Dutch. How can I found where to change either the colour of the read-more button, of the colour of the text on that button at the blog page? I cannot find the options for styling, in Enfold > general Style.

    (The problem beiing textcolour overall is white, and button colour is white. Hover-over text colour is purple, but I want people to recognize the button, and with white on white ppl cannot see that. )

    • This topic was modified 5 years, 1 month ago by jgooiker.
    #1275074

    Hi,
    Thank you for the login, I added the first block of code above [css] to the WordPress > Customize > Additional CSS
    this is what changes the sort on the right, and I updated and added the second block of code to your WordPress > Appearance > Editor > Enfold > functions.php this is what changes the “All” on the left.
    This is the updated code:

    function custom_script() { ?>
        <script>
    (function($){
      $(document).ready(function(){
      	savvy = {
    UFCW5: function() {
      	$("#top.home #av-masonry-1 .av-masonry-sort").each(function(){
      		if ($('.av-sort-by-term .all_sort_button').hasClass('active_sort')) {
     $('.av-current-sort-title > span > span').text(function(index, text) {
        	return text.replace('All', 'UFCW5');
     });
     } else {
       
     }
      	});
    }
    };
    savvy.UFCW5();
    });
    $('.all_sort_button').on('click', function(){
    	setTimeout(function(){
    	savvy.UFCW5();
    	},5);
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    This seems to be working correctly, please clear your browser cache and check.

    Best regards,
    Mike

    Hey bemodesign,

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

    @media only screen and (max-width: 767px) {
    .home #full_slider_1 .slideshow_caption {
        padding-top: 5px;
    }
    
    .home #full_slider_1 .avia-slideshow-button {
        margin-top: 0;
    }
    }

    Best regards,
    Rikard

    #1274722

    1: No, i cant migrate this one to a life server since i have already at least 4 life-areas (two für marcusjeroch and another two for jeroch-verlag). Sorry.
    We need to troubleshoot it this way
    2: Yes, it is a fresh one, the installation was from scratch and no imports have been done on this one.
    But i started with this project almost 1,5 years ago and since then there have been quite some themeupdates.
    Fact: I added price icons on a lot of pages, now there are “invisible” musical notes…and it happened at the same time.
    and as far as i remember it happened around the same date when Enfold had that well known issue with the sharing buttons coming up with one of your last updates.
    Maybe you should research in this direction?

    Question:
    What icon do you see if you add the code i gave you into one of your installations?
    Or other: Whats the icon ue800 supposed to print out?

    Marcus

    Hi mattamusic,

    Please try follow the procedure:

    Backup your site:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Then do the following steps:
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    #1274514

    What I’m trying to do:
    When hovering over main header text items want them to turn the enfold blue we have set:
    —instead of the blue line on active we want the entire square blue, does that make sense? Like the button backgrounds in the theme

    When hovering over sub menu headers want them to highlight blue as well but not have that text underline they do now
    —Not sure how else to explain this. Can’t get rid of the underline and want the words highlighted blue

    #1274477

    In reply to: Cookie message style

    Hi Jolanda,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-cookie-consent {
        background-color: #fff;
         color: #444;
    }
    .avia-cookie-consent a.avia_cookie_infolink,
     .avia-cookie-consent p, 
     .avia-cookie-consent .avia-cookie-consent-button {
       color: #444;
     }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274469

    Hi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .single_button .button, #top #wrap_all .shop_columns_5 .avia_cart_buttons .button {
        float: left;
        width: 50%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274388

    Hey DeMamp,

    Please try to add the following codes in Enfold > General Styling > Quick CSS.

    For the Price:

    #top .price span {
        font-size: 22px;
        font-weight: bold;
    }

    For the Add to Cart button:

    #top .single_add_to_cart_button {
        font-size: 16px;
        font-weight: bold;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1274296

    Hey RosannaK,

    Thank you for the inquiry.

    1.) Are you using a plugin for the colour swatch? Have you tried selecting the Woocommerce 3.0 Gallery in the Enfold > Shop Options? Please provide a link to the product in question so that we could check it properly. You may need to contact the plugin developers for additional assistance.

    2.) There should be a stock info beside the add to cart button (ex. 2 in stock) by default, so users should not be confused when they could not add more items. It is possible to change the text of the add to cart button when the user reached the stock limit, but it will require a bit of modification. You have to check for the value of the quantity field each time the increase quantity button is clicked and compare it to the max attribute value, and adjust the text of the cart button accordingly.

    Best regards,
    Ismael

    Alex PS
    Participant

    Dear Enfold Support,

    My guess is that you will refer me to Shopify for this matter but I am particularly keen on using the Enfold theme and WordPress as much as possible, thus hope you could help me.

    I need to embed the Shopify product purchase button into a page.

    Shopify provides with a code for integration, but unfortunately the Code Block section resulted in a:
    Warning: Characters <,>,[,] might break ALB backend or frontend. Read more if you want to use them. error

    At first it looks as if everything is working fine but no matter what I do if another buy button is placed it disregards the Color Sections, Grid Rows, and Columns and stacks the buttons one after another.

    I was wondering if you could point me to the right direction for this matter. It says that <,>,[,] characters might break the ALB but istnt that the purpose of the code block in the first place? I am not a programmer and I do not understand coding so this is very confusing.

    Looking forward to your reply!

    Best,
    Alexander

    Victoria,

    YES it was an example.

    okay other words:

    ENFOLD: “image Link Settings” , when i put “test” and not a hyperlink.
    ENFOLD translated automaticly domain.tld/test.
    On the live site, when i hover over the Button i got “https://domain.tld/test&#8221; and not only “Test”.

    hopefully now is clear :)

    #1274139

    Hi cab72,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.page-id-2 .av-custom-form-color #element_avia_7_1 + .form_element .button {
      background-color: #e74a10;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274093

    Update:

    Digging more I have managed to expand the menu buttons to the sides, though there’s still a lot of room for improvement…

    Here’s where I’m now: https://cdn.discordapp.com/attachments/399068055092723712/801451669316567060/unknown.png

    It would be great if I could:
    1) Make the menu buttons about 1/3 the height, still centered vertically (keeping the logo same height)
    2) Adjust the *highlight* color of the sub-menu item background (currently light gray) OR change the font color (I already changed normal color to black, but it did not change the highlight – seems to be tied to the main menu!)
    3) Make the menu buttons all same width, with text centered (as per original design)

    Again, the original design is here: https://cdn.discordapp.com/attachments/399068055092723712/801046501283463209/unknown.png

    I’m loving Enfold, but I wish there were more exposed options for certain things, or at least more presets to work with in terms of menus.

    Thanks!

    #1274088

    Thanks a lot,

    I’ve checked the plugin, this doesn’t offer the possibilty to add another button on the product grid, next to the original button.
    The link I have already used to add a button to the single product page.
    I’m looking for a way to add a button on the Enfold product grid component : two buttons / product.
    If you could just point me in the right direction in which file I could find the code for the product grid component, I will be able to figure it out I guess.

    Thanks again,
    Driga

    #1274072
    PGerousse13
    Participant

    Hi, I would like to use the enfold-shop in my website, but because I already changed the homepage, I cannot see the used elements of the homepage-design of the “enfold-shop”-demo.

    Can you please tell me wich elements are used to create the 4 buttons with images, with color-overlay (new winter collection / latest street clothes / fresh sportswear / funky acceccoirs).

    thnx!!!

    #1273952

    Topic: Multiple-step purchase

    in forum Enfold
    Sparrisen987
    Participant

    I wonder if this is possible within the enfold theme, or if it’s not – maybe you could give me a recommendation for what I’d need?

    Imagine a shop page where you customize a computer, and for every change you do, you can see how it effects the total price. You click to the next page, and continue with those components.

    I’d like something similar – but for animation. My clients buy videos that differ in cost depending on components (different languages, different voice-overs), and length. Often a component has a more expensive first price, but when buying more, the cost goes down. For instance, the first 30 seconds studio recorded voice over is quite expensive, but to add 30 extra seconds doesn’t cost that much extra.

    All these prices are dependent on the actual length of the video, whether it’d be adding subtitles or animation.

    In the end you can click a purchase button and pay for example by credit card.

    #1273846
    RosannaK
    Participant

    I have two issues I am looking for help with on the Custom Product Page (using the Avia Layout Builder) with the Enfold theme.

    1. The colour swatch area: The image I am using for the colour swatch has a ‘custom link’ (I added this link to the image in the media library) to the product page showing the product in that colour (if the product has 4 colours then there are 4 product pages). When I insert the image with the ‘custom link’ into the swatch settings and go to view the product page the custom link does not work. Is there a CSS code to activate these links?
    2. Product Purchase Button: I would like the words on the “add to cart” button to change to read “exceeds stock levels” when a customer tries to add to cart a number of items of a single product that exceeds the stock level. This would lessen confusion as to why an item is not being added to their cart. I am looking for CSS code to allow this change when the order being added to the cart is higher than inventory levels.

    Thanks….

    #1273841
    suriagraphik_2019
    Participant

    Hello,
    I have taken over a website with Enfold v. 4.5.3 and would like to update the theme to the latest version. For this I bought Enfold 4.7 and extended support from Envato. But how can I update the old theme? I can’t find any information or buttons as described in the documentation “How to update your enfold theme”.
    Kind regards

    #1273763
    diggital
    Participant

    Hi, I just tried to add a custom social icon in the header.

    As seen in your documentation I added this code in the functions.php:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons['phone'] = array( 'font' =>'fontello', 'icon' => 'ue854');
    return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons['Phone'] = 'phone';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Usually “ue854” should be a fontello phone icon, but there is a pencil showing instead. Whatever icon code I add, it’s still the pencil.

    What goes wrong?

    Best regards

    #1273679
    FullPixel
    Participant

    Dear Enfold,

    For a project I am looking for a hook / filter that sends an array of all ALB shortcodes I found this hook (avf_shortcode_insert_button_backend). Are there more options?

    I like to hear.

    #1273649
    kuechenring
    Participant

    ++ENGLISH VERSION BELOW ++
    Ich habe 4 WordPress Seiten mit Enfold, Bei einer ist alles in Ordnung und bei Dreien ist bei jedem Link auf der mobilen Version (Button, Footer-Menue,…) die Schriftfarbe gleich der Hintergrundfarbe, sodass man den Text nicht lesen kann. Ändere ich die Hintergrundfarbe, ändert sich auch die Schriftfarbe. Oder es ist so, dass der Text verschwindet?! Das kann ich nicht feststellen, ob er da ist und nur die falsche Farbe hat oder gar nicht angezeigt wird.
    Bei Buttons hilft es, wenn ich ein Icon neben dem Text einfüge – dann erscheint der Linktext in der richtigen Farbe. Aber das ist ja auch keine optimale Lösung und im Footer-Menü auch so nicht möglich. Ich habe schon verzweifelt versucht über das CSS die Schriftfarbe zu ändern – aussichtslos.
    Habt ihr eine Idee?

    ENGLISH VERSION:
    On 3 of my 4 Enfold-Wordpress Websites the link color (buttons, footer menu,…) is the same as the background color on mobile devices. If I change the background color, the font color changes as well. Maybe the link text is not there at all – I can’t check it.
    If I use a button the link text is shown in the right color when I also use an icon beside the text. But that shouldn’t be the solution.
    How can I make these links visible? Also in the footer menu?
    Thank you!

    #1273581

    Hi Silvia33,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top.woocommerce-cart .button {
        float: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1273568

    In reply to: Updating via FTP

    Hi Adam Hart,

    We have updated those three sites.
    If there are other sites, please try to do the following steps:
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Best regards,
    Nikko

Viewing 30 results - 1,861 through 1,890 (of 11,206 total)