Forum Replies Created
-
AuthorPosts
-
June 18, 2014 at 8:31 am in reply to: Possible to use Avia Layout Builder in Avia Layout Builder ? #280405
Hi!
Thanks for posting your solution/workaround.
Regards,
PeterJune 18, 2014 at 8:30 am in reply to: Increase blog image size & removing preview images on blog pages? #280403Hi!
1) Please try to clear the browser cache on the ipad – maybe it still uses the old css styles.
2) You can remove the timeline with css code:
.multi-big .post_author_timeline, .single-small .post_author_timeline{ display: none !important; }
Regards,
PeterHey djshortkut!
You can use the “Set manually” option to link the button to a custom url – i.e. the document url: http://www.clipular.com/c/5918082606301184.png?k=dqH9DyyRaxJU7tthOLYNNLe1Q8k
Cheers!
PeterHey!
Yes, Kriesi uses Supercache: https://wordpress.org/plugins/wp-super-cache/ and bwp: https://wordpress.org/plugins/bwp-minify/
Regards,
PeterHi!
Please try to clear the browser cache? I just tested your website with IETester and IE11 developer tools and both showed the images perfectly fine.
Best regards,
PeterHey jazbird!
Go to Enfold > Theme Options > Header Layout and click on the “Extra Elements” tab. Search for the “Append search icon to main menu” checkbox and deactivate it.
Best regards,
PeterHey!
Glad Josue could help you :)
Cheers!
PeterHey!
Verwende diesen CSS Code:
#top #footer { text-align: center; }
Best regards,
PeterHey!
Yes, the import/export feature is broken at the moment. The LayerSlider 5.2.0 beta1 changelog mentions a fix (“Fixed every known issues with import/export”) and we’ll definitely add the stable 5.2 version to Enfold. However right now the beta version is not stable enough and we’ll wait for the final release of 5.2.0.
Best regards,
PeterHey!
Maybe you need to add the extended-latin subset. Add this code to the child theme functions.php or enfold/functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400&subset=latin,latin-ext'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400&subset=latin,latin-ext'; return $fonts; }
and replace PT Sans with your google font. Maybe you also need to adjust the font weight (400) and the subset value. Note that not all fonts support latin extenhded. Afterwards save the functions.php file and go to Enfold > Theme Options and re-save the theme settings.
Best regards,
PeterHey erkuto!
Please create me an admin account and I’ll check the configuration.
Best regards,
PeterHey!
@mndawood and @webpress – thank you – we’ll include both translations with the next update.Cheers!
PeterJune 17, 2014 at 7:56 pm in reply to: Give editor rank and below (They are not able to use AVIA Drag n drop) #280190Hey!
You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and if a lot of other users vote for it we’ll look into it.
Regards,
PeterHey Johan!
Yes, Layerslider does not allow you to translate slides, layers or slideshows like standard posts or pages. You can only duplicate the slideshows and then translate them.
Regards,
PeterJune 17, 2014 at 6:15 pm in reply to: Deactivate Avia Framework on a page, when using Visual Composer #280139Hey Emmanuelppp!
No, unfortunately it’s not possible to deactivate the avia template builder on certain pages. You can completely remove/deactivate it but then you’ll also remove all template builder features.
Regards,
PeterHey tpsofttec!
Kannst du mir vielleicht einen Admin Account einrichten, damit ich mir die Konfiguration ansehen kann?
Regards,
PeterHey Jason!
Try to insert this code into the child theme functions.php file:
add_filter('upload_dir', function($uploads) { $uploads['url'] = preg_replace('#^http://#i', 'https://', $uploads['url']); $uploads['baseurl'] = preg_replace('#^http://#i', 'https://', $uploads['baseurl']); return $uploads; });
I’ll ask Kriesi to include a is_ssl check with the next update.
Best regards,
PeterHey!
Please post a link to your website (product page/shop) and create us an admin account which enables us to check the configuration. Enfold does not remove or modify the related and up-sell products and I guess another plugin/extension breaks them or the configuration is wrong.
Cheers!
PeterHey!
No problem, h3 obviously makes more sense for the title anyway.
Regards,
PeterJune 17, 2014 at 1:57 pm in reply to: WGM Digitale Produkte und Enfold nach neuem Verbraucherrecht #279986Hi!
Das mit der Dissertation ist eine Überlegung wert, doch da Du sicher gründlich daran arbeiten wirst und die so ihre Zeit braucht, wären die Gesetze schon geändert, bevor Deine Dissertation erschienen wäre.
Ja, deswegen schreibe ich auch im Bereich “Arbeitsrecht” – da ändern sich die Gesetze nicht so rasend schnell.
Best regards,
PeterHi MDPC!
The shortcode function can be found in wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php (public static function product_add_to_cart) and the add to cart button template in wp-content/plugins/woocommerce/templates/loop/add-to-cart.php.
Best regards,
PeterHey!
Did you try to use a link instead:
<a href="#" class="button" onclick="chrome.webstore.install();">InstallNow</a>
Cheers!
PeterHey!
Please try this code instead:
.avia-msie-8 div.avia-promocontent a img, .avia-msie div.avia-promocontent a img { max-height: auto; height: auto; max-width: 240px; width: 240px; }
Best regards,
PeterHi pako69!
Try this code:
add_action('wp_head','avia_remove_search_sidebar', 10); function avia_remove_search_sidebar() { if(!is_archive() && !is_search()) return; global $avia_config; $result = "fullsize"; $avia_config['layout']['current'] = $avia_config['layout'][$result]; $avia_config['layout']['current']['main'] = $result; }
It should remove the sidebar from all archive & search pages.
Regards,
PeterHi!
No, pngs have a better quality than gifs. In general I’d recommend to use png but unfortunately older browser (like IE8) have problems with the transparency (alpha channel).
The compatibility mode is sometimes activated by default (button next the the browser/url bar) and tries to emulate a IE7 compatible website. This feature breaks any modern html5/CSS3 website completely. We try to force the browser to deactivate the compatibility mode with a meta tag in the head section.
Regards,
PeterJune 17, 2014 at 12:45 pm in reply to: WGM Digitale Produkte und Enfold nach neuem Verbraucherrecht #279953Hey!
Das neue Verbraucherrecht ist ein Kind der EU und durch die “autonom auszulegenden Rechtsbegriffe” und die Harmonisierung entstehen zwangsläufig immer Unklarheiten. Der Grund ist, dass man einfach ein (teilweise undeutliches und fremdkörperartiges) Gesetz auf bestehendes Recht “aufflanscht” ohne die Folgen und Details näher zu bedenken. In Ö gibt es nun 4-5 ähnliche Gesetze, welche alle zu beachten sind – das KSchG (Konsumentenschutzgesetz), das ECG (E-Commerce-Gesetz), das Mediengesetz für Impressum, etc. und jetzt noch das Fern- und Auswärtsgeschäfte-Gesetz (FAGG), welches nicht auf alle Fernabsatzgeschäfte anwendbar ist (zB wenn das Entgelt nicht 50€ übersteigt). Zum darüberstreuen sollte natürlich das Bürgerliche Gesetzbuch (ABGB) auch noch beachtet werden. Selbst mir fällt es nach meinem Diplomstudium der Rechtswissenschaften schwer da durchzublicken. Wäre aber eine Dissertation wert…
Best regards,
PeterJune 17, 2014 at 12:27 pm in reply to: Give editor rank and below (They are not able to use AVIA Drag n drop) #279948Hi!
You can use this code:
add_action('admin_enqueue_scripts', 'avia_deactivate_builder', 10); function avia_deactivate_builder() { $is_post_edit_page = in_array(basename($_SERVER['PHP_SELF']), array('post.php', 'page.php', 'page-new.php', 'post-new.php')); if($is_post_edit_page && !current_user_can('manage_options')) { if(!current_user_can('manage_options')) { echo "<style>#avia-builder-button{display: none !important;}</style>"; } } }
to hide the “Advanced Editor” for non-administrators on pages where no advanced layout is used. Note that you can’t disable the builder on pages which use an advanced layout because you can’t mix the content of the “standard” editor with “advanced layout” templates and the editor would just break the page with the “standard editor”. If you want to avoid that your editors/contributes can use the builder on pages which already use advanced layouts you must block the access to these pages completely. Tbh I’m not sure how this can be done but I guess this plugin: https://wordpress.org/plugins/advanced-access-manager/ may help you.
Best regards,
PeterHi!
Please remove media=”all” from your code. It’s invalid css code.
If you want to merge table cells I recommend: http://tablepress.org/ which supports this feature.Best regards,
PeterHi!
Nearly all errors are triggered by the gzinflate() function. This is a known bug in the wordpress core: https://core.trac.wordpress.org/ticket/22952 . Tbh I would simply ignore them for now.
Cheers!
PeterJune 17, 2014 at 11:32 am in reply to: Portfolio pages – thumbnails are very small empty boxes on some mobile devices #279933Hey!
I guess this css code in your child theme style.css file breaks the thumbnails.
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: auto!important; }
Try to remove it and check the results.
Cheers!
Peter -
AuthorPosts