Forum Replies Created
-
AuthorPosts
-
February 19, 2014 at 7:54 am in reply to: Mobile Menu not showing – conflict with contact form #225986
Hey!
Vielen Dank für die netten Worte :)
Es gibt nichts zu verzeihen (und es war auch kein Vorwurf), sondern es war nur als Tipp/Hinweis gemeint, da man dadurch schneller Antworten erhält. Wir merken derzeit leider nicht welche Posts durch den User “gepushed” werden und da kann es dann passieren, dass wir mehrere Tage nicht antworten, weil jedesmal der Post in der Warteschlange wieder zurückgestellt wird.
Cheers!
PeterHey codemode!
Personally I recommend to delete this page and then use a plugin like: http://wordpress.org/plugins/insert-html-snippet/ to insert the javascript code. If you can’t access the editor page your only change would be to manipulate the page content directly in the database and it’s easier to re-create the page.
Regards,
PeterHey!
I’ll close this thread now to avoid cross posts.
Cheers!
PeterHi Ikyo!
Please create me an admin account and post the login credentials as private reply – I’ll check the setup.
Regards,
PeterFebruary 18, 2014 at 10:36 am in reply to: AJAX or JQUERY not working? Image gallery, ajax search and accordion broken #225413Hey!
Please update the theme to the latest version (Enfold 2.5.2). I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750 for the update.
Best regards,
PeterFebruary 18, 2014 at 10:30 am in reply to: Woocommerce 'Cart Total' field size change (image included) #225409Hi hanlinsg!
Can you please post a link to the page? I’ll investigate the element css code and provide detailed instructions.
Cheers!
PeterHi!
Maybe you can create me an admin account and give me more details about the issue? I’ll try to find a solution.
Regards,
PeterHi george!
“Home” is not a page but a static link which points to the homepage. If you want to change the text of the “home” link (i.e. with a custom page title) insert this code into the functions.php file (at the very bottom):
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ $args['show_home'] = 'Home Page'; return $args; }
If you need to translate the link text to other languages use this code instead
add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1); function avia_change_home_breadcrumb($args){ $args['show_home'] = 'Home Page'; if(defined('ICL_LANGUAGE_CODE') && ICL_LANGUAGE_CODE == 'de') { $args['show_home'] = 'Startseite'; } return $args; }
and replace “de” with the shortcode of your language and “Startseite” with your translation of “Home Page”.
Best regards,
PeterHey!
Kannst du einen Link zu der Seite posten. Ich bin mir nicht sicher wo dieser Button ist.
Regards,
PeterFebruary 18, 2014 at 10:04 am in reply to: Bug: No Post-Intro (via more-tag) ist shown when using AVIA Layout Builder #225397Hi!
The masonry layout doesn’t support the “more” tag and you must use the “excerpt field” for the excerpt. If you want to use both blog types I recommend to use this code instead: https://kriesi.at/support/topic/setting-blog-to-multi-author-big-preview-blog-with-title-excerpt-read-more/#post-221204 – then you can use the “excerpt field” for all posts regardless of the post type.
Regards,
PeterHi!
The read more links seem to work for me. By default you can use the more quicktag: http://en.support.wordpress.com/splitting-content/more-tag/ to generate the excerpt or you can use this code: https://kriesi.at/support/topic/setting-blog-to-multi-author-big-preview-blog-with-title-excerpt-read-more/ if you want to use the “excerpt field” for a custom excerpt text.
Cheers!
PeterHi!
You can try to update to the lates theme version (2.5.2) – maybe it fixes the issue. We changed some things for better WP3.8 compatibility and tmaybe the changes will also fix the rewrite rule issue on your server. I’m only aware of one other user who reported a similar issue with permalinks and there it was definitely no theme issue because other post types (i.e. the “products” post type of WooCommerce) also didn’t work even if the default theme “TwentyThirteen” was activated.
Best regards,
PeterHi!
Insert this code into the functions.php file:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['status'] = array( 'font' =>'social-fontello', 'icon' => 'ue803'); return $icons; }
to register a new icon. Replace the icon and font values if necessary.
Is enfold supporting get_template_part( ‘content’, get_post_format() ); ?
No, because Kriesi uses a filter to change the post format layout and does not load different templates. For all available filter see: wp-content/themes/enfold/includes/helper-post-format.php
Best regards,
PeterHey!
It makes sure that all scripts running on your server (theme, WPML, etc.) have enough memory and won’t stop to process the code because of a memory overflow.
Best regards,
PeterFebruary 17, 2014 at 10:41 am in reply to: Integrating Gravatar images into Enfold Multi-Author Blog within WordPress #224874Hi!
The theme does not connect to any wordpress.com or wordpress.org profiles. All user settings are stored in the local database and you can change them on the user screen (Admin Dashboard > Users > All Users and then hover over a username and click “edit”). The email address of your user (and all users who want to use their gravatar images) must match the corresponding gravatar account address(es).
Cheers!
PeterHey!
Go to WPML > Taxonomy Translation – there you can translate all taxonomies including the “Tags” taxonomy. I noticed a “Synchronize Tags assignment in content” button on this page which may help you. I recommend to ask the WPML devs if they can give you some useful tips. They know their plugin better thn we do and maybe I there’s a “duplicate all content” option and I just missed it.
Cheers!
PeterFebruary 17, 2014 at 10:33 am in reply to: Enfold and WPML Portfolio Item Base slug translation #224867Hi!
Great :)
Regards,
PeterFebruary 17, 2014 at 10:29 am in reply to: Error : The parent theme is missing. Please install the "enfold" parent theme. #224866Hi!
Please check the theme folder. Use ftp, connect to your server and go to wp-content/themes. Make sure that the parent theme folder is called “enfold” and not “enfold enfold” or “enfold%2Fenfold”.
Best regards,
PeterHi!
Great, glad you found a solution :)
Regards,
PeterHey!
The Disqus plugin removes the comments count with Javascript. If you want to avoid the flash deactivate the plugin or insert this code into the quick css field to hide the comment count:
.text-sep-comment, .comment-container{ display: none !important; }
Cheers!
PeterHey hanlinsg!
1) This is not easily possible – please hire a freelancer if you want to modify the layout of the single product template. You can contact werkpress here: http://kriesi.at/contact/customization or hire a freelancer here: http://www.microlancer.com/
Note that relocating the “Add to cart” button position causes incompatibility issues with third party plugins for sure. That’s one of the reasons why we decided to stick with the default WooCommerce layout with Enfold. With propulsion we had several problems with third party plugins.2) Insert this code into the quick css field:
#top div div.product .woocommerce-tabs ul.tabs li a { display: none; } #top div div.product .woocommerce-tabs .panel { border: none; background: #ffffff; }
3) Seems like Josue solved it: https://kriesi.at/support/topic/tab-content-field-unclickable/’
Regards,
PeterHey Kimberly!
Can you post a link to the partner/logo page please? I’ll investigate the css code.
Cheers!
PeterHey Steve!
Please try to insert this code into the quick css field
.portfolio-preview-image a{ pointer-events: none; }
Cheers!
PeterThis reply has been marked as private.February 17, 2014 at 9:48 am in reply to: Integrating Gravatar images into Enfold Multi-Author Blog within WordPress #224838Hi bhaydock!
WordPress will connect your user email address (you can change it on the wordpress dashboard/admin page) with your gravatar account. Just make sure that the gravatar account email address matches your wordpress user address.
Best regards,
PeterFebruary 17, 2014 at 9:46 am in reply to: Woocommerce + WPML + Enfold = Pages not displaying and Redirect Loops… #224837Hey miketran!
Please install this plugin: http://wordpress.org/plugins/woocommerce-multilingual/ and configure it. If you think it’s a theme issue I suggest to deactivate Enfold and to activate the default TwentyThirteen theme. I’m pretty sure it’s not a theme issue because Enfold does not hook into the WooCommerce translation functions. If you’ve issues with the WooCommerce translation please contact the WPML support staff.
Best regards,
PeterHey David!
Make sure that you use the latest version of Enfold 2.5.2 because otherwise you can’t add a link to your gallery images. Then install this plugin http://wordpress.org/plugins/wp-gallery-custom-links/ and insert this code:
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) { $custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true); if(!empty($custom_url)) { $link[0] = $custom_url; $link['custom_link_class'] = 'aviaopeninbrowser'; } return $link; }
into your child theme functions.php file (at the very bottom).
Best regards,
PeterFebruary 17, 2014 at 9:33 am in reply to: Show single category in sidebar 'most recent messages' #224830Hi intrige!
1) Yes, you can use the “Enfold Latest News” widget – it allows you to select the categories which will be displayed in the sidebar.
2) No, afaik the “archive” widget does not support a category selection. However maybe you can find a third party widget here: http://wordpress.org/plugins/
Best regards,
PeterHey!
Please insert this code into the theme functions.php file:
function change_avia_date_format($date, $function) { if(!empty($function) && $function != 'avia_get_comment_list') $date = get_option('date_format'); return $date; } add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
Regards,
PeterHi davevi!
You can try: http://www.microlancer.com/ or contact the werkpress devs here: http://kriesi.at/contact/customization
Regards,
Peter -
AuthorPosts