Senff - a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Author Template for StorefrontHey @userdefenders
The author’s post page is made up from the themes/storefront/archive.php template.
I checked a few plugins, but it doesn’t look like there’s any that will easily add the additional information to this page, so you will likely need to use some custom code for that.
I’m gonna leave this thread open in case someone else is able to help with that specifically.
Forum: Themes and Templates
In reply to: [Storefront] Adding Padding to CheckoutHey @kindfamily
It looks like you’re using an additional page builder for this (Visual Composer, I believe?), so it’s best to check if there are any options in the editor to set that.
Forum: Themes and Templates
In reply to: [Storefront] Changing Checkout FontForum: Themes and Templates
In reply to: [Storefront] Removing menu from shop pageHey @kindfamily
It’s not directly possible (at least not with CSS code) to remove the menu only from that page, but this will remove it from all category/archive pages:
.post-type-archive-product #site-navigation { display: none; }Forum: Themes and Templates
In reply to: [Storefront] Missing widgets on homepage vs categoryHey @srwafu
It’s possible you have the Full Width template selected for those particular pages. Here’s an example of that:
Image link: https://d.pr/i/jYKG17If you’ve set that correctly, can you give us a link to your site so we can take a quick look to see what might be wrong?
- This reply was modified 5 years, 5 months ago by Senff - a11n.
Forum: Themes and Templates
In reply to: [Storefront] Pictures too small on mobile versionHey @martak333
Are you referring to the images on the shop page, or on the product pages (such as https://www.damanaszachownicy.pl/produkt/produkt2/ )?
Forum: Themes and Templates
In reply to: [Storefront] Adjust Shop Image SizeHey @kindfamily
Are you referring to the images on the Shop page (at https://kindphotographer.com/shop/) or the images on a product page (such as https://kindphotographer.com/product/watchful/ )?
Also, what’s the code you added to functions.php ?
- This reply was modified 5 years, 5 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Attributes order in mobileHey @pedrojosehv
Just to add, I don’t see this issue on my iPhone:
Image link: https://d.pr/i/54a1c4Has this issue been resolved, or are you still seeing it? If so, does this appear on different devices/networks?
Forum: Plugins
In reply to: [WooCommerce] Endless loading/spinner on the checkout pageHey @neilyanto
It looks like this may be caused due to a theme conflict, or possibly a third-party plugin (I’m seeing some errors related to the Tutor plugin you have installed). I’d recommend to do a conflict test to find out which plugin could be causing this:
– Temporarily switch your theme back to a default theme, such as Storefront.
– Disable all plugins except for WooCommerce.
– Clear your browser cache, and the cache on your site if you have one there.
– Test to see if the issue has been resolved.If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
Forum: Plugins
In reply to: [WooCommerce] WooC/Tickera – Status: ProcessingHey @savrip
An order will be marked as “Processing” (by WooCommerce and your payment plugin) when the customer’s payment has gone through. Basically, it is the same is “Paid”.
It is then up to you to send them the products in the order, and you will need to set it to “Completed” (which basically is the same as “Shipped”).If an order only contains products that are both Virtual and Downloadable, it will not go to “Processing”, but to “Completed” automatically.
So you’re saying if I mark them as complete they will bill the cards upon that action?
No, the customer will need to pay first before you set the order to “Complete”. Billing them is the responsibility of the payment processor.
Forum: Plugins
In reply to: [WooCommerce] Generating duplicate invoiceAlthough you do have some plugins that deal with order management in general it seems, I don’t see any that stand out specifically that could be causing this. Because of that, I recommend you do a conflict test.
The best way to do this, is to do the following:
– Temporarily switch your theme back to a default theme, such as Storefront.
– Disable all plugins except for WooCommerce.
– Clear your browser cache, and the cache on your site if you have one there.
– Place a test order to see if the issue has been resolved.If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
Since these tests will impact the look and functionality of the site, I also strongly recommend using a staging site where you can do your testing.
If you don’t already have a staging site set up, check with your hosting company as many offer this as part of their packages. Otherwise, you can use a free plugin such as WP Staging to set one up.Forum: Plugins
In reply to: [WooCommerce] Ergent_ Salesprice with dates show salesprice as regularpriceHey @hunde-hoteldk
Can you share a link to a product where this happens, and also show a screenshot of how you’ve set up the sales price for this product?
For making screenshots, I generally recommend using https://snipboard.io — please follow the instructions on that page, then paste the URL here in your response.
Forum: Plugins
In reply to: [WooCommerce] Let customers purchase variable products in the shop pageHey @figure2
To do this, will require some custom development, or you could use a plugin such as Show Single Variations.
Forum: Plugins
In reply to: [WooCommerce] Pending Payment Status but card is deducted.Hey @mnppdt28
As a first step, I’d recommend reaching out to the support team of the payment plugin that you’re using for Apco payment. Since one of it’s tasks is to change order statuses to “Processing” after it receives notification from the payment processor about successful payments, it looks like there’s something going wrong with that process.
While we’re experts on our own products, third party plugins are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
- This reply was modified 5 years, 5 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] Main Product Image not showing on Incognito WindowHey @celiagrm94
Since we don’t have any direct access to your site or the underlying system status report of your website, it’s hard to say which plugin could cause this.
The best way to determine which plugin might be causing this, is to do the following:
– Temporarily switch your theme back to a default theme, such as Storefront
– Disable all plugins except for WooCommerce.
– Clear your browser cache, and the cache on your site if you have one there.
– Test to see if the issue has been resolved.If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
Since these tests will impact the look and functionality of the site, we strongly recommend using a staging site where you can do your testing.
If you don’t already have a staging site set up, check with your hosting company as many offer this as part of their packages. Otherwise, you can use a free plugin such as WP Staging to set one up.