Forum Replies Created
-
AuthorPosts
-
Hi SoderbergManagement!
I edited wp-content/themes/enfold/config-wpml/config.php but I’m pretty sure that the 2.6.2 version already contains this code.
Cheers!
PeterHi!
No, we won’t add it to the next theme update but you can insert it into the child theme functions.php. The child theme code won’t be affected by a theme update. This is actually no bug in the theme code but the code Ismael posted will replace all http:// prefixes with https:// and you don’t need to change all urls manually. You could also edit all theme settings, posts, etc. and replace the http:// prefixes with https://. Alternatively you can also install this plugin: https://wordpress.org/plugins/wordpress-https/
Cheers!
PeterMarch 21, 2014 at 11:55 am in reply to: Enfold + WPML + Translated categories = Post slider not working properly #241114Hi!
1) Maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549
If this doesn’t help try to deactivate all plugins except WPML and check if the translated categories pop up. If yes a plugin conflicts with WPML and you need to activate them one by one to find the culprit. I.e. here: https://kriesi.at/support/topic/problems-adding-avia-button-in-spanish/ the “All-in-One Event Calendar by Timely” plugin caused a conflict.2) Go to WPML > Languages and deselect the ” Display the language switcher in the WP Menu” checkbox.
Best regards,
PeterHey!
Yes, this might be the reason. Maybe try to deactivate these plugins and check if it fixes the issue.
Cheers!
PeterMarch 21, 2014 at 11:50 am in reply to: Language flags from WPML at the top header right disappeared after update #241111Hey!
I just noticed the code I provided used the wrong selector – please try:
@media only screen and (max-width: 767px){ .responsive #header .avia_wpml_language_switch { text-align: right; } }
Best regards,
PeterMarch 21, 2014 at 11:47 am in reply to: WPML language switcher duplicated after updating to 2.6.2 #241109Hey!
Go to WPML > Languages and deselect the ” Display the language switcher in the WP Menu” checkbox.
Cheers!
PeterHi!
The “All-in-One Event Calendar by Timely” plugin conflicts with WPML. I deactivated the plugin and now the post and page query works and the button dropdown also shows the translated pages. I suggest to contact the plugin author of “All-in-One Event Calendar by Timely” to fix the issue.
Best regards,
PeterHi!
Please post a link to your website and we’ll check which code is missing.
Cheers!
PeterHi!
Can you post a link to the page where the images ‘flip’ into place? I’m not sure what you mean with “flip into place”. You can change the background color of the masonry elements with:
#top .av-inner-masonry.main_color{ background-color: #000000; }
Cheers!
PeterHi Erdogan!
Du kannst die 404 Seite ändern, indem du wp-content/themes/enfold/includes/loop-search.php bearbeitest. Um das Datum zu entfernen lösche zB:
<time class='date-container minor-meta updated' <?php avia_markup_helper(array('context' => 'entry_time')); ?>> <?php the_time('d M Y'); ?> </time>
Regards,
PeterMarch 21, 2014 at 11:06 am in reply to: Remove dates displayed in 'Child Latest News' widget? #241094Hi KCMartin91737!
If you want to remove the date from the widget insert following code into your child theme functions.php:
function change_avia_date_format($date, $function) { return false; } add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
Cheers!
PeterHey!
Insert this code into the quick css field:
#top #wrap_all .post-entry.post-entry-226{ width: 75%; margin-left: auto; margin-right: auto; }
Best regards,
PeterHey philippe2812!
1) Thanks for the feedback but that’s not true. You can’t set two different options for the same entry. If you want to use the default settings (“Enfold settings” configuration) just select the “Default Layout” option. If you want to overwrite the default layout then you can select another option like “Display title and breadcrumbs”, etc.
2) Thanks for the feedback. Tbh I think we won’t change this though because renaming the settings would confuse the existing theme users who are already familiar with the options.
3) You could add a sub-text to the logo – see: https://kriesi.at/support/topic/disappear-title/
Best regards,
PeterHi!
Yes, it will affect all feeds. If you don’t want to remove the feed of pages/posts replace:
remove_action( 'wp_head', 'feed_links_extra', 3 );
with
add_action('wp_head','avia_remove_feed', 1); function avia_remove_feed(){ if(is_single() && get_post_type() == 'portfolio') remove_action( 'wp_head', 'feed_links_extra', 3 ); }
Best regards,
PeterHi pako69!
You can try to use the “Color Section” and the “Section ID” option: http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png to set a target for the smooth scroll effect. Also see: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ . The anchor element itself is probably too small for a proper viewport adjustment.
Best regards,
PeterMarch 21, 2014 at 9:51 am in reply to: es_ES.po If you are not happy with the results BELLOW please do another search #241068Hey!
1) If some sentences are not translated please update the language file with Codestyling. Go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and search for your language (Spanish) and click the “Rescan” button to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain.
2) You can’t translate LayerSlider with the Enfold translation files. If you want to translate it as a plugin copy the wp-content/themes/enfold/config-layerslider/LayerSlider/ folder into the wp-content/plugins folder ( wp-content/plugins/LayerSlider/) and the use Codestyling (“Plugins” tab) to translate it as a plugin. To activate the LayerSlider as a standalone plugin switch to another theme, then activate layerslider and then switch back to Enfold.
Best regards,
PeterMarch 21, 2014 at 9:32 am in reply to: WPML language switcher disappeared from secondary menue #241063Hey!
This only happens if no secondary menu is set for your second language. Make sure that “German” is selected in the language dropdown on the admin page and then go to Enfold > Theme Options > Header and make sure that the secondary menu is activated. Afterwards go to Appearance > Menus and make sure a menu is connected to the “Enfold Secondary Menu” ( http://www.clipular.com/c/5108022363815936.png?k=BpWet6l-Y3UwoanGWkcCediYSjg ) location.
Cheers!
PeterHi!
Please update to Enfold 2.6.2. This issue should be fixed since version 2.6.
Regards,
PeterMarch 21, 2014 at 8:41 am in reply to: #bug: When I place a Product Grid, the Latest News widget stops working #241054Hey!
Ok :)
Best regards,
PeterHey!
Ok, I’ll leave this thread open.
Regards,
PeterHi!
That’s not possible with the default Enfold related posts function. You can try an advanced related posts plugin like http://wordpress.org/plugins/yet-another-related-posts-plugin/ though.
Regards,
PeterMarch 20, 2014 at 10:53 am in reply to: Portfolio raster, selection of categories option missing #240625Hey!
No, the existing content won’t be affected.
Cheers!
PeterMarch 20, 2014 at 10:52 am in reply to: single portfolio: big slider page crash – big slider dot #240624Hi!
You can hide the dots with css code – insert it into the quick css field:
.avia-slideshow-dots { display: none !important; }
A thumbnail navigation is not supported by the slider though.
Best regards,
PeterHi!
Yes, insert this code into the functions.php file (parent or child theme):
add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4); function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta) { $link['custom_link_class'] = 'noLightbox'; return $link; }
Best regards,
PeterMarch 20, 2014 at 10:44 am in reply to: LayerSlider Shortcode not working – was working until I added another shortcode #240620Hi!
Yes, right now only the “easyslider” (which is the same slider which is also used for the ” fullwidth easyslider”, etc.) can be placed inside columns.
Regards,
PeterHey!
Strange because it works on my test server. Please create me an admin account and I’ll check why the code doesn’t work.
Cheers!
PeterHi Nic!
Ich kann prettyphoto leider nicht mit einem iphone testen. Ich würde vorschlagen stattdessen fancybox zu verwenden – vielleicht gibt dir dieses Lightbox Skript bessere Resultate. Ein Child Theme, welches prettyphoto durch fancybox ersetzt, habe ich hier: http://www.mediafire.com/?05ho02ecut516hu hochgeladen.
Best regards,
PeterHi!
Yes, just make sure that the shadow box also uses rounded corners:
.boxed#top { border-radius: 9px; }
Best regards,
PeterHey ceubri!
You need use Widget Logic or http://wordpress.org/plugins/display-widgets/ to show a specific widget for a different language. Please refer to this article: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Cheers!
PeterHi!
I just re-saved the theme settings and the code works now.
Regards,
Peter -
AuthorPosts