Forum Replies Created
-
AuthorPosts
-
Hey!
1) Standardmäßig kann dies WordPress nicht. Entweder du aktivierst die “Conditional Menu” Funktion: https://kriesi.at/support/topic/enfold-conditional-menu/ (dann kann man dies unter Design > Menus konfigurieren) oder du probierst dieses Plugin: http://wordpress.org/plugins/baw-login-logout-menu/
2) Die Dropdowns kann man unter Design > Menu anlegen – einfach die Menüpunkte des Dropdowns unterhalb des Hauptmenüpunktes gruppieren und etwas nach rechts ziehen.
Cheers!
PeterHi!
I think Ismaels code is messed up (wrong quotes because bbpress converted them). Please try following code
$description = get_the_author_meta('description', $author_id); echo "<div class='author_description_text'>".wpautop($description)."</div><span class='author-extra-border'></span></div>";
Best regards,
PeterHi pmaly!
Please install: http://wordpress.org/plugins/wordpress-seo/ – this plugin gives you full control over the page title and meta data and you can change the title for each post, page, etc.
Cheers!
PeterHey!
Yes it works. I can see the video tab and the preview + video content is displayed/generated properly.
Regards,
PeterHi!
nevermind – I just got the mail :)
Cheers!
PeterHi!
I didn’t receive the password yet – please sent it to (Email address hidden if logged out) or (Email address hidden if logged out)
However if all options show up (Yoast Video tab is visible) then everything works as expected and I don’t need to check your website.Regards,
PeterJanuary 21, 2014 at 5:27 pm in reply to: Facebook and Twitter widget on Homepage of http://kriesi.at/ #212865Hi!
I think Kriesi used this button: http://dribbble.com/shots/457259-Twitter-Button-Concept as inspiration but there’re no tutorials, etc.
Cheers!
PeterHi!
Fixed – you must not use the same slug for the post type and portfolio page. I changed “productos” to “producto” ( http://www.cnovaplus.com.mx/wp-admin/options-permalink.php?settings-updated=true ) and it works now. You can use any other slug but make sure that it’s not used for a page (i.e. like here: http://www.cnovaplus.com.mx/productos/ ).
Best regards,
PeterJanuary 21, 2014 at 5:14 pm in reply to: Facebook and Twitter widget on Homepage of http://kriesi.at/ #212858Hey microhound!
Afaik Kriesi doesn’t want to release it (yet) because it’s not flexible enough and everything is hardcoded. However I marked this thread for him (feature request).
Regards,
PeterHey!
I corrected the code – please try it again.
Regards,
PeterHi!
Yes, exactly. You first need to insert a menu name and then click the “Create Menu” button. Afterwards you can use the “Pages” field to add pages to the menu
But this is (afaik) the standard wordpress behavior – i.e. I created the screenshot on a test server which does not run WPMS and it was exactly the same workflow.
Regards,
PeterHi!
Glad you found the problem :)
Cheers!
PeterHey!
I created 2 additional menus for “French” and I didn’t notice any issues: http://baiecom.biznessacademy.com/wp-admin/nav-menus.php?lang=fr – maybe the problem is client/browser related.
I’m not sure if the “conditional menu” works with a multi site setup – I never tested it on WPMS and I can’t promise it works. You must make sure that the enfold/functions.php file contains following code
add_theme_support('avia_conditionals_for_mega_menu');
If it doesn’t work in the functions.php file create a new php file, insert this code
<?php /* Plugin Name: Enfold Menu Plugin Plugin URI: http://kriesi.at Description: Enfold Developer Plugin Version: 1.0.0 */ add_theme_support('avia_conditionals_for_mega_menu');
and upload the php file into the plugin folder. Then activate the “Enfold Menu Plugin” plugin.
Best regards,
PeterHi!
You can use following code
function custom_post_slide_query( $query, $params ) { $query['orderby'] = ‘menu_order’; return $query; } add_filter( ‘avia_post_slide_query’, ‘custom_post_slide_query’, 10, 2);
Regards,
PeterHi!
Ok update – I tested it with IE11 and didn’t notice any issues. Thus it’s maybe an issue with a browser extension or you use an old version of IE – afaik WP3.8 requires IE10 or IE11. IE9 will trigger a warning.
Cheers!
PeterHi!
I can’t reproduce the issue. I didn’t test it wit IE though and this might be browser (or browser extension) related issue. Please try to use Chrome or Firefox instead. I created four menus (one menu for each language) and I was able to translate the menus and add menu items to them: http://baiecom.biznessacademy.com/wp-admin/nav-menus.php
Cheers!
PeterHey!
Can you post the login credentials as private reply please – I can’t remember them…
Cheers!
PeterHey!
Great :)
Cheers!
PeterHey!
If you just want to randomize the logos without affecting the query you can also replace this line
$this->id_array = explode(',',$this->config['ids']);
with
$this->id_array = explode(',',$this->config['ids']); shuffle($this->id_array);
Best regards,
PeterHi kenbo1978!
Enfold uses the default “Ajax Add to cart” script and the default shop templates which come with WooCommerce – we do not modify this function or the “Add to cart” templates. Afaik most themes which are compatible with WooCommerce use this ajax script on the shop page simply because it looks better than reloading the entire page after the user clicked the “Add to cart” button. I suggest to contact the plugin author and to ask him if he can assist you with the plugin implementation. If not I recommend to stay away from the plugin.
Regards,
PeterHi!
I just noticed that you didn’t save the theme options after the upgrade. Please go to Enfold > Theme Options and re-save the theme options. This forces Enfold to rewrite the dynamic stylesheet.
Best regards,
PeterHi!
The screenshot can be found here: https://kriesi.at/support/topic/using-oembed-within-advanced-layout-editor/#post-209388
I recommend to try the vimeo video/embed code first – insert it into the textbox, save the post and Yoast should recognize it. If this works it’s not a theme issue since the same logic/code is applied to all video services supported by Yoast video.
Best regards,
PeterHi!
You can use your own email address for the user account. We just need a login name + password.
Cheers!
PeterHey!
Please try to clear the browser cache – the icons seem to work for me. Also the “Track Everything” plugin triggers an js error which breaks the theme.
Regards,
PeterHi MtnStreamGroup!
You can try this: http://wordpress.org/plugins/kwayy-html-sitemap/ or this plugin: http://wordpress.org/plugins/html-sitemap/
I didn’t test them but they’ve a good rating and I’m pretty sure they’ll work with Enfold.Regards,
PeterHey!
Btw – I think your code doesn’t work because the $avia_theme_location, etc. variables are not defined. You must include these variables into your function….
Cheers!
PeterHey!
1) Please revert your menu changes – they probably conflict with our ajax search function.
2) I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/
A temporary css fix would be:
.news-thumb { max-width: 36px; }
– insert this code into the quick css field.
Best regards,
PeterHi Arron!
Yes, the blog element does not support an orderby option at the moment and you must use the filter.
Best regards,
PeterHey nicolasweh!
I’m sorry you feel that way. The hover effect you requested is not included in the theme code and we also didn’t advertise or demonstrate it on the theme demo page. Btw this was not a support question but a theme customization request. We want to avoid that use hijack the threads and thus we close them if we consider the answer as “final reply”. You can open up a new thread and reference the old post if necessary.
Best regards,
PeterHi!
You can try this plugin: http://wordpress.org/plugins/wp-ajaxify-comments/ to use ajax to validate the comments.
Best regards,
Peter -
AuthorPosts