Forum Replies Created
-
AuthorPosts
-
Hi nannini!
Yes, please create us an admin account.
Cheers!
PeterHi!
Please try to increase the memory – if this doesn’t help please create us an admin account and we’ll look into it.
Cheers!
PeterHi!
It seems like another plugin already loads the google map api file and this breaks the map widget. Try to insert following code into the functions.php file (insert it at the very bottom) to fix the issue
add_filter( 'avia_google_maps_widget_load_api', 'avia_remove_widget_script', 10, 2); function avia_remove_widget_script($load, $config) { return false; }
Cheers!
PeterJanuary 10, 2014 at 11:32 am in reply to: LayerSlider – how to make only one of several videos auto play #207925Hi!
Tbh I’m also not sure if LayerSlider 4.x supports different autoplay settings for different videos. We’ll release a theme update with LayerSlider 5.x soon and maybe the new slider version fixes the issue. If not we’ll contact the plugin author and ask him to look into it.
Regards,
PeterHi Vermishelle!
Please try to re-install all themes files. I recommend to use ftp ( https://vimeo.com/channels/aviathemes/67209750 ) to overwrite the old theme files because I guess one or more files are corrupt at the moment and produce some invalid output. If you’re using a child theme or modified code make sure that the child theme code (or your modified code) doesn’t conflict with the latest theme update.
Regards,
PeterHey newmesis!
Please provide more details – which sort of conflict did you notice? If you i.e. just see a white screen it’s probably a php memory problem and you need to increase the allocated memory to 128M ( http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP ).
Best regards,
PeterHi!
I think the MailChimp plugin caused the issue. I deactivated it now and the categories are translated now. I created a test page here: http://www.sugaridoo.com/wp-admin/post.php?post=4717&action=edit&lang=nl and here: http://www.sugaridoo.com/wp-admin/post.php?post=4719&action=edit&lang=en
You might want to report this issue to the plugin author – it seems to be a conflict between the mailchimp plugin and the WPML main query which determines the selected/current language.
Best regards,
PeterHi!
I checked the dynamic stylesheet: http://agentanalytics.net/wp-content/uploads/dynamic_avia/enfold.css?ver=1 and it does not contain the css code I posted here: https://kriesi.at/support/topic/video-in-portfolio-item/#post-207434 (it should be located at the very end if you inserted it into the quick css field). There are two possible reasons:
1) You didn’t add the css code into the quick css field or you already removed it. Please insert it into the quick css field, save the settings and clear the browser cache.
2) You inserted the code into the quick css field and it’s saved in the database but enfold can’t regenerate the dynamic stylesheet. In this case use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Cheers!
PeterHi Speedskater!
Actually the theme will take care of all possible conflicts automatically and the title/meta data of the Yoast SEO plugin will be used instead of the default theme title/meta data. All SEO optimizations of the theme (schema.org markup, hatom feed markup, modern html5 tags/structure, etc.) will help the search engines to analyze your page content better and eventually this can result in better rankings. The Yoast SEO plugin on the other hand takes care of the title, the meta tags (robots, title, description, author, etc. meta tag) and the social networks data and there won’t be any conflicts with the theme (regardless of the configuration).
Cheers!
PeterHey!
Yes, if you don’t want to show the parent category in the breadcrumb it’s probably better to deactivate the filter in this case.
Regards,
PeterHi!
If you want to hide all buttons use this code instead
div.pp_default .pp_nav{ display: none !important; }
Regards,
PeterHi!
I think this plugin http://wordpress.org/plugins/post-types-order/ will help you.
Regards,
PeterHi!
Yes, basically you should be able to add any category (parent or child) to the masonry grid filter but you need to select it. The filter will just display those categories which you selected on the admin screen and if just the child category is selected the parent category won’t be included/displayed automatically. In addition you must make sure that the post(s) is/are also assigned to the parent category. I.e. here http://testsite.pp.ua/wp-admin/edit-tags.php?taxonomy=category you didn’t assign the posts to the parent category “Математика” and thus the masonry filter also won’t show the category in the filter list – simply because no post would fulfill the filter criteria and it makes no sense to display an empty category in the filter bar. So if you want to display the parent and child category in the filter list you must tick the child and the parent category on the post editor screen
Cheers!
PeterJanuary 9, 2014 at 2:13 pm in reply to: Post Slider: need to show full story and button content element #207422Hi lisabarfield!
1) By default excerpts don’t support html code or shortcodes. You can use the do_shortcodes() function to execute shortcodes though. Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and search for
if($loop_counter == 1) $output .= "<div class='slide-entry-wrap'>";
Replace the code with
$excerpt = do_shortcode($excerpt); if($loop_counter == 1) $output .= "<div class='slide-entry-wrap'>";
2) Replace
if($show_meta && !empty($excerpt))
with
$show_meta = false; if($show_meta && !empty($excerpt))
3) Did you select the WODs page as blog page (Enfold > Theme Options)? If yes please select another page as blog page otherwise the WODs page will ignore the template builder settings and it will use a special blog template for this page instead.
4) You can place it in the child theme folder. However you must add some code into the child theme functions.php file to overwrite the original parent theme code – see: https://kriesi.at/support/topic/have-easyslider-fill-up-entire-column-with-no-padding-or-margins/#post-205281
Best regards,
PeterHi!
You can hide the play button with some css code
div.pp_default .pp_nav .pp_pause{ display: none !important; }
Cheers!
PeterHey!
I’ll leave this thread open (for follow up questions).
Best regards,
PeterJanuary 9, 2014 at 1:45 pm in reply to: Breadcrumbs with full path terms (taxonomy) for post type #207399Hey!
No, in functions-enfold.php – use it instead of the code you posted in your first post.
Regards,
PeterHey psbag!
Ich bin mir nicht sicher wie “ein Megamenu, das sich nicht mehr erweitern lässt” gemeint ist. Wenn die Menüpunkte schlichtweg nicht mehr gespeichert werden, ist dies ein Problem der Serverkonfiguration. Die Lösung findet sich hier: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/ bzw (wenn der Server keine suhosin extension verwendet) hier: http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/comment-page-1/#comment-186321
Cheers!
PeterJanuary 9, 2014 at 10:55 am in reply to: Socialize not working for Pages and Portfolio items #207331Hi MassiveImpressions!
As far as I know the Socialize plugin doesn’t offer a shortcode or php function which allows you to directly embed the shortcode into the post/page content. In your case I recommend: http://wordpress.org/plugins/simple-share-buttons-adder/ which supports some shortcode ( http://www.simplesharebuttons.com/wordpress/wordpress-configuration/ ) and you can even use it for advanced share buttons (post slider, etc.: https://kriesi.at/support/topic/add-share-buttons-to-postslider-php/ ).
Best regards,
PeterHi!
Glad you found the solution :)
Cheers!
PeterJanuary 9, 2014 at 10:40 am in reply to: WPML – post categories only show in native language #207320Hey!
Please create me an admin account and post the login credentials as private reply – I’ll look into it.
Regards,
PeterJanuary 9, 2014 at 10:38 am in reply to: Breadcrumbs with full path terms (taxonomy) for post type #207319Hi!
You can try to wrap the breadcrumb into a div with the default breadcrumb classes.
if($breadcrumb) { $additions .= '<div class="breadcrumb breadcrumbs avia-breadcrumbs">'; $additions .= bcn_display(true); $additions .= '</div>'; }
Cheers!
PeterHey!
No I don’t think so – otherwise a lot of other theme users would report the same issue (and I’m not ware of similar bug reports yet). In addition your website loads the analytics.js file properly and there are no js errors on your website – this article https://support.google.com/analytics/answer/1032399?hl=en shows you how you can test it with Chrome. Did you try to switch to the default theme – does google detect the code with i.e. the TwentyThirteen theme?
Cheers!
PeterHey!
Please try to deactivate all third party plugins – maybe one (or more plugins) trigger a javascript conflict which then breaks the sliders. I.e. the “WP Ultimate Search” plugin triggers following error
Uncaught TypeError: Cannot set property '_renderMenu' of undefined
Best regards,
PeterHi Ina!
You can extend the thumbnail width by using this css code
#top #wrap_all .avia-gallery .avia-gallery-thumb a { width: 25%; }
– insert it into your child theme style.css file or into the quick css field.
Cheers!
PeterHey!
Please post a link to the page/post where the lightbox doesn’t work.
Regards,
PeterJanuary 8, 2014 at 6:47 pm in reply to: Breadcrumbs with full path terms (taxonomy) for post type #206959Hey!
Do you want to display the categories of your portfolio items? If yes insert this code into the enfold/functions.php file
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
– it will remove the portfolio page from the breadcrumb and will show the terms (including hierarchy with parent terms, etc.) instead.
Best regards,
PeterThis reply has been marked as private. -
AuthorPosts