Forum Replies Created
-
AuthorPosts
-
Hey digitalcomplexion!
The wordpress oembed api: https://codex.wordpress.org/Embeds currently doesn’t support any parameters (i.e. an autoplay parameter) and afaik it’s not possible. However maybe Kriesi included a hidden feature somewhere and it’s possible by using the slideshow which some custom filter code – I’ll mark this thread for him and ask him to post a solution if it’s possible somehow.
Cheers!
PeterHey steven1000!
You can remove the header background color with
.header_color .header_bg { background-color: transparent; }
If you want to add a white background color to the main menu use this code
#header_main_alternate{ background-color: white; }
If you want to remove the background color from the meta bar (sub menu at the top) use:
#header_meta { background-color: transparent; }
Regards,
PeterHey!
I’m not sure if this will fix the issue on the ipad but try to change the “Background Attachment” to “fixed” and then change “Background Image Position” to “Center Center”, “Top Center” or “Bottom Center”. Afterwards switch “Background Attachment” back to “Parallax” and save the element settings.
Regards,
PeterHi!
Strange, I recommend to use Chrome or another webkit based browser instead.
Cheers!
PeterHey!
The problem is caused by the “portfolio” post type slug (at the moment set to “library”). It must not be the same like the “portfolio” page slug (http://n2kard5.wpengine.com/library/ (hosted on WPengine) ) – otherwise wordpress tries to show a sub page of “The Library” which obviously doesn’t exists. You’ve two options
1) Change the page slug of this page: http://n2kard5.wpengine.com/library/ – i.e. to “libary-page”.
2) Or go to Settings > Permalinks and change the “Portfolio slug” from “library” to a different slug.
Best regards,
PeterHey!
Did you try to add a hover selector to your code like:
#top #wrap_all .header_color .main_menu ul:first-child > li > a:hover { color: #ff0000; }
It should change the link color if you hover over the menu items.
Best regards,
PeterHi wintner!
Please try to insert
@media only screen and (max-width: 767px){ #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 500px; } }
into the quick css field – this code should make sure that the content scales properly.
Regards,
PeterHey!
Please create us a wordpress admin account and a ftp account and post the login credentials as private reply – I’ll forward them to Kriesi.
Cheers!
PeterHey Alexoidea!
See https://kriesi.at/support/topic/before-and-after-plugin/ – someone recommended the “Fifty Fifty” plugin. Personally I didn’t test the plugin but I guess it works with Enfold.
Cheers!
PeterHi!
Unter WooCommerce > Einstellungen > Produkte die “Shop-Seitenanzeige” Einstellung auf “Unterkategorien anzeigen” ändern.
Cheers!
PeterHey Mark!
Demo is online: http://kriesi.at/themes/enfold/ – if it doesn’t work please clear the browser cache.
Cheers!
PeterHey!
Please re-install wordpress and Enfold 2.6.4 via ftp. Just upload all wordpress files (you can download the zip here: http://wordpress.org/download/ ) via ftp and overwrite all existing files. Then navigate to wp-content/themes/enfold and update the theme files: https://vimeo.com/channels/aviathemes/67209750
Cheers!
PeterApril 22, 2014 at 5:54 pm in reply to: Advanced Layout builder loads forever after recent update #254494Hey!
Yes, multilingual press is compatible with Enfold: https://kriesi.at/support/topic/multilingual-press-pro-enfold-multisite/ – the only limitation is that you must switch to the other blog when you want to translate a “Advanced Layout Template” page but this doesn’t slow down the workflow noticeable.
Regards,
PeterApril 22, 2014 at 5:49 pm in reply to: Enfold 2.7 + latest WPML on WP3.9 will break the site! #254490Hi swissfilm!
WPML plugin is not compatible with WordPress 3.9 yet – http://wpml.org/2014/04/status-wpml-wordpress-3-9/
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/
Cheers!
PeterHi!
Anscheinend kann Enfold noch immer keinen Ordner für das dynamische Stylesheet anlegen. Wenn kein Ordner angelegt werden kann, fügen wir den CSS Code als Inline CSS im head Bereich ein. Du kannst dies entweder dabei belassen oder du versucht den upload Ordner selbst auf 777 zu setzen. Wenn Enfold keinen neuen ordner im wp-content/uploads/ Ordner anlegen kann scheitert es nämlich schon an der Schreibberechtigung für diesen Ordner.
Cheers!
PeterHi Spartan_SA!
Please update Enfold to 2.6.4. Version 2.5.4 is not compatible with WP3.9.
Regards,
PeterHi JochenBake!
You can change the image for single post entries – open up wp-content/themes/enfold/includes/loop-index.php and replace:
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
with
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square'; if(is_single()) $size = "full";
Cheers!
PeterHey!
Did you try to deactivate all plugins – maybe a plugin causes the issue? I.e. I noticed that the wordfence plugin is active and I guess that the wordfence plugin may manipulate the website output if the user is not logged in. This would also explain why the website works if you’re logged in and doesn’t if you’re logged out.
Regards,
PeterHey!
1) Afaik “lobster” is not a standard font – do you load the font files with @font-face somewhere?
2) Can you post a link to your website please?
Regards,
PeterApril 22, 2014 at 8:52 am in reply to: Avia Layout Builder, Text Block Editor – editor populates with wrong content #254228Hi!
Thanks, I marked this thread for Kriesi.
Cheers!
PeterApril 22, 2014 at 8:50 am in reply to: Woocommerce rows of products displayed change & WPML bug #254227Hey!
1) Open up wp-content/themes/enfold/config-woocommerce/config.php and replace:
woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>$avia_config['shop_single_column']));
with
woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>"5"));
2) Did you select the translated categories in the product slider option window? Enfold will not fetch the translated categories automatically but you must click the “Translate independently” button (if necessary) and then edit the “Product Slider” element to select the translated categories.
Best regards,
PeterHey!
WPML plugin is not compatible with WordPress 3.9 yet – http://wpml.org/2014/04/status-wpml-wordpress-3-9/
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/
Cheers!
PeterHey!
If you use a “Advanced Layout Builder” element the code should work. If you want to change the main query, etc. on the blog page it might not work.
Regards,
PeterApril 22, 2014 at 8:29 am in reply to: Adding shadow effect 2 and gradient for header; Making header top-bar not-fixed #254218Hey nerkasa!
We can’t help you with 1 + 2) – the customization requires some work and is beyond the scope of our support forum. You can hire a freelancer to implement these effects.
3) Insert this code into the quick css field:
#top .header_color .sub_menu ul li a, #top .av-main-nav li a{ font-weight: bold;}
4) You can’t “scroll” it away without some theme code customization (new jquery animation effect, etc.) but you can hide it with css when the user scrolls down. This may trigger a “shift/jump” of the main menu though. Insert this code into the quick css field
.header-scrolled #header_meta { display: none; }
Cheers!
PeterHey!
I’ll mark this issue for Kriesi and ask him to look into it.
Regards,
PeterApril 22, 2014 at 8:08 am in reply to: Menu got messed up when trying to apply sticky header settings after update. #254212Hey!
User created a new thread: https://kriesi.at/support/topic/sticky-header-problem-with-boxed-grunge-layout/
Regards,
PeterHi awilson3rd!
You can try to switch to the default theme (TwentyThirteen) and check if the verification works. Afaik Google does not verify the website every day but just one time and you can delete the verification html file afterwards. You can also try to use the meta tag validation method which is supported by Yoast SEO: http://wordpress.org/plugins/wordpress-seo/
Best regards,
PeterApril 22, 2014 at 7:48 am in reply to: Impossible to have "spaces" into my texts // br tags not working. #254208Hey!
Unfortunately the Avia Text Editor converts br tags to paragraph and there’s no easy way to fix it at the moment. I’ll ask Kriesi to look into it though.
Best regards,
PeterHey!
I can’t reproduce the issue on my test servers. I guess a third party plugin removes the spaces or the server somehow removes the spaces from the ajax data.
Regards,
PeterHi!
If you want to change the preview image link open up and replace:
//default link for preview images $link = get_permalink();
with
//default link for preview images $link = !empty($url) ? $url : get_permalink();
Cheers!
Peter -
AuthorPosts