Forum Replies Created
-
AuthorPosts
-
Hi!
It works now – I added a proper value into the “Category Base” field (“Kategorie-Basis Produkte”) on the permalinks settings page (Settings > Permalinks).
Cheers!
PeterHi hamzahmauzam!
Please install WPML 3.1.5. Older versions are not fully compatible with WP3.9 and trigger js errors.
Regards,
PeterMay 14, 2014 at 7:59 am in reply to: Advanced Layout Button broken, WPML Language Switcher reversed #264529Hi miketran!
Please update WPML to the latest version (3.1.5) and check if the update solves the issue(s).
Regards,
PeterMay 14, 2014 at 7:57 am in reply to: Can't get a picture to display full height as background of a color section #264526Hi!
You can try to set the background-size to “contain” – try this code:
#top .av-parallax.avia-full-stretch { background-size: contain !important; }
Cheers!
PeterHi!
Eigentlich sollte avia.js im Backend nicht geladen werden – vergleiche den Code in functions.php:
if(!is_admin()){ add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts'); }
wo wir mittels is_admin() abfragen, ob die Seite eine Admin Seite ist oder nicht. Wenn nicht, dann werden die Skripts geladen. Es deutet daher alles eher auf ein fundamentales Problem hin, dass auf deinem Server die is_admin() function nicht richtig funktioniert. Oder verwendet ihr ein child theme um die avia.js zu laden?
Regards,
PeterMay 14, 2014 at 7:42 am in reply to: Strange icon font behavior on .com /.nl website redirect…. #264517Hi!
Probably you just need to Access-Control-Allow-Origin header – then the fonts should work just fine. See http://davidwalsh.name/cdn-fonts
Best regards,
PeterHey!
This thread will help you to integrate s2members into the “conditional menu” logic of the theme: https://kriesi.at/support/topic/entire-menu-disappearing-instead-of-select-items-with-membership-plugin/ (especially this post: https://kriesi.at/support/topic/entire-menu-disappearing-instead-of-select-items-with-membership-plugin/#post-232162 ). I’m not familiar with the s2members code and if you need help with the “conditional function” code please contact the plugin author.
Best regards,
PeterHi eberswine!
Please post a link to your website – we need to check the code with the developer tools to find the problem(s).
Cheers!
PeterHi!
I tested https://wordpress.org/plugins/fv-wordpress-flowplayer/ and it works for me. I just had to tick the “Load JS Everywhere” checkbox: http://www.clipular.com/c/5743169358528512.png?k=jUZ50S4XirYmj51VzIiUfmtDAEg on the player option page.
Cheers!
PeterHi!
Please try to place this code into your child theme functions.php file and clear the browser (and wordpress) cache if necessary:
if(!function_exists('avia_wpseo_change_init_priority')) { function avia_wpseo_change_init_priority() { if(function_exists('wpseo_frontend_head_init')) { remove_action('template_redirect', 'wpseo_frontend_head_init', 999); add_action('template_redirect', 'wpseo_frontend_head_init', 9); } } add_filter('init','avia_wpseo_change_init_priority', 20); }
Does it work now?
Regards,
PeterMay 14, 2014 at 7:03 am in reply to: Order confirmation Page Issues after WooCommerce upgrade #264504Hey!
Please update your theme. You’re using Enfold 2.4.5 which is very outdated and not compatible with WP3.9 or the latest WooCommerce versions. You can download the update for free from http://themeforest.net . I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750 to install the theme. If the issue still persists after the theme update deactivate all third party plugins except WooCommerce because probably a plugin/extension causes the issue then.
Regards,
PeterHi!
You can use Flikks code and duplicate it like:
[av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left;"> Ständlerstr. 35 81549 München Germany </div> <div class="clearfix"></div> [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon] <div style="float: left;"> Ständlerstr. 35 81549 München Germany </div>
The div with the class “clearfix” will shift the content below to the next line.
Best regards,
PeterHey!
I tried to embed the audio file with the “Add Media” button and the generated code is:
<audio> <source src="http://www.prismcareernetworks.com/prism_wordpress/wp-content/uploads/2014/05/Rushus_-_03_-_crimson_turtles.ogg" type="audio/ogg"> </audio>
and it works fine for me. Note that the music will only play for Firefox users because Chrome doesn’t support the .ogg format. You can set an mp3 version of the file too though – the code would change to:
<audio> <source src="http://www.prismcareernetworks.com/prism_wordpress/wp-content/uploads/2014/05/Rushus_-_03_-_crimson_turtles.ogg" type="audio/ogg"> <source src="http://www.prismcareernetworks.com/prism_wordpress/wp-content/uploads/2014/05/Rushus_-_03_-_crimson_turtles.mp3" type="audio/mp3"> </audio>
if the audio file name is Rushus_-_03_-_crimson_turtles.mp3.
Best regards,
PeterHi!
Please create us an ftp account and post the login credentials as private reply. I’ll ask Kriesi to debug the code on your server.
Cheers!
PeterMay 14, 2014 at 6:09 am in reply to: Unterschied zwischen Portfolio-Einträge /-Categories und Beiträge #264487Hi!
Ja – es ändert sich nur die Feed-URL. Wenn du alle Portfolio Einträge anzeigen möchtest verwende:
http://www.yoursite.com/feed/?post_type=portfolio
wobei ihr natürlich http://www.yoursite.com gegen euren Domain tauschen müsst. Wenn ihr nur einzelne Kategorien per Feed darstellen wollt könnt ihr auch die Kategorie in die URL aufnehmen – zB:
http://www.yoursite.com/feed/?post_type=portfolio&portfolio_entries=webdesign
Diese URL würde zB die Portfolio Kategorie mit dem Slug “webdesign” anzeigen.
Best regards,
PeterHey!
Ich denke diesen Fehler wird (wie schon zuvor festgestellt) jeder reproduzieren können, der TwentyThirteen oder Enfold verwendet (vermutlich auch mit der Mehrzahl der übrigen Themes). Es wird aber nur wenigen Benützern aufgefallen sein…
Best regards,
PeterMay 13, 2014 at 9:54 pm in reply to: Market Press product page showing a not desired big image #264256Hi!
Tbh I’ve no idea why the page title doesn’t work but I guess this problem is more complex. We officially only support WooCommerce and we are not familiar with the MarketPress code. Your best bet is to contact the plugin author for help and if necessary hire someone (i.e. here: http://studio.envato.com/ or here: http://kriesi.at/contact/customization ) to integrate MarketPress into the Enfold theme.
Cheers!
PeterHey!
Ok, I’ll close this thread now.
Best regards,
PeterMay 13, 2014 at 6:47 pm in reply to: New share on Twitter > it do not take the right permalink #264116Hey!
I’ll discuss this with Kriesi. Tbh it doesn’t make sense to pass the full url since twitter shortens it anyway. For now we’ll stick with the short url and wait for user feedback.
Best regards,
PeterHey!
Please try to re-install Enfold via ftp: http://vimeo.com/channels/aviathemes/67209750 – maybe one or more framework files are corrupt and produce some weird output.
Regards,
PeterMay 13, 2014 at 6:42 pm in reply to: Market Press product page showing a not desired big image #264113Hey lombrano!
You can hide the image with some css code – insert it into your child theme style.css file or quick css field:
#top.page .page-thumb{ display: none !important; }
Regards,
PeterHi!
No, I really doubt that the editor toolbar uses the same selector like our masonry filter links. But you can try to remove the code I inserted into the quick css field….
Best regards,
PeterHi pixelpowereddesigns!
Please update Enfold to the latest version 2.7.1 – older versions might not be compatible with WP3.9. If the issue persists try to deactivate all plugins – maybe a plugin is not compatible with WP3.9 or the theme.
Regards,
PeterHi Eric!
Our theme code doesn’t affect the coupon feature/code in any way and tbh I think it’s a WooCommerce bug which you need to report to the plugin developers: http://www.woothemes.com/support/ . You can test the coupon feature with another theme (i.e. TwentyThirteen) if you want to make sure that the issue is not caused by the theme.
Best regards,
PeterHi!
You can suggest the service here: https://kriesi.at/support/enfold-feature-requests/ – if more users vote for it we’ll look into it.
Best regards,
PeterHi!
Schön, dass du die Lösung gefunden hast ;)
Regards,
PeterHey crschulz!
open up enfold/tag.php and replace:
<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>
with
<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>> <div class="category-term-description"> <?php echo term_description(); ?> </div>
I’ll ask Kriesi to include this code with the next update.
Cheers!
PeterHi!
Sehr gut :)
Regards,
PeterMay 13, 2014 at 9:41 am in reply to: Unable to edit text in the avia editor after site transfer #263821Hey Dominic!
If you want to change the domain you must make sure that all url paths in the database also point to the new domain. I recommend to use WP MigrateDB or WP MigrateDB PRO to export the database. Use the “domain replacement” feature to replace all occurrences of your old domain with the new domain in your database and export the database. Then make a backup of your old database, delete the database data and import the database file you exported with the migrate plugin.
Regards,
PeterHey!
1) Please post a link to your website.
2) Please try to increase the allocated memory to 128M – http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Peter -
AuthorPosts