Forum Replies Created
-
AuthorPosts
-
May 5, 2014 at 11:42 am in reply to: wordpress 3.9 enfold 2.7 adminbar ajax search in header #260191
Hi!
Ok, in this case we’ll wait for the final version. We can’t support beta versions of the browser coz we don’t know if it’s a browser bug or not. It works on my stable Chrome 34.x installation and you also can’t reproduce it with Chrome 34.x stable so there’s nothing we have to worry about at the moment. If the final 35 version doesn’t work we’ll look into it.
Best regards,
PeterMay 5, 2014 at 9:52 am in reply to: Upgraded Theme to New Version And All Settings Are All Over The Place… #260142Hi!
The first issue is caused by a third party plugin (allow-php-in-posts-and-pages) which seems to throw an error.
Best regards,
PeterMay 5, 2014 at 9:49 am in reply to: Hilfe – Breadcrumbs fügen Entwurfseiten auf Archivseiten vom Blog ein #260140Hi!
Sehr gut. Ich muss zugeben wir haben in 2.7.1 dbzgl nichts geändert – aber schön, dass es jetzt funktioniert.
Regards,
PeterHi!
I recommend to make a backup of the database, then you can switch the theme without taking any risk. I’m pretty sure the issue is not related to the theme code (if it’s unmodified) because no other user reported an issue with the rss feed and it also works on my test servers and production servers.
Regards,
PeterMay 5, 2014 at 9:30 am in reply to: Upgraded Theme to New Version And All Settings Are All Over The Place… #260131Hi!
The portfolio slug option can be found on the default permalinks settings page now (Settings > Permalink). Change the slug and click the “Save” button to flush the permalink rules.
The css styles should change if you re-save the Enfold theme options. If it doesn’t work probably 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 inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Best regards,
PeterMay 5, 2014 at 9:26 am in reply to: Probleme mit Auswahl Icons für Icon-Lists, sowie Öffnen der Layout-Elemente #260130Hey bootsmannlive!
Das klingt nach einem Javascript Problem/Konflikt. Bitte aktualisiere Enfold auf 2.7 und WordPress auf 3.9. Falls dadurch der Fehler nicht behoben wird versuche einmal alle Plugins zu deaktivieren, leere den Browser Cache und versuche dann die Icons auszuwählen.
Regards,
PeterHey!
1) You can add the code I posted here into the enfold/functions.php file (insert it at the very bottom). The only disadvantage is that you must modify the file every time you update the theme. Thus I recommend to switch to a child theme – it’s very easy see: http://kriesi.at/documentation/enfold/using-a-child-theme/
2) I checked your website and only 5 pages are translated to Spanish: http://www.amequipment.com/wp-admin/edit.php?post_type=page&lang=es
I visited all pages and the language switcher seems to link to the right, translated page: http://www.screenr.com/DAgN
I noticed you use different settings for each language – I recommend to go to Enfold > Theme settings and to check the settings for each language. You can use the language switcher at the top to change the language. Enfold creates a different option set for each language and you must configure the options for each language separately.
Cheers!
PeterMay 5, 2014 at 9:24 am in reply to: Hilfe – Breadcrumbs fügen Entwurfseiten auf Archivseiten vom Blog ein #260128Hey adrianwackernah!
Ist “Folker Winkelmann Photography ” eine Subseite der “Aktuelles” Seite?Ich konnte den Fehler bei mir nicht reproduzieren und die einzige Erklärung wäre für mich, dass zwischen Aktuelles und “Folker Winkelmann Photography ” irgendeine Hierarchie besteht.
Regards,
PeterMay 5, 2014 at 9:08 am in reply to: Upgraded Theme to New Version And All Settings Are All Over The Place… #260126Hey sgrobert!
I recommend to re-save the theme options (Enfold > Theme Options) and to configure the new “Header settings” if necessary.
Cheers!
PeterMay 5, 2014 at 9:06 am in reply to: Enfold 2.7 mobile: WMPL switch – incorrect position bug , mobile menu disappear #260125Hi altns!
You can reduce the padding between the flags:
@media only screen and (max-width: 767px){ .responsive #header_meta .sub_menu>ul>li { padding: 0 0px; } }
– then the flags should be displayed in one line. If you want to display them next to the social icons use this code instead:
@media only screen and (max-width: 767px){ .responsive #header_meta .sub_menu>ul>li { padding: 0 0px; } .responsive #header .social_bookmarks { width: 28%; } }
Best regards,
PeterHi!
Please try to increase the allocated memory to 128M. Enfold + WPML probably require 64+mb memory and with 128M you’re on the safe side. This article and: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ shows you how to increase the memory.
Cheers!
PeterMay 5, 2014 at 8:58 am in reply to: Portfolio raster, selection of categories option missing #260121Hey!
Is the admin account still active? I couldn’t log in on your sever.
Best regards,
PeterHi depa_94469!
You should be able to access the “Translation Options” from the sidebar in the admin menu. It links to this page:
http://domain.com/wp-admin/admin.php?page=sitepress-multilingual-cms/menu/translation-options.php (obviously http://domain.com/ is just a placeholder for your domain).If you still can’t find/access this page please try to contact the WPML support staff – maybe the plugin doesn’t work properly on your server.
Cheers!
PeterHey gekkie96!
See http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
Cheers!
PeterHi grpetz!
Kriesi will fix it with the next update. For a quick fix try to insert this code into the quick css field:
.four.units.single-product-main-image{ overflow: hidden; }
Cheers!
PeterHey!
Yes, this is not easily possible. If you just need to replace “Living in Christchurch” with the portfolio entry title you can use this code instead:
$track_event = !empty($custom_link) ? "onClick=\"_gaq.push(['_trackEvent', 'Asset Library', 'PDF', '{$title}']);\"" : ''; $output .= "<h2 class='portfolio-grid-title entry-title' $markup><a href='{$title_link}' {$track_event}>".$title."</a></h2>";
However if the text may vary from the portfolio title (= different terms) you would need to modify/customize the theme code. This is something which is beyond the scope of our support forum and would require a freelancer.
Best regards,
PeterHi sailboat907!
Please create us an admin account and post the login credentials as private reply. We’ll check the configuration and hopefully we can find the cause of the problem. I suggest to deactivate all plugins to see if it’s a plugin conflict/issue.
Regards,
PeterHi Jason!
Afaik each column has a unique class/selector and this should be possible. Can you post a link to your website please?
Regards,
PeterMay 5, 2014 at 8:12 am in reply to: Major confusion and issues with Product Category Images, Product Thumnails #260103Hey!
If you want to set a different thumbnail size open up wp-content/themes/enfold/config-woocommerce/config.php and search for:
if($layout == 'fullsize') $image_size = 'entry_without_sidebar';
Replace entry_without_sidebar with any other thumbnail size of your choice. You can also define a new size with: http://wordpress.org/plugins/simple-image-sizes/ , then regenerate the images with: http://wordpress.org/plugins/regenerate-thumbnails/ and at least replace entry_without_sidebar with the custom image size name.
Cheers!
PeterMay 5, 2014 at 8:01 am in reply to: Full width masonry gallery, lightbox stopped working for no reason at all. #260098Hey!
Glad you found the culprit :)
Cheers!
PeterHey raz_boaz!
No, as far as I know LayerSlider crops the background image based on the surrounding container size and thus the aspect ratio of the slide background image is not always the same. You can try to use the “EasySlider” or “Fullwidth EasySlider” instead which doesn’t support advanced layer animations but which scales the image based on the aspect ratio.
Regards,
PeterHi!
I fixed the issue. I had to deactivate the “Use Google CDN version of jQuery” option on the LayerSlider option page. It loads an old jquery version (1.8.3) which is outdated and breaks the menu builder, etc. code.
Cheers!
PeterHi!
1) If you want to get rid of the extra space insert this code into the child theme:
#header_main_alternate { margin-top: 0; }
2) You should be a able to apply a semi transparent background to the header menu dev without any images – try this code:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div { background-color: rgba(0,0,0,0.5); }
Maybe you need to remove some elements from the selector but it should give you a good starting point.
Cheers!
PeterHey!
You can try Ismaels mod (not sure if it works though since the plugin author probably has good reasons why he relies on the mb_eregi() function) or you make sure that the server supports the mbstring php extension: https://contao.org/en/faq/call-to-undefined-function-mb_eregi.html . Unfortunately I can’t provide another solution since the mb_eregi function is part of the LayerSlider plugin code and not used by the theme framework. A workaround would be to use/purchase another slider like: http://codecanyon.net/item/master-slider-wordpress-responsive-touch-slider/7467925?ref=Zweistein or http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380?ref=Zweistein – I’m not sure if these plugins use the mb_eregi function though.
Best regards,
PeterMay 5, 2014 at 7:24 am in reply to: Enfold : Add to cart button not showing up on variable product #260088Hi!
1) Please Update WooCommerce & Enfold to the latest version.
2) Revert Ismael’s code mod.
3) Deactivate all plugins except WooCommerce and check if the issue persists. If not activate the plugins one by one to find the conflicting plugin.
Best regards,
PeterHey!
Yes, Enfold uses sessions to determine the last visited portfolio page and uses this page for the breadcrumb hierarchy. If you want to set a specific page for your portfolio item use the “Breadcrumb Hierarchy” dropdown on the right side of the portfolio entry editor page to select the right portfolio page for each portfolio entry. Unfortunately you can’t set a hierarchy between pages and posts and you must set this with a post meta field (Breadcrumb Hierarchy) manually.
Best regards,
PeterHi!
You must install a special plugin to translate the products – see: http://wpml.org/documentation/related-projects/woocommerce-multilingual/
Regards,
PeterHi!
If the code still doesn’t work please ask the freelancer to implement it for you – maybe he modified the files somehow and you must take care of some other code parts too.
Cheers!
PeterHi!
Make sure you use the code Ismael posted here: https://kriesi.at/support/topic/page-arrow-slider-order/#post-257013 and make sure that the quotes use this symbol
'
and not
‘
Regards,
PeterHey!
Ok, ich schließe diesen Thread jetzt, lasse ihn aber für Kriesi markiert.
Cheers!
Peter -
AuthorPosts