Travelify with Woocommerce - gallery and image lightbox problems

I have just changed to the Travelify theme. My product pages and shop home page are not displaying correctly. I have also lost the product gallery with the enlarged photos and slideshow. My website is www.laclandestinadf.com

Hi @rickh,

I hope you are well today and thanks for posting here.

You can make your product pages and shop home page display properly by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

div#content-woocommerce {
  width: 97%;
}
body.woocommerce div#secondary {
  display: none;
}

The product gallery with the enlarged photos and slideshow are displaying fine on single product pages as shown in the attached screenshot.

Please advise.

Best Regards,
Movin

Thank you very much. It works very well now. I have uploaded Jetpack to my site and I am having the same problem with Jetpack’s Tiled Gallery. It is justified left instead of full width: http://laclandestinadf.com/tours-3/day-of-the-dead-tour-2/

Thank you for your support.

Hi @rickh,

You are most welcome here :slight_smile:

I have uploaded Jetpack to my site and I am having the same problem with Jetpack’s Tiled Gallery. It is justified left instead of full width: http://laclandestinadf.com/tours-3/day-of-the-dead-tour-2/
You can try using the following CSS code to make the gallery full width.
.tiled-gallery .gallery-row {
  width: 100% !important;
}

If the above code doesn’t work for you then you can just make the existing gallery center aligned using the following CSS code.

.tiled-gallery .gallery-row {
  margin: 0 auto;
}

Cheers,
Movin

I chose the center align and it worked great. Thank you!
One more question - when clicking on my name La Clandestina DF it links directly to my front page as when I open my website. However, when clicking on Home, it goes to the home page. I want it to go to the opening page with the recent blog posts. Under appearance, Settings General, both URLs are the same. What am I missing? www.laclandestinadf.com
Thanks!

Hi @rickh,

– when clicking on my name La Clandestina DF it links directly to my front page as when I open my website. However, when clicking on Home, it goes to the home page. I want it to go to the opening page with the recent blog posts.

I am not sure exactly what you are trying to achieve here but whenever i click on the link “la clandestina df” in the header of your site then it redirects to the home page of your site http://www.laclandestinadf.com/

Could you please describe it a bit more in detail by sharing the page URLs and screenshots so that i can better understand it and help you to achieve it?

Regards,
Movin

The problem I am having is that when clicking on the home tab in the menu it arrives at a different page than when clicking the header, I want both to arrive at the same page as when clicking the header.

Hi @rickh,

Thank you for making it clear.

You can change the URL of Home menu item from http://laclandestinadf.com/home/ to http://laclandestinadf.com/ by creating a custom menu item Home as described on the following page and use the URL http://laclandestinadf.com/ in its URL field.

http://easywpguide.com/wordpress-manual/appearance/updating-the-menu/adding-a-custom-link-menu-item/

Best Regards,
Movin