Forum Replies Created
-
AuthorPosts
-
Hmmm…. it doesn’t Nowhere it says “PORTRAIT” and I’m asking about the PORTRAIT image settings. Where can I find these?
Hi and thank you!
Private content below.Yes, I have a new import of theme with NO uber changes whatsoever and I just removed all uber CSS.
Still, no luck….Thank you, details in PRIV below.
Hi there,
Everything was working with UBER menu. Once I decided to switch back to Enfold reg menu, it disappeared, so it’s not a problem of a plugin, bc it was ok before.
But, as you said, I just reinstalled the theme and updated all the plugins. I deactivated and reactivated, emptied my cache…No change…
Still Mobile menu is missing….Thanks
Sure!:)
In Masonry (content) the last setting for how to display images is custom. It allows for tagging images with either “Portrait” or “landscape” and this way the images will have a specific dimension. Mine are looong and I want to change the height of the PORTRAIT that is related to Masonry.
thanks!
Fantastic Josue, that might do the trick!
But first I’ll use the Embedding of the gallery shortcode into TABS.
One additional question regarding that:Is there a way to fit every image (even though they are different) fit into the somewhat container window?
So, lets say that that gallery shows 600x700px container but an image, no matter the size, fits inside without stretching even if it generates different white spaces around the image?Thanks!
But Masonry Gallery element or the regular Gallery element doesn’t allow for sorting…Am i Correct?
If you read it then you know my goal is to be able to upload bunch of work at once (not like in portfolio, one image at a time) and after that make it sortable. So — how?Thank you! it must be a plugin because I made it work. I read a bunch and the newest WOO update is causing a lot of people this error, just fyi. Mark as done. Thanks!
Hi Elliott,
Thank you! My bad! I forgot to attach the template to the page in the wp-admin. Al perfect.
Much appreciated!All solved.
This reply has been marked as private.Hi Günter,
I struggled with this… so I’ve decided to return the plugin and found a better working one (with not such huge Ajax action which was really affecting the total orders..) I know it’s a known issue so I hope they’re going to fix it.
Thanks anyways!SOLVED.
I understand now. SOLVED.
Aaaa…thank you thank you Josue! So much.
You’ve been incredibly helpful and the support is amazing!This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.You’re a genius, Josue! Thanks a million!!!! :))))
Have a great day!This reply has been marked as private.This reply has been marked as private.So, I’m trying…
I’ve decide to add this to : woocommerce/template/single-product.php
<?php while ( have_posts() ) : the_post(); ?>
<?php
if (is_product(‘Food’)) {
wc_get_template_part ( ‘content’, ‘single-product-food’ );
}else{
wc_get_template_part ( ‘content’, ‘single-product’ );
} ?>
<?php endwhile; // end of the loop. ?>and this to : woocommerce/template/content-single-product-food.php
<?php
if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
?>
<div class=”singlefoodsmenu”>
<?php wp_nav_menu( array(‘menu’ => ‘Cards’ )); ?>
</div>
——
The menu shows up on all categories… not just Food
if (is_product(‘Food’)) {How do I state this on woocommerce/template/single-product.php
so my content from contact-single-product-foods.php (or whatever category) shows up on single categories I choose instead on all…ps. This is just me testing with minimal php knowledge.
If you have an idea (Josue, Ismael) how to do it properly, please let me know. Thanks much!Hi Ismael,
I’m so lost..
I feel like it should be easy but it’s not.The menu on single custom category items stopped showing up so I need to redo it.
Questions :
1. I read I should copy the woocommerce folder from plugins to theme and this is where I would overwrite the behavior.
Is it where I should be doing it instead of woocommerce/plugins/templates ?2. Can you walk me through HOW TO DISPLY the menu (full width or not, don’t care..) on my custom single products?
So, if I have a custom page : FOOD and I want to display that custom menu on single FOOD items how would I do it…?
What php code on which template?I’m really confused. I know you don’t have to help out with woo but I’d so appreciate it!
Thanks much!Ismael,
Thanks much! It shows up but messes up the styling and even some layout on woo single.
I added this : <?php echo do_shortcode(‘[av_submenu menu="781" position="center" color="main_color" sticky="aviaTBsticky" custom_class=""]‘); ?>
to my custom content-single-product-food.php
<?php
if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
?>
<?php echo do_shortcode(‘[av_submenu menu="781" position="center" color="main_color" sticky="aviaTBsticky" custom_class=""]‘); ?>
<?php
/**
* woocommerce_before_single_product hook
*
* @hooked wc_print_notices – 10
*/
do_action( ‘woocommerce_before_single_product’ );if ( post_password_required() ) {
echo get_the_password_form();
return;
}
?>Should I add something to CLEAR it so it does not affect the styling/layout (4 columns become 3) on single product?
This reply has been marked as private.Hi Ismael,
This is what I want to do : http://www.dropmocks.com/mHcYCp
I want the image to be inside of the block element for the blog expert content (align it left, wrap the text around it) instead of them being separate.If you tell me how and what php to modify I’m ok with doing it.
Thanks!Actually, no block :
#top #header .avia_mega_div {
width: 1200px;
}#top #header .avia_mega_div>.sub-menu>li {
width: 200px;
}If you have another solution or if it is a bug (obviously width:100% causes it) then let us know!
Thanks!I added this to custom.css :
#top #header .avia_mega_div {
width: 1200px;
display: block;
}#top #header .avia_mega_div>.sub-menu>li {
width: 200px;
}And it fixed it, but in the original code the it is :
#top #header .avia_mega_div {
width: 100%;
}Is this the issue?
This reply has been marked as private. -
AuthorPosts