Viewing 30 results - 10,711 through 10,740 (of 11,179 total)
  • Author
    Search Results
  • #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, 2 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, 2 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, 2 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, 2 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

    #181788
    webpress
    Participant

    http://kriesi.at/themes/enfold/pages/pricing/?skin=Splash%20Red

    Used to be white text in the red buttons, now they are black and hard to read. How can we fix?

    Edit:
    Seem stye white buttons got white text – se further down on the page.

    • This topic was modified 12 years, 2 months ago by webpress.
    #181581
    This reply has been marked as private.

    Hey ezellmt!

    1) Please try to upload all (unmodified) theme files and WordPress files again. I recommend to use ftp to upload the files to your server.
    2) Go to Enfold > Theme Options and hit the “Save” button. We changed some styling rules with Enfold 2.4 and you need to regenerate the dynamic stylesheet by saving the theme options.

    3) If 1+2) don’t solve the issue please try to deactivate all third party plugins and check if a plugin breaks your website.

    Best regards,
    Peter

    #181424

    Hey!

    Please give us a link to the contact page. The code should change the submit button. Please place the code on the child theme’s style.css.

    Best regards,
    Ismael

    #181102
    This reply has been marked as private.
    #180955
    adrianwackernah
    Participant

    I have with button styles in Enfold -> Styles the trouble, that if I use a preset style color scheme like “splash blue”, which generates nice darker blue buttons, the text in the buttons are near black which is hard to read. I switches over to the color scheme “cyan” and have now white text, which reads much better. But the button color is for me a bit to light, so I changed the color by hand to a darker blue. But now a kind of automatic is in action and outputs the button text as a kind of black.

    How do I get a darker blue in buttons and links but with white text in buttons?

    #180905

    Hey!

    I thought you’re trying to change the contact form’s submit button?

    Best regards,
    Ismael

    #180874
    This reply has been marked as private.
    #180856

    Hey!

    Please use this:

    .main_color input[type='submit'] {
    background-color: #c05f5f;
    color: #ffffff;
    border-color: #a03d3d;
    border-radius: 3px;
    background-image: url("../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;
    }

    Adjust the values if you want.

    Cheers!
    Ismael

Viewing 30 results - 10,711 through 10,740 (of 11,179 total)