Viewing 30 results - 10,741 through 10,770 (of 11,218 total)
  • Author
    Search Results
  • #183469
    This reply has been marked as private.
    #183423

    Hi!

    Please add following code as well

    .header_color input[type='submit']:hover, .header_color .button:hover { background-color: #a81010;
    color: #ffffff;
    border-color: #a81010;
    }

    Cheers!
    Yigit

    #183416
    This reply has been marked as private.
    #183301

    I FOUND IT!!!

    The fault was ALL MINE. The version upgrade fixed the buttons and now I fixed my thinking :) All is well. Apologies fo my error.

    I have to say that I was REALLY IMPRESSED that Kriesi released the WP Layerslider update within 24 hours. It’s the HIGH standard of the support team that make the products such a pleasure to use.

    kindest regards,

    PPCHOund.

    #183230

    Hey!

    Link to image still seems to be broken. Please change Ismael’s code with following one. It should fix both gradient issue and button on your second link

    .main_color input[type='submit'], .header_color input[type='submit'], div .header_color .button {
    background-color: #c05f5f;
    color: #ffffff;
    border-color: #a03d3d;
    border-radius: 3px;
    background-image: url("https://dev.midischool.com/wp-content/themes/enfold/images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: 600;
    text-align: center;
    max-width: 100%;
    }
    
    .avia_ajax_form .button {
    margin: 0;
    padding: 16px 50px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 12px;
    }
    
    input[type="submit"], #submit, .button {
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    }

    Best regards,
    Yigit

    #183166

    In reply to: Blog Post Style

    Hi – just wanted to make sure this was seen.

    The “kitchen sink” button does not show up in the enfold blog post drafting page. Is this by design? Also, what’s the best way to change the default font style for blog posts?

    Many thanks,
    Jonathan

    mmsdev
    Participant

    Can a support or a moderator explain why my thread was closed?

    If you follow it you will see that you got know where then closed it

    I do need this resolved.

    Thanks

    https://kriesi.at/support/topic/submit-button-use-the-enfold-instead-of-the-form-button/

    #182915
    PPCHound
    Participant

    Hey,

    I just upgraded Enfold to 2.4.2, which should include the new WP Layerslider version 4.6.5.

    The ‘add new’ button within the transition builder now work (yay!) but I still cannot acheive any transitions other than the default slide-in from right.

    Anyone else having this issue? Cleared my browser cache etc .. but nope. :(

    WP Layerslider, why do you hate me?

    kind regards,

    PPCHound

    #182832

    Hey!

    I think that change was intended due to a design trend (i may be wrong), however if you don’t like it, simply add this code to your style.css:

    .avia-button{
    background-image: url("../images/layout/bg-button.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    }

    If it doesn’t work, copy the /images folder from Enfold to your child theme folder.

    Cheers!
    Josue

    #182617

    In reply to: avia cart buttons

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    a.button.product_type_simple { display: none; }

    Cheers!
    Yigit

    #182472
    fusion01
    Participant

    I asked for assistance with reactivating the portfolio UI elements for when a full screen slider is embedded and upon pasting the code there was a syntax error and now I’m not able to edit in WP or locate the file on the server. My site is down and I can’t do further work on it.

    Parse error: syntax error, unexpected ‘<‘ in /usr/www/users/freelan/newsite/wp-content/themes/enfold/functions-enfold.php on line 329

    “Enfold deactivates the next/prev buttons when you use a fullwidth slider on the page. The reason is that the slider navigation and the next/prev post navigation may overlap each other and Kriesi wanted to avoid this problem. If you still want to show both navigation buttons open up functions-enfold.php and delete following code”

    Please can you supply me with the functions-enfold.php file or tell me where to locate it — ASAP.

    Thanks!

    #182470
    This reply has been marked as private.
    #182461

    In reply to: Accordion Font in Bold

    Hey snowstone!

    Please add following code to Quick CSS in Enfold theme options under Styling tab to change color of bold text in accordion content and adjust as desired

    .main_color .toggle_content strong { color: red; }

    You can simply click on bold to make your content bold http://i.imgur.com/ooQEbf0.jpg
    P.S.: I have removed your website from your post. Next time you can check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private :)

    Cheers!
    Yigit

    #182377
    LA_BREVA
    Participant

    Hello,
    i cannot figure it out…how to fix it
    I made as the example showed on ENFOLD demo, on one page portfolio, with a link within a page.
    If now i click on the “button” the page scroll down to the marker # I used. Image 1 with white arrow.

    I have a small problem with the alignement, as you can see from the image. (image 2 with zoom)
    When the page scroll down, it does not align perfectly as in the ENFOLD template demo.
    It lives some space between the content and the header and overlapped it.
    there is a way to fix this using css ?
    I sow that if i use the “small fixed header” there is no problem. This happen only with the fixed header with social icon and navigation.

    Header image

    • This topic was modified 12 years, 5 months ago by LA_BREVA.
    #182316

    Hey!

    The bg-button.png doesn’t exist. It should be located here: http://www.yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png

    Cheers!
    Ismael

    • This reply was modified 12 years, 5 months ago by Yigit. Reason: website is private
    #182220
    This reply has been marked as private.
    #182216

    I am using a child theme.

    Your link below is correct the file is in there
    wp-content/themes/enfold/images/layout/bg-button.png”

    but in my child theme which is

    wp-content/themes/MYCHILDTHEME/images/

    there is only one file close box.png

    #182204

    Hey!

    1) What is the exact path to that folder? Should be “wp-content/themes/enfold/images/layout/bg-button.png”
    2)Please find following line in Ismael’s code

    .main_color input[type='submit'] {
    background-image: url("../images/layout/bg-button.png"); }

    and change it to

    .main_color input[type='submit'] {
    background-image: url("yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png"); }

    If you have changed theme folders name from Enfold to something else, you should adjust this link yourwebsite.com/wp-content/themes/enfold/images/layout/bg-button.png

    Best regards,
    Yigit

    #182199

    Sorry yes that is in the layout folder

    #182198

    Hey!

    Removed.
    With Ismael’s code you have added this line

    background-image: url("../images/layout/bg-button.png");

    So i assumed that you have checked that bg-button.png file exists inside enfold\images\layout folder. That is why i said “once again” :)

    Regards,
    Yigit

    #182194

    This means nothing what so ever, also please can you remove my URL as this meant to be private- i will get into a load of trouble if you leave the dev site link public!!

    Can you explain your post as well, as it starts with one again, you have never commented on this so how is it once again???

    #182188

    Hi!

    Please once again make sure that this file exists *****
    You can download it here https://dl.dropboxusercontent.com/u/14975671/bg-button.png

    Regards,
    Yigit

    • This reply was modified 12 years, 5 months ago by Yigit.
    #182169

    Hey fusion01!

    Enfold deactivates the next/prev buttons when you use a fullwidth slider on the page. The reason is that the slider navigation and the next/prev post navigation may overlap each other and Kriesi wanted to avoid this problem. If you still want to show both navigation buttons open up functions-enfold.php and delete following code

    
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) return;
    

    Cheers!
    Peter

    #182105
    grpetz
    Participant

    Enfold is a powerful theme with great features. Thank you for coding it very well! :) However, I don’t think the shopping cart view box that appears briefly in the top right corner, after adding an item to the cart, is enough for people to notice “how” to find their items in the cart.

    Will you help me with this suggestion below?

    When someone adds a product to the cart, instead of the box appearing in the top right corner for a short moment, have the box to be shown at the center of the screen for a few seconds, and then float to the position of where the cart icon is at on the top right of the page. Can you help me with this? This would draw peoples attention to where it is at and be a great benefit for the shoppers.

    My second suggestion:

    When there are numerous items added to the cart, and someone mouses over the cart icon to view their items, the drop down box is too long and goes down the page too far, even going past the bottom of the screen when a lot of items are in it.

    Is it possible when someone hovers over the cart icon in the top right corner, that it simply shows the drop down box with “View Cart” and “Checkout” buttons?

    Thank you again for a clean coded theme. I previously used a theme from themeforest that was coded very bad, and slowed our site down with way too many http requests, etc.,.. Your template is a very fast loading template and I appreciate the work it took to get that done!

    Gary

    #182059

    Hi!

    You should add the code Josue posted in Quick CSS in Enfold theme options under Styling tab. You can post login credentials here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    #182013

    Hey webpress!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .socket_color .avia-color-theme-color { color: black; }
    #top .main_color .avia-color-theme-color { color: white; }

    Regards,
    Yigit

    #181987

    A top sliding bar like the avada theme has would be great! Check the triangular button at the top right.
    http://theme-fusion.com/avada/

    • This reply was modified 12 years, 5 months ago by DieNase.
    #181960

    On the wordpress sidebar, where the menu items are i.e (posts, pages, etc), click the one that says “Enfold”. It should open to a page,, there is a field that says “logo”. You can add the logo there. just click the upload button.

    #181958

    In reply to: Translation error

    Hey cothedo!

    You also need to generate the mo file. You can use PoEdit ( http://www.poedit.net/ ) to generate it. Open up the po file and hit the save button. Poedit should now generate two files, a mo file and a po file. Upload both files into the enfold/lang folder.

    Cheers!
    Peter

    #181814

    Hey David!

    Would you mind creating a temporary admin login and posting it here privately? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

Viewing 30 results - 10,741 through 10,770 (of 11,218 total)