Forum Replies Created
-
AuthorPosts
-
June 12, 2014 at 1:40 pm in reply to: WP Layer Slider – directory password protection – Duplicator plugin #278051
Hey!
I recommend to use WP MigrateDB or WP MigrateDB PRO to export the database and to replace the old url/domain with a new one – otherwise there’s a high chance that some serialized data breaks your website or that some urls still point to the old website.
Cheers!
PeterHey!
Ok, dann warten wir bis ein Link zur Seite besteht und wir das Ganze mit den Developer Tools ansehen können. Ad hoc weiß ich leider auch nicht, warum der Button seine Position nicht ändert.
Cheers!
PeterHi!
Yes, I can reproduce the issue with the textblock. I reported it to Kriesi but I’m not sure if we can fix this. I recommend to use the code block which works with any shortcode (playlist or single player).
Best regards,
PeterJune 12, 2014 at 1:22 pm in reply to: problems with inserting/adding uploaded pictures to gallery #278047Hey!
Please create us an admin account and post the login credentials as private reply.
Best regards,
PeterHi!
Please create us an admin account and post the login credentials as private reply. Please also provide the ftp account credentials. We’ll debug the code and hopefully we can find the culprit.
Cheers!
PeterHey!
Did you create more than one slide? Afaik you can’t loop the slides with just one slide but you must create at least two slides. Enfold will then loop from slide 1 to slide 2 and then back to slide 1, etc.
On this page the slider http://109.201.154.73/~ghtrdqpm/wp/ just contains one slide and can’t loop to slide 2. One possible workaround would be to duplicate the slide (2 similar slides) and then you will see the same layer animations over and over again.
Best regards,
PeterHey!
The new share options are located on the theme settings page (Enfold > Theme Options > Blog Layout). Kriesi always writes are short article about the new features and publishes the articles here: http://kriesi.at/blog
Regards,
PeterHey!
@sureshakula – please post the website url. Color sections can’t be used with sidebars. You would need to hire a developer to add this feature to the theme framework.
@diezwei – you’re using an old version of WPML which is not compatible with WP3.9 and which breaks the theme. Please update to 3.1.5 which is fully compatible with WP3.9.x.Best regards,
PeterHi icvdm!
Please try to update to Enfold 2.8.1. It’s bundled with a new version of LayerSliders and contains some bug fixes which might fix the issue on your website too.
Regards,
PeterHey!
Can you post a link to an “active page” where the styling doesn’t work?
Cheers!
PeterJune 12, 2014 at 12:24 pm in reply to: WP Layer Slider – directory password protection – Duplicator plugin #278026Hey!
Tbh the user authentication has normally nothing to do with the theme, wordpress or layerslider but with your server configuration: http://httpd.apache.org/docs/2.2/howto/auth.html . If you want to check if LayerSlider is the culprit remove or comment out this line in enfold/functions.php:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
– then the LayerSlider plugin is completely deactivated.
Best regards,
PeterHi!
Vielleich lässt sich die Position mit:
.html_entry_id_1122 .av_promobox .avia-button-wrap .avia-button { margin-left: auto !important; margin-right: auto !important; }
oder:
.html_entry_id_1122 .av_promobox .avia-button-wrap .avia-button { text-align:center; }
anpassen.
Best regards,
PeterJune 12, 2014 at 12:15 pm in reply to: Problem with Image Styling -> circle. Dark rectangle on mouseover #278023Hi Sven!
Try to insert this code into the quick css field:
.tablepress .av-image-caption-overlay{ background: transparent; }
Best regards,
PeterHey!
Please try to upload a completely unmodified version of the Enfold theme. I think some custom code (i.e. google language switcher, etc.) breaks the accordion slider. I duplicated your template on my test server: http://test.inoplugs.com/code/ and I can’t reproduce the javascript error which breaks the accordion slider on your website.
Best regards,
PeterHi!
No, we are not familiar with the WP e-commerce code and we can only support WooCommerce. If WooCommerce doesn’t work on your server try to increase the allocated php memory to 128M – insert this code into the wp-config.php file:
define('WP_MEMORY_LIMIT', '128M');
For more information see: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Best regards,
PeterHi!
You can add it to the child theme style.css file (at the very bottom) or insert it into the quick css field (Enfold > Theme Options)
Best regards,
PeterHey!
You can use this css code to extend the button width to 100% and to align the buttons vertically:
#top div .widget_shopping_cart .button { width: 100%; display: block; }
Some German users, etc. use this code because the translation of “View cart”, etc. requires more space.
Regards,
PeterHi!
Please create us an admin account – I’ll check the configuration.
Regards,
PeterHi!
The reason is the framework attaches the favicon and logo image to a hidden post and probably the publishing date of this hidden post is 2013/04.
Best regards,
PeterHi treufo!
Wenn du WP3.9.1 nützt und die neueste Enfold Version (2.8.1) installiert ist, sollte dies möglich sein. Füge hierzu diesen Code in the child theme functions.php oder enfold/functions.php ein:
function avf_same_category_navigation($settings) { if($settings['taxonomy'] == 'portfolio_entries') $settings['same_category'] = true; return $settings; } add_filter('avia_post_nav_settings','avf_same_category_navigation', 10);
Regards,
PeterHi!
Ja, genau – verwende stattdessen diesen Code und ändere die ID (im Code derzeit 1122)
.html_entry_id_1122.av_promobox .avia-button-wrap{ float: none !important; } .html_entry_id_1122 .av_promobox .avia-button-wrap .avia-button { float: none !important; position: static !important; margin-top: 0 !important; } .html_entry_id_1122 .avia-promocontent { margin-right: 0; }
Best regards,
PeterHey nurdwurks!
The code block will just embed the raw code (you inserted into the code block textarea) into the website. I.e. if you insert
<style> .circle { border-radius: 50%; width: 200px; height: 200px; background: #333; /* width and height can be anything, as long as they're equal */ } </style> <div class="circle"></div>
you’ll see a circle like here: http://test.inoplugs.com/code/ – basically it depends on your html/css code how the output will look like.
Best regards,
PeterJune 11, 2014 at 9:14 am in reply to: How to add a No-Image-Icon to Latest Portfolio Sidebar Widget #277441Hey parperei!
You can hide the placeholder with css code – insert it into the child theme style.css or quick css field:
.widget .news-thumb.no-news-thumb { display: none; }
Update: Obviously you can also use the same code to apply a background image to the placeholder span like:
.widget .news-thumb.no-news-thumb { background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }
and instead of http://kriesi.at/wp-content/themes/kriesi/images/logo.png just insert an url to your image.
Best regards,
PeterHi!
Please insert the code without the script tags into the google analytics field. You can also try to insert just the UA-ID: UA-32578680-1 into the field – Enfold will recognize the input as id and will add the required tracking code automatically.
Regards,
PeterHey!
If you want to embed the player you need to use the “Audio” shortcode: http://codex.wordpress.org/Audio_Shortcode and the code block element
I.e. I added the shortcode to the test page here: http://mara-events.de/cms/test-page/
[audio mp3="http://mara-events.de/cms/wp-content/uploads/Die_Freude_am_Herrn.mp3"]
Regards,
PeterHi OblakJ!
You can hide the “active” bar with:
.av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item>a>.avia-menu-fx{ display: none; }
If you just want to hide it for a specific menu item use the menu item id (or css class like:
li#menu-item-999:hover .avia-menu-fx, li#menu-item-999 > a > .avia-menu-fx, #menu-item-999:hover .current_page_item>a>.avia-menu-fx{ display: none !important; }
(the sample code above will change the styling of the menu item with the id 999).
Cheers!
PeterHi!
Great, glad it works now :)
Cheers!
PeterHey Jason!
Please post a link to the website where the google analytics code doesn’t work.
Best regards,
PeterHi!
It works now. The “Animate starting slide” option: https://www.clipular.com/c/4825845445165056.png?k=AnjMZPP4JLIXACEhFnL2SoA6VSk was deactivated and thus LayerSlider didn’t animate the layers. I activated the option and now all layers fade in as expected.
Best regards,
PeterHey!
Please try to open up enfold/config-bbpress/config.php and replace:
add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
with
add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2); add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
We’ll include this fix with the next theme update.
Cheers!
Peter -
AuthorPosts