Forum Replies Created
-
Hi,
Thanks for contacting us.
Question 1: Single Image
I checked your website; however I did not see issues you mention.
http://prntscr.com/d549bmQuestion 2: Please go to admin panel/Appearance/Theme Options/Custom code and add code below
.dhvc-woocommerce-page .amount { color: #0093ca; font-size: 30px; font-weight: bold; }
Your page will display the same as image below
Best regards,
Junniein reply to: Single product image not displaying & Custom StylingHi,
Please check your site again. I edited for you
Best regards,
Junnie
in reply to: LogoHi,
Thanks for contacting us.
Please send me a link to your site and your admin account and FTP account via private message. I will check for you soon
P/s: Please feel free to give us link of your site, admin account (wordpress account) and FTP account via private message. If so, we can check and help you solve issues more easily.
http://prntscr.com/d53doe
Best regards,Junnie
in reply to: Lay out messed upHi again,
Please check your site again. I edited for you. Next time, Please install and active Woocommerce plugin after that, Install&active Sitesao Core plugin
Best regards,
Junnie
in reply to: Sitesao Core plugin / Fatal errorHi,
Thanks for your info. Yet, Please send me FTP account. I need to check your code and fix this issue for you
Best regards,
Junnie
in reply to: Sitesao Core plugin / Fatal errorHi,
Thanks for contacting us.
I check links above however I did not see issues you mention. It seems you have resolved this issue.
I’ll mark this topic as resolved. If you found another problem, please create a new topic.
Best regards,Junnie
in reply to: Header style not changingHi,
Thanks for contacting us.
It’s great that you have resolved this issue.
If you found another problem, please create a new topic.Best regards,
Junnie
in reply to: Change header & menu style for Product pageHi,
Wish you a nice day.
Please go to wp-content\themes\luxury-wp and add in fuctions.php file
http://prntscr.com/d5299uBest regards,
Junnie
Hi,
Thanks for contacting us.
Please send me a link to your site and your admin account via private message. I will check for you soon
http://prntscr.com/d526dpI checked this issue on my localhost. You can see images below
Result:
Best regards,
Junnie
in reply to: Bad formatting on emailsHi,
Thanks for contacting us.
Please send me an admin account and FTP account via private message. I will check for you soon
http://prntscr.com/d4vuhe
Best regards,Junnie
in reply to: "Sort by" not workingHi,
Thanks for contacting us.
I can not view your site. Please send me an admin account and FTP account via private message. I will check for you soon
Best regards,
Junnie
in reply to: Sitesao Core plugin / Fatal errorHi,
Wish you a nice day.
Please check your site again. I edited for you
Best regards,
Junnie
in reply to: Disable zoom on hover. Product PageHi,
I added code to functions.php in child-theme, You can see screenshot below link.
Please replace your link to ‘This is custom link’ in code.
http://prntscr.com/d4oh4c
Best regards.in reply to: LogoHi,
Thanks for contacting us.
This page is set to Shop Page in Woocommerce/ Settings/Products/Display http://prntscr.com/d4lqnh, shortcodes will not work. Because setting Shop Page is similar to the way you set Blog Page. By default, you can not use shortcodes for Shop or Blog Page.
Yet, You can try it out by following
Please go to Appearance/Menus and create Custom links to add on menu
http://prntscr.com/d4ls69When cart empty: Please go to functions.php file and add code below
function wc_empty_cart_redirect_url() { return 'http://yourdomain.com/your-page/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
Best regards,
Junnie
Hi,
Thanks for contacting us.
Disable zoom on shop page: Please go to Appearance/Theme Options/Custom code and add code below
.woocommerce ul.products li.product .shop-loop-quickview a { display: none; }
Disable zoom on a single product: We will javascript to create a pop-up on the single page. If you want to disable this feature. You need to edit file .php and it will lose when you update the theme.
Please send me a link to your site and your admin account and FTP account via private message. We will check and guide you edit
Best regards,
Junnie
in reply to: Disable zoom on hover. Product Page