Forum Replies Created
-
AuthorPosts
-
April 18, 2014 at 9:02 am in reply to: Adding content to /shop page is appearing in wrong location on page #253045
Hey ttem!
I’ll mark this for Kriesi.
Cheers!
PeterHi Scubagirl15!
Please create us an admin account and post the login credentials, Envato username and api key as private reply – we’ll check why the “save changes” button doesn’t work. If you want to update your theme I suggest to use ftp for now ( https://vimeo.com/channels/aviathemes/67209750 ) which is more reliable and safer than the automatic theme update anyway (you can make a backup of the old theme files first, check for transmission errors, etc.).
Cheers!
PeterHey Brian!
I’ll mark this for Kriesi because I’m not sure how much work is required to change the animation. Personally I think it requires some work and is beyond the scope of our free support service but maybe Kriesi can provide some css code to change the animations. You can also suggest an option for additional mobile menu animations here: https://kriesi.at/support/enfold-feature-requests/ – if some other users vote fr it we might add this feature to a theme update.
Cheers!
PeterHi Isabelle!
1) Update das Theme auf Enfold 2.6.4 – die Versionen davor sind nicht mit WP3.9 kompatibel.
2) Falls das Problem noch immer nicht gelöst ist, sind vermutlich ein (oder mehrere) Plugins mit WP3.9 nicht kompatibel. Bitte deaktiviere alle Plugins und siehe nach ob der Fehler noch immer auftritt. Wenn nicht aktiviere die Plugins nacheinander um das inkompatible Plugin zu finden.
Cheers!
PeterApril 18, 2014 at 8:43 am in reply to: #bug: When I place a Product Grid, the Latest News widget stops working #253038Hey!
Thanks. I found a logical error in my solution. Please open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace
if($orderBY == 'popularity' || $orderBY == 'rating') { remove_filter( 'posts_clauses', array( WC()->query, 'order_by_popularity_post_clauses' ) ); remove_filter( 'posts_clauses', array( WC()->query, 'order_by_rating_post_clauses' ) ); }
with
remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) ); remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
We’ll include this fix in Enfold 2.7.
Best regards,
PeterApril 18, 2014 at 8:25 am in reply to: Vergleichsrechner per I Frame einbinden nicht möglich? #253035Hi!
Ja, diesfalls empfehle ich auf jeden Fall den Code (zumindest derzeit) mittels Shortcode: http://wordpress.org/plugins/insert-html-snippet/ einzubetten. Der Grund hierfür ist, dass WP den Code als “Text” betrachtet und diesen dann mit html Tags (paragraph tags, line breaks tags, etc.) zu “optimieren” versucht. Das nächste Update (erscheint nächste Woche) wird ein Code Block Element einführen, welches den Code unformatiert auf der Seite einfügt. Ihr könnt daher entweder auf das nächste Update warten, oder als kurzfristige Lösung den Code per Shortcode einfügen (mithilfe von http://wordpress.org/plugins/insert-html-snippet/ ).
Cheers!
PeterHey!
Ich glaube das Problem liegt an der ordner Struktur am Server – wenn ich mir die Pfade ansehe – zB:
http://wp.affaronissimo.it/wp-content/themes/enfold/enfold/css/grid.cssDann kommt in der URL zwei mal der ordner “Enfold” vor (/themes/enfold/enfold/). Bitte stelle sicher, dass eine Ordnerebene wegfällt und verschiebe den “Enfold” Ordner von http://wp.affaronissimo.it/wp-content/themes/enfold/ in den http://wp.affaronissimo.it/wp-content/themes/ Ordner. Ich empfehle hierfür FTP zu verwenden.
Best regards,
PeterHey!
Tbh I’m not sure if it will work with 2.6.4. Personally I merge my code/patches with the developer version of Enfold which is v2.7. We’ll release the new version (with major enhancements) next week. However maybe Kriesi already included my patch into the (minor) v2.6.4 update. I really don’t know it though. If this: https://kriesi.at/support/topic/google-maps-api-multiple-times-on-the-page/#post-251997 code doesn’t work yet please wait for the 2.7 update – then it will work for sure.
Cheers!
PeterApril 18, 2014 at 8:08 am in reply to: LayerSlider WP Problem – LayerSlider nicht editierbar, weisse Seite #253029Hi soltner!
Hast du schon probiert den PHP Speicher auf 128M zu erhöhen? Weiße Bildschirme deuten immer auf einen server-seitigen Fehler hin und ich nehme an, dass der Speicher für das Laden der Editorseite nicht ausreicht. Bitte versuche diesen daher auf 128M zu setzen. Mehr Infos gibts hier: http://bueltge.de/mehr-speicher-fuer-wordpress/957/
Best regards,
PeterApril 18, 2014 at 8:03 am in reply to: avia framework popups within elements stopped working #253026Hey!
Please download the latest version from themeforest.net and install the update via ftp: https://vimeo.com/channels/aviathemes/67209750
Regards,
PeterHi luca8link!
Please download the “CMS Beta Package” file and install the WPML beta version. More information can be found here: http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/
Regards,
PeterHey!
We didn’t release the 2.7 update yet (see https://kriesi.at/support/topic/custom-icons-in-iconboxes/#post-252679 ). Please wait for the update which will be released next week.
Cheers!
PeterHey!
Yes, if the icons use the same font family they may overwrite the existing items. If you upload another, different font family Enfold will just add them to the icon list.
Cheers!
PeterApril 17, 2014 at 11:36 am in reply to: avia framework popups within elements stopped working #252600Hey!
Yes, latest is 2.6.4. Also WPML requires an update: http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/
Cheers!
PeterHi azzopard1!
Glad you found a solution :)
Best regards,
PeterHey!
Maybe a browser plugin on your laptop blocks the icons (adblocker, etc.).
Best regards,
PeterApril 17, 2014 at 9:04 am in reply to: How remove add to cart/ select options links on shop and catalog pages? #252504Hey ttem!
Yes – open up wp-content/themes/enfold/config-woocommerce/config.php and replace:
ob_start(); woocommerce_template_loop_add_to_cart(); $output = ob_get_clean(); if(!empty($output)) { $pos = strpos($output, ">"); if ($pos !== false) { $output = substr_replace($output,"><span ".av_icon_string('cart')."></span> ", $pos , strlen(1)); } }
with
$output = '';
Regards,
PeterApril 17, 2014 at 9:00 am in reply to: how can I make the title for each portfolio entry 18 point? #252503Hi!
Please try the code again – I adjusted it a bit and replaced $params[‘preview_size’] =’no scaling’; with $params[‘preview_size’] =’full’;
Best regards,
PeterHey!
No, it shouldn’t cause any side effects because the “portolio-preview-list-image” class is very specific :)
Regards,
PeterHey!
Tbh if you run a serious business you also must invest some money into a decent website hosting service. Hostgator is a low budget host and and their server limitations do not reflect the standards of other shared hosting providers. Personally I pay 9€ per month for a shared host server with 128M and I never hit any server side limitations (execution time, php memory, max_post_vars, etc.).
Cheers!
PeterHey Brudertac!
You can use a “textblock” element to embed the “Image Source Control” shortcode into an “Advanced Layout” template.
But if we use the Enfold Gallery those Informations are not visible. Is there a way to change that?
Probably yes but we can’t assist you with the third party plugin integration. Please contact the plugin author or hire a freelancer who can help you to modify the standard shortcodes.
Best regards,
PeterHi!
No, png images are currently not supported. This feature wold require a theme code customization.
Best regards,
PeterApril 17, 2014 at 8:34 am in reply to: Masonry — Display Posts from Specific Cateogry, but Sort on Tag #252492Hi snmarkov!
No, unfortunately this is not possible out of the box. You can suggest the feature here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we might add it to the theme framework with an update.
Regards,
PeterHi!
1) You can add a Google+ social icon to the header (go to Enfold > Theme Options > Header) and the button is not required. You can configure the url with the “Social Icon URL:” field. I recommend to link the icon to your google+ profile or use this url: https://plus.google.com/share?url=http://www.aperture22.com/dev/ if you want that the user can share your website.
2) Unfortunately the “sort/filter” effect is a pure visual effect and doesn’t change the website content. Thus you can’t remove the images from the lightbox if the user filters the portfolio. I recommend to create two separate portfolio pages if you want to avoid that the lightbox displays images from different categories.
Cheers!
PeterApril 17, 2014 at 8:18 am in reply to: avia framework popups within elements stopped working #252488Hi sky19er!
Maybe a plugin conflicts with the theme framework. Please try to deactivate all plugins and check if the button starts to work. You can also try to update the theme to 2.6.4, WP to 3.9 and all plugins to the latest version to fix the issue.
Regards,
PeterApril 17, 2014 at 8:16 am in reply to: Google maps is showing a white line in the middle of it.. #252487Hi!
I don’t notice any white line in the map area: http://www.screenr.com/DgxN – did you solve the issue?
Cheers!
PeterApril 17, 2014 at 7:55 am in reply to: Where can I provide global settings to reduce the margin padding among elements #252482Hey!
You can change the logo position with
div .logo { left: 39%; }
– insert the code into the quick css field.
The link: http://dev.lorenasarbu.com/ideal.jpg doesn’t work and returns a 404 page.
Regards,
PeterApril 17, 2014 at 7:28 am in reply to: Font family not working when logged out or in Google Chrome #252479Hey!
How did you migrate the database from the test environment to the live environment ? I guess both servers use a different url and/or domain. We use serialized data to store the settings and thus you must be carefuly with the data migration. Did you use this tool: WP MigrateDB or WP MigrateDB PRO to export the database from the test environment. Use the “domain/url replace” feature to replace the test environment url with the live environment url. Then import the generated sql file on your live server.
Cheers!
Peter -
AuthorPosts