Forum Replies Created
-
AuthorPosts
-
Hi agernaat!
I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/
If the regeneration doesn’t help a possible css fix would be:
.news-thumb { max-width: 36px; }
– insert this code into the quick css field.
Best regards,
PeterHi Tali!
1) To deactivate LayerSlider insert this code into the child theme functions.php file
add_theme_support('deactivate_layerslider');
2) Insert this code into the child theme functions.php file:
function avia_register_avia_widgets() { register_widget( 'avia_newsbox' ); register_widget( 'avia_portfoliobox' ); register_widget( 'avia_socialcount' ); register_widget( 'avia_combo_widget' ); register_widget( 'avia_partner_widget' ); } avia_register_avia_widgets(); //call the function immediatly to activate
or open up enfold/functions.php and delete one code line
register_widget( 'avia_google_maps' );
Regards,
PeterHi!
1) Please try to clear the browser cache. Maybe the mobile (safari) browser still loads the corrupt/damaged files.
2) Thanks for the notice. We fixed the issue and we’ll release the update (version 2.6) this week.
Cheers!
PeterHi!
Actually IE8 shouldn’t shrink your website to 960px but it should display the website with a width of 1030px or 1210px (depends on the layout setting . Enfold > General Settings). Only browsers which support media queries will use a special styling for devices with 960px screens and 768px screens). Can you post a link to your website please and I’ll investigate the html/css code and check why IE8 doesn’t display it properly.
Best regards,
PeterMarch 10, 2014 at 11:29 am in reply to: Homepage bugs: MailChimp for WordPress Lite plugin + not showing all lenght #234610Hi!
1) The testimonials issue will be fixed in the next update. We’ll release the new version (2.6) this week.
2) Right now we’re too busy to debug the third party plugin conflict. Maybe we’ll look into it if we’ve more time but tbh I think this is a low priority thing and I’m also aware of incompatibility issues between the Mailchimp Lite widget and WPML and thus many users who rely on WPML won’t be able to use this plugin anyway…
Cheers!
PeterHey!
1) I think it’s easier to solve the issue by setting a background for the entire page.
The reason for the white background instead of the background image applied universally is because when I apply the background universally, no color sections apply a new color or background image.
Please apply the background universally and post a link to a color section which doesn’t work. I’ll investigate the css code and check why the color section doesn’t work.
2) Kriesi uses the “large responsive” layout (with 1210px width). You can configure it on the theme option page ( Enfold > General Settings). If you want to stretch the forum content area to 100% insert this code into the quick css field:
#top .forum-archive .entry-content { width: 100%; margin-left: 0; }
3) I’m not sure if Kriesi uses a custom widget or a standard bbpress widget for the login area. I’ll tag this thread for him and ask him to comment on it.
Cheers!
PeterHey!
Enfold does not redirect the user to a mobile page/template since it does not even come with a special “mobile” template. If a redirection script is in place I recommend to check your server configuration (especially the htaccess file and maybe the index.php file if it contains some redirection code). If this doesn’t help try to move the entire wordpress directory to a new (sub) directory and make sure that the domain points to this (sub)directory.
Cheers!
PeterHi!
Ja, bitte, da ohne Test Account der Fehler schwer zum testen (und beheben) ist. Ich konnte den Fehler auf der Demoseite nicht reproduzieren ( ). und auf deiner Seite sollte dieser Code funktionieren:
.avia-msie-8 #top .header_bg{ background: #fff; filter: ; }
Ich konnte diesen aber nicht testen, da das dynamische Stylesheet diesen nicht übernommen hat.
Regards,
PeterHi Voilaah!
1) You can activate the “registration form” on the WooCommerce option page (WooCommerce > Settings > Accounts > “Enable registration on the “My Account” page”
2) No, but you can purchase a plugin called “German Market”: http://marketpress.com/product/woocommerce-german-market/?noredirect=en – it adds an order review page to your WooCommerce shop because the German/Austrian law forces the shop owner to show the customer a order review page before the order/data submission.
Cheers!
PeterHi!
Ja, genau. der Eintrag
define(‘WPLANG’, ‘de_DE’);
muss in der wp-config.php vorhanden sein. Wir liefern Enfold mit den deutschen Sprachdateien aus, daher sollte es nicht notwendig sein diese extra zu installieren. Sobald die WordPress Sprache auf “Deutsch” gestellt ist, sollte WordPress auch die Enfold Sprachdateien laden und verwenden. Bitte richte mir einen Admin Account ein und sende mir die Zugangsdaten als “Private Reply” (siehe Checkbox unterhalb des Texteditors) und ich sehe mir die Sache an.
Cheers!
PeterHey!
Revert the code change Ismael suggested in his last post and insert this code at the very bottom of enfold/js/avia.js:
(function($){ $(document).on( "click", '.portfolio-preview-title.entry-title', function(e) { $(this).parents('.portfolio_preview_container').find('.avia_close').trigger( "click" ); e.preventDefault(); }); })( jQuery );
Best regards,
PeterHey MMA_Impact!
You maybe need to save the template/page first. We use a special hook to pass the page content to Yoast SEO and this hook might not work if the post content is not saved. I did a quick test on my test server and the keyword analysis worked with advanced layout pages and standard posts/pages.
Cheers!
PeterHey!
@Piepmatz – falls das Problem noch nicht behoben wurde stelle bitte sicher, dass die deutsche WordPress Version installiert ist.Regards,
PeterMarch 8, 2014 at 5:38 pm in reply to: Überschrift hinzufügen z.B. h7 / Adding heading e.x. h7 #234190Hi!
Ja, dies ist auch möglich!
Best regards,
PeterMarch 8, 2014 at 4:11 pm in reply to: Überschrift hinzufügen z.B. h7 / Adding heading e.x. h7 #234185Hi Sven!
Du könntest den style Code auch in das Quick CSS Feld oder in deine Child Theme style.css eintragen – dann musst du nicht die Core Theme Dateien bearbeiten. Beachte aber das neue headline Definitionen (h7, h8, etc.) derzeit nicht im html Standard vorgesehen sind und daher dein html Code ungültig/invalide wird. Die meisten Browser werden es trotzdem akzeptieren und darstellen.
Regards,
PeterMarch 8, 2014 at 2:32 pm in reply to: Social Icons (Fontello) not working in Firefox, Enfold 2.5.4 #234174Hey!
I’ll tag this thread for Kriesi.
Note that there’s also a bug in this theme on WordPress multisites: urls to font files are based on $this->paths[‘baseurl’]. In a multisite, this baseurl is the site’s url, while this should be the network site’s url.
I can’t find a bug. I did a quick test on my multisite test server and the urls are correct for me: http://multisitetest.inoplugs.com/ and http://en.multisitetest.inoplugs.com/ on my test websites.
http://en.multisitetest.inoplugs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot
http://multisitetest.inoplugs.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eotand custom icon font urls:
http://en.multisitetest.inoplugs.com/wp-content/uploads/sites/2/avia_fonts/fontello/fontello.eot
http://multisitetest.inoplugs.com/wp-content/uploads/avia_fonts/fontello/fontello.eotImo the different url paths are correct or you may run into issues because of the cross domain references.
Best regards,
PeterHey neillin!
This article will help you to set up the portfolio entries: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
If you want to add a filter to the portfolio make sure you activate the option on the portfolio element option screen: http://www.clipular.com/c/5372367433891840.png?k=DH6ZIpdZNrgttTnNr6XMhnXzAac . The filter will display the portfolio categories of your portfolio entries.Best regards,
PeterHey vcoronel!
I don’t know flipboard. I recommend to search the plugin repository for some useful plugins – i.e. I could find this plugin: http://wordpress.org/plugins/flipboard-magazine-widget/
Regards,
PeterHi vcoronel!
We did a quick test with Enfold and revolution slider and we didn’t notice any incompatibility issues. However we can’t guarantee that both play nice together.
Regards,
PeterHi fraktale911!
Yes, but it would require some time intensive theme code adjustments. I recommend to hire a freelancer if you really need this design. Personally I think it wouldn’t be intuitive because I can’t remember a website where the search field was displayed next to the breadcrumb…
Cheers!
PeterMarch 8, 2014 at 12:29 pm in reply to: Mouse over product show filename in stead of ALT tekst #234155Hi Marco!
Can you post a link to your product/shop page please? Afaik Enfold doesn’t display a tooltip at all and all product images have an alt text and thus it should be displayed if a tooltip pops up.
Best regards,
PeterMarch 8, 2014 at 12:27 pm in reply to: Urgent: Website messed up because of "dynamic-styles.php" problem #234154Hi dentaparks!
Probably there was an error when the database saved the settings and now the styling script can’t process the options. I recommend to delete the theme option database and to re-configure the settings. If you have a database backup you can also restore this backup to save some time. Use a tool like phpmyadmin to edit your database entries and open the wp_options table. Then search for an option called “avia_options_enfold” and delete it. Then you should be able to access the admin area and to re-configure the theme options.
Cheers!
PeterMarch 8, 2014 at 12:25 pm in reply to: Social Icons (Fontello) not working in Firefox, Enfold 2.5.4 #234153Hey!
Please try to change the theme folder name. I noticed the url path is a bit weird
http://robinhq.com/wp-content/themes/enfold-2.5.4/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot
and maybe the folder name enfold-2.5.4 breaks it. Try to rename the theme folder to enfold.
Regards,
PeterHi davidsantas!
Please check if this is a theme issue. Switch to the default WordPress theme (TwentyThirteen or TwentyTwelve) and check if the cart starts to work afterwards. If yes, it’s an issue connected to the Enfold theme. Ifg not the WooCommerce plugin doesn’t work properly on your server. You can also try to increase the allocated memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Cheers!
PeterHi miketran!
You can try to install a cache plugin like: https://wordpress.org/plugins/wp-super-cache/ or http://wordpress.org/plugins/w3-total-cache/ – sometimes they can help to improve the speed. If not I recommend to contact the hoster. Maybe they can upgrade the host plan for you and provide better/faster hardware or tweak the server configuration somehow.
Cheers!
PeterHey Dominik!
Kriesi used this css code:
#pre-sale-question form { border-radius: 6px; padding: 8px; position: relative; border: 1px #e1e1e1 solid; background: #D1D1D1; background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px); }
to create the style. Just place the form into a color section and insert “pre-sale-question” into the custom id field: http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
Best regards,
PeterHey!
We normally try to answer with 24h but at the moment Devin is on a maternity leave for two weeks or so and we also experience an increase of the support requests because of the new video background feature and the increased number of sales. Right now I can’t promise an answer within 24h but (to be on the safe side) I rather aim for 36-48h. It will be 24h again though when Devin returns.
Best regards,
PeterHi!
Please try to replace the .be short url with a standard youtube.com url and check if it fixes the issue. We’ll release a new update (Enfold 2.6) next week which should fix some video related issues. It will also introduce a “fallback image” feature for devices which can’t play the video(s). These devices will then show an image instead of a video and imo this is a graceful fallback.
Best regards,
PeterMarch 8, 2014 at 11:43 am in reply to: Color section video background not working after 2.5.3 update #234141Hi!
We’ll release a new update (Enfold 2.6) next week. It will introduce a “fallback image” feature for devices which can’t play the video(s). These devices will then show an image instead of a video and imo this is a graceful fallback.
Regards,
PeterHi infinweb!
You can replace the default overlay/icon with i.e. a magnifier icon. Use this code:
.single-product .image-overlay .image-overlay-inside:before { content: '\E803'; }
and insert it into the quick css field to change the icon. You can replace E803 with another char code if you want to use a custom icon.
Cheers!
Peter -
AuthorPosts