Forum Replies Created
-
AuthorPosts
-
Hi!
1) I’m not sure how you can translate the tag line with WPML – please contact the plugin developers and ask them this question.
2) The tagline position seems to be correct for me with left:10%. Please try to clear your browser cache otherwise the css code might not work. The only issue I noticed is that the tagline overlap the other menu items as soon as you scroll down because there’s not enough space. I recommend to hide it with following code
.header-scrolled .site-description{ display: none !important; }
Then the user will see it when the page loads but the text disappears when the menu bar shrinks.
Regards,
PeterHi!
Strange. I couldn’t reproduce this issue on my test server. We’ll keep it in mind and if more users report it we’ll look into it.
Cheers!
PeterHey!
Oh, ok. The code varies a bit if you use Events Manager Pro. Insert following code at the very bottom of enfold/functions.php or into your child theme functions.php
add_filter('avf_title_args', 'fix_events_page_title', 10, 2); function fix_events_page_title($args,$id) { if (get_query_var('post_type') == 'event' && !is_single()) { $args['title'] = 'Events'; } return $args; }
You can replace “Events” with any other custom title/text.
Best regards,
PeterHey!
Tbh I’m not sure why WP blocked the parent page option. I solved it by deleting both both pages and I created them from scratch.
Regards,
PeterHey!
By default the xml dummy content will import 52 new pages and 4 portfolio entries. If it does not work on your website try to import the sql data directly into your database by using this backup: http://www.mediafire.com/download/46ijf2bt9m267qu/enfold-dummy.sql . You can use a tool like phpmyadmin to import the sql dump file.
Regards,
PeterHi!
1) Normally Enfold will display the WPML flags in the top navigation menu. If you want to add the flags to the main menu add following code to the functions.php file (insert it at the very bottom of the file)
if(!function_exists('avia_append_lang_flags')) { //first append search item to main menu add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 10, 2 ); function avia_append_lang_flags( $items, $args ) { if ((is_object($args) && $args->theme_location == 'avia')) { global $avia_config; global $sitepress; $languages = icl_get_languages('skip_missing=0&orderby=custom'); if(is_array($languages)) { foreach($languages as $lang) { $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : ''; if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']); $items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>"; $items .= " <span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>"; $items .= "</a></li>"; } } } return $items; } }
2+3) You can try to use a negative margin-top to re-position the flags (i.e. above the main menu links).
4) In the code I posted above replace
if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
with
if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']); if(ICL_LANGUAGE_CODE == 'ar') $lang['country_flag_url'] = 'http://my-custom-flag.png';
and instead of http://my-custom-flag.png insert the url to your flag image.
Best regards,
PeterHi!
We can’t view the preview page – please publish the post.
Regards,
PeterFebruary 3, 2014 at 10:47 am in reply to: Symbols are not shown properly with Firefox on my Russian Page #218709Hey!
Please try following css code to fix the issue
#text-2 .textwidget{ line-height: 2em; }
– insert the code into the quick css field.
Cheers!
PeterHi!`
No, the solution seems to be ok for me :)
Cheers!
PeterFebruary 3, 2014 at 10:44 am in reply to: Problem with small fixed header with bar of big header #218707Hi frysjo!
Can you post a link to your website please?
Cheers!
PeterHi!
Please try to insert following code into the quick css field
@media only screen and (max-width: 767px){ .responsive .logo { display: inline; } .responsive #header_main_alternate .mobileMenu { margin: 54px 0 16px; } }
Best regards,
PeterHi!
I’m not sure if this solve the problem but maybe you just need to click the “keybord” icon on the TinyMCE toolbar: http://www.clipular.com/c/4666091779391488.png?k=XCAm2RvOShFBqK96FtOz0e1jutI – it will hide/show advanced option fields including the headline dropdown: http://www.clipular.com/c/6014471059275776.png?k=AxP3zh3Ltnfaaf9UtjrmLorRfRo
Regards,
PeterFebruary 3, 2014 at 10:29 am in reply to: Possible to Increase Thumbnail Size Using CSS Only? #218698Hey codemode!
That’s not a good solution because the thumbnails will be blurry. You can install this plugin: http://wordpress.org/plugins/simple-image-sizes/ which should allow you to change the thumbnail size permanently.
Best regards,
PeterHi!
I think Medienvirus uses a custom theme now and does not use Enfold on his website.
Best regards,
PeterHi!
You can use Magic Zoom and add following code at the very bottom of wp-content/themes/replete/config-woocommerce/woocommerce-mod.js
(function($){ $(document).ready(function() { $('.single-product-main-image>.images .MagicScroll a').attr('rel','zoom-id: MagicZoomImage_Main;'); }); })( jQuery );
to overwrite the lightbox effect with the zoom effect. Then go to the Magic Zoom option panel and select “Scroll thumbnails” – “yes” and the thumbnails should be linked to the zoom plugin.
Cheers!
PeterHi Richard!
Can you please post a link to the page with the 2 promotion boxes? Then we can give you some custom css code to reduce the space between the boxes.
Cheers!
PeterHey!
Yes, but unfortunately it requires additional work and a special post meta query and this is a customization which is beyond the scope of our support forum – I’m sorry. The “Incarnation” code is not compatible with Enfold.
Regards,
PeterHey!
Your website loads really slow for me (more than 40 seconds) and I can’t investigate the problem.
Best regards,
PeterHi Samlibs!
Try to replace following code in
if( this.isAnimating || this.itemsCount < 2 ) { return false; }
with
if( this.isAnimating || this.itemsCount < 2 ) { return false; } if( dir === 'next' && this.current >= this.itemsCount - 1 ) { this._stopSlideshow(); return false; }
Regards,
PeterThis reply has been marked as private.Hi!
Right now the breadcrumb doesn’t support multiple blog pages. You can set a default blog page (Enfold > Theme Settings) which will be used for the breadcrumb path. If you don’t set it a link to the category archive page will be shown.
Best regards,
PeterHi!
You can try the code I posted here: https://kriesi.at/support/topic/breadcrumb-and-blog-title-formatting/#post-214336 – replace the id “20” with the id of your “Citrus” blog page.
Best regards,
PeterHey!
Ah ok. This limitation explains everything because it forces you that the “sender” address is (Email address hidden if logged out) and the contact form can’t use a different email address for the sender. You may try to use smtp: http://wordpress.org/plugins/easy-wp-smtp/ – maybe it allows you to bypass this restriction. If not I recommend to switch to another host or to live with the restriction.
Regards,
PeterHi!
I recommend to download the default child theme here: http://kriesi.at/documentation/enfold/using-a-child-theme/ – install it like a standard theme, and activate it. Then paste the code into the functions.php file which can be found in the child theme folder.
Cheers!
PeterHey!
Please place this code: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 into the child theme functions.php. By going this way you don’t need to modify the parent theme files.
Cheers!
PeterHi!
Strange – please try following code instead – it just uses one filter:
add_filter( 'the_excerpt_rss', 'inoplugs_insertThumbnailRSS' ); function inoplugs_insertThumbnailRSS( $content ) { global $post; $img = get_the_post_thumbnail($post->ID, 'thumbnail'); $content = '<div>' . $img . '</div>' . $content; return $content; }
Regards,
PeterFebruary 1, 2014 at 2:00 pm in reply to: Advanced Layout Editor crashes with "CSS & Javascript Toolbox" since 2.5 #218250Hi!
After reading this post: http://wordpress.org/support/topic/612-and-wp-38-plugin-not-working?replies=10#post-5173263 I guess the plugin does not load any custom templates but the plugin author just uses this hook to execute some code or functions. Try to replace
'core' => (object) array('siteHook' => ((object) array('tag' => 'template_redirect', 'priority' => 11))),
with
'core' => (object) array('siteHook' => ((object) array('tag' => 'template_redirect', 'priority' => 5))),
and the plugin should work.
Regards,
PeterFebruary 1, 2014 at 11:42 am in reply to: Form maker and Calendar that is compatible with Enfold #218230Hey fixedopsinsight!
Actually I’m using Formidable on my website ( http://inoplugs.com/contact ) with Enfold and it works just fine. Can you elaborate on “it crashes” please?
Best regards,
PeterHi borkent!
If you want to overwrite an existing shortcode create a “shortcodes” folder within the child theme directory, then copy the /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php into the child theme “shortcodes” folder and modify the php code. At least add following code into the child theme functions.php file
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
This code will make sure the the shortcode file of the child theme is loaded first and you can overwrite the parent theme slideshow shortcode file with the child theme.
Cheers!
PeterHi Alcadis!
It’s actually not a theme problem but a limitation of The Events Calendar plugin. However I posted a workaround here: https://kriesi.at/support/topic/enfold-and-the-event-calendar-plugin/#post-174332
Cheers!
Peter -
AuthorPosts