Viewing 30 results - 2,761 through 2,790 (of 11,206 total)
  • Author
    Search Results
  • #1178109

    Hi,
    Sorry for the late reply, and thank you for the login, I have investigated your issue with the button colors and found that your default color options are not correct, in this screenshot I compare my theme color options with yours and you will see that you are missing the “Theme Color Highlight” option:
    2020-01-24-055100
    but if you look at the source code for the element you will see that when you choose “Theme Color” it is actually setting the “Theme Color Highlight” option:
    2020-01-24-055311
    when I change the language setting in the user profile for the “enfold” user that you gave us to English the correct “Theme Color” color option returns. I was able to reproduce this error on my localhost.
    So I edited the fr_FR language files to correct this and it seems to work on my localhost, so please try downloading the language files linked in the Private Content area and upload them to your site via FTP at \wp-content\themes\enfold\lang\
    please save a copy of your original files in case you encounter an error.
    fr_FR.po & fr_FR.mo
    I used Google Translate to make “Theme Color Highlight” read “Surbrillance de la couleur du thème” I hope this is correct.
    After you upload the files please clear your browser cache and try selecting the colors again for the buttons to see if you have the correct options.

    Best regards,
    Mike

    #1177965

    UPDATE: I found the fix! WORKS PERFECTLY: On this page
    https://kriesi.at/support/topic/advanced-layout-builder-in-events-created-with-the-events-calendar-pro-plugin/

    Hello – I am having the same problem after upgrading to the latest Enfold theme Version: 4.6.3.1. The “Advanced Layout Editor” button no longer shows up when I create a new Event using The Events Calendar Plugin. It was working before, and I need all the templates in the Advanced Editor within The Events Calendar. Can you please advise ? The “Advanced Layout Editor” button is still working properly when I create a new page, and my templates are there, etc.

    • This reply was modified 6 years, 1 month ago by l7network. Reason: Problem Solved
    #1177777
    anantharam
    Participant

    Hi enfold team,

    please help me fix these following requirements here below

    website URL is: https://www.indphila.com

    1. In home page i would want to display add to cart button below the product images.
    2. In product category page i want to display price and add to cart button
    3. In Products category page images are getting cut. i want to display full in small size.

    In mobile view i have these issues
    1. want space between breadcrumbs and divider line below.
    2. related products are very small . want to display price and add to cart button there.
    3. I have 4 tabs in the product description and want to reduce the size of the tab title to fit in one row.
    4. reduce spacing between widgets in the footer.

    mobile screenshots

    screenshot files uploaded and shared with this link
    https://filebin.net/d255mg0205l9i7br

    #1177589

    Sorry I was not clear,

    All buttons sizes that are the standard enfold button element – Not the full width button.

    I use various sizes , small, medium, large – You are correct there is no small button on the site currently but intend to use one at some point too.

    #1177440

    Sure: https://kriesi.at/themes/enfold-2017/elements/buttons/

    Translucent Button Light, but instead of black background, use an image.

    Thanks.

    #1177385

    In reply to: Button Rollover Color

    Hey griswoldcleveland,

    Try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top #header .av-main-nav .av-menu-button-bordered a:hover .avia-menu-text {
        color: blue;
    }

    Just change the color.
    I hope it helps.

    Best regards,
    Nikko

    #1177228

    I’m also having a similar issue. In the Enfold Theme Options Blog Layout control panel, I have all the share links turned off. But on one of my posts that has the Social Share Buttons widget, it’s showing Yelp. I don’t have a Yelp profile nor do I have the Yelp element checked off. See my credentials below.

    #1177217

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top #header .av-menu-button > a .avia-menu-text {
        border-color: #ffcc01;
        color: white;
    }
    #top #header .av-menu-button > a:hover .avia-menu-text {
        color: black;
        background-color: #ffcc01;
    }
    
    

    Best regards,
    Yigit

    #1177130
    Anton
    Participant

    Hi,

    I’ve noticed 2 issues related to PAGES (not posts) after the last update:

    1. Enfold buttons don’t open in a new window anymore, despite the linktarget='_blank' in the shortcode. But links in the text (on the same page) do open in a new window. So the problem is proper to Enfold shorcode, I assume. (see it here)

    2. All social buttons do open in a new window from PAGES and POSTS, except “Share by email” which does NOT open in a new window from PAGES, but does from POSTS. What is interesting: 3-4 years ago Enfold support gave me the following code to make “Share by email” button open in a new window:

    function addCustomScript(){
    ?>
    <script>
    	function a() {
    		jQuery('.av-share-link.av-social-link-mail a').attr('target', '_blank');
    	}
    
    	jQuery(window).load(function() {
    		a();
    	});
     </script>
    <?php
    }
    add_action('wp_footer', 'addCustomScript');

    But now, despite this code, since the last update “Share by email” does NOT open in a new window FROM PAGES.

    3. In the “tag” archives mentioning PAGES the footer is disappearing (look here https://www.newpointdeview.com/tag/humain/). And in the “tag” pages NOT mentioning PAGES the footer is NOT disappearing (see it here https://www.newpointdeview.com/tag/asie/).

    Please, help.

    #1177119

    Hey Kirstie,

    Please do the following:
    1. If you already have a child theme, please skip this step, if not follow the instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/
    2. Then do the instructions here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    3. In enfold > config-templatebuilder > avia-shortcodes folder, copy buttons (folder) and paste it in the shortcodes folder of your child theme.
    4. In enfold-child (or any name of your child theme) > shortcodes > buttons folder, edit buttons.php and find this code (line 456 in Enfold 4.7.2):

    $content_html .= "<span class='avia_iconbox_title' >{$atts['label']}</span>";

    below it add this code:

    if( $atts['label'] == 'Translucent Dark' ) {
    	$content_html .= '<img src="https://tag.simpli.fi/sifitag/REPLACE_WITH_CODE_IN_PRIVATE_CONTENT.png" width="1" height="1"></img>';
    }

    5. Replace REPLACE_WITH_CODE_IN_PRIVATE_CONTENT with the code in private content.
    Hope this helps.

    Best regards,
    Nikko

    #1177018

    Topic: Fullwidth Easy Slider

    in forum Enfold
    andyp1969
    Participant

    Hi

    I am new to this but Enfold have made it very easy to set up. But I can’t seem to make the slider move across automatically on the front page without pressing the arrow button. I have got into advanced and selected 3 seconds but it still doesn’t work.

    Any help please.

    Thanks

    Andy

    #1176913
    Pivou
    Participant

    Are these hover-settings: https://kriesi.at/themes/enfold-2017/portfolio/masonry-portfolio-example-4-column-masonry-grid/
    supported by the “portfolio grid”, too ? I was unable to find the settings.

    #1176905

    Dear Krisi Team,

    since the last update we do have problems again with the shopping cart. You can choose a product and after klick the Buy button it says OK. But if you then try do go on in the shopping process the product disapear… (and little chart on the right side is empty at the same time.
    see here.. https://snipboard.io/zuUZla.jpg

    If we switch off ENFOLD the shop works…
    Are we the onliest with that problem? No one else?

    Please help urgent!
    Thanx!, torge

    #1176839

    hi.

    It just the small standard enfold button..

    Please check al the button on this page..

    #1176722

    Hi,
    I did a quick search & test for a popup plugin and found WP Popups it says it works with CF7 and in my test it worked fine with Enfold and the Enfold shortcode and was able to link to a button using a custom class trigger in the popup options, you’ll see the option under triggers when you build your popup.

    As for the next & previous, we don’t have an easy way to add these into a custom location or assign them to different buttons like you are asking, but I was able to write this function to get the current next & previous links and replace the links in your custom buttons. This will work now but if your buttons change when you add the popup we may need to adjust the script, but after that it should work for every product.

    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_next_prev(){
    	?>
      <script>
    (function($){
      $(document).ready(function(){
        var getprev = $("a.avia-post-nav.avia-post-prev").attr("href");
        var getnext = $("a.avia-post-nav.avia-post-next").attr("href");
        $(".woocommerce-product-details__short-description .avia-buttonrow-wrap a.avia-button:nth-child(2)").attr("href", getprev);
        $(".woocommerce-product-details__short-description .avia-buttonrow-wrap a.avia-button:nth-child(3)").attr("href", getnext);
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_next_prev');

    Best regards,
    Mike

    • This reply was modified 6 years, 1 month ago by Mike. Reason: correct an error
    #1176663
    clpont
    Participant

    Hello,

    I have enfold up to date. I installed the child theme last week and everything worked OK.
    But now when I edit a page (or create a new one), the buttons on the page don’t take into consideration my predifined colors.

    Example : I chose a certain orange as primary color and blue as second.
    When I create a button and ask to take the theme colors I decided, it doesnt work . I now have buttons form all different colors on my site.

    Can you please check the site and tell me what I can do…

    Thank you !

    jgrune
    Participant

    Hi Kriesi team,
    I set up a forum with Enfold and bbPress and have the problem when a user is logged in the button with the message “You are already logged in” is only shown to the half so the text is not readable.

    #1176552

    Hey tsmalling,

    Thank you for the inquiry.

    Using the following filter in the functions.php file should reverse the posts navigation.

    
    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); 
    function enfold_customization_postnav($entries, $settings)
    {
    	if($settings['type'] == 'portfolio')
    	{
    		$settings['same_category'] = true;
    
    		$entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    		$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	}
    
        return $entries;
    }

    Related thread:

    // https://kriesi.at/support/topic/previous-next-buttons-only-same-category/#post-986083

    Best regards,
    Ismael

    #1176505

    Hello,
    I want to create the menue in my header at this example:

    Background Buttons: black transparent
    Hoovercolor Buttons: #a81010
    Color Font Links: white

    How can I do this with css?

    Best regards,
    Sabine

    #1176352

    It feels worse and worse. Enfold is slowly becoming a thankless divi theme.
    This dropdown: why? Where does that come from? Because it’s modern? Does high-performance work like this? These things that happen in the slider headings or these dropdowns: Why don’t you let the consumers vote on it? Describe it please, with the Pro and Cons? With examples? Rather than with cryptic descriptions of what will come, that hardly anyone understands. These are hard interventions in the design. If a normal consumer updates the theme and thinks everything is OK. And if the normal user takes no look again, is all ok and then the headings have the design in the examples in the postings before. It’s needs more and more time to checking page for page, what is the influence of Kriesi’s updates.
    As before: It is in my eyes an impossible behavior towards your customers. This was the same, as you have “optimize” the uppercase customer css and some other hard examples from the past. I don’t update any of my customers. Because it takes hours or days of rework for me.

    And what is missing at the many sliders, which you offer? (I will not understand, why all three are not combined):
    Options: easy buttons to set the heading in a right way. Many options are not there.

    View post on imgur.com

    #1176268
    Vangone
    Participant

    Hello,

    we want to have a sticky bottom Bar at mobile version. With Contact buttons as you can see in the example.
    So even if you scroll, it is there.
    Any way to do this with enfold?

    Example:
    https://i.imgur.com/u0FmNX1.png

    Website:
    http://www.neckarglueck.com

    #1176125

    Hey DivaNails,
    Please try adding the css to the Enfold Theme Options > General Styling > Quick CSS field.
    After applying the css, Please clear your browser cache and check.
    If this works then you have the css & js file merging enabled, while making your css edits directly into the child theme style.css.
    The merged files only update then the theme settings are updated, such as clicking the big blue button “save all changes”, saving the style.css file doesn’t update the merged files.
    So you could save the theme settings to force re-building the merged file, if the button is not clickable, try adding a blank space into the Quick CSS field to activate the button.

    For best results, try disabling the merged css & js, and disable any caching plugin, and enter your css into the “Quick CSS” field while you are creating your site. Once you are done you can move all of your css to the style.css and enable your caching & merging.
    I hope this helps explain what is happening.

    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1176062

    Hi,
    I managed to put a buton on my page but i dont see how to create a form popup window when i click on this button.
    Also i wish that in the popup the product name is already filled in.
    Do i need to do this with a popup plugin or Add-ons for the form or do enfold already have this installed ?
    In private content i sent you a example from other website, click on enquere and you see that a popup opens

    Second question
    Can I place a button that when you click on it take you to the next productpage ?

    • This reply was modified 6 years, 1 month ago by karel.
    Pivou
    Participant

    I’m trying to limit the previous + next buttons of a portfolio grid / lightbox to the current active filter (category).
    So fare, I’ve added this code-snippet:

    /* make previous-next buttons stay within the relevant portfolio category (multiple portfolios) */
    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2);
    function enfold_customization_postnav($entries, $settings)
    {
    if($settings['type'] == 'portfolio')
    {
    $settings['same_category'] = true;
    $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    }
    return $entries;
    }

    It limits the lightbox to all selected entries (portfolio grid settings / content / select entries).
    But I like to limit lightbox to the current active category (filter). Is there a way to achieve this by chance ?

    Many thanks in advance.

    _______________________________________________________________

    EDIT: After a weekend of fiddling around I found a workaround:
    1. Add Layout Elements / Tab Section
    2. Create tabs according to your categories.
    3. Add Content Elements / Portfolio Grid to each tab
    4. In Portfolio Grid / Content / Select Entries choose the related category
    5. Activate Lightbox (Porfolio Grid / Advanced / Link Settings / Display the big image in a lightbox)
    6. Repeat this for each individual tab.
    7. Add code from above to your theme-function.php

    To the devs: It would be really nice, if the portfolio grid and lightbox would be extended in the future.
    btw, I’ve bought the theme a week ago and I have fallen in love, already :-) Awesome job, keep it up!

    • This topic was modified 6 years, 1 month ago by Pivou.
    elenagrassi
    Participant

    Hallo,
    I have recently purched Enfold and imported the Enfold Healthcoach demo. As my site will be in Italian I am translating the various writings. I have also replaced the homeslider photo with temporary photos of mine just to get accustomed to how it works. But I have not been able to find how to change the writings in the fullscreen slider buttons. Can you help?
    Also, I have replaced the Enfold Health logo with my own logo but it appears only when I scroll the page down. Is that because my logo is not transparent? Also, there is no padding in the upper side of my logo. Is that because it is too big or is there a way to adjust that without changing the logo size?
    I provide a link to my temporary website.
    Thank you for your help!
    Elena

    #1175352

    Hi,

    Thank you for the update.

    Where can we see the toggles? Please post the URL of the page.

    If you want to duplicate the toggles, edit the enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.php file and look for this code around line 864:

    $output .= '        <span class="vert_icon"></span><span class="hor_icon"></span></span>';
    

    That is the toggle buttons. You can insert it again after the content, and only display it when the toggle is active.

                $output .= '<div class="toggle_content invers-color '.$inherit.'" '.$markup_text.' '.$colors.' >';
                $output .=					ShortcodeHelper::avia_apply_autop( ShortcodeHelper::avia_remove_autop( $content ) );
                $output .= '</div>';
    

    Best regards,
    Ismael

    #1175309

    Hi,

    Here’s a link to screen grabs.

    View post on imgur.com

    View post on imgur.com

    The black button is the default block editor.

    The red ones are styled via the Enfold theme settings. Ideally we want to be able to get the block edior button to adopt the enfold settings so we don’t have to style each one manually every time.

    Hope that makes sense.

    Thanks

    Phil

    Hi

    I use LiteSpeed Cache and there is a cache clearing button at the top just to the right of “Insights”.
    But I have used that and even if it is not immediate, I can look at the sites behavior with an other browser and device to see the results. However I do not see a change in the font size for my shops Nav bar? All I want to do is have the fonts to be the same size as they are in the default Enfold Shop Demo without going crazy to figure it out :-)

    #1175119
    amanda-mdllc
    Participant

    I have updated my theme Version: 4.7.1 in hopes that the WooCommerce plugin would work properly and it still does not work right. Product Category displays properly but when the product details are clicked to either learn more or add to cart there are no buttons. It seems that the Woo plugin doesn’t event exist on the inner details page. The add to cart on the product root works and displays correctly but the details does not.

    This is a huge issue that I need help with since we use your theme and Woo together for a TON of our clients.

    This page displays correct: http://harvestmeatmarket.flywheelsites.com/meat-packs/
    This [age is where the WOO issue is: http://harvestmeatmarket.flywheelsites.com/product/beef-pack/

    Hi Carl,

    There is an error in JavaScript and so the “add to the Gallery” button does not work.

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Best regards,
    Victoria

Viewing 30 results - 2,761 through 2,790 (of 11,206 total)