Viewing 30 results - 8,761 through 8,790 (of 11,220 total)
  • Author
    Search Results
  • #417504
    omnivoroussoon
    Participant

    Hello,

    I’m having a hard time to add a button inside the slide.
    I manually created a new layer upon the background slide and added some style so it look like a button.
    But the problem is I can’t link it to one of the existing page I created and the style looks poor than the short code that Enfold provide as default option.

    Can anybody help me to:

    1. Add a shortcode button
    2. Link the button to my existing web page

    Thanks for your time and considerations in advance.

    #417503

    Hi!

    Not possible without deeply editing the theme files, i’d suggest the following:
    1. Enable this.
    2. Set a custom class to that button (ex: custom_click): http://screencast.com/t/1kkB01lkLPs
    3. Add this to your theme / child theme functions.php:

    function trigger_func_on_custom_button(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$('.custom_click').on(function(e){
                  e.preventDefault();
                  ppsShowPopup(100);
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'trigger_func_on_custom_button');

    Regards,
    Josue

    #417466

    Thanks for the reply Elliott.

    Good to know you can add buttons with the short code. Tried it and it works just fine.

    Loving the Enfold theme by the way!

    #417242

    Hey!

    We do have a css based “lazyload” where the image animations will be delayed but that should only be on the gallery shortcode. It looks like your using the WordPress media upload button to insert those images and they have a data attribute of “data-lazy-loaded” so it looks like it could be a plugin your using.

    Try deactivating all of your plugins and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If that does not fix it then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    #416992
    tom
    Participant

    Hi,

    i ran into an issue while using safari on Yosemite (v 8.0.4) and the fullwidth slider. The slider runs fine while staying on the page, but when i switch to another browser tab and the website is in the background, the slideshow either just stops or it moves to the next image and stops there without showing the captions/buttons.

    It does not happen on firefox or chrome, so it’s only a safari issue.
    i’ve tried disabling all plugins, messing around with the slider-configurations, but no luck.

    Unfortunately i cannot provide a link to my website as it is currently running on a local dev-environment, but i was able to reproduce the issue on the demo page:
    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    steps to reproduce the error:
    1) open the website
    2) while the first slide is still active, quickly switch to another browser tab
    3) wait for the next slide (+-5s) an move back to the demo page browser tab

    The slider should now have stopped on the second slide and the caption did not show up.

    I hope this helps to fix this bug…

    Thanks in advance,

    Tom

    • This topic was modified 11 years ago by Kriesi.
    #416963
    asdfasdf
    Participant

    Hi,

    I used this code to add social share buttons to the side bar menu: http://www.ybemastudios.com

    /* Enable Social Share Buttons Under Main Menu */
    add_action( 'ava_after_main_menu', 'enfold_custom_header_share' );
    function enfold_custom_header_share() {
    	echo do_shortcode( "[av_social_share title='' style='' buttons='']" );
    }

    This code places the buttons after the menu and inside the div with id header_main.
    This div does not have a 100% height so I cannot use position absolute to place them at the bottom of the div.

    How can I place the social share buttons at the bottom of the sidebar menu?

    #416757

    Hi guys!
    I am waiting for the other resolution as I didn’t publish that page either…. (but evidently this is not a major issue as all I had to do is remove that button and leave only one – not a big deal for this particular page) ;)
    Let’s see how it goes with Thomas. Or I can duplicate and publish if you need me to.
    I will be updating to the latest version of Enfold this week. Maybe that’ will be gone. ;)

    BTW, amazing release!!!! I can’t wait to begin playing with it!! Guys, you are making me re-design good websites just to take advantage of the new functionality!!!
    You are the best!!!

    Warmly,

    Havi :)

    #416704

    Hi Yigit,

    I added this code but it broke the site.
    Tried variations of it but without success.

    add_action( 'ava_after_main_menu', 'enfold_custom_header_share' );
    function enfold_custom_header_share() {
    	echo do_shortcode( '[av_social_share title='Share this entry' style='' buttons='']' );
    }
    #416612

    Hi Ewoud!

    Please refer to this post and enable debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    and then copy Social Share Buttons shortcode and add following code to Functions.php file in Appearance > Editor

    add_action( 'ava_after_main_menu', 'enfold_custom_header_share' );
    function enfold_custom_header_share() {
    	echo do_shortcode( '[SHORTCODE HERE]' );
    }

    Cheers!
    Yigit

    Hi Yigit, thanks for the quick reply!

    1 – does not work unfortunately, not only the share section does not display but now my posts’ titles have also disappeared from the preview…? I have well checked everything (the social sharing buttons and title display) in the Enfold styling section…

    2 – works fine, thank you!

    Best,

    Cerasel

    #416554
    endoradigital
    Participant

    I just updated my theme for 3.1.1. In my child theme I had added the following code to add the Share this functionality to the bottom of all pages; however, with the theme update that Share This is now appear at the top of the content area of the page with the content overlaying the buttons. What do I need to resolve this?

    add_action(‘ava_after_content’, ‘avia_add_social_toolbar’, 10, 2);

    function avia_add_social_toolbar($id = “”, $context = “”)

    {

    if($context == “page” || $context == “single-portfolio”)

    avia_social_share_links();

    }

    add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);

    function avia_add_social_toolbar_template_builder($content = “”)

    {

    $content .= avia_social_share_links(array(), false);

    $content .= ‘<div style=”height:1px; margin-top:50px;” class=”hr”></div>’;

    return $content;

    }
    function modify_share_title(){
    return “Share this”;
    }
    add_filter(‘avia_social_share_title’, ‘modify_share_title’);

    #416453
    This reply has been marked as private.
    #416407
    Ethus
    Participant

    Hi,
    The buttons for inserting / removing links in the visual editor are disabled and I have no way to insert links.
    This is happening since upgrading to the new Enfold version.
    Can you please have a look? I already tried to disable all third-party plugins.

    Regards,
    Marcel

    #416273
    leenhouts1976
    Participant

    Learndash/enfold issue

    Hi, the “take a course” button
    (which a appears when someone is not enrolled in the course),

    appears in the enfold theme just behind the course-content, to which it seems to be related. This does not happen when I install another theme.

    http://bfe.215.myftpupload.com/wp-content/uploads/2015/03/Schermafbeelding-2015-03-23-om-08.50.00.png

    #416110
    asdfasdf
    Participant

    Hi Guys,

    I have created the following website using the left side bar menu layout using the latest Enfold version ( 3.1.1 )
    I would like to include share buttons ( default social share bar which I will custom style ) under the menu items on the left hand side.

    How would I manage that through functions.php?

    http://www.ybemastudios.com

    Thank you,

    #415991

    Hi hypnorich!

    Thank you for using Enfold.

    I’m sorry but we’re not familiar with this specific plugin and as stated on our support policy, any third party plugin issues should be redirected to the plugin author. Anyway, how can we add these buttons? Please create a test page where we can see an example of the shortcode. And you should avoid switching between the default editor and the advance layout builder because some shortcodes, mostly full width elements, are not compatible with the default editor.

    Regards,
    Ismael

    #415844
    kat08glow
    Participant

    Hi,

    I am trying to edit various fields in my pages using the Avia Layout Builder and it does not work properly. For example, when I insert a promo box field and want to set up the button link manually, it is supposed to display a field to insert the link, but it doesn’t. When I try to add an icon to the button, it doesn’t select the icon I click on and it still displays the default icon. It also doesn’t display the WordPress SEO by Yoost field in the page, so I can add/edit the SEO. I am not sure what causes this.

    Thanks in advance.

    P.S. I should mention that I had some problems with Jetpack and the newest version of Enfold and I had to delete Jetpack completely and re-install disabling omnisearch. Now that works, but Avia builder does not.

    #415820
    hgx
    Participant

    Hallo Enfold-Fans,
    unter Seiten / Inhalts Elemente wird die Schrift in den Buttons schwarz (für mich richtig) angezeigt.
    Nach dem Aktualisieren, bzw. in der Frontansicht ist die Farbe in den Buttons weiß.
    Weiß eignet sich dann nicht, sobald die Buttonfarbe nicht sehr dunkel ist.

    Über Allgemeines Styling / in Logo Area font color, steht auf #000000
    (ist das ein Bug, denn es tut sich nichts?)
    Wie/wo bekomme ich die Schriftfarbe in den Buttons haltbar geändert?
    Wie/wo bekomme ich diese Schrift dort eventuell auch etwas größer oder fetter?

    Vielen Dank im voraus (bin noch Offline)
    hgx
    Nochmal auf English:
    Hello Enfold-Fans,

    in pages/content elements the font color in the button is black (the right one for me)
    After updating, the font is suddenly white in the front view.
    The white color is not really appropriate when the button color is rather pale.

    In general styling/logo area font color the value shown is #000000. Could this be a bug because nothing changed?

    How or where can I change the font color in the button (as well as size and bold font) so that it will be kept definitely?

    Thanks a lot in anticipation (I’m still offline)
    hgx

    • This topic was modified 11 years, 1 month ago by hgx. Reason: text in english now
    #415792
    vastaffer
    Participant

    Hello! Love how you have some great new demo themes – I noticed that they have two buttons side by side.

    I can’t figure out how to do it, every time I add a button in the same column it goes to the next line.

    How can I get to buttons side by side?

    Example:

    [ OUR TEAM ] [ OUR SERVICES ]

    Check out how I have it now (one in each column, and way too far apart) http://vastaffer.com/

    IndikatorDesign
    Participant

    Hey there,

    3.1. is a really nice update with some great features. Very good work!

    Does anybody has an idea why advanced layout-builder breaks on “/wp-admin/post-new.php?post_type=product” (admin-area), if Woo´s Smart Coupons is active ?

    Chromes Console gives me this js-error on load:

    On load –> On load error message

    If I click afterwards on the advanced layout-builder button, this appear in console:

    On click –> On click error message

    WP 4.1.1
    Enfold 3.1.1

    Plugins active: Plugin Organizer, WooCommerce, WooCommerce German Market, WooCommerce Smart Coupons. If WooCommerce Smart Coupons is inactive, everything works fine.

    There are no errors, warnings, or notices in our php-log.

    Best regards
    Bruno

    #415706

    In reply to: Changing Menu style

    Hey!

    Thank you for using Enfold.

    Set the menu item style to “Button Style” then add this to the Quick CSS field to change the button color:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
      background: orange;
      border-color: black;
    }

    Best regards,
    Ismael

    #415597
    mndawood
    Participant

    Hello!
    I read through most tickets on this regard, and I don’t want to use a plugin for this purpose.
    I tried some plugins (like addThis, ShareThis etc..) , moreover, I tried activating Enfold share buttons in “pages”, but they place themselves everywhere even in home page.

    My question is: How can I place Enfold social share icons in a widget to place them wherever I like in a sidebar.

    Thank you!
    Best Regards

    #415477
    xianeK
    Participant

    my configuration: enfold woocommerce and WooCommerce Tab Manager

    what i have done in a product-page:

    – activatet the checkbox: „Override default tab layout“
    – edit the tabs
    – then „update“ the product page by clicking the „update“ button.

    what i would expect
    – the induvidual tabs are shown

    what is happend:
    – the global default tab is shown [!]
    – in the edit-mode: the checkbox: „Override default tab layout“ is deactivatet [!]

    what i have tested:
    Twenty TwelveVersion: 1.6 instead of Enfold: everything is ok

    #415463

    Hello, Josue

    1) Thank you. perfectly

    A question still plus. Could we change the look? As a small rectangle: and the appearance of an add cart button (on our side)?

    3) Today we had recorded Enfold 3.1.1. But suffered a crash. now have to build everything again. Throws us back. And we wanted to start on 31.03.2015.

    4) That would be a solution. What do you need information? And what does it cost? There are no significant changes. Add this tonight.

    Thanks for an answer.

    Best Regards,
    Jessica

    #415415

    Topic: Changing Menu style

    in forum Enfold
    InvivoGraphic
    Participant

    Hi Enfold team,

    Thank you in advance for your fantastic support.

    I have one customization at the menu that I try to achieve with no success.

    Here is the desired results that I would like to make: http://d.pr/i/1fn2I
    On current menu item I would like to see a button (orange background with white text).

    I tried many different combination of the menu item style (default/colored/bordered) but none of them gave me the desired appearance. One problem I had is that when I navigate to the sub-pages, the top level menu didn’t show the button style.

    Any change you can help me with it?
    Thanks a lot!
    Vivo

    P.s. I’m sending the credentials in the next private note

    #415363
    glaudemans
    Participant

    Hi there,

    I have worked with your great theme for a while now. Without any major problems!
    For another client a few days ago I bought and installed Enfold 3.1.1 to built a new site.

    I did a little test in responsiveness. In mobile sizes, the moment the nice mobile button/icon appears, the standard menu doesn’t disappear!!
    So, in fact, I have 2 menu’s and it looks like a mess.
    I checked the themesettings header/mobile menu. Everything seems to be normal.

    Need you help to solve this!!!

    Jurgen

    #415263
    smallisland
    Participant

    Hi! Really enjoy using the Enfold theme!

    I have all the fields on my contact form set to Form Element Validation: Is not Empty. However, if you only fill in one of the fields and then click Submit, nothing happens… there is no pop up message to tell the user that all fields must first be completed before the form can be submitted. Once the fields are filled in and you click Submit, the button works fine – there just needs to be some type of feedback to the user to finish filling in the form. Have I missed something? This site has been up for a while and I’m sure at some point it was working! I’ve updated WordPress and the Enfold theme thinking that may help, but it hasn’t!

    Thank you for your assistance.

    Hallo Andy,

    danke für deine Hilfe. Alle Probleme sind Behoben.

    Eine Frage bleibt noch:
    Bearbeitung der Menüschrift in Enfold-> Advanced Styling – Dropdown “Main Menu links”
    Hier definiere ich die Größe und Farbe der Schrift im Topmenü.
    Wie kann ich den “hover” Zustand ansteuern, wenn ich eine andere Farbe nutzen möchte.
    Ich kann hier leider nur eine entweder/oder Bearbeitung durchführen
    ” Apply only to mouse hover state”

    Änderungen in Allgemeines Styling -> Logo Area
    “Primary color – Font color for links, dropcaps and other elements
    Highlight color – Secondary color for link and button hover, etc”

    bewirken leider nichts.

    Grüße
    Coco

    #414510

    In reply to: Sharing in woocommerce

    Hi!

    Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    You can create your shop page using Advanced Layout Builder elements, such as Masonry element. An example can be seen here – http://kriesi.at/themes/enfold/shop/masonry-shop/
    Then you can add Social Share Buttons element using ALB :)

    Best regards,
    Yigit

    #414464
    aledef
    Participant

    Hi,
    I got an issue with custom button links.
    I’m using Enfold 3.1.1 on Wp 4.1.1

    The button link I get is different from the custom url I insert in backend.
    Basically what I get is a mix of page url where button is hosted and my custom url plus some HTML code.

    Any idea why this appens and how to sove it?

    Thanks
    Alessio

Viewing 30 results - 8,761 through 8,790 (of 11,220 total)