Forum Replies Created
-
AuthorPosts
-
Hi!
Enfold doesn’t hook into the payment/checkout process and I’m pretty sure it’s not a theme issue. You can try to increase the allocated php memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ , to flush the permalinks by re-saving the permalink options (Settings > Permalinks) and to increase the max_input_vars limit in the php.ini.
Best regards,
PeterHi!
Please give the user admin rights, otherwise the account is useless for us.
Cheers!
PeterHey jeffkaiser!
Please add this code into the quick css field:
.widget_nav_menu ul:first-child>.current-menu-ancestor { box-shadow: none !important; background: transparent !important; }
Regards,
PeterHey Wildwood!
No, unfortunately this is beyond the scope of our free support service. Changing the margings of the content container requires some rewrites of the grid framework (which supports the width of 1030px and 1210px) and it would require some styling adjustments to the shortcodes and template elements. You can hire a freelancer for the customization here: http://kriesi.at/contact/customization or here: http://studio.envato.com/
Regards,
PeterAugust 2, 2014 at 9:35 am in reply to: Double buttons in related products when using Woo's Product Add-ons #299103Hi!
Great, I’ll leave the thread open in case additional help is required.
Cheers!
PeterHey!
Please try to clear the browser cache – I tested it on my server: http://test.inoplugs.com/agb-2/ and it works just fine.
Best regards,
PeterHey!
1) No, that’s not possible. You can try to install a plugin like: https://wordpress.org/plugins/flare/ which afaik displays the icon in a vertical box. I didn’t test the plugin though.
3) I used this code to remove the border:
#header_meta { box-shadow: none; }
5) You can try to increase the jpg quality of the thumbnails – install this plugin: https://wordpress.org/plugins/simplejpegquality/ and set the quality to 100%.
6) You can select the size of the image before you insert it into the textbox content: https://www.clipular.com/c/5321976222580736.png?k=MIksyeaoo047Te_hXcSojySbT6A
Best regards,
PeterHey!
The shop page and other Woocommerce pages (product archive pages, cart/checkout page and single product pages) do not support the Fullwidth LayerSlider element because Enfold just uses the default WooCommerce templates which do not support Fullwidth elements. The only possible workaround (which should work without customizing the theme files) is to create a shop page with the template builder (with the Product Slider, Masonry grid or Product grid elements) and to add a LayerSlider to this page. Then install a plugin like: http://wordpress.org/plugins/safe-redirect-manager/ to redirect your current (default) shop page to your custom, template based shop page.
Cheers!
PeterHi!
Eventually I noticed the wp_list_pages function doesn’t include the parent page at all. Fortunately Enfold comes with some useful filters which help us to add the parent page with some additional code – I added it to the child theme functions.php file:
add_filter('avf_sidebar_menu_filter', 'avia_add_parent_page_to_sidebar', 10, 3); function avia_add_parent_page_to_sidebar($sidebar_menu, $args, $post) { $parent = $post->ID; if(!empty($post->post_parent)) { if(isset($post->ancestors)) $ancestors = $post->ancestors; if(!isset($ancestors)) $ancestors = get_post_ancestors($post->ID); $root = count($ancestors)-1; $parent = $ancestors[$root]; } $current = ($post->ID == $parent) ? "current_page_item" : ""; $parent_page = '<li class="page_item page-item-'.$parent.' ancestor_page_item '.$current.'">'; $parent_page .= '<a href="'.get_permalink($parent).'">'.get_the_title($parent).'</a>'; $parent_page .= '</li>'; $sidebar_menu = str_replace("<ul class='nested_nav'>", "<ul class='nested_nav'>{$parent_page}", $sidebar_menu); return $sidebar_menu; }
Cheers!
PeterHey!
Da wir die oembed api von wordpress nützen: http://codex.wordpress.org/Embeds welche derzeit leider keine zusätzlichen Parameter für den oembed Player unterstützt, kann Enfold/WordPress diese Parameter leider auch nicht direkt übernehmen. Als Alternative bleibt daher nur die Einbindung des Iframes anstelle des vimeo links.
Best regards,
PeterHi!
Please go to Enfold > Theme Options > Sidebar and deactivate the “Page Sidebar navigation” option. It will remove the sidebar menu on pages.
Regards,
PeterHi!
Please create us a ftp account. I need to edit the theme files to debug the code.
Regards,
PeterHey!
I corrected the code: https://kriesi.at/support/topic/contact-form-bug-with-is-a-valid-number/#post-297816 – please try it again.
Cheers!
PeterHey!
Glad you solved the problem :)
Best regards,
PeterAugust 1, 2014 at 6:07 pm in reply to: Problem nach Umstellung auf Multisite / MultilingualPress Pro #298876Hey!
Grundsätzlich funktioniert Enfold mit Multisite problemlos, jedoch scheint es leider mit dem MultilingualPress Pro Plugin nicht kompatibel zu sein bzw treten eben die oben beschriebenen Fehler mit den Templates auf. Da ich derzeit leider keine Zeit habe mir die Sache anzusehen und wir offiziel nur WPML unterstützen empfehle ich entweder:
a) auf WPML umzusteigen
b) die MultilingualPress Pro Entwickler anzuschreiben – vielleicht können diese den Fehler debuggen. Da die Templates normalerweise nicht von einem Multisite Blog zum anderen Blog mittels PHP kopiert werden, kann dies uU die Fehlerquelle sein.
c) Überhaupt kein Übersetzungsplugin zu verwenden, sondern einfach zwei getrennte Seiten aufzusetzen – eine auf Englisch und eine auf Deutsch. Der nachteil wäre, dass man den Inhalt doppelt eingeben muss, wobei der Debug Modus zumindest teilweise Abhilfe schaffen würde, da man damit den Code kopieren kann.
Regards,
PeterHi!
Great, glad it works now :)
Cheers!
PeterHi!
Strange, try this code instead:
if(!($.isNumeric(value)) || value == "")
Regards,
PeterJuly 30, 2014 at 5:03 pm in reply to: Cannot log in to WP-ADMIN after activating Child Theme #297812Hey!
Try to place an empty functions.php file into the child theme folder – just in case your custom php code breaks the login somehow. If this doesn’t help try to deactivate all extensions and check if the login then starts to work. If not try to increase the allocated php memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Cheers!
PeterJuly 30, 2014 at 5:00 pm in reply to: Using ACF plugin to display posts in relationship with portfolio #297810Hey motylanogha!
No, we didn’t try this and we can’t provide support for the ACF plugin. I’ll leave this thread open in case a user already added an ACF code snippet to the theme code.
Regards,
PeterHey maastrichtuniversity!
1) Enfold supports fontello font icons: http://fontello.com/ – unfortunately I couldn’t find a Tudou font icon on this website and thus we can’t/won’t add it to the social services for now. We’ll look into it if someone adds an icon for Tudou though.
2) No, unfortunately the lightbox doesn’t support Tudou videos. A freelancer/develop might be able to implement support for this video service but I’m not sure about it.
Best regards,
PeterHey!
Please elaborate – I just checked it and the styling looked ok for me. I also tried to post a comment: http://www.clipular.com/c/4986295067607040.png?k=5E33oeBikCvAjR5SCFGb0dUnYuw and the text “One Response to “Maschine 1.3”” and “Leave a Reply” always showed up below the Maschine 1.2, etc. links.
Regards,
PeterHi!
1) Yes, this might cause problems if you’re just changing the url (domain mapping) without replacing the urls in the database. You can use a plugin like WP MigrateDB or WP MigrateDB PRO to replace all occurences of http://youngwomenpioneers.com/ with http://www.womenspioneernetwork.com/ in your database. Then export ther new database file, make a backup of the old database and drop all tables of the database. Then import the file you generated with the migrate plugin.
2) You can change the font size of the submenu titles with:
#top #header .mega_menu_title a { font-size: 17px; }
and the hover color with
#top #header .mega_menu_title a:hover { color: #333; }
3) Enfold does not support a Skype button and unfortunately the implementation of such a button is beyond the scope of our support forum. Maybe you can find an useful plugin here: http://wordpress.org/plugins/search.php?q=skype or hire a freelancer who can help you with the implementation.
Best regards,
PeterJuly 30, 2014 at 4:36 pm in reply to: Problem nach Umstellung auf Multisite / MultilingualPress Pro #297795Hey flymotions!
1) Es scheint das dynamische Stylesheet nicht zu laden. Wenn ich die URL aufrufe: http://flymotions.com/de/wp-content/uploads/sites/3/dynamic_avia/enfold.css gibt mir der Server einen Fehler zurück. Versuche vielleicht die Optionen auf jeder Seite neu zu speichern.
2) Ehrlich gesagt habe ich keine Ahnung warum dieser Fehler auftritt. Ihr könnt probieren den debug Modus zu aktivieren ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ), welcher auch den Template Code in reiner Form anzeigt. Ihr könnt den Code von http://flymotions.com/leistungen/ dann mit http://flymotions.com/de/leistungen/ vergleichen und unter Umständen den Unterschied/Fehler finden.
3) Nein, ich kenne mich leider mit dem Widget Code nicht aus und habe derzeit keine Zeit mich in den Code einzuarbeiten. Dbzgl. wendet euch bitte an die Plugin Entwickler.
Best regards,
PeterHi!
Enfold does not add the image title to the surrounding link element. If you want to add use the image title as link title insert this code into the enfold or child theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a img').each(function(i){ var img = $(this), img_title = img.attr('title'), link = img.parent('a'), link_title = link.attr('title'); if(typeof link_title == "undefined") link_title = ""; if(typeof img_title == "undefined") img_title = ""; if(img_title != "" && link_title == "") link.attr('title', img_title); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
PeterHey!
You can try it. The Enfold 404.php template can be found in wp-content/themes/enfold/404.php. We didn’t test it and we can’t support this customization. The page builder is currently not supported on 404 pages.
Cheers!
PeterJuly 29, 2014 at 5:09 pm in reply to: Double buttons in related products when using Woo's Product Add-ons #297355Hi denisdetaeye!
Probably the ” Product Add-ons” extension registers a new product type which is different from the default WooCommerce product types and thus it breaks our related products section. I recommend to contact the plugin author – maybe he can provide some tips how to rewrite the default “Add to cart” button code of our theme so that it works with his extension (it can be found in wp-content/themes/enfold/config-woocommerce/config.php and it’s wrapped into a function called avia_add_cart_button()). If he can’t help you you can either remove the related products section with php code (insert it into the functions.php file of the child theme or the Enfold parent theme):
add_action('after_setup_theme','avia_remove_related_products', 10); function avia_remove_related_products() { remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20); }
or you can try to hire a freelancer/coder who can dig into the extension code and customize the extension and/or theme files for you.
Best regards,
PeterHey!
Great, I’ll leave this thread open just in case some follow up questions are necessary :)
Cheers!
PeterJuly 29, 2014 at 4:50 pm in reply to: Completely Hide But Do Not Disable The ENFOLD Theme Admin Options Section #297344Hi mercury9!
Insert this code into the child theme functions.php or enfold/functions.php file:
add_action('admin_print_scripts', 'avia_gravity_forms_admin'); function avia_gravity_forms_admin() { echo "<style type='text/css'>"; echo "#toplevel_page_avia { display: none; }"; echo "</style>"; }
It will hide the menu item on the admin page.
Best regards,
PeterHi MrNayals!
Tbh I’m not sure if this is really a bug or an intended behavior. I’ll report it to Kriesi though. For a quick fix open up wp-content/themes/enfold/js/shortcodes.js and replace:
if(!value.match(/^(\d)*$/))
with
if(!($.isNumeric(value)))
Cheers!
PeterHey Brad!
No, unfortunately this parallax effect is only possible with “Color Section” elements. The LayerSlider can’t be used this way.
Best regards,
Peter -
AuthorPosts