PKRulez
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Login to dashboard after seller loginThanks you for your response,
i found the class where the theme developer has written for the modal login,
<?php
if (!class_exists(‘SHOPME_FORM_LOGIN’)) {class SHOPME_FORM_LOGIN {
public $href;
function __construct($href) {
$this->href = $href;
}public function html() {
$accountPage = get_permalink( get_option(‘woocommerce_myaccount_page_id’) );
?>
<div id=”modal-login” class=”modal-inner-content modal-login”>
<button class=”close arcticmodal-close”></button>
<div class=”woocommerce custom-scrollbar”>
“><?php esc_html_e(‘Register’, ‘shopme’); ?>
<?php echo do_shortcode(‘[woocommerce_my_account]’); ?>
</div>
</div>
<?php
}
}}
Any suggestions here to modify the code??
Thanks,
Forum: Plugins
In reply to: [WooCommerce] Archive Pages Load Very SlowHi lorro, Thank you for your suggestions. I did turn off the Geolocation in the settings but isn’t much changes in the speed. Will check with the theme vendor too.
Yeah front home page has lots of images but loads fine, all other pages are pretty loading well too only the product category archive pages are slowing down more.
Thanks & Regards,
Forum: Plugins
In reply to: [WooCommerce] Archive Pages Load Very SlowHi Mike Jolley,
Thanks for the response, no i don’t have any geolocation plugin!
Regards,
Thank you for your reply,
So if i want to use the official libraries https://woothemes.github.io/woocommerce-rest-api-docs/#official-libraries then how do i install in my woo-commerce files where do i need to add the code libraries(in woocommerce plugin folder).
Also, do i need to do any settings over my hosting, currently my website is hosted on digital ocean.
Regards,
Forum: Plugins
In reply to: [WooCommerce] Authentication error with REST APIHey,
Did you solve it?? Let me know also even i am confused where to upload the library files and setup.
Thanks,
Forum: Plugins
In reply to: [WooCommerce] woocommerceHey,
Navigate to Woocommerce > Settings > Products Tab(Click on display)below you can find the image dimensions.
Can you post your website url to check with the sidebar width??
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Not found variations tab on Add product pageHi,
Have you selected the Product Data –> Variable Product
In the attributes section, you’ll need to add attributes first before you can create variations & link all your attributes in variation tab and there you can find all the information to be filled of your product.
Check out this detailed tutorial on how to create variable product
https://docs.woothemes.com/document/variable-product/Forum: Plugins
In reply to: [WooCommerce] how add a button and redirect it to the checkout?Hi jkohlbach,
I have contacted even the rehub team, they gave me some solutions to debug it but not working yet.
Thanks
Hi jkohlbach,
Thanks for your response, yeah i did deactivate the plugin & the post creation works fine., I am using rehub theme on my website. I deactivated one by one all plugins in my installation but for only ThirstyAffiliate deactivation it works!!
Any solutions for this??
Thanks