Viewing 30 results - 10,261 through 10,290 (of 11,218 total)
  • Author
    Search Results
  • #230204

    In reply to: Search in Top Header

    This reply has been marked as private.
    #230202

    Topic: Pinterest on hover

    in forum Enfold
    hodgsondesign
    Participant

    Is there any way to add the pin it button when someone hovers on an image as well as also having the default enfold hover to allow the image to be shown as full image size as per the link to media setting for pictures? Or could we have it so people can do pin it on an image from the pretty photo box that pops up?

    Thanks

    #229973

    Hey!

    I could find the bug. We’ll fix it with the next update. For now open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/generic-helper.class.php and replace:

    
        		$link = explode(',', $link);
    

    with

    
                if(!is_array($link) && is_numeric($link))
                {
                    $permalink = get_permalink($link);
                    if($permalink) return $permalink;
                }
    
        		$link = explode(',', $link);
    

    Best regards,
    Peter

    Hi Fred1969!

    Please try to increase the allocated php memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ – currently it’s set to 64M and maybe the checkout process requires more memory in combination with Enfold and the ajax call on the checkout page then fails.

    Best regards,
    Peter

    ikaika72
    Participant

    For some reason the sharing buttons at the bottom of my pages are resulting in failed attempts. Here is the result:

    ?shared=email&msg=fail

    Fred1969
    Participant

    I use the Enfold theme with the WooCommerce plugin & the dutch translation of WooCommerce. If I, or somebody else, pushes the check out place order after ordering and selecting a payment, WooCommerce does’nt stop running in Enfold. The order is administered in WooCommerce itself after sometime, but the costumer & myself don’t get the mail that the order is given. If I switch tot the basic Twenty Twelve theme everything works wel. Can please somebody help me… The site is http://www.tafellunch.nl

    Button:
    <input type=”submit” class=”button alt” name=”woocommerce_checkout_place_order” id=”place_order” value=”Bestelling plaatsen” data-value=”Bestelling plaatsen”>

    • This topic was modified 12 years, 1 month ago by Fred1969. Reason: Better subscription
    #229619

    Hey Kim!

    Unfortunately LayerSlider can’t re-size shortcodes (i.e. button shortcodes or in your case the form) properly. Please remove the form from the slider and add into the page content and it should re-size properly. We’ll release an update for Enfold which includes LayersSlider 5 soon – maybe the new slider version will fix the issue but I’m not sure.

    Cheers!
    Peter

    #229581

    Topic: Search in Top Header

    in forum Enfold
    indrahalim
    Participant

    Dear Enfold,

    help me please:

    1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.

    2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?

    thank you
    indra

    Imburr
    Participant

    I have 3 theme hacks that I have to update every time you update, perhaps you guys can easily point me in the right direction with them? The first hack adds title tag to the logo- for whatever reason the theme does not add it correctly.

    Theme/framework/php/function-set-avia-frontend.php
    Line 426 to:

    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = "<img src='{$logo}' alt='{$alt}' title='{$alt}'/>";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$alt}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    

    I manually added in title='{$alt}’ in both statements to get the title to work.

    The second hack is to add text to the cart button, and to hide it with a CSS indent.

    Edit config.php in enfold\config-woocommerce\config.php
    Line 758

    
    $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    

    The hide class has my indent/hide code on it.

    The last hack is to add customability for visibility to theme menu’s, which I found in your forum here.

    Add code to enfold/functions.php
    add_theme_support(‘avia_conditionals_for_mega_menu’);
    On line 17
    Under
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    Reference: From <https://kriesi.at/support/topic/enfold-conditional-menu/&gt;

    Is there any way to bring this into the child theme functions.php so I can stop hacking the theme?

    Thank you guys so much for the help!

    #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 12 years, 2 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 12 years, 2 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.

Viewing 30 results - 10,261 through 10,290 (of 11,218 total)