Viewing 30 results - 5,851 through 5,880 (of 11,218 total)
  • Author
    Search Results
  • Manuel
    Participant

    We would like to customize the order of all elements in our main navigation. Partly we were already successful, but now the search button lost part of its functionality. (We need the shop button on the very right and want to see all of the items in the mobile menu)

    so we want to keep the following functionality (last search button, outside the menu):
    search button in main menu, desired functionality

    But currently we just get directed to the search page (first search button in the menu, at the position we want)

    Thanks

    PS: we already looked at following posts:
    https://kriesi.at/support/topic/how-to-add-icons-to-the-menu-links-in-enfold/
    https://kriesi.at/support/topic/search-button-on-mobile/#post-748090
    https://kriesi.at/support/topic/search-button-on-mobile/#post-431521

    • This topic was modified 8 years, 11 months ago by Manuel. Reason: to clarify the issue
    #791661

    Hey InStijlMedia,

    That option/feature is not in fullwidth easy slider, though there are 2 methods that you can do, first one is to replace/override the fullwidth easy slider and would require some time and coding which is already outside the scope of our support, second is to use css (using :after) to tweak the button. By adding some css code in Quick CSS (located in Enfold > General Styling):

    .av_slideshow_full a.avia-slideshow-button:after {
        content: 'Your Text Here';
        display: block;
    }

    Best regards,
    Nikko

    Hi,

    I mean, which files from wp-content/theme/enfold/ are modified when we make a new save into the footer area in enfold theme option?

    My website is hardcoded.. I want to edit the footer text but once I click on save.. my website crash!

    I want to know which file are edited when I click on save button to replace the “hardcoded code” to prevent my website theme from crashing.

    Thanks

    #791396
    bitojoe
    Participant

    Hello Enfold Support,

    I am trying to make a grid of products look and function just like it does on a client comp. Picture. Currently I’m thinking of doing this 3 different ways and am posting a couple different posts because they are all different questions to be asked…

    How can I add an “Add to Cart” button for all Variable products? Currently all variable products show “Select options” when displaying in a product grid. Ideally my Add to Cart button would add the default variation set within the products variations tab. Is this possible by adding a simple snippet of PHP or Javascript? Or is this more of a freelancer situation?

    So far I’ve not seen any sort of solution on code canyon or within the Kriesi forums. Have any Ideas?

    Thanks so much! You guys are awesome!

    • This topic was modified 8 years, 11 months ago by bitojoe.
    #791394
    bitojoe
    Participant

    Hello Enfold Support,

    I am trying to make a grid of products look and function just like it does on a client comp. Picture. Currently I’m thinking of doing this 3 different ways and am posting a couple different posts because they are all different questions to be asked…

    I’m currently using a masonry grid to display products because it offers better sorting and style but this option also has some limitations… Under every product title I want to display an add to cart button (similar to a product grid) either using a shortcode or link. The problem is that it shows in plain text and doesn’t add my . Is there a way to make all excerpts show content “un-sanitized” so that html and shortcodes actually load rather than showing in plain text?

    If I can do this, what pitfalls will I encounter? I saw on another thread that a link within a link would break the masonry item and not link to the product correctly. If this happens could I use php or javascript to add another section under the masonry item to display the links I need?

    • This topic was modified 8 years, 11 months ago by bitojoe.
    #791182

    Hey!

    Please try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the square image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .small-preview {
        width: 180px;
        height: 120px;
    }

    Best regards,
    Yigit

    #791167

    Hey Jordan,

    More info for you!

    So, the button I was testing is on the site of the company I work for, but it’s actually destined for a site I am developing now.
    The test page I was using on my companies website is a draft and I was just previewing it.

    I decided to try one last thing, which was publishing the page. This actually made the button work!

    We often have issues with Enfold when sometimes clicking “preview” will not show the correct results, only clicking “publish” makes the changes work. Things like changing the header, or adding padding won’t work until changes are published.
    This may be a browser issue, but I wanted to mention it.

    You can actually see the button in action on the attached private link.

    Thanks for getting back to me anyway. :)

    Hello,

    I did that and the spacing is still different. It seems odd that having multiple columns on blog posts doesn’t work correctly as that’s one of the built-in features for enfold. Is it supposed to work correctly by default? I wonder if maybe some other custom css I have would be messing it up.

    /*this is so that the logo image of the menu does not appear*/
    .logo { display: none; }
    
    /*This is so that the header container which adds a space and border for the header logo does not show*/
    .container.av-logo-container{
    display:none!important;
    }
    
    /*This adds some padding to the bottom of the posts so that the 'read more' button isn't cut off*/
    .slide-entry-excerpt {
      padding-bottom:32px;
    }
    
    /*this is so that the blog displays properly when the screen is smaller width like on mobile devices*/
    @media only screen and (max-width: 767px) {
    .page-id-162 .slide-entry {
      width:100% !important;
      margin-left:0 !important;
    }
    }
    
    /* add padding to the top of blog posts so they display correctly in mobile mode */
    article.slide-entry.flex_column.post-entry{
    padding-top:32px !important;
    }
    
    /* change blog post navigation button color and font color*/
    .avia-post-nav {
       background: #c3512f !important;
       color: white !important;
    }
    
    /*display blog next previous arrows in mobile view and make them smaller and not show a preview*/
    @media only screen and (max-width:767px) {
      .responsive #top .avia-post-nav  {
        display: block !important;
        opacity: 0.8;
        margin-top:-70%;
        height: 30px;
      }
      /*also this makes it so the button doesn't expand when you click on it in mobile because it doesn't display right in that mode */
      .responsive #top .avia-post-nav .entry-info-wrap * {
        display: none !important;
      }
    .responsive #top .avia-post-nav .entry-info-wrap  {
        display: none !important;
      }
    }
    
    /*Change large button minimum width for front page 'start at the begging or see latest articles' buttons to be the same size*/
    .avia-button.avia-size-large { min-width: 290px; }
    
    @media only screen and (max-width:767px) {
      #top .slide-entry-wrap {
        margin-bottom: 0;
      }
    }
    #790887

    Hi,

    Try enabling the Custom Css Classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then Add a text block and in it’s Custom Class add this:

    custom-burger-menu av-burger-menu-main

    Insert a button in text block using the Magic Wand tool, set the link to #.
    Finally add this css code in Quick CSS (located in Enfold > General Styling):

    .custom-burger-menu.av-burger-menu-main {
        display: block !important;
    }

    Let us know if this helps. Also make sure you don’t want to add any links in that text block since it would trigger that menu overlay :)

    Best regards,
    Nikko

    #790677
    beckerentcenter
    Participant

    Hello,

    I’ve been using this theme since October and have found this forum useful for solving my issues without having to post one myself, but I have hit snag I can’t figure out. I have Enfold on three websites, but they’re all on a different version and they all say that they are currently up to date on the latest version of Enfold. One is on 4.0.2, another is on 3.8.4, and then the other is on 3.8.5. I believe only one of the websites has ever really offered the update as well.

    The reason why I want to update is actually because of the layerslider plugin. I put a lot of time and effort to get the slider looking wonderful on the first site and I exported it today to a second site to save my work and to adjust it based on what’s needed for that site. Well, site number 2 is on 3.8.4 and a lot of the necessary adjustments aren’t proving to be editable as expected. I can’t even move the buttons to their correct position. Nor can I adjust the text size. Everything was moved over with empty fields and all the CSS is gone. Upon reading about the slider, I need them to be the same version to ensure it works correctly.

    I have seen in a few areas about updating to the latest version through the FTP files but I’m concerned that’s a lot to go through if I’m overlooking something.

    Thanks for taking the time.

    dear victoria
    i had followed the instruction
    1. Download https://mensmaximus.de/dokumente/enfold/enfold-child-wc3.zip
    2. Login to wordpress and select Appearance -> Themes in the admin menu
    3. Click on ‘add new’ (top left of the theme page)
    4. Click on ‘upload theme’ (top left of the theme page)
    5. Click on the file select button and choose the enfold-child.zip file from step 1
    6. Click on ‘Install now’
    7. Activate the Enfold Child Theme after the installation has finished
    8. Follow the instructions from http://kriesi.at/documentation/enfold/using-a-child-theme/
    9. You are done. Have fun with the new features

    but it didn’t not fix the blur thing but changed the color of the template it became white and all fonts became green and maps everywhere i don’t know if i have made a mistake or something so i deleted the file from ftp now now its new i want if you can help me by trying your self if it works or not i would appreciate alot if you can have a look into it and i have kept the login details as well

    • This reply was modified 8 years, 11 months ago by dith_solanki.
    #790601

    In reply to: Sign Up

    Hey Tony!

    Thanks for contacting us and sorry to hear that you are having issues.

    You can register to our forum here – https://kriesi.at/support/register/. You can go to this link and find your purchase code – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support. It should appear below “Go to item support” button. After registering and logging in, you can start new threads under Enfold sub forum.

    If you would like us to register you, please post your purchase code, desired username and email here privately.

    Let us know if there is anything else we can help you with. In the meantime, we will be waiting for your thread :)

    Best regards,
    Yigit

    #790570
    acadas
    Participant

    Dear ENFOLD support team,
    in the Enfold HEADER SETTINGS we have set DISPLAY OF MENU ITEMS to “Display as icon”.
    On some pages we now would like to invoke the same Menu Overlay with a button.
    Which means this button should have just simply the same effect as clicking on the menu icon.
    Is there a link like #menu, which we could just use to trigger the overlay menu?
    Best regards,
    Bernd

    pavlika
    Participant

    I’ve used the Code Block to add custom image button. But enfold is changing the code and adds extra hover elements which disrupt the original code. How can avoid this?

    My Original Code

    <div class="yr-kutu">
    <div class="yr-top-container">
    <a href="/dedektor-videolari/"><div class="yr-container">
    <img class="yr-image" style="width: 100%;" src="/wp-content/uploads/2015/10/videolar.jpg" />
    <div class="yr-overlay">
    <img class="yr-orta-resim" src="/wp-content/uploads/referans_detay_dugme.png" />
    <div class="yr-text">detaylı incele</div>
    </div></div></a>
    </div>
    <div class="yr-kutu-yazi"><a href="/dedektor-videolari/">Videolar</a></div>
    <div class="yr-kutu-yazi-alt"></div>
    </div>

    Modified cofe by enfold

    <div class="yr-kutu">
    <div class="yr-top-container">
    <a href="/dedektor-videolari/" style="position: relative; overflow: hidden; display: block;" class="yr-image"><div class="yr-container">
    
    <img class="" style="width: 100%;" src="/wp-content/uploads/2015/10/videolar.jpg">
    <div class="yr-overlay">
    <img class="yr-orta-resim" src="/wp-content/uploads/referans_detay_dugme.png">
    <div class="yr-text">detaylı incele</div>
    </div>
    	</div><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 323px; width: 333px;"><span class="image-overlay-inside"></span></span></a>
    </div>
    <div class="yr-kutu-yazi"><a href="/dedektor-videolari/">Videolar</a></div>
    <div class="yr-kutu-yazi-alt"></div>
    </div>
    #790504
    jonrouse
    Participant

    I was wondering if you guys know a way that I can implement a custom button in Enfold?

    My knowledge is really limited outside of Enfold, so any help would be gratefully received. I’ve attached a link to show what I’ve designed.

    Thanks in advance.

    #790500

    Yep.

    I’m trying to change the color scheme from Enfold-> General Styling, no matter what Scheme I choose, the color of menu and default content(like button, lines, highlighted wording) are NOT changing.

    #790376
    changegroup
    Participant

    Hi team enfold,

    After you recently had access to our site to help with CSS here, we have had trouble updating CSS via. Editor –> Enfold-Child –> Style.css.

    Any changes we make are not updated. We can only make changes through the Quick CSS.

    For example. We have tried inserting this in style.css with no impact. But inserting in Quick CSS changes instantly

    .current-menu-item span.avia-menu-text {
    color: #2c4143 !important;
    }

    We have changed a CSS code for the color of some of the specialheadings we use. But it won’t update. Still uses the old color.

    Old code:

    .specialheadingsnews h2 {
    color: #55c8df!important;
    }

    New code (which won’t update):

    specialheadingsnews h2 {
    color: #d41316!important;
    }

    We have tried to disabling all plugins.

    Can you help with this?

    Br
    ChangeGroup

    tadpohl
    Participant

    Hi, Im posting these two issues together because I think theyre related.

    Im using the latest version of Firefox on a pc. My contact forms advanced layout has not been working on my contact page, it just hangs on the animated circle. After abandoning that page I created a new contact page and all was going fine until I tried to add a select element – after that the page would not update (instead takes me to a “this page does not exist” url) – I use the browser back button and it takes me back to the editing page but the variable element edit was not saved.

    http://ahimsaeco.com/contact/ is the page where I cant get the variable element to save.
    http://ahimsaeco.com/contact2/ is my original contact page on which advanced layout will not work.

    I have tried all these with no luck: http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/
    I also tried adding this define( ‘CONCATENATE_SCRIPTS’, false ); to the wp-config file, and that didnt work either.

    #790121
    simonac
    Participant

    Hi i want to use the enfold buttons in connection with my email opt in forms.
    How can i do this?

    I want normal and fullscreen buttons for this. the user should klick the button and then a popup should open with the opt in form.

    Thanks for helping

    amobriant
    Participant

    My goal is to create an animated text slider, like in this http://kriesi.at/themes/enfold-startup/ home page.

    I purchased the plugin called “Slider Revolution Responsive WordPress Plugin”, and installed the plugin.

    It is now sitting in my plugin area and I push the button that says ACTIVATE, and it claims that it is activating, but it never actually works, it just reloads the page and asks me to ACTIVATE as an option.

    #789622

    In reply to: Social Share Widget

    Hi,

    You can still find “Social Share Buttons” element under Content Elements tab of Advanced Layout Builder.

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #789603

    Topic: Google Maps API

    in forum Enfold
    hyperbrand
    Participant

    Hallo,

    ich habe Enfold mit eine Google API für javascript Maps verbunden. Leider funktioniert die Adressüberprüfung nicht und wirft immer einen Fehler aus. Wenn ich den Standort mit Längen- und Breitengraden eintrage, wird die Karte mit Marker korrekt angezeigt. Das werte ich als Zeichen, dass der API Key läuft. Aber warum funktionert der Button “Adresse eingeben, dann Koordinaten eingeben” nicht?, wenn die Karte unter Eingabe von Längen- und Breitengraden läuft?

    VG Thorsten

    #789433

    In reply to: forum problem

    Hi,

    Go to https://kriesi.at/support/ and log in there if you are not logged in already. Then go to the product you want support for, you can see the Enfold forum here: https://kriesi.at/support/forum/enfold/. If you want to open a new thread then click the big blue button on the top of the page which reads Can’t find a solution to your problem? Open a new thread

    Best regards,
    Rikard

    Hey John,

    sure thing.
    I use in my shop enfold and the plugin germanized pro. I activated within germanized pro the multi-step-checkout option which divides the standard one page checkout via ajax into multiple steps. Now I have a problem with the layout in step 2 (choose payment).
    The problem:
    The border is missing between and around the visible payment methods. It only appears when you switch the payment method (just click another radio button). Sometimes when you hover over it the border flashes and becomes partly visible.
    Germanized and germanized pro as well as wordpress and woocommerce are all up2date. I already opened a support ticket at their forum but they failed to help me.
    I use the avia layoutbuilder in general for the site but I didnt make any alterations in the checkout after the formular. Nor via css, js or a custom layout via the page builder. I only alted two woocommerce templates (success.php and mini-cart.php) which I enqueued to my child theme. But its not them. I already removed them to test it.
    I also one removed my whole child stylesheet and my child functions.php to at least narrow it dont. Unfortunately the problem always remains the same. Of course I always tested in a new incognito window to avoid caching problems.
    In the Germanized Pro Plugin they even have an option to “force their template” to avoid 3rd party template problems which I tried but no luck (its now off again).

    I tested in multiple browsers and could narrow it down to the following specs:
    The error only appears in combination with Mac OS Sierra + Chrome. Earlier additionally to the current mistake the “continue” button didnt appear as well. Since I updated chrome to Version 58.0.3029.81 (64-bit) the button is visible but the border problem remains the same. Safari und Firefox work fine.

    Screenshots and login details are in the previous comment.

    Thanks for your help.
    Best
    Jannis

    #789256

    Hey jbinmn,
    Sorry the full width button solution is the only thing I can come up with. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    #789239
    cd2s
    Participant

    Hello,

    My client just sent me this … if you scroll down on the site below, there is an element that has the following:

    One-half of the page is vertical scrolling text elements and the other half of the screen is the control buttons …

    Is there a way I could achieve something like this with Enfold?

    Thanks so much & all the best,
    Corina

    #788842
    acadas
    Participant

    Dear ENFOLD support team,
    we need to execute a shortcode, if site visitors click on a AVIA Button.
    So far we helped ourselves with a normal button by adding to following code to functions.php:

    function button_shortcode(){
    //Begin Formular
    echo ‘<form method=”post”>’;
    echo ‘<input type=”submit” name = “senden” value=”Shortcode abrufen”/>’.”<br>”;
    echo “</form>”;
    // End Formular

    if (isset($_POST[‘senden’]))
    {
    //Hier Shortcode einsetzen, wichtig: einfache Hochkommas
    echo do_shortcode(“[real3dflipbook id=’4′]”);
    }
    }
    add_shortcode(‘flipbookbutton’, ‘button_shortcode’);

    How can we do this with an Enfold AVIA button?

    Best regards,
    Bernd

    #788774

    Hi Yigit, thank you for the code but unfortunately it didn’t work but I changed first line to body .gform_wrapper .gform_footer input[type=submit] and that did work. It looks perfect, thank you!

    I notice the mouseover effect is not present on it, though, do you know if it would be simple enough to create the same mouseover effect on the form button as per the Enfold button, please?

    Jannis
    Participant

    — German translation is beneath this version —

    Hi,
    I use in my shop enfold and the plugin germanized pro. I activated within germanized pro the multi-step-checkout option which divides the standard one page checkout via ajax into multiple steps. Now I have a problem with the layout in step 2 (choose payment).
    The problem:
    The border is missing between and around the visible payment methods. It only appears when you switch the payment method (just click another radio button). Sometimes when you hover over it the border flashes and becomes partly visible.
    Germanized and germanized pro as well as wordpress and woocommerce are all up2date. I already opened a support ticket at their forum but they failed to help me.
    I use the avia layoutbuilder in general for the site but I didnt make any alterations in the checkout after the formular. Nor via css, js or a custom layout via the page builder. I only alted two woocommerce templates (success.php and mini-cart.php) which I enqueued to my child theme. But its not them. I already removed them to test it.
    I also one removed my whole child stylesheet and my child functions.php to at least narrow it dont. Unfortunately the problem always remains the same. Of course I always tested in a new incognito window to avoid caching problems.
    In the Germanized Pro Plugin they even have an option to “force their template” to avoid 3rd party template problems which I tried but no luck (its now off again).

    I tested in multiple browsers and could narrow it down to the following specs:
    The error only appears in combination with Mac OS Sierra + Chrome. Earlier additionally to the current mistake the “continue” button didnt appear as well. Since I updated chrome to Version 58.0.3029.81 (64-bit) the button is visible but the border problem remains the same. Safari und Firefox work fine.

    Best
    Jannis

    — German Translation —

    Hi
    ich nutze im Shop für meinen Kunden Enfold und Germanized Pro. Hier habe ich in Germanized Pro die mehrstufige Kasse aktiviert und ein Problem mit der Darstellung in Schritt 2 (Zahlarten). Die Merhstufige Kasse unterteilt den Onepage checkout per Ajax in mehrere Schritte.
    Das Problem:
    Es fehlt der Rahmen (border) um und zwischen den Zahlarten. Er erscheint erst, wenn man die Zahlarten wechselt. Wenn man über den Button fährt, blitzt es manchmal hervor. Es gibt scheinbar irgendwelche CSS Probleme. Ich habe für diese Seite allerdings keine Individualisierungen umgesetzt, weshalb es mich etwas wundert. Germanized und Germanized Pro sowie WordPress und Woocommerce sind auf dem neuesten Stand.
    Ich habe in deren Forum bereits ein Support-Ticket eröffnet. Sie konnten mir leider nicht helfen.
    Ich nutze zwar den Avia Layoutbuilder allerdings habe ich im Checkout (ab Formular) keinerlei Veränderungen weder per CSS, JS noch mit einem Custom Layout via Page Builder vorgenommen. Einzig zwei WooCommerce Templates (success.php und mini-cart.php) habe ich erweitert und in meinen Child Theme Folder gepackt. Die sind es aber nicht. Ich habe beide auch schon einmal testweise entfernt und geschaut ob der Fehler noch da ist. Um einen Fehler meinerseits weiter auszuschließen habe ich ebenfalls testweise mein komplettes CSS und meine functions.php für das Child theme entfernt. Fehler bleibt nach wie vor bestehen. Natürlich teste ich alles immer im Inkognito Fenster, damit ich einen leeren Cache habe.
    Selbst wenn ich in Germanized Pro das Feld “Erzwinge Template” anhake bleibt der Fehler bestehen.

    Ich habe in verschiedenen Browsern und mit Cache löschen getestet und folgendes festgestellt:
    Der Fehler tritt bei mir nur in Verbindung mit Mac OS Sierra + Chrome auf. Zu Beginn wurde der “Weiter” Button ebenfalls nicht angezeigt. Ich hab Chrome dann auf Version 58.0.3029.81 (64-bit) upgedatet und jetzt ist der Button zwar sichtbar, aber die border immer noch nicht. Ich nutze Chrome in Verbindung mit Mac OS X Sierra. Safari und Firefox funktionieren übrigens problemlos.

    Freue mich über Hilfe.
    Danke.

    • This topic was modified 8 years, 11 months ago by Jannis. Reason: Translation into english
    Community-Matters
    Participant

    Hi Yigit,
    In another topic, I’ve asked you how to create social media icons in a Layout Element; just like Social Share Buttons. Now I am writing this request in English maybe to help others with the same request.

    As a response, you want me to paste the code in the following link -https://pastebin.com/ZWGrhiLj- as a text in a Text Block and below code to Enfold theme options > General Styling > Quick CSS.
    .widget .social_bookmarks li,.avia_textblock .social_bookmarks li { clear: none; border: none !important; }

    Thank you very much for your swift response; I did those but the icons are now too small according to Social Share Buttons and there is no vertical separator line between them. Is there a way that I can use to make them look exactly like Social Share Buttons?

    Many thanks!

Viewing 30 results - 5,851 through 5,880 (of 11,218 total)