- This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller, layout issues on Product page and in Cart CSS fixes not working
Tagged: WP Photo Seller
Hi I have just installed your plugin today Version 2.1.3 I have also installed the Custom.CSS plugin. I am having theme compatibility display issues with the Photo Product page – all the buttons are squashed please see http://www.openscreenshot.com/img/578447ce6913f1-41167890. I have found a similar thread in the forum and added this CSS to the custom code plugin:
.wps_digital_details_table{
width: 650px;
margin: 0 0 1.71429rem;
}
.wps_digital_details_table td {
text-align: center;
}
But it hasn’t fixed the issue
Also in the Order Print/Photo page the layout of the order form is not too good: http://www.openscreenshot.com/img/578447ce6913f1-41167890 for example the Quantity column is too wide and the text floats left. Where can I fix this layout issue?
My gallery is at: http://185.62.236.202/~annrosephgy/wordpress/photogallery/gallery1/
The Password protected gallery password is jess1
You’ll find that if you manually refresh the page on either your photo details or cart page, you will suddenly see that most of the page displays correctly.
The reason for the problem in the first place is because your theme is initially loading the photo seller pages using ajax and hence this is bypassing the proper loading needed for our plugin to load the styles etc.
I would like to try a test:
Your theme is using a special jquery plugin called PJAX. I believe this can be disabled in your theme.
Can you please ask your theme developer how to disable the “PJAX” functionality?