Viewing 30 results - 6,121 through 6,150 (of 11,218 total)
  • Author
    Search Results
  • MPintado
    Participant

    Hello,
    when to share an article on my website (created with Enfold theme), the social networks button doesn’t work when linked to Facebook (HTTP ERROR 500) and Pinterest (nothing appears).
    Thanks in advance for your answer.
    Marie

    Hi,

    please as already said use different tickets for different question. Just go here: https://kriesi.at/support/forum/enfold/ and click on the big blue button which says “Can’t find a solution to you problem? Open a new thread”.

    When you open your new ticket, send us admin access, as well as a precise link showing the elements in question. Test everything without any plugins activated, to make sure none is causing any conflict. Also make sure to use newest WP and theme version.

    Try to add a new page where you duplicate your content and check if you can replicate the issue or if it’s working fine with a new page. Make sure no caching is activated on your website and server.

    Best regards,
    Andy

    #756357

    Hi,

    The code i added in the bottom of Functions.php file targets both slider buttons and buttons with custom class.
    When you update the theme, functions.php gets overwritten as well. That is why we recommend you to use a child theme instead – http://kriesi.at/documentation/enfold/using-a-child-theme/ :)

    Best regards,
    Yigit

    kirillko
    Participant

    Hi Enfold,

    Website: http://truman.ee

    Currently my menu sidebar is black, however when hovering the menu elements I would like the menu background to change colour to gray, like the social menu icons do:
    2017-03-06_0800

    Tried tweaking Alternate Background in General Styling – no luck: https://www.screencast.com/t/g8yigVk9BP5U

    So could you please advice me how to change the colour of the menu background when hovering it?

    Thanks!
    Kirill

    • This topic was modified 9 years, 1 month ago by kirillko.
    #756028
    KellyKilgallon
    Participant

    Hello –

    I’m using Enfold for a non-profit website I’m building and I’ve been asked to see about incorporating a CTA (Donate Button) in their mobile menu. Is this a possibility? Ideally it would be something simple like this: http://www.ostomy-org.dreamhosters.com/wp-content/uploads/2017/03/IMG_6328.png.

    And advice would be helpful. Thank you!

    #755933

    Hello, the mobile Button don’t work again with the newest Enfold v4.0.2

    If i click on the Hamburgermenu, nothing happ, only a “#” is attached in the link, if i try to click the Ham.
    I send the config again as picture

    Best

    #755677

    Hey VJLoops-GT,
    The easy answer is to use a popup contact plugin, there are a few.
    Yet you can do this within Enfold by following the steps in these posts:
    Modal Popup > https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-304173
    Get contact form shortcode > https://kriesi.at/support/topic/shortcode-contact-form-for-sidebar/#post-507669
    I did a quick test on my end, and this is the result:
    postimage
    Please note to do this 3 times for 3 buttons, you may want to choose the plugin option.

    Best regards,
    Mike

    #755673

    Hi!

    After enabling custom CSS fields in Functions.php file, please add button element to your page and add “custom-button” into custom CSS field – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg
    Regards,
    Yigit

    #755670
    FadingReality
    Participant

    Hey guys,

    I’m using Enfold and I’m having troubles with my order review page. The buttons should be at the left of the page and they should be in the opposite order than they’re currently in. The approval boxes shouldn’t be next to each other but one underneath the other.

    I linked a screenshot below (language is German)

    #755661

    Hi,
    To change the gap on only these two buttons you will need to enabled custom css classname support.
    in the link above: https://kriesi.at/support/topic/section-button-alignment/#post-721210
    the post points to: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    to show you how to enabled custom css classname support.

    Best regards,
    Mike

    jlgarcia
    Participant

    I have one website using Enfold that for some reason I can’t update using the WordPress button for that, and I have to use ftp to update the website. The thing is that the update screen in WP tells me that I need to update the theme from v 3.8.5 to 4.0.2 and the theme options > Theme Update screen says I don’t need to update, because I’m running the latest version.

    I have more Enfold websites in another server that update correctly using the WP button for that. The problem is with this host provider only.
    The problem as I see is, how to tell WP that it is using the latest version so it stops telling me to update? I did that ftp updating before and it didn’t persisted this notice.

    Thanks for any help.

    #755350

    I solved this.

    For anyone trying to do a 2 column (or more) Contact Form 7 using Enfold styles, the solution provided here: https://kriesi.at/support/topic/styling-contact-form-7-as-enfold-contact-form/ may cause issues with form submission. I used the solution above and it looked great but the form submit stopped working.

    Here is a solution that doesn’t break the submit button. Use Enfold flex column styles. If you inspect the column classes by viewing source of: http://kriesi.at/themes/enfold/shortcodes/columns/ , you’ll see the classes needed.

    I applied these classes to make a 2-column Contact Form 7 form:

    <!–left–>
    <div class=”flex_column av_one_half flex_column_div first”>Your Name (required)<br />
    [text* Name placeholder “Your Name”]
    </div>
    <!–right–>
    <div class=”flex_column av_one_half flex_column_div”>Your Email (required)<br />
    [email* SenderEmail placeholder “Your Email”]
    </div>

    <!–left–>
    <div class=”flex_column av_one_half flex_column_div first”><label> Area Code + Phone Number (required)<br />
    [text* Phone placeholder “Area Code and Phone Number”] </label>
    </div>
    <!–right–>
    <div class=”flex_column av_one_half flex_column_div”>Skype Name (If you prefer support via Skype)<br />
    [text Skype placeholder “Skype Name”]</div>

    <!–left–>
    <div class=”flex_column av_one_half flex_column_div first”>Preferred date (Monday-Friday)<br />
    [date* Date placeholder “date”]</label></div>
    <!–right–>
    <div class=”flex_column av_one_half flex_column_div”>Preferred time (Please state a time from 9 a.m. – 5 p.m. PST)<br />
    [text* Time placeholder “Preferred time”]
    </div>

    [submit “Send”]

    #755317

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add “custom-button” class to your button elements where you would like to activate this overlay.

    Forums have been really busy, hence the delays. However we will take care of it soon. Working hard :)

    Best regards,
    Yigit

    #755284

    Hi Epic!

    I have replied to your thread- https://kriesi.at/support/topic/custom-link-for-enfold-slider-button/

    Regards,
    Yigit

    #755278

    Hi Ismael,

    Thanks for the help, but unfortunately, that just removes the color section as a whole. It is triggered by clicking on a “button” (Whatever I set the link to). Maybe you know of another popup plugin that works with Enfold’s Advanced Layout Builder? Thanks!

    • This reply was modified 9 years, 1 month ago by Eagles1227.

    Hallo,

    I also have those ‘Section content hidden. Click here to show it’ Links after upgradin all stuff to the newest versions (WP, Plugins, Enfold, php7)
    They do nothing at all, I even don’t know what they purpose are!?
    I was hoping that they would compact the view so it is easier to navigate in the document.

    In my case it does at least not corrupt the frontend…

    What also came with the latest enfold update: when editing an element the heading is overlapping 2 texts e.g ‘Button’ & ‘Element Preview’ are one over the other. (fio)

    Tom

    #754873

    Hey bramblejam!

    Thank you for using Enfold.

    The “add to cart” button should display initially as long as the product type is set to “simple product”. If it’s a “variable a product”, the customer is required to select a variation before adding it to the cart.

    Best regards,
    Ismael

    #754727

    Hi Yigit,

    Thank you for the fast response. However this is not the case. I don’t have any missing images. The problem is the addition of buttons to the sliders – all sliders of layerslider suddenly have buttons on them (play and pause) which weren’t there before and on hover there’s some white space added under the slider moving the next section down.

    The other problem is that even when I switch back to the older version of enfold the problem remains even though it started when I updated to the latest enfold version.

    How can this be fixed?

    #754704

    In reply to: Button shape

    Hey amepro,

    You can do this through Enfold theme Options > Advanced Styling > Select BUTTONS from dropdown under MISC. You can then toggle the available options to your liking.

    Best regards,
    Jordan Shannon

    #754678

    Topic: technical issues

    in forum Enfold
    bchawkes
    Participant

    I have created a site using enfold child, and the site is very nearly completed when all of a sudden certain features don’t work:
    For example, I cannot make an image link to another part of the site now – not can I make my buttons link to external sites
    Also, using the post slider to display my blog posts, I cannot select which blog i wiish to show…

    In both cases the menu which you would normallly use to contro these elements is still in place, but there is no way to manipulate it.

    Please help

    The site is http://www.parkwrekingymnastics.com

    #754665

    In reply to: Theme problem

    Hi,

    Sorry for the late reply!
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar #top #header .av-menu-button-colored.current-menu-ancestor {
        opacity: 0.8;
    }

    You are currently using an older version of the theme. Please update Enfold to the latest version 4.0.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #754644
    Tomzilla
    Participant

    I’m trying to style Contact Form 7 like Enfold contact forms – using Enfold styles.
    I saw a thread here:
    https://kriesi.at/support/topic/styling-contact-form-7-as-enfold-contact-form/

    Looks great when I do it but adding <div class=”avia_ajax_form”> as a wrapper around the form breaks the submit button.
    Any idea if there is a workaround for this? Looking to do a two column form. Yes, could code by hand but thought I’d use Enfold styles cuz they are there.

    Thanks

    #754629
    Anderson C
    Participant

    After adding text in the text box, the save button does not work in Enfold 4.0.2, or do anything, even you can not close the text box after that.

    #754598
    mark2mrktng
    Participant

    Hi,

    I’m having animation issues with buttons on a Gravity Form (forms details in private content) I have on my Enfold site. The ‘Next’ buttons only appear when certain conditions are met & are supposed be displayed as a smooth animation. The issue is that the animation is jerky & seems to pause at one point… whereas I would like to be smooth. I’m guessing this is a CSS issue? I’ve contacted Gravity Froms support & they told me it me this was a theme issue. Could you please look into this?

    Thanks!

    #754465
    sasha
    Participant

    I just update the theme to the latest version 4.0.2 and it made all sliders of layerslider have buttons on them (play and pause) which wheren’t there before and on hover there’s some white space added under the slider moving the next section down.

    I tried downloading the old version of enfold back – but it didn’t fix the problem.

    What should I do to fix this?

    • This topic was modified 9 years, 1 month ago by sasha.
    minogig
    Participant

    Good morning.
    I have this problem when i try to add a product.
    When i click on every button i receoved this error in the topic title

    done with the upgrade it depends on wordpress or on enfold?
    thank’s and best regard
    Mino

    • This topic was modified 9 years, 1 month ago by minogig.
    #754437

    Rikard,
    My apologies for the long pause. The issue seems to be associated with Chrome, as the links work fine in Internet Explorer. Where I am seeing an issue is when I include anchor references to a new location on the home page. We have these in place withing the scrolling images in the Fullscreen Slider, that use “button links” (e.g., #sustainability) to other sections of the Home Page.

    These links to anchors work in IE, but not in Chrome. The loss of functionality in Chrome may not have been a result of an Enfold template update, but rather a change in Chrome.

    In any case, do you have any recommendations? I can change the button links to references such as “https://www.partnersforcare.org/#sustainability&#8221; – but this forces a page refresh, which is slow and should not be needed.

    Thank you

    #754404

    Hey Johan,

    It appears you got this one sorted? I checked the link on which you have mentioned not okey and the button appears full width.

    If you have any issue

    1. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    2. Give the button element a class name of “btn-fullwidth”.
    3. Add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    /* Full width button */
    
    .btn-fullwidth .avia-button {
    width: 100%;
    font-size:30px; /* Make font large */
    }

    Best regards,
    Vinay

    changegroup
    Participant

    Hi Team Enfold,

    I have problems with Social Share Button and LayerSlider after latest Enfold update 4.02…

    Share Button – background color missing
    LayerSlider – Image not appearing in slider

    Do you have solutions for this

    Br
    ChangeGroup

    #754271

    In reply to: Creating Forms

    Hey faizalrahman08,

    I am afraid Enfold does not offer this functionality, our forms generator is basically only meant to produce contact forms that can only redirect to a single page after hitting the submit button.

    I am afraid you would need to use a plugin for what you are trying to do, although I am not sure which one would be suitable to your needs.

    You might want to try these two plugins (I assume you want the user to send a mail and then redirect him and not just redirect him?)

    https://wordpress.org/plugins/contact-form-7/
    https://wordpress.org/plugins/contact-form-7-success-page-redirects/

    Best regards,
    Kriesi

Viewing 30 results - 6,121 through 6,150 (of 11,218 total)