Viewing 30 results - 1,291 through 1,320 (of 11,220 total)
  • Author
    Search Results
  • #1336463

    Hey inextable,

    Thank you for the inquiry.

    Did you use the WPML Translation Editor to translate the content of the portfolio items? In the “Language” box, make sure that the default translation editor is enabled before clicking the translation (+) button. Please check this documentation for more info.

    // https://wpml.org/documentation/theme-compatibility/enfold/#Translating-custom-post-types-taxonomies

    You may also need to translate the portfolio categories or taxonomies.

    // https://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/#translating-taxonomy-terms-as-you-translate-pages-or-posts

    Best regards,
    Ismael

    #1336302

    Hey Max,

    Thank you for the inquiry.

    Do you accept the privacy cookies on every devices or browsers? Please note that the font will not load if the required cookies are not enabled or accepted, same goes with external services such as maps and videos. You have to open the privacy modal window, toggle the buttons for external services including Google fonts and accept the cookies. But if you want them to load automatically without user consent, you have to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior to the first or second option.

    Best regards,
    Ismael

    #1336162

    On Enfold Options: Header > Header Style choose: minimal…
    i have changed the way of your example page a little bit, because i don’t think it makes sense to paint over the stroke with another ( 2nd child) either.
    You can see it here how I implemented it in Enfold. : https://webers-web.info
    Basic idea is that there is an omnipresent svg on the page, and this is used for the menu underscore.
    To have the svg always available on all pages:
    ( to child-theme functions.php ):

    add_action('ava_after_body_opening_tag', function() {
      echo '<svg id="stroke" xmlns="http://www.w3.org/2000/svg" width="0" height="0"><defs><path id="line" d="M2 2c49.7 2.6 100 3.1 150 1.7-46.5 2-93 4.4-139.2 7.3 45.2-1.5 90.6-1.8 135.8-.6" fill="none" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/></defs></svg>';
    });

    and like on the codepen page also in the menu item now set a svg which uses the path of the omnipresent svg:
    ( under the code above in child-theme functions.php ):

    function insert_svg_to_main_navigation() { 
    ?>
    <script>
    (function($){
    	$('#avia-menu li.menu-item-top-level a' ).prepend('<svg class="button-stroke" viewBox="0 0 154 13"><use href="#line"></use></svg>');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'insert_svg_to_main_navigation');

    the rest is quick css:

    body > #stroke,
    #av-burger-menu-ul svg.button-stroke {
    	display: none;
    }
    
    .button-stroke {
    	display: block;
    	width: calc(100% - 10px);
    	height: 20px;
    	position: absolute;
    	left: 5px;
    	top: calc(50% + 15px);
    	stroke-width: 2;
    	stroke-dasharray: 650;
    	stroke-dashoffset: 650;
    }
    
    #avia-menu li.current-menu-item > a .button-stroke {
    	stroke-dashoffset: 0;
    	stroke: #9b0000;  /*** it is up to you if and what color the active state of the menu-item is set here ***/
    }
    
    #avia-menu li.menu-item-top-level a:hover .button-stroke {
    	stroke: #07a;  /*** the hover color of the stroke ***/
    	-webkit-animation-duration: 2s;
    	animation-duration: 2s;
    	-webkit-animation-fill-mode: forwards;
    	animation-fill-mode: forwards;
    	-webkit-animation-timing-function: linear;
    	animation-timing-function: linear;
    	-webkit-animation-name: draw;
    	animation-name: draw;
    }
    
    @-webkit-keyframes draw {
    	100% {
    	  stroke-dashoffset: 0;
    	}
    }
    
    @keyframes draw {
    	100% {
    	  stroke-dashoffset: 0;
    	}
    }

    you see some parameters you can play with – f.e. stroke width or colors

    ___________

    with this way you should now be able to – animate your own paths as well.
    You need the path

    that part in the first code above
    <path id=”line” d=”M2 2c49.7 2.6 100 3.1 150 1.7-46.5 2-93 4.4-139.2 7.3 45.2-1.5 90.6-1.8 135.8-.6″ fill=”none” stroke-linecap=”round” stroke-linejoin=”round” vector-effect=”non-scaling-stroke”/>

    you can create it f.e. in Illustrator, and the path length for the stroke-dasharray and stroke-dashoffset. By the way, you can determine the path length in Illustrator by selecting the path, then in the menu item Window – Document information – and then in the “hamburger” select objects. ( you need the value in px not in mm )

    Hi Josephine,

    You can open a new thread using this link, or click this button: https://imgur.com/a/AnoSPNb

    I’m not sure I understand the problem you are having with the sup tag, could you post a link to where we can see it please?

    Best regards,
    Rikard

    #1335765

    Hey NIck,
    Thank you for your question, you do not need to buy the pro version, when you click on the WordPress ▸ Layerslider menu item you probably see this screen:
    2022-01-16_005.jpg
    from here click on the “Lets Get Started” button in the center, then you should see this:
    2022-01-16_006.jpg
    here you want to click on the slider image, in this case it’s “Enfold Reimagend”, then you should be taken inside the slider editor and be shown a “Tour” popup that you should review:
    2022-01-16_007.jpg
    Most of these steps are only for your first visit to the Layerslider dashboard.

    Best regards,
    Mike

    #1335325
    crabjack
    Participant

    Hi – It seems almost standard now that there exists a button on web pages that gives visitors the opportunity to login as a user of the website, or create an account if they do not already have one. I have been unable to figure out how to do this on my enfold site. I have been looking on and off for some time. It doesn’t seem that it should be that hard, but I have not been able to figure it out our find documentation to help.

    Please help.

    Thank you,

    John

    Jörg
    Participant

    Hallo,

    ich habe schon die ganze Woche das Problem mit der Seite https://lifefeeling.info/, hoffe Ihr könnt mir weiterhelfen.

    Es kommen beim Bearbeiten der „Start“-Seite immer die gleiche Fehlermeldung, hier mal 3 Beispiele wann die auftreten:

    Füge ein Farbsektion ein mit Layout-Element 1/3 und 2/3, gehe auf „Aktualisieren“, alles noch okay.
    Sobald ich jeweils eine Media-Element „Bild“ einfüge, auf „Aktualisieren“ gehe, kommt die Meldung:
    „Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang deiner Website-Administrator-E-Mail-Adresse für weitere Anweisungen.“

    Füge in diese Layout-Elemente 1/3 und 2/3 jeweils Inhalts Element “Button über volle Breite” ein, gehe auf Aktualisieren, alles noch okay.
    Verschiebe ich das Layout-Element “Farbsektion” mit Inhalt zwischen andere Layout-Element nach unten, gehe auf Aktualisieren, kommt die Meldung:
    „Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang deiner Website-Administrator-E-Mail-Adresse für weitere Anweisungen.“

    Beim Erstellen eine Masonry-Galerie füge ich Bilder ein, anschließend gehe ich „Aktualisieren“, es kommt die Meldung:
    „Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang deiner Website-Administrator-E-Mail-Adresse für weitere Anweisungen.“

    Manchmal, wenn ich nach jeder Aktion „erstellen“ bzw. „einfügen“ direkt aktualisieren klicke, macht WordPress es ohne Fehlermeldung.
    Aber sobald sich mehrere Aktionen direkt nacheinander tätige und auf Aktualisieren gehe, kommt wieder die Fehlermeldung.

    Meine Vermutung, hat dies alles was mit Speicherproblemen zu tun?

    Das verstehe ich nicht, denn:

    WP Memory Limit: 12 of 256MB (5%) | PHP Memory Limit: 12 of 256MB (5%) | PHP: 8.0.13
    Andere:
    • PHP Version: 8.0.13 / 64Bit OS / Max execution time: 30sec
    • Memory limits : WordPress 256MB / PHP 256MB
    • Memory usage : 12MB

    WordPress 5.8.3 verwendet das Theme MyEnfold Child.
    Zustand der Website: GUT (Hervorragende Arbeit! Deine Website besteht derzeit alle Tests zum Website-Zustand.)

    Komisch ist auch, dass ich keine E-Mail mit weiteren Anweisungen bzw. Fehlermeldung erhalte.

    Es wäre schön, von Euch zu hören. Danke

    Gruß Jörg

    #1335249

    Hi Mike,

    Could you please replace /enfold/config-events-calendar/event-mod.css file with this one – https://pastebin.com/WzFx6VJX? Please make sure to clear cache.

    This should display buttons fullwidth starting from 990px.CSS changes will be implemented in upcoming version but we will wait for your confirmation :)

    Best regards,
    Yigit

    #1335108

    Hi Yigit
    With this code, the buttons are not visible anymore on desktop and on mobile it looks not very nice.
    We would like to have the buttons on mobile with 100% width, like it was before ;-)
    Would all this CSS codes be implemented in a later Enfold update?
    Best regards
    Mike

    #1335102

    Hi Yigit
    Thanks for the code. On desktop this seems to work, but on mobile not.
    There we have already the following code, because we already had problems on mobile after earlier “The Events Calendar” updateas:

    @media only screen and (max-width: 767px) {
      #top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner {
        display: block; 
      } 
      #top.tribe-theme-enfold.single-tribe_events .secondary .tribe-events-meta-group {
        margin-top: 20px;
      }
      .tribe-events-cal-links .tribe-events-button {
        width: 100%;
        margin-bottom: 10px;
      }
    }
    #1335095

    Hey Mike,

    Thanks for contacting us!

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

    
    #top #wrap_all .tribe-events-button {
      font-size: 13px;
      margin-right: 5px;
      display: inline; 
    }
    

    Best regards,
    Yigit

    #1334939
    ZlokalizujAuto
    Participant

    Hi there!

    Thanks for the awesome theme!
    Is there any option to create pricing tables with a toggle button (switcher)? I need pricing tables with monthly/yearly toggle switcher, but every toggle plugin i checked is made for gutenberg – not working with Enfold theme. Is there any way to create such functionality?

    #1334872

    Topic: Slider with buttons

    in forum Enfold
    edwindepianist
    Participant

    Hi again!
    How can I add one or two buttons (with links) to a full width slider, like on this Enfold website: (I mean adding buttons to the caption) ?

    Thanks

    Edwin

    mistermagoo8691
    Participant

    Hi folks, I’d like to reproduce the behaviour of the Fullwidth Easy Slider component that you used in the DJ Enfold demo homepage.
    That Fullwidth slider is using two 1030×412 very wide pictures: when you browse that homepage from a mobile phone (in portrait mode, of course), it shows only the central portion of the image, making the image tall enough to show the included headings & the button.

    I’ve tried to do the same, but when I see my Fullwidth Easy Slider on a mobile phone, it is showing me the WHOLE picture, and not only the central part. The result is that the whole image is not tall enough to include the button: the heading is there, but the button cannot be contained in such a small space, and it is not visible.

    I thought it was an issue with my images, therefore I’ve used the same images of the demo, and I’ve got the same result: the images are fully visible.
    in the “Styling” tab of my Fullwidth Easy Slider element I’ve used the same configuration of your demo, i.e. “No scaling (Original Width X Original Height)” & “Yes, stretch the image”.
    Where is my mistake?

    Thanks folks!
    Bye,
    A.-

    #1334678
    thinkjarvis
    Participant

    Hi guys,

    I have a really specific problem here link to test site in private settings

    The Enfold site below is using WPML to translate all pages.
    The news page uses a custom layout and uses the ALB Blog Posts Element to Display the Blog
    The design has been customised. But the pagination shouldnt be affected by this.
    The ALB Blog Posts Element is based on the List Layout – Excerpt (Title, meta information and exerpt only)
    Pagination Yes, 14 Posts Per Page.
    Page 3 pagination button at the bottom of the news feed does not work in the spanish version. All other pagination buttons work and the pages load just fine.

    Any chance you can take a look and see if you can see what has gone wrong?

    #1334626

    In reply to: logo as text

    Hi,

    Thank you for the update.

    Did you add this css code?

    .button {
        background-color: #66bde6 !important;
        -webkit-border-radius: 33px;
        -moz-border-radius: 3px;
        color: #ffffff;
        font-size: smaller;
        padding: 5px 15px;
    }
    

    This rule overrides the default background color of the submit button. If you want to override it, place this css code below.

    input[type="submit"], #submit {
        background: red !important;
        color: white !important;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the css.

    Best regards,
    Ismael

    #1334461

    Hi,

    Sorry for the delay. We are not yet sure why the “Choose” button or the date picker button is not displaying on the product page but you can use this code temporarily to display the date fields, which should also toggle the calendar.

    #top .wc-bookings-date-picker-date-fields {
        display: block;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1334403

    Hi,

    Have you found a solution for point 2 as well? Font size is 12px and it looks fine on my end, I attached a screenshot in private content field.

    If you would like to decrease the size even more, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #top #full_slider_2 .avia-slideshow-button {
      font-size: 10px !important;
    }

    Best regards,
    Yigit

    #1334368

    In reply to: Hiding bordered menu

    Hi,
    Please open a new thread for separate issues, we prefer to keep each thread on-topic, such as the topic of this thread is hiding the border of a button.
    When you open your new thread please include an admin login to your site for us so we can see which language plugin you are using and try to explain as fully as possible your issue, such as which page you are editing that loses it’s content and how we can reproduce the error, if your not sure how to explain screenshots often help. Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    #1334347

    Topic: problem with cookie

    in forum Enfold
    minogig
    Participant

    Good morning.
    I have a problem with my cookie settings.
    Even if I make the changes in the enfold panel -> privacy and cookie, once I load the page I don’t see the changes.
    I also added the reject button for example, but when I load the page I don’t see the change. What can it depend on?

    Thanks everyone in advance
    Best regard’s
    Mino

    #1334200
    triaderm
    Participant

    Hello!
    When viewing the default homepage on a mobile (medical theme), you see that the main blocks (flex_column_table?) are “to high” they mask the buttons “learn more” and “make appointment”. Also the header photo is kind a small (height) and the sentence (welcome to enfold) are to big.

    1.) How to lower the 3 blocks for mobile view? (on desktop they’re fine).
    2.) How to change the header photo that it looks proportional on mobile devices?
    3.) How to resize the text for mobile?

    It would be great if i can do this just in this theme, without the of revolution slider or other third party plugins.

    Many thanks in advance.

    #1334102

    In reply to: Hiding bordered menu

    Hi,

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

    
    #top #wrap_all #header_main #av-burger-menu-ul .av-menu-button-bordered.av-menu-button > a {
      border: none;
    }
    

    Best regards,
    Yigit

    #1334054
    koomo
    Participant

    Hi,
    I am trying to use ONE (only) booking inquiry page, with a different form each time it is referred from a specific page.
    – page1 >>> /inquiry-page?page1
    – page2 >>> /inquiry-page?page2
    Like here https://www.blacktomato.com/destinations/japan/best-of-japan/ and “Start Planning Here” button….Bringing to https://www.blacktomato.com/make-an-enquiry/?country=japan&referer=88488
    Any idea how to do that with Enfold or a plugin may be.
    Thank you.
    Best for this year.
    X.

    #1333980

    Hi Sven,

    Please do the following:
    – Enable debugging mode for ALB by referring to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode.
    – Create a new page and Social Buttons element and adjust it as needed.
    – Copy the shortcode of Social Buttons element from debug field which is right below Advanced Layout Builder
    – Add following code to bottom of Functions.php file of your child theme and paste the shortcode of your Social Buttons element where it says [YOUR SHORTCODE GOES HERE] in the code

    add_action('ava_before_footer', 'new_ava_before_footer');
    function new_ava_before_footer(){
    	if( is_single() ){
    		echo do_shortcode("[YOUR SHORTCODE GOES HERE]");
    	}
    }

    Best regards,
    Yigit

    #1333901

    Hey Jurriaan,
    Our Advanced Layout Builder is custom built for the Enfold theme and is typically not available or designed to work with third-party plugins, so I would not expect it to work with this plugin. I have not heard of Eventon before and have no experience with it. If it had worked previously it was not intended. You could try disabling all of your other plugins to see if one is interfering with ALB & Eventon, and try switching to the Classic Editor to see if the ALB button shows.

    Best regards,
    Mike

    Flipper5183
    Participant

    Hi at all,

    I’m using your theme in one of my clients website. Currently the website use a 7.2 php version and I want switch them to php 8.
    So I made a copy of the website migrate it to a staging system on XAMPP.
    The migration via duplicator run normally but at the end when I want to go to the login I reveived the following message:

    “Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in C:\xampp\htdocs\zr1\wp-content\themes\enfold\functions-enfold.php on line 324″

    I found your threat at “https://kriesi.at/support/topic/deprecated-unparenthesized-a-b-c-d-e-is-deprecated/&#8221; and I also made this changes. After this changes I reveived the following message:

    Fatal error: Uncaught Error: Attempt to modify property “config” on null in C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\slideshow_layerslider\slideshow_layerslider.php:28 Stack trace: #0 C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php(65): avia_sc_layerslider->shortcode_insert_button() #1 C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\template-builder.class.php(1305): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #2 C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\template-builder.class.php(427): AviaBuilder->createShortcode() #3 C:\xampp\htdocs\zr1\wp-includes\class-wp-hook.php(303): AviaBuilder->init(”) #4 C:\xampp\htdocs\zr1\wp-includes\class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #5 C:\xampp\htdocs\zr1\wp-includes\plugin.php(470): WP_Hook->do_action(Array) #6 C:\xampp\htdocs\zr1\wp-settings.php(578): do_action(‘init’) #7 C:\xampp\htdocs\zr1\wp-config.php(134): require_once(‘C:\\xampp\\htdocs…’) #8 C:\xampp\htdocs\zr1\wp-load.php(50): require_once(‘C:\\xampp\\htdocs…’) #9 C:\xampp\htdocs\zr1\wp-blog-header.php(13): require_once(‘C:\\xampp\\htdocs…’) #10 C:\xampp\htdocs\zr1\index.php(17): require(‘C:\\xampp\\htdocs…’) #11 {main} thrown in C:\xampp\htdocs\zr1\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\slideshow_layerslider\slideshow_layerslider.php on line 28
    Es gab einen kritischen Fehler auf deiner Website.

    Erfahre mehr über die Problembehandlung in WordPress.

    So I don’t know what to do. And I’m not sure if I can migrate the site to php 8? Thanks for your help

    #1333670

    Hi Mike,
    Thank you for answering!!

    Yes, exactly, I wanted to put a call for a popup behind the social share icon and then integrate my original Facebook link into a button in the popup. But that doesn’t seem to work because the share icon has a kind of “standard link” and my popup does not start.
    As you recommended it to me, I’ll try the plugin.
    And keep you informed.

    And then I am sorry, but I was not able to copy and paste some numbers….
    The reply of Ygits post has this code (not the other one I wrote above): #783410
    And the threads name is: “How to edit links of social media buttons?”

    Best regards and if we don’t hear from each other before – many thanks to you and all the guys in that great enfold supporters-team!
    enjoy christmas-days and stay healthy
    Grobi

    #1333524

    @adibranch
    Assuming there is no problem with your tracking methods: This is one of the many pitfalls of Cookie Consent Policies required under EU Data Protection Laws.

    If you serve customers in the area covered by GDPR then you are supposed to ask users to accept tracking cookies to be compliant. You should not load Google Analytics by default.

    If you operate in the USA or other parts of the world where GDPR does not apply to those customers you can load all cookies on page load – Unless there are other local rules where cookie consent still applies.

    However what you can do is improve the UX design to make it easier to click accept all cookies rather than reject all. Improving your data capture See below:

    The Cookie Bar Popup
    I normally set Enfold to essential cookies accepted on first page load only.
    Button 1 – Accept All Cookies button – Accept all Cookies and dismiss the popup
    Button 2 – Settings – Opens the modal

    In the Modal:
    They can turn cookies on and off in the modal.
    Button 1 – Accept All Cookies button – Accept all Cookies and dismiss the popup
    Button 2 – Do Not Accept – Reject all Cookies and Close window

    This give the user the option to opt out but makes them more likely to click accept all to hide the message without going into the modal – Helping improve Analytics data while still being compliant.

    I hope this helps!

    #1333492

    Hi,

    Sorry about that. I thought that you are using the Blog Posts element. For the product grid, this css should work.

    .avia_cart_buttons {
        position: absolute;
        bottom: 0;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    #1332977
    liliwow
    Participant

    Hi,

    I would like to give the ability to end user to customize his general styling (Enfold Child Theme Options/predefined color scheme)

    I created a page just like your “General Styling” page with two parts :
    – first part (top) with a “Button Row” element into a section element (predefined color scheme)
    – second part (button) with a “Preview screen” displayed into a specific section element with colors depending on the button clicked by user

    I have two questions :
    – how to know which button in row user has clicked ?
    – how to refresh “preview section” without reload current page ?

    Many thanks for your help.

    Kind regards

    Jorge

Viewing 30 results - 1,291 through 1,320 (of 11,220 total)