Senff - a11n
Forum Replies Created
-
Hey @kickd
You can move the hamburger menu to the left with a little bit of custom CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
@media screen and (max-width: 768px) { button.menu-toggle { float: left; } .woocommerce-active .site-branding { float: right; } }Select “Save Changes” from the top, and your changes will be applied to your site.
To move the bottom menu (on mobile) to the header is possible by adding the following code, although it might have some unexpected results:
@media screen and (max-width: 768px) { .storefront-handheld-footer-bar { top: 0; bottom: auto; z-index: 100000; } .storefront-handheld-footer-bar ul li.search .site-search { bottom: -5em; } body { padding-top: 35px; } }Forum: Themes and Templates
In reply to: [Storefront] Storefront – problem with font size since updateHey @joiningpoint
Although this is not directly related to Storefront (it’s more of an issue with WooCommerce Blocks), you can increase the font for the products when you have them in 5 columns with a little bit of custom CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.wc-block-grid.has-5-columns .wc-block-grid__product { font-size: 1em; }You should see the changes right away, but this is just a preview for you, so you can experiment a little if you like.
Once you’re happy with it, select “Save Changes” from the top, and your changes will be applied to your site.Forum: Themes and Templates
In reply to: [Storefront] Top bar – decreaseHey @uniquiadm
If you want to remove the header from all pages in your site (not just the home page), you can use this code:
.site-header { display: none; }I can’t say for sure that this works though. For that, I would need to see your site, but give that a try.
Forum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)Hey @wpjakarta
If the button should only be centered when you scroll down, try using this code:
@media screen and (max-width: 767px) { .sticky #site-navigation { text-align: center; clear: both; padding-bottom: 15px; } .sticky #site-navigation button { float: none; margin-top: 15px; } .sticky #site-navigation .handheld-navigation { text-align: left; } }Forum: Plugins
In reply to: [WooCommerce] Editing Placeholder text in Country drop-downHey @freefelix
For this, we generally suggest using a translation plugin, such as Loco Translate.
Using that, you can “translate” specific text in your site to any other text you like. You can find a step-by-step guide on how to do that right here.
Forum: Plugins
In reply to: [WooCommerce] Increase Product Title limitHey @hussainpatel
If you don’t want the product titles to exceed more than 2 lines, I would suggest to simply use shorter titles. With titles like you have, they can only be kept on 2 lines if the text is really small. Otherwise, it will either need to be cut off, OR you will have 4-5 lines.
Forum: Plugins
In reply to: [WooCommerce] Problem page Checkout “place Order”Hey @angela80
If the problem still appears with WPML disabled, it’s possible that it may be caused due to a theme conflict, or possibly another third-party plugin (I suspect there’s an issue with the theme). I’d recommend the conflict-testing steps here to isolate the source of the issue: https://docs.woocommerce.com/document/how-to-test-for-conflicts/
The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
– Temporarily switch your theme back to a default theme, such as Storefront.
– Disable all plugins except for WooCommerce.
– 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] Problem with Tutor LMS in WoocomerceHey @eneyen
It’s possible that this may be caused due to a theme conflict, or possibly a third-party plugin. I’d recommend the conflict-testing steps here to isolate the source of the issue: https://docs.woocommerce.com/document/how-to-test-for-conflicts/
If that doesn’t help (for example, the issue still appears when WooCommerce and Tutor LMS are the only plugins active), I would suggest to check this with Tutor LMS’s support team, as they are the experts on this.
Forum: Themes and Templates
In reply to: [Storefront] WP STAGINGHey @uniquiadm
While this is not directly related to Storefront — it should still be possible to create a staging site with WP Stating without paying. The Pro version only gives you additional options. If that causes you any trouble, I recommend you ask them for support here: https://wordpress.org/support/plugin/wp-staging/
If you want to try out any alternatives, then you can find a few similar plugins here:
https://wordpress.org/plugins/search/staging/Forum: Plugins
In reply to: [WooCommerce] The interceptor works strangelyHow is the request sent to the server? Is that done with a plugin, or are you using some custom code to do that (if so, what’s the code you’re using)?
Forum: Plugins
In reply to: [WooCommerce] a category with no products breaks my footerHey @arsenalemusica
It looks like this may be related to functionality in your site for a modal/popup form (instead of showing the modal after you click somewhere, it’s already taking up space in the footer).
For the page where things do look good, selecting the wheelchair icon at the bottom right does open the popup, but then it disappears right away, so there’s definitely wrong with the functionality of the popup.
I’m not sure if that’s part of your theme or a separate plugin though, but it would be best to check that with the theme/plugin developer and see why it’s not working.
- This reply was modified 5 years, 5 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce PayPal-Standard some transaction ID’s are missingHey @ekocak
It looks like this may be caused due to a theme conflict, or possibly a third-party plugin. I’d recommend the conflict-testing steps here to isolate the source of the issue: https://docs.woocommerce.com/document/how-to-test-for-conflicts/
The best way to determine if the issue is being caused by a theme and/or plugin 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.
If that doesn’t help, I recommend to enable logging for Paypal (under WooCommerce → Settings → Payment → Paypal → Debug log). Once the problem occurs again, you can then check the log files to see if there’s any indication about what might have gone wrong.
Forum: Themes and Templates
In reply to: [Storefront] translate some text using gettextHey @wpjakarta
Since that is not directly related to the Storefront theme, I would sugges you post this in the forum for general WordPress-related troubleshooting, e.g. https://wordpress.org/support/forum/wp-advanced/
Forum: Themes and Templates
In reply to: [Storefront] Reduce space between product rowsHey @roberthedlund
Thanks for the link. You can reduce that space with a little bit of custom CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.wc-block-grid__products .wc-block-grid__product { min-height: 0; margin-bottom: 0; }Select “Save Changes” from the top, and your changes will be applied to your site.
Forum: Plugins
In reply to: [WooCommerce] Migrate to WoocommerceHey @tamasfelix
There are a few ways of migrating a Prestashop store to WooCommerce, mostly by using a third-party plugin. You might want to look into using this plugin to see if that might be what you’re looking for.
If you do a Google search for “PrestaShop to WooCommerce“, you will find some more options there (some paid, some free).
I’d recommend to give some of those options a look to see which one meets your needs.