chig77777
Forum Replies Created
-
Forum: Plugins
In reply to: [Anything Popup] Make Pop Up ResponsiveHi tmfita,
You mentioned adding above code to style.css? This plugin doesn’t have any style.css so I assume you are talking about adding it to theme style.css?
I am using Bazar theme, please advise where to add above code.
Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] This plugin doesn't work in mobile devicesAdding below code into plugin css works for me, add at the end of the file.
Thanks joelurrea
yith-quick-view.css
@media screen and (max-width: 768px){
.yith-wcqv-wrapper {
width: 325px;
height: 450px;
overflow-y: scroll;
}
}Forum: Plugins
In reply to: [YITH WooCommerce Compare] Fatal error after updating to 2.0.7 versionIssue was caused due to 2.0.7 version, latest version 2.0.8 fixes above PHP Fatal error…
Symptom: Website will load blank
Cpanel logs shows above PHP fatal error.
AVOID USING 2.0.7 VERSION OF THIS PLUGIN
Forum: Plugins
In reply to: [Autoptimize] Display issue on mobile and cartHi Frank,
Appreciated your quick response, your advice did resolve my display issue with bazar theme.
My Site uses Captcha with forms, which is not displaying correctly on the page(should be before Submit button), it has relocated to the very bottom of the page-below bottom bar.
Example:
http://www.myshop2connect.com.au/support/Can you advice what could cause this?
Forum: Plugins
In reply to: [Autoptimize] Display issue on mobile and cartHi Frank,
Just discard/delete this post, by mistake i logged two post for same issue.
Forum: Plugins
In reply to: [Autoptimize] Display issue on mobile and cartAlso Captcha used with forms are not displaying correctly on the page, it has moved to the very bottom of the page below bottom bar.