Viewing 30 results - 2,371 through 2,400 (of 11,206 total)
  • Author
    Search Results
  • #1223642

    As this is one of the top Google search results for how to remove the Enfold Post Navigation / Previous / Next Buttons:
    You should use this code with more recent versions of Enfold instead to prevent PHP Warnings:

    /* Remove Post navigation */
    function custom_disable_avia_post_nav( $settings ) {
    	$settings['skip_output'] = true;
            return $settings;
    }
    add_filter( 'avf_post_nav_settings', 'custom_disable_avia_post_nav', 10, 1 );
    #1223641

    As this is one of the top Google search results for how to remove the Enfold Post Navigation / Previous / Next Buttons:
    You should use this code with more recent versions of Enfold instead to prevent PHP Warnings:

    /* Remove Post navigation */
    function custom_disable_avia_post_nav( $settings ) {
    	$settings['skip_output'] = true;
            return $settings;
    }
    add_filter( 'avf_post_nav_settings', 'custom_disable_avia_post_nav', 10, 1 );
    elenapoliti
    Participant

    Hi I am trying to add a simple button to my front-end page where I show all my posts (blog post). the button should enable just to give a ASC sorting based on the title. I wonder if I have to use the function

    function avia_modify_post_grid_query_desc( $query ) {
    $query['orderby'] = 'title';
    $query['order'] = 'DESC';
    return $query;
    }

    which is described here https://kriesi.at/documentation/enfold/blog-post/#toggle-id-23

    Is it the right function? and if yes, how do I trigger it on my button? Should I use the explanation proposed here? Consider that I want to do it with an ajax call
    Thanks

    #1223242

    I am back and will work on mega menu troubleshooting soon. In the meantime, I have another question. I didn’t start new thread since I previously gave you my login in case you need it again.

    I am wondering how to make the cart button taller to match the height of the quantity selector, like the enfold shop demo?

    #1222963
    anfinnweb
    Participant

    Hello Kriesi Support,
    I have searched your forums before creating this thread, however I was unable to find an answer.
    I am trying to open a form (Formidable Forms) using an Enfold button.

    How do I specify the following as the button URL:
    [frmmodal-content label="Click here"][formidable id=x][/frmmodal-content]

    This is taken from the Formidable Forms page on using their bootstrap modal popup plugin: https://formidableforms.com/knowledgebase/bootstrap-modal/

    Thank you,
    Sophia

    Hi ihr zwei,
    ich sitze gerade an dem gleichen Problem. Momentan lässt sich das in Enfold nur so lösen, dass du das Modal Window direkt anzeigen lässt und dann die Reihenfolge der Tabs änderst (das geht allerdings nur, indem du die Inhalte aus einem Tab Fenster ins nächste kopierst/ausschneidest – es lässt sich hier die Reihenfolge der Tabs nicht einfach so ändern leider.
    Leider ist auch die Message zum Thema Google Analytics Nutzung noch veraltet: hier muss man “aktiv disablen” und man müsste eigentlich jetzt “aktiv enablen”. Ohne in die “Programmierung” zu gehen und die avia Links dann zu korrigieren lässt sich das zwar im Text anpassen, jedoch nicht der Check-Button Text und dementsprechend auch die Funktion nicht.
    Abgesehen davon ist diese Lightbox Modal Window Lösung nicht elegant – es MUSS eine Cookie Consent Banner Lösung, wie von dir Alex oben eingefügt geben!
    Bitte an das Enfold Team: ihr müsst das für uns Deutsche bitte schnellstmöglich umsetzen! Jedes WP Theme MUSS diese Funktion heute mit der DSGVO anbieten, ein “komplizierter” Workaround ist absolut inakzeptabel!

    Vielen Dank und beste Grüße,
    Marieke

    #1222851

    Hi Tarakbc,

    Try using this CSS code instead, and add it in Quick CSS, located in Enfold > General Styling:

    .avia-fullscreen-slider .slideshow_caption .avia-caption-content .avia-button {
        text-decoration: none !important;
    }

    If you want to have 3 horizontally aligned buttons, you can remove those 2 buttons on the settings and then add 2 more button shortcodes in caption. :)

    Best regards,
    Nikko

    #1222801

    Hi Mike- thanks for your response. I have not actually managed to get it working, as the “fix” on that test page is something of a hack, and doesn’t perform consistently. If you click around in the timeline, using the next/previous buttons then click on the “Jump to 2020” button at top, it will sometimes go to the wrong position or not move the timeline at all (the click function driving the behavior is in this file: http://prj.nickpish.com/exp/wp-content/themes/enfold-child/js/tools.js?ver=1.0.0 . It seems the go2 function is somewhat broken, and can’t properly track the index numbers of the slides. I’m contemplating disabling the default Avia slider function altogether and manually attaching to Slick slider instead; unless of course there’s a possibility of having that function fixed to allow navigating to a specific slide index? Slick has a “slickGoTo” method that does exactly what I’d like- see here for example: https://codepen.io/vilcu/pen/ZQwdGQ

    #1222766
    larry hayden
    Guest

    I just hit the button and purchased “enfold theme”.
    1.) Does that mean that I can now choose “enfold church theme” as the theme that I want to install?
    2.) Can you install it for me? If so what is the cost and how long would it take?
    Thanks,
    Larry

    #1222730

    Hey Georg,

    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 .avia-caption-content a.avia-button {
        text-decoration: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1222554

    In reply to: open/close section

    Hey Frank,
    Sorry for the late reply, Are you using the ajax portfolio grid where you click an item and the portfolio item opens above? This solution will make the item open below.

    Another option is to use jQuery to toggle “show” and “hide” for your portfolio grid, so when you click the button the portfolio grid is shown. Do you have an example page for us to see?

    Best regards,
    Mike

    #1222541

    Topic: Scroll to top button

    in forum Enfold
    Dawnllambert
    Participant

    How do I add the scroll-to-top button in Enfold? I can’t find it!

    #1222508

    Hi,

    I have found part of the answer here:

    However, I still need some help to change styling of the new button. I want all three buttons on the fullscreen slider to have the same styling, i.e. same size button and same color etc.

    Any ideas?

    Many thanks,

    #1222486
    gracedelanoy
    Participant

    Hi,

    There are 3 images that are rendering my Woocommerce shop page and product pages to be insecure. They are:
    http://bhfer.org/wp-content/themes/enfold/config-woocommerce/images/arrow_down.png
    http://bhfer.org/wp-content/themes/enfold/config-woocommerce/images/loading-light.gif
    http://bhfer.org/wp-content/themes/enfold/images/layout/bg-button.png

    I have gone into my file manager and replaced them, and that didn’t work.
    I installed the Really Simple SSL plugin, which didn’t fix it, so I upgraded to Pro. Still not fixed.

    Help appreciated!

    #1222365

    i will check – if it is done by enfold settings. sorry.

    can you try:

    .avia_ajax_form .button {
        border-radius: 5px;
        text-transform: uppercase !important;
    }
    • This reply was modified 5 years, 9 months ago by Guenni007.
    #1222238

    Hi,

    Thanks, add this to quick css:

    .toggle_content a{
    text-decoration:underline!important;
    }

    As for starting a topic you can simply go to Enfold subforum and click blue button at the top, or use this link – https://kriesi.at/support/forum/enfold/#new-post to start a new thread :)

    Best regards,
    Jordan Shannon

    #1222227

    Hi Nikko – no, Enfold 2017 would not download (via the download button or the xml file) so I downloaded Enfold instead. Can I just get those sample pages separately?

    #1222051
    rob2701
    Participant

    Dear Support,

    As much as I love Enfold, some things are just annoyingly persistent.
    I have 2 Portfolio categories, each category has its own page with a portfolio grid for items of ONLY that category.
    Breadcrumbs for these items (when items are opened) are most of the time displaying the wrong category, sometimes the right one. The theme seems to “guess” the parent category, randomly pick one portfolio category, but not even consistently. It is a real pain.

    The pages cannot have a parent set, as they are independent pages in the menu.
    So yes, the page hierarchy is correct, they are set to “no parent”.

    https://kriesi.at/support/topic/breadcrumbs-according-to-session/
    is not applicable because it states that it would only work for one page.

    No, I cannot use the “fix” mentioned in some posts, by adding this to functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    because that has some nasty side effects, like for instance auto-enabling pagination even if that portfolio category page (portfolio grid) is set to display ALL items and NOT use pagination.

    Added Note:
    You can ONLY see this when NOT logged in as admin, but as normal user.
    While this code fixes the APPEARANCE of the breadcrumbs, now clicking on the breadcrumb category then sends you to an archive page
    with URL
    /first-category/other-category/
    which has breadcrumb
    Home/first-category/other-category/
    which is totally wrong, as both categories are equal level…

    This issue with the portfolio category breadcrumbs dates from at least November 2013 as far as I could see…

    Any chance of a lasting fix that shows the correct category for the portfolio items in this rather basic setup?
    Thanks for looking into this.

    Cheers,
    Rob

    Added 2020-06-13: Additional info about the breadcrumbs behaviour in the portfolio cats breadcrumbs:

    Through trial and error I have found how to circumvent the effect of the random portfolio category assignment in the breadcrumbs. Let me try to explain what happens:

    Each Portfolio Category has a Page with only that category showing in a Portfolio Grid.
    Under each entry in Portfolio-Cat1 I have a button with a link to an item in Portfolio-Cat2.

    If that link-to-Portfolio-Cat2-item is clicked (by a normal visitor) before the link in its actual Portfolio-Cat2 is clicked, then it seems to (incorrectly) store Portfolio-Cat1 as the parent for that Portfolio-Cat2 item. ????

    If however I manage to be the first visitor to open the Portfolio-Cat2 page and open all items there, then Portfolio-Cat2 is stored as the (correct!) parent for the Portfolio-Cat2 items in the breadcrumbs, and everything works as intended (with the help of W3 Total Cache which then serves up the stored ones).

    The only remaining issue is then that the buttons under Portfolio-Cat1 items (which link to a Portfolio-Cat2 item) then show this breadcrumb:
    Home-PortfolioCat1-itemCat2… Which is NOT as it should be, but something I can live with for now.

    Still, it is odd behaviour which you may want to take a look at and possibly fix.

    • This topic was modified 5 years, 9 months ago by rob2701. Reason: Additional info about the breadcrumbs behaviour added
    #1221879
    eerstopvakantie
    Participant

    Hello,

    Is there an other solution for my website to import products as an affiliate product?
    Now if i import products it has a button where I can add it to my cart? But what i want obviously is a button where i can link it to another website.

    So do I need a whoocommerce Add-On or can I adjust this button/setting somewhere in the Enfold Theme?

    Please give me other suggestions or tips aswell.

    Website:www.eerstopvakantie.nl

    P.s. If you have any tips as in layout for my website, I will gladly accept them. Iknow the site is only in Dutch now, so contentwise there is not a lot to adjust just yet.

    #1221808
    Phet
    Participant

    Hey guys,

    I’ve created two widgets with Enfold’s Mailchimp form. I’ve been able to translate the title and the button’s label. But I can’t figure out how to translate the text placeholder.

    Text placeholder label in form
    Enfold’s Mailchimp panel

    • This topic was modified 5 years, 9 months ago by Phet.

    Hello I am running the last version of WP and the last version of Enfold but suddenly when we create a new page the Avia Layout Editor is not working, when we press the button to pass from the classic editor to the AviaLayout Editor nothing happens. We already Re-install the Theme, change the Memory Limit and set the wp-config file as mentioned. No way.
    We do not have plugins but WPML.
    Please let us know what else we can do to get this issue solved.
    Thanks

    Hi mai,

    Not all the elements can be adjusted via the Theme options, many times you need to add some css.

    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

    
    #custom_html-2 .avia-button {
        color: #666;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    AlexR
    Participant

    Ich würde gerne das letzte Gerichtsurteil des BGH von Juni 2020, wonach ein aktives Opt-In für Google Analytics und andere Dienste erforderlich ist, mit den in Enfold zur Verfügung gestellten DSVGO Tools umsetzen.

    Nach meinem Verständnis dürfen die Opt-In Schalter nicht mehr als Default auf ON gesetzt sein, sondern müssen entweder einzeln vom Nutzer auf ON bewegt werden oder müssen insgesamt über einen separaten Button akzeptiert werden, wie in beiliegendem Screenshot (Cookielösung von Borlabs) dargestellt: Opt-In Lösung

    Wie kann diese Lösung mit Enfold umgesetzt werden? Ich möchte gerne bereits beim Start der Seite die Schalter und beiden Buttons anzeigen und nicht erst über Settings die einzelnen Einstellungen vom Nutzer aufrufen lassen müssen. Ich gehe davon aus, dass dann kein User die optionalen Cookies akzeptierten würde, sondern nur die notwendigen. Wie können die Schalter und Buttons in CSS entsprechend der Vorlage (Screenshot) gestyled werden?

    • This topic was modified 5 years, 9 months ago by AlexR. Reason: Tippfehler korrigiert
    #1221481
    Chris
    Participant

    Hi,

    I have created an image in Illustrator to use as my main image on my homepage.

    I have uploaded it and it looks great however I would like the button on the image to be clickable. I have looked online for ‘image map’ but it doesn’t seem to work with what I have as I am currently using the ‘Fullscreen Slider’.

    I did try placing a button there using Enfold, however that moves up and down on scroll because I am using a minus margin to get it to a similar spot to where I drew my button in Illustrator.

    Unfortunately, I cannot replicate the right positioning and colour combinations for text using the ‘Fullscreen Slider’. Ultimately, it looks like the only way to get a button there is to create an image map is I understand it correctly.

    I’m open to suggestions if you know of any other ways of course.

    Here is a link to the image in question if you could please advise on how I can make the button I have drawn clickable it would be a massive help.
    https://ibb.co/5j5b0R1

    Thank you very much.

    #1221446

    Hi wasim-ullah,

    Can you try to go to Enfold > Advanced Styling.
    Under Select an element to customize, please choose body and click on the Edit Element button.
    Then set the font size to 16px.
    Hope this helps.

    Best regards,
    Nikko

    Hi Victoria,

    Thanks – that helps. Button is available now.

    Unfortunately it is white text on white background and therefore just readable with mouseover. How can I change text color or even better the background color of the button?

    In Enfold > Advanced Styling > Cookie Consent Bar there is no element which has influence on the style of this button.

    Enfold > General Styling > Footer > Primary Color would change the text color, but not only for the button, but for the whole footer. As my footers background color is (besides the button background) dark this does not help either…

    Thank you!

    #1221208
    rasmusheil
    Participant

    Hi

    I need help solving a picture loading problem for my website. When I hit load more button to load more pictures then in some browsers and computers pictures vibrate and that looks really unprofessional for my client.

    How to resolve this?
    Is there any plugin or something for that to load pictures quickly and smoothly.
    Also in some computers and browsers preview pictures are blurry! How to resolve that?

    Thank you in advance! :)

    #1221204
    miciba
    Participant

    Hey,

    I have problem with the sharing buttons.
    In Enfold > Blog-Layout I activate the Twitter Link, the LinkedIn Link and the E-Mail-Link.
    But at the Blogpost, the LinkedIn- and the E-Mail-Link are without the URL of the site.

    Look here:https://audit-professionals.de/2020/05/18/unterstuetzung-m-w-jahresabschlusspruefung-deutschlandweit-freiberuflich-gesucht/
    The link of the mailto-button is: “?subject=Unterstützung (m/w) Jahresabschlussprüfung – deutschlandweit – freiberuflich gesucht&body=/2020/05/18/unterstuetzung-m-w-jahresabschlusspruefung-deutschlandweit-freiberuflich-gesucht/”

    I think, it’s trivial, but how can I add the body with the URL to the e-mail-link and the right link to the LinkedIn-Link?

    I hope, you understand my problem!

    Many thanks
    miciba

    This reply has been marked as private.

    Hi Victoria,

    Thanks for getting back to me.

    Currently I know how to use those shortcodes and change the cart behaviour. The issue I’m having is with the Enfold Product added to cart notice appearing blank where the product name should be when I use the [add-to-cart] shortcode. I want to use this shortcode as it brings through a simple add to cart button that uses Ajax.

    Can you advise on how to correct the Enfold added to cart notice?

    Thanks,
    Jack

    • This reply was modified 5 years, 9 months ago by 110percent.
Viewing 30 results - 2,371 through 2,400 (of 11,206 total)