Forum Replies Created
-
AuthorPosts
-
May 17, 2014 at 6:33 pm in reply to: Help needed: Sensei quiz with enfold and the current fix? #266163
Hi bjorn190!
Please post a link to the quiz/radio buttons. Probably we just need to change the styling….
Best regards,
PeterMay 17, 2014 at 6:30 pm in reply to: Enfold with dsIDXpress WP Plugin – Search Filter Box Breaks #266161Hi!
If you want to hide the borders of the table you can use this code:
#dsidx-top-search table, #dsidx-top-search td, #dsidx-top-search th, #dsidx-top-search tr { border: none !important; }
I didn’t notice any styling issues with the input fields though.
Cheers!
PeterMay 17, 2014 at 4:00 pm in reply to: Enfold with dsIDXpress WP Plugin – Search Filter Box Breaks #266123Hi moltencreative!
Try this css code (insert it into the quick css field or child theme style.css) to display all input fields in a single row:
#dsidx-top-search input[type='text'] { display: inline !important; max-width: 33%; }
Best regards,
PeterHey MasterFlo!
You can use the debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ to access the raw template data. You can i.e. copy it to the clipboard or paste it into a file. There’s no real “export” feature though.
Best regards,
PeterHey flateric1978!
Machbar wäre es vermutlich schon – es würde aber einige Anpassungen des Theme Codes erfordern. Dbzgl müsstet ihr euch an einen Entwickler wenden, da dies den Rahmen des kostenlosen Supports sprengt.
Best regards,
PeterMay 17, 2014 at 3:50 pm in reply to: Unable to edit text in the avia editor after site transfer #266116Hi!
Not sue why the updater doesn’t find the latest version on your server but the latest version hosted on themeforest is 2.7.1. Please download it from http://themeforest.net and use ftp: http://vimeo.com/channels/aviathemes/67209750 to install the theme files on your server.
Cheers!
PeterHey dwrh!
The theme doesn’t come with such a feature/widget. You can submit a feature request here: https://kriesi.at/support/enfold-feature-requests/ and if more users vote for it we might add it to the theme framework. If you need a quick solution I suggest to hire a freelancer/coder who can help you to create such a widget.
Regards,
PeterHey!
Please click the “Translate independently” button: http://www.clipular.com/c/4673705724608512.png?k=0JgIrSOUpHKLo5oIjhbT1mPAbY8 (I already did that for you on the Spanish homepage here: http://cuinestramuntana.com/?lang=es and then configure the post slider categories. They vary from the Catalan post slider (different ids, etc.). The same procedure is required on the Spanish blog page here: http://cuinestramuntana.com/wp-admin/post.php?post=3000&action=edit&lang=es
Cheers!
PeterMay 16, 2014 at 8:31 pm in reply to: Google+ Social Link sets automatically ?rel=author, not ?rel=publisher #265948Hi!
Oh, ok. I thought you refer to the links at the bottom of the post: http://www.clipular.com/c/6011408185556992.png?k=Ekh-E1MA-4AKjNiSWfib52SExzk – they also contain the ?rel=author parameter and are definitely not part of the theme code ;)
Best regards,
PeterMay 16, 2014 at 8:29 pm in reply to: Text Editor Uncaught TypeError: Cannot read property 'setContent' of null #265946Hi!
Please update to the latest version of Enfold (2.7.1) to solve the issue. Older versions are not compatible with WP3.9.
Cheers!
PeterHi!
I added the code into the functions.php file and it works.
Cheers!
PeterHey!
You probably just need to remove the plugin cpt from the masonry entry query – try to insert following code at the very bottom of your child theme functions.php file or enfold/functions.php:
if(!function_exists('avia_remove_cpt_from_query')) { function avia_remove_cpt_from_query($query, $params) { if(!empty($query['post_type'])) { foreach($query['post_type'] as $key => $value) { if($value == "global_product_addon") unset($query['post_type'][$key]); } } return $query; } add_filter('avia_masonry_entries_query', 'avia_remove_cpt_from_query', 10, 2); }
Best regards,
PeterMay 16, 2014 at 4:43 pm in reply to: language switcher disappear after changing language in wp menu #265867Hey baiker!
Yes, the theme language switcher is hidden if no translated entry exists. If you really want to use the option you mentioned above you need to use the default WPML language switcher and need to deactivate the theme language switcher.
1) insert this code into your child theme functions.php file to deactivate the theme flags/language switcher:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
2) Go to WPML > Languages and tick the “Display the language switcher in the WP Menu” option.
Regards,
PeterHey!
Great. I’ll close this thread now.
Regards,
PeterHi Jamie!
I marked the post as public: https://kriesi.at/support/topic/problem-with-wpml-switcher-showinf-in-menu/#post-260129 . If the issue still isn’t solved please create me an account and I’ll check it again.
Cheers!
PeterMay 16, 2014 at 4:06 pm in reply to: Advanced Layout Button broken, WPML Language Switcher reversed #265854Hi!
1) If you want to deactivate/hide the Enfold flags please insert this code into your child theme functions.php file:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
2) Did you try to contact the WPML support team – probably they can give you some code to change the order of the languages in the language switcher.
3) Yes you can overwrite php code of the parent theme with the child theme however you can only overwrite complete functions or you need to use hooks (i.e see code above) to modify the output. I recommend to create a functions.php file in the child theme folder and to insert your custom php code into this file.
Best regards,
PeterHi!
Another idea would be to skip Layerslider all together and replace it with Master Slider. Maybe we should make a feature request? :-)
We won’t replace Layerslider with Master Slider because this would be unfair towards existing customers who already use Layerslider. We also don’t want to bundle several sliders with Enfold (like other theme developers do) because of performance reasons. Our approach/solution is that we work together with the slider plugin authors to create shortcode files for their sliders. We added some code for the Revolution Slider (which is already included with the Enfold theme framework) and Master Slider will be included when it gets more popular. The Master Slider plugin author also gave me access to the support forum and if someone encounters a theme incompatibility issue I’ll look into it.
Cheers!
PeterHey!
I recommend to create a new folder call “shortcodes” in your child theme folder. Then paste the code from here: https://gist.github.com/InoPlugs/b2dec6233f30bd3104f7 in a php file and save the file as slideshow_masterslider.php. Upload this file into the shortcodes folder. At lease open up the child theme functions.php file and insert this code at the very bottom of the 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; }
Afterwards save the file and go to the template builder to use the element. It’s in the last tab.
Regards,
PeterHey!
Sehr gut :)
Best regards,
PeterHi!
There was already a feature request but I closed it yesterday. Kriesi doesn’t want to include the shortcode file officially yet because the slider is not popular enough. We’ll wait until the slider hits the 1000 sales threshold. Nevertheless I already created a shortcode file for the Master Slider – you can download the file and i.e. place it into your child theme folder: https://gist.github.com/InoPlugs/b2dec6233f30bd3104f7
Best regards,
PeterHey!
Afaik you need to set the date settings on the wordpress settings page. Go to Settings > General Settings and select the desired date format on this page. If you want to configure different date formats for different languages see: http://wpml.org/forums/topic/date-formatting-issue/
Best regards,
PeterHey!
Please update WPML to version 3.1.5. You’re using 3.0.2 which is very outdated.
Best regards,
PeterHey!
Sehr gut – schön, dass es jetzt funktioniert.
Best regards,
PeterMay 16, 2014 at 12:57 pm in reply to: No short content for pages at the search results / No Meta-Tags for posts #265791Hey bts-de!
1) Enfold tries to fetch the content of the “excerpt” field to generate a short content for the search results. If the “excerpt” doesn’t exist (which is always the case for pages) it will use the content data and truncate the text to get a short content. If it doesn’t work on your website I recommend to deactivate all third party plugins – maybe a plugin hooks into the the_content or the_excerpt filter and breaks the short content generation.
2) No, unfortunately I’m not sure why it doesn’t work. Maybe it’s a plugin conflict or the Yoast SEO plugin isn’t configured properly. Our theme does not strip the meta tags for sure.
Regards,
PeterHey!
It might be a problem of the virtual machine because I can’t reproduce it with IETester or IE11 developer tools. However I’ll mark it for Kriesi in case he wants to vomment on the issue.
Cheers!
PeterMay 16, 2014 at 10:39 am in reply to: Google+ Social Link sets automatically ?rel=author, not ?rel=publisher #265759Hi Gee Are!
I think this code is added by a third party plugin (maybe socialize plugin but I’m not sure). Please ask the plugin author for help if you want to change the link url.
Regards,
PeterHey!
Try to add
width:auto; z-index: 1000;
to the player css code. You can also try to set a higher margin-top value (i.e. -15px) and to add a positive margin-bottom (i.e. 15px) to center the player in the header.
Regards,
PeterHey!
Versucht die child theme functions.php herunterzuladen (ich empfehle hierfür ftp zu verwenden), dann bearbeitet diese mit einem Texteditor (zB: http://notepad-plus-plus.org/ ) und fügt den Code am Ende ein. Anschließend ladet die Datei wieder hoch. Wenn der Fehler dann noch immer auftritt liegt es vielleicht am PHP Memory und ihr müsst diesen auf 128M erhöhen – siehr hierzu: http://bueltge.de/mehr-speicher-fuer-wordpress/957/
Best regards,
PeterHi Sven!
Right now the theme option page is not translatable and you can only use it in English. We’ll look into it and try to make it translatable for the next update and then you can translate the option page with a plugin like: https://wordpress.org/plugins/codestyling-localization/ or Poedit ( http://poedit.net/ )
Cheers!
PeterMay 15, 2014 at 1:22 pm in reply to: Installing same theme on both main domain and subdomain? #265271Hey nerkasa!
Best regards,
Peter -
AuthorPosts