Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Try uploading a larger height file? The thing on home page is just 500px height, just try a larger height pictures.
Thanks,
laranz.Hi,
Try to put this Custom styles in Theme Options.
.mini-list .product-cats { display: none !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
Glad it helps 🙂
Let me know if you have any other questions.
Thanks,
laranz.August 20, 2013 at 9:51 pm in reply to: Mini Header – Minor bugs after updating Flexform 1.5 #17451Hi,
You mean the logo is attached to the border and there is no breathing area like in the original logo??
If so, add this in the Custom styles.
#mini-header
{
padding: 10px 0;
}Let me know, what you got.
Thanks,
laranz.Hi,
Can you give the address you gave on the Google map, and also whats the address you actually want?
Did the address give correct address in maps.google.com ?
if you don’t want to show up on public, click set reply as private below…
Let me know, what you got.
Thanks,
laranz.Hi,
Unzip the folder first, then navigation to the docs and open that read me file..
I think you open that html file without unzipping in Windows OS.
Let me know, what you got.
Thanks,
laranz.Hi,
You mean when you scroll you don’t want the mini header to jump in??
If so, go to Theme options -> Header Options.
Mini header
Enable the mini header when scrolling down the page.Choose Off. That will turn off that feature.
Thanks,
laranz.Hi,
Can you give us a link to your site, that this problem occurs?
So we can investigate and let you know. If you don’t want to show the link in the public, Just hit Set as private reply, only the staff can see that reply.
Thanks,
laranz.Hi,
Yeah sorry, I didn’t know you activated child theme,
After some 20 min of investigation, I found out that you put this in custom styles.
figure.media-wrap, .related-wrap, .author-info-wrap, .blog-item-details, .blog-pagination, .product-share, .product_meta { display:none; }
“figure.media-wrap” is responsible for that gallery, it’s the main container for that gallery.
So remove that from the list, the gallery will show up.
PS: I update a post and also upload 3 images, delete that if you don’t want.
Let me know, what you got.
Thanks,
laranz.Hi,
Open up page.php and paste this snippet in the area you want.
PS: take a backup of page.php before edit, so in case something happen you can revoke back to normal.
Let me know, what you got.
Thanks,
laranz.August 20, 2013 at 5:36 pm in reply to: prettyPhoto lightbox fullscreen background color change #17415Hi,
Can you show me a link to the page that contains prettyphoto?
Thanks,
laranz.Hi,
1. For single product, go to woocommerce\single-product\meta.php
and comment the lines from 27 to 33
It looks like this.
ID, 'product_cat' ) ); echo $product->get_categories( ', ', '' . _n( 'Category:', 'Categories:', $size, 'woocommerce' ) . ' ', '.' ); ?>
2. For Home page, go to \woocommerce\content-product.php comment the line #167 to #170 it looks like this
ID, 'product_cat' ) ); echo $product->get_categories( ', ', '' . _n( '', '', $size, 'woocommerce' ) . ' ', '' ); ?>
Let me know, what you got.
Thanks,
laranz.Hi,
Every page has a footer and also header, put this plugin page is something weird.
Try to install that plugin in a default theme, and let me know it works or not. If it is not working then it’s a plugin problem. If it works correctly, Post the WP login details.
Thanks,
laranz.Hi,
No problem 🙂
Let me know if you have any other questions.
Thanks,
laranz.August 20, 2013 at 4:28 pm in reply to: On Sale Products not showing on Home Page "Shop Products Mini" #17402Hi,
Usually it don’t need any category, if you want to narrow a category in the sales you can put.
But did you have any product sold in the website??
Sorry for the late reply. Apologies.
Thanks,
laranz. -