Forum Replies Created
-
AuthorPosts
-
Hi Ronald!
it’s fixed now, you uploaded the whole Themeforest package to wp-content/themes and that caused some issues when the theme tried to save the menu setting in the database.
Regards,
JosueHey!
Do you know if your server has some anti-CSFR functionality activated? i’m pretty sure Enfold does not add those tags directly but perhaps something in the theme is triggering a server reaction so knowing that will led us to the fix.
Best regards,
JosueHi!
Thumbnails are showing on those links you posted.
Best regards,
JosueMarch 14, 2015 at 3:42 am in reply to: Hiding "landscape" and "portrait" tags used for masonry gallery #411367Tal vez sea un problema de Permalinks, ve a Opciones > Enlaces Permanentes y re-guarda la configuracion. Tambien prueba desactivar todos los plugins. Si no funciona creame una cuenta de administrador y ponla aqui como una respuesta privada.
Saludos,
JosueHola Salvador,
¿Sabes si tu hosting tiene algún mecanismo de seguridad extra fuera de WordPress? según lo que he investigado este error (admin-ajax.php 403 forbidden) normalmente sucede cuando existe algún plugin de seguridad esta activado, como no tienes ninguno en la instalación tal vez sea algo mas del servidor.
Saludos,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHola,
Eso lo defines cuando editas la Pagina, en le lado derecho hay una opción para definir la apariencia del Header.
Saludos,
JosueYou are welcome, glad to help :)
Best regards,
JosueYou are welcome Darryl, always glad to help :)
Regards,
JosueHey!
Can you please indicate which Pages are not working? i’m trying to find the affected ones but they all seem to be working fine.
Best regards,
JosueHey!
The code is working as expected, you needed to clear the cache and change the code, you need to change each category and set their respective menus (and repeat as needed):
function add_menus_to_single_products() { if( has_term('cards', 'product_cat') ){ wp_nav_menu( array('menu' => 'Cards Menu', 'container_class' => 'single_product_menu' )); }elseif( has_term('music', 'product_cat') ){ wp_nav_menu( array('menu' => 'Pixia Main Menu', 'container_class' => 'single_product_menu' )); }elseif( has_term('books', 'product_cat') ){ wp_nav_menu( array('menu' => 'Books Menu', 'container_class' => 'single_product_menu' )); }else{ } } add_action('woocommerce_before_single_product', 'add_menus_to_single_products');Here’s this product for example (which is under Music), you’ll see that the Pixia Main menu shows (as set in the code).
Regards,
Josue-
This reply was modified 11 years ago by
Josue.
Hi,
Can you please create me a temporary FTP account or enable file editing from the Dashboard?
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
I tried installing Jetpack but a FTP window prompt, can you please share us a FTP account?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { #footer .av_one_fourth { width: 50% !important; margin: 0 !important; } }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.single .blog-meta { display: none; }Cheers!
JosueHi Darryl!
No, that’s not necessary. You just need to set the appropriate Open Graph tags in the source code of the single post view so Facebook can build the share box based on that. As this is more of a functionality thing it is best to use a plugin for that:
https://wordpress.org/plugins/wordpress-seo/
https://wordpress.org/plugins/opengraph/
https://wordpress.org/plugins/wp-open-graph/Cheers!
JosueHey!
Try enabling WordPress debug mode and check if you see something different than a white screen when activating Enfold.
Cheers!
JosueHey!
For custom taxonomies you’d need to use
wp_get_post_terms:
http://codex.wordpress.org/Function_Reference/wp_get_post_termsAlso check this thread:
https://wordpress.org/support/topic/related-posts-by-custom-taxonomyCheers!
JosueMarch 12, 2015 at 9:55 pm in reply to: Is there an option to create a separate page design specific to mobile devices? #410750March 12, 2015 at 9:54 pm in reply to: Hiding "landscape" and "portrait" tags used for masonry gallery #410749Hey Tameez!
Try adding this code to the Quick CSS:
.tag-link-171, .tag-link-163 { display: none !important; }Cheers!
JosueHi,
No, em is equal to the document font size, which in Enfold by default is 13px so it would be the same.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Stefan!
Have you tried using the update tool in Theme Options?
Cheers!
JosueMarch 12, 2015 at 7:10 pm in reply to: Accordian Slider with images instead of portfolio items #410660You are welcome, glad to help :)
Regards,
JosueHey!
Use this (put in functions.php):
function add_menus_to_single_products() { if( has_term('Cards', 'product_cat') ){ wp_nav_menu( array('menu' => 'Cards Menu' )); }elseif( has_term('Music', 'product_cat') ){ wp_nav_menu( array('menu' => 'Music Menu' )); }elseif( has_term('Books', 'product_cat') ){ wp_nav_menu( array('menu' => 'Books Menu' )); }else{ } } add_action('woocommerce_before_single_product', 'add_menus_to_single_products');That’s a hook to the single product view that will render a specific menu if that product is in a certain category.
Regards,
JosueMarch 12, 2015 at 6:33 pm in reply to: Accordian Slider with images instead of portfolio items #410629Hey!
You need to use bigger images if you want that effect, at least 1500px wide.
Best regards,
JosueHey!
You can use this option in the Blog Posts element settings – http://a.pomf.se/sctkej.png
Regards,
JosueGreat, let us know how it goes :)
Cheers!
Josue -
This reply was modified 11 years ago by
-
AuthorPosts
