Viewing 30 results - 10,231 through 10,260 (of 11,179 total)
  • Author
    Search Results
  • #229208
    This reply has been marked as private.
    Neil M
    Participant

    Since upgrading to the latest version of the theme (2.5.x) some fundamental Woocommerce features no longer work in IE9. The plus and minus buttons that allow a user to change the product quantity are not rendered on either the product view page or the cart. Also the cart widget that appears in the header is not displayed, instead a message is now displayed above the product archive or product.

    Please could you advise how to correct this as this worked in IE9 pre version 2.5.

    Thanks,

    Neil

    #229141
    FastFreddy
    Participant

    I purchased “The Fancy Product Designer” plugin for my website, but the default Enfold formatting cuts off most of the plugin designer area:
    http://ajdesign.com/images/cut-off.jpg
    How can I extend the designer area to look like their demo page?
    http://fancyproductdesigner.com/product/t-shirt/

    I’m trying to shrink down the price and add to cart button area, and place the product description tab are underneath the large product image.

    Thank you for your help.

    #229107

    Hi Monsoon!

    I would suggest creating your own custom shortcode for that. Or else try generating the button outside of the ALB and then try adding in the link values.

    The php snippet wouldn’t work however so the shortcode route would be what I would do.

    Regards,
    Devin

    #228747

    Topic: Pinterest

    in forum Enfold
    Jasmer
    Participant

    Hey guys,

    I have a Child Enfold Theme installed. I’d like to add the Pinterest On Hover Pin In buttons as described here.
    https://developers.pinterest.com/on_hover_pin_it_buttons/

    Where would I put this in the Child theme?

    Thank you, Jasmer

    #228703

    Hi rolfroyce!

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

    .main_color input[type='submit'] { background-color: orange; color: #ffffff; border-color: orange; }
    .main_color input[type='submit']:hover { background-color: green; color: #ffffff; border-color: green; }

    Best regards,
    Yigit

    #228616
    Monsoon
    Participant

    I have a small php file that sends a recommendation to a friend about the page/post they are reading.
    I usually call it via an iframe and prettyphoto. It grabs the post url and sends it to a friend

    How can I do the same kind of call with a button?
    <a style="font-weight: bold" title="" alt="" rel="prettyPhoto" href="/recommend.php?iframe=true&width=550&height=400">TELL A FRIEND</a>

    That way I click the button and it opens an iframe with prettyphoto with the recommend.php in it

    I can t seem to be able to do this using the buttons…any recommendation on how to tell the button to use an iframe and prettyphoto ?

    EDIT: Also how can I add something like <?php $permalink = get_permalink( $id ); ?> inside a button link without it being rewritten I mean is there a way to add some php inside a button code?

    #228500

    Hi!

    Please add following code to Quick CSS as well

    .woocommerce-page .button { clear: both; }

    Button will go to following row :)

    Cheers!
    Yigit

    #228471
    rolfroyce
    Participant

    Hi!

    I have the following situation.
    – i created a contactform (just an email field plus submit button)
    – the submit input button has the theme color (which is in this case blue)
    – on other parts of the site i created “buttons” (the theme style element, not real forms) and gave theme a yellow color- there i have an option from enfold to give them separate colors

    i want to also change the contactform buttons to the same style as the avia buttons, but i am unable to change the color in the formbuilder within the enfold theme.

    how can i approach this?

    thank you

    #228363

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #228257

    Hello Yigit that worked like charm thank you! :)
    I have another little issue on the shipping address form, didn’t noticed before i’m sorry.
    Once you logged in just clik edit shipping address and you will see the “save address” button that has the same problem as before. I would like to have a bit of margin on the left side of the button. Or alternatively the button should go to the following row.
    Thank you
    A

    #228196

    Hi Pat!

    Please update Enfold to the latest version 2.5.4 and let us know if issue remains
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #228115

    In reply to: WPML issue: blog page

    Hi!

    1) Please go to the wordpress dashboard and select “English” from the language switcher (admin bar at the top). Then go to Pages > Add New and add a blog page to your website. Then save the page and translate it to Italian.

    2) Go to Enfold > Theme Options and select the blog page for your “English” website. Then click the “Save Options” button. Afterwards select “Italian” from the language switcher and configure your blog page for the “Italian” website (select the page you created when you translated the “English” blog page – see 1). Save the settings and now both pages are blog pages and connected to each other.

    Best regards,
    Peter

    #228089
    headbentdesign
    Participant

    Hi guys,

    I have read through many forums on the subject and have tried everything.

    Until I tried activating another theme, then boom! The “add-to-cart” button displayed.

    So something between Enfold and Woocommerce is conflicting.

    Anyone have ideas of what it could be?

    Thank you

    #227928
    louie
    Participant

    Hello,

    Let me start by saying that this theme is excellent!

    As far as I have tested, the responsiveness works very well except for the following issue:

    When a lightbox is opened on a mobile device, the only way to navigate through the photos is by using the navigation buttons below. I wish there was a way that a mobile user could just touch the photo to navigate to the next or previous photo (the way it works on a desktop.) I have had feedback that the buttons are too small or difficult to use.

    I have tested this on iPhone, iPod and Blackberry 10 (I live in Blackberry’s hometown).

    I’m not sure if it’s a setting that I missed along the way.

    Any help would be much appreciated :D

    • This topic was modified 11 years, 11 months ago by louie.
    #227902
    Daniel
    Participant

    Liebes Kriesi Team

    1.)
    Änderungen im Quick CSS haben keine Auswirkungen im Firefox und IE, im Chrome jedoch schon!
    siehe natur-duft.ch

    Zum Beispiel werden h – Überschriften nicht wie im Quick CSS angegeben geändert.

    auch folgende Codes funktionieren nicht mehr:

    h2 { font-size: 20px; }

    #top #main h6 {
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #780078
    }

    #top #main h5 {
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #780078
    }
    #top #main h3 {
    font-size: 10px;
    line-height: 1.1em;
    margin-bottom: 8px;
    }
    .woocommerce-main-image.zoom {
    overflow: hidden;
    }
    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    .title_container { display: none; }

    2.)

    Nur im Chrome werden die Farben (Preis, Avia_cart_buttons etc.) wie unter Enfold-Styling definiert, korrekt ausgegeben. Im FF und IE werden falsche Farben und Hintergrundfarben ausgegeben.
    Siehe: http://natur-duft.ch/naturduefte/aetherische-oele/
    Preis grün statt blau, “in den Warenkorb” und “zeige Details” in weisser Farbe….

    Wie kann das korrigiert werden um in all diesen Browser die gewünschte Darstellung zu haben?

    3.)

    Ich möchte die Breadcrumbs in Woocommerce löschen und nicht nur mit “.title_container { display: none; }” verbergen.
    Sonst ergeben sich 2 verschiedene h1 Überschriften! Nicht gut für seo! Erste h1 Überschrift “Webshop” von den Breadcrumbs ist sinnlos. Die einzige h1 Überschrift hätte ich gerne für das Produkt.
    Siehe seo-Test: http://www.seobility.net/de/seocheck/check?url=http%3A%2F%2Fnatur-duft.ch%2Fstart%2Faetherische-oele-2%2Fbergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte%2F#fg-strukture

    4.)
    Wie kann ich das Wort “Produktbeschreibung” unter der Beschreibung entfernen?
    Siehe: http://natur-duft.ch/start/aetherische-oele-2/bergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte/

    Vielen Dank für Eure Hilfe!

    Daniel

    • This topic was modified 11 years, 11 months ago by Daniel.
    #227641

    Hello Devin,
    Any hint?

    I would like to know also if is it possible to add a checkbox for privacy policy on the register box, near the register button.
    Something like i accept privacy policy rules.
    Thank you

    Alex

    #227564
    dptctrs_jp
    Participant

    Hi I am facing issue before edit pages with Avia Layout Builder.

    If I choose “progress bars” and then push edit button, always appears erroe massage “An error occured – Error fetching content – please reload the page and try again”

    So I can’t edit my page anything.
    Please help me.
    I installed latest version of the Enfold theme today.
    But never changed for this issues…

    Thanks.

    #227418

    In reply to: Shopping Cart menu

    Hey MKW270210!

    You can install the woocommerce pages by clicking on the violet button above the Woocommerce panel. This will create all the woocommerce pages. Go to Appearance > Menus then create a new menu, set this menu as Enfold Secondary Menu under Theme Location. Insert the Cart and the Checkout page on the new menu. You can add this on Quick CSS or custom.css to increase the size of the shopping cart icon:

    #header_main > ul > li > a.cart_dropdown_link span {
    font-size: 20px;
    }

    Best regards,
    Ismael

    thanks, but it does not work for me – it shows me still in the sliding button navigation on the left of the screen a portfolio item, that is definitely not in the same category, as the item post, that I have currently open.

    Note: my site is in maintenance mode and cannot be viewed online; and yes, I have the latest ENFOLD update.

    #227264
    MtnStreamGroup
    Participant

    I’m trying to add the Slideshare font using the instructions I was giving. When I click on the ‘Upload / Select Fontello Zip File’ button and attempt to add the zip file that Fontello gave me for the icon I keep getting an error message.

    Fatal error: Class ‘ZipArchive’ not found in wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 103

    It this a problem with Enfold’s code? If yes, how soon can you fix this.

    BTW, I’m using a child theme.

    #227256

    thanks Josue, i tried the code but nothing changed. any idea?
    yes, concerning the third party plug-ins i fully understand. i was just curious why it works for a other enfold customer and does not in my case…
    thanks

    #227242

    Hey!

    Try adding this code to the Quick CSS:

    #customer_login .form-row {
        overflow: hidden;
    }

    Regarding the other issue, you can use the Enfold built-in functionality as Peter mentioned in the last reply. Please note that fixes for third-party plugins not officially supported is out of the scope of the support we can offer.

    Cheers! 
    Josue

    #227121

    Hey!

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

    #top .bbp_widget_login .bbp-logged-in .button { left: 0; top: 96%; }
    #top .bbp_widget_login { margin-bottom: 20px; }
    .single-topic #bbpress-forums div.bbp-reply-author { width: 100%; }
    a.bbp-author-avatar { position: static!important; }

    Best regards,
    Yigit

    #226949

    Thanks for this. The css worked. I’ll have a dig around. Do you know of any other popup plugins that people are using successfully with Enfold?

    #226938

    Hi!

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

    .ls-layer p a { padding: 10px!important; color: white!important; }

    When you click on links, they go to #inline-1 as they supposed to. I do not think that it could be changed easily

    Regards,
    Yigit

    #226920

    Topic: Issue after page edit

    in forum Enfold
    kenbo1978
    Participant

    Hi there, I’m hoping you can help with a strange issue I’ve had after trying to edit my homepage. I’ve used Enfold for a few sites now and haven’t come across this issue. Basically, when I tried to edit my homepage I got the following error:

    Method Not Implemented
    
    POST to /wordpress/wp-admin/post.php not supported.

    Then I went back to edit the page again and, as has since been the case, the Publish widget on the right loads, as does the page title field; then I just have the Default Editor button. Clicking the Default Editor does nothing (no JS errors in console). I can see from inspecting the DOM that #postdivrich_wrap.avia-hidden-editor #postdivrich is set to display: none. Within .wp-editor-area the text color is set to white, which if I change I can then see all the page content (as shortcodes). On the front end of the site, the homepage is fine. I tried creating another version of the page but still had the same issue after trying to edit it. This hasn’t happened to any other pages, which is baffling!

    What may help identify the issue is the following warning in console, and this doesn’t happen for other pages when in edit mode:
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead. load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4

    Any help on this would be greatly appreciated!

    #226796

    Hi!

    Please download pre-built child theme here http://kriesi.at/documentation/enfold/using-a-child-theme/ so we can make sure that there is not wrong with your child theme
    Please also make sure that footer.php file in your child theme has the sames line on bottom https://dl.dropboxusercontent.com/u/14975671/bottom.JPG

    Best regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.
    #226793

    In reply to: header / menu

    Hi!

    1- You should go to wp-content\themes\enfold\js folder to find Avia.js file
    2- Admin account to dashboard of your site. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #226657

    Hey taylor_smith!

    Author and Contributor are not able to use the magic wand icon my default. Only Editors and Administrators can use the shortcode generator. If you want to change this open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/tiny-button.class.php and replace:

    
    if ( current_user_can('edit_posts') &&  current_user_can('edit_pages') && self::$count == 0)  
    

    with

    
    if ( current_user_can('edit_posts') && self::$count == 0)  
    

    Regards,
    Peter

Viewing 30 results - 10,231 through 10,260 (of 11,179 total)