Viewing 30 results - 2,371 through 2,400 (of 11,217 total)
  • Author
    Search Results
  • #1224925
    MyMedicalShopper
    Participant

    Hi, we want to add a “Get a Demo” button to our navigation, and make it appear larger and in bold so it stands out from the rest of our menu navigation items. I’m new to Enfold and WordPress site management, so a complete novice here.

    #1224918

    In reply to: Ad spotify social icon

    Hi,


    @dbravo02
    You can refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options. If you need our assistance, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field. If you post them here, they will be visible to creator of this thread as well :)

    Best regards,
    Yigit

    #1224559
    ArkenPrint
    Participant

    Hi,

    I liked to place (automatically) a call to action button under every blogpost (or only under posts of a specific category …). Is there a way to do this with enfold? Or is there any plugin which can do this?

    e.g. like in this blog
    https://www.trafficdesign.de/knowhow/social-media/facebook-kampagnenplanung-struktur
    There is a cta at the end of the blogpost – and after the author box. It says “Brauchen Sie Unterstützung bei diesem Thema?”

    I am looking for a solution which enables me to change the cta at one place for all my blogposts.

    Thanks in advance!!!!

    Chris

    #1224503
    Dreirad-Studios
    Participant

    Hi,
    When i activate the twentytwenty theme it works and i get directed to paypal, but when i activate ebfold again, i click on the button, get a short loading and then i am back on the event page like nothing happened…

    This is my follow-up thread to https://kriesi.at/support/topic/event-tickets-not-workting-with-enfold/#post-1224496
    See the privtae messages for login credentials.
    Thanks!

    #1224403
    mtesch
    Participant

    Hallo,
    wir verwenden Enfold (4.7.5) in Kombination mit “Woocommerce” und “WooCommerce Dynamic Pricing & Discounts”.
    In der Topnavigation haben wir einen LogIn Button.
    Ist ein User angemeldet, wird dort der eingeloggte User angezeigt. Der LogIn Button nicht mehr.
    Jeder User hat spezielle Preise welche mit Dynamic Pricing zugeordnet werden und diese werden auch auf der Produktseite angezeigt.
    So weit so gut. So sollte es ja auch sein.

    Jetzt haben wir aber das Problem dass der eingeloggte User nicht auf allen Produktseiten als eingeloggt dargestellt wird.
    D.h. in der Navigation oben steht “LogIn” und auf den Produktseiten wird der Listenpreis und nicht der Userpreis angezeigt.
    Klickt man auf einer Seite wo der User nicht angezeigt wird auf LogIn, erscheint die normale Woocommerce Benutzer Konto Seite mit seinen Kundendaten und Bestellungen.
    Wechselt man wieder auf eine andere Produktseite wird alles normal angezeigt.

    Legt der User auf einer Seite wo seine Preise nicht angezeigt werden ein Produkt in den Warenkorb, wird es dort dann mit dem richtigen Userpreis angezeigt.
    Auf der Produktseite aber mit den Listenpreis.
    Das verwirrt natürlich die Benutzer.

    Habe mich schon an Dynamic Pricing gewand, die meinen aber dass das ein Problem des Themes ist da ja auch in der Navigation der tatsächlich eingeloggte User nicht angezeigt wird.

    Hoffe ihr könnt mir da weiterhelfen.

    • This topic was modified 5 years, 9 months ago by mtesch.
    rob2701
    Participant

    Hi Team,

    I added this to my child theme functions.php to create a different blog page template:

    // Different template for static Blog page (News) in Enfold instead of archive style
    // The archive pages don’t support an “Advanced Layout” blog template but you can select a different
    // static blog template if you don’t like the archive page layout.
    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2);
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }
    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
      if($context == 'archive') $layout = 'blog-grid';
      return $layout;
    }

    The page (built with ALB) has the “Blog Posts” element added to it from “Content Elements”.

    It has the following config:
    – Display blog posts
    – Category = Blog
    – Grid Layout
    – Title+Excerpt+ReadMore (<<<<< Note: Read More never works/shows…)
    – Deactivate offset
    – Always display the element
    Styling:
    – if I set pagination to Yes it never shows pagination…

    So there are two issues:
    1) Read More button never ever shows up
    2) Pagination does not want to activate

    Is there any way to fix this? Thanks in advance for your help!

    Regards,
    Rob

    Details in private

    Added info 2020-06-24: child theme archive.php contains:

                            if(!empty($post_ids))
                            {
                                $atts   = array(
                                    'type' => 'grid',
                                    'items' => get_option('posts_per_page'),
                                    'columns' => 3,
    				'contents' => 'excerpt_read_more',
                                    'class' => 'avia-builder-el-no-sibling',
                                    'paginate' => 'yes',
                                    'use_main_query_pagination' => 'yes',
                                    'custom_query' => array( 'post__in'=>$post_ids, 'post_type'=>get_post_types() )
                                );
    • This topic was modified 5 years, 9 months ago by rob2701.
    kayzelmoo
    Participant

    Hi Kriesi Team,
    I was wondering if you can improve on the code I used to make the image full width. Currently it’s almost ‘full-width’. Or any amendments to the settings that I can configure. The image I referred to is donation package image with different tiers of donation pricing available for doners.

    But also can the settings/code recommended take care of mobile site as well because it looks off? Ty

    .avia-image-container avia-image-container-inner, .avia-image-container avia-image-container-inner img {
        width: 100%!important;
    }

    The following may be out of scope from Enfold. But I was wondering if your can assist me on it?
    Furthermore, I was wondering if your can assist me to increase the spacing between the donation options

    Third: Change color button of donation plugin

    /* Change button of donation button to EBA138 */
    .give-submit-button-wrap give-clearfix .give-submit give-btn {
    background-color: #EBA138 !important;
    color: #EBA138 !important;
    }

    Best,
    MM

    • This topic was modified 5 years, 9 months ago by kayzelmoo.
    #1224077

    Hi,
    Thanks for the link to the element you would like to recreate in Enfold. Here is a screenshot (click to view gif) of the element before and on mouse-over (hover) so everyone can follow along.
    3buttoncaptured.gif
    For this example, I recommend the Icon Grid element using the “flip box” option,
    2020-06-19_085305.png
    I set up 3 Icon Grid items with the appropriate icons and text, and for the arrow below each icon I added this link in the Grid Item Sub-Title field: <a href="#true-next" title="" rel="nofollow"></a>
    2020-06-19_090252.png
    and in the flip back content:
    2020-06-19_090154.png
    Please note that the “scroll to next” arrow link above anchors to #true-next, please adjust to suit and then add a manual link to each icon box to the anchors you wish:
    2020-06-19_091441.png
    I know that you asked not to use any css, but the “scroll to next” arrow link is white by default, so for this example I added this css to make the arrow your blue color, and I also applied the blue to your icons. If your icon box background is darker then a white arrow would be good, or you can use just a HTML arrow character instead of the animated “scroll to next” arrow and not use this css.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #main .avia-icongrid-flipbox .scroll-down-link,#top .avia-icongrid-flipbox span.icongrid-char:before {
        color: #4691a9 !important;
    }
    #top .avia-icongrid-flipbox h4.av_icongrid_title {
    	font-size: 32px !important;
    }
    #top .main_color a.avia-icongrid-wrapper {
    color: transparent !important;
    }

    Here is the final result (click to view gif):
    3buttoncaptured-final.gif

    Best regards,
    Mike

    #1224017

    I would strongly recommend to install a child theme for Enfold.
    You could of course place it in the functions.php of the parent theme, but these entries would be lost with the next update.
    So you have exactly one place for such snippets – the child-theme functions.php.

    See here some info and donwload a predefined child-theme: https://kriesi.at/documentation/enfold/child-theme/

    I do that from the beginning of all my installations – but Enfold offers some tools to take over the parent-theme settings.
    On Enfold – Import/Export there are some buttons that could help you.

    My experience and the reading here on board show that the following procedure is probably the most successful:

    • Parent Theme active : export theme settings file
    • Child Theme activate then : import that file.

    for responsive case maybe you decide to shrink a bit or to remove parts of the content:

    @media only screen and (max-width: 767px) {
      .page-id-37941 .add-in-slider {
        transform-origin: left top;
        transform: scale(0.6);
        transition: all 0.7s ease
      }
    }
    
    @media only screen and (max-width: 480px) {
      .page-id-37941 .add-in-slider img,
      .page-id-37941 .add-in-slider .hr-short{
        display: none
      }
    }

    As Rikard said – you had to adjust it to your page-id

    #1223682

    Hey Sheree,

    We have already fixed that issue and I cannot see it now. Maybe it was cache related. Only warning I am seeing is “Deprecated: media_buttons_context is deprecated since version 3.5.0! Use media_buttons instead.” which is not related to theme as we are not using “media_buttons_context” hook in Enfold :)

    Regards,
    Yigit

    #1223646
    Riseleap
    Participant

    Hi.
    I just had a problem I could solve myself, just want to share it with you.
    I wanted to change the style of the menue element button in “adnvanced styles” but the background- and boder colors did not show in the frontend. I found the corresponding code in themes/enfold/includes/admin/register-backend-advanced-styles.php, lines 340ff and changed them to this:

                'color' => "color: %color%;",
                'background_color' => "background-color: %background_color%;",
                'border_color' => "border-color: %border_color%;",
                'border_radius' => "border-radius: %border_radius%;",
    

    This works for me.

    #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.

Viewing 30 results - 2,371 through 2,400 (of 11,217 total)