Prin a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Moving “Continue shopping” button on checkout pageThank you for your answer. In this case, how do I only remove the “Continue shopping” button but not the notification?
Thank you.
Forum: Fixing WordPress
In reply to: Product banner selection crashes product pageHello @4familyes,
Of all the e-bikes, it seems only https://4familyes.com/product/ebike-fantom-blue-moon-white-m-s29-s27/ and https://4familyes.com/product/ebike-fantom-kamaro-white-s29-m29/ are affected. Other e-bike product pages are working fine.
One way you could solve this is to create a new product with the same details and images. See if the new product still has the issue.
Also, may I ask what plugin you are using for the WHEELS field?
Forum: Fixing WordPress
In reply to: Elementor widget panel not loadingHello there,
I understand that the widget panel on your site stopped loading.
As you have updated all plugins, have you tried updating the theme that your site is using (Ogami)? You mentioned that switching to the Twenty Twenty theme helped, so the problem may be caused by the site’s current theme.
If this fails to solve the issue, I would recommend contacting the author of the theme (Ogami) directly since it seems to be a premium theme (https://themeforest.net/item/ogami-organic-store-bakery-wordpress-theme/23346473).
Alternatively, you might ask in the Elementor plugin’s support forum (https://www.ads-software.com/support/plugin/elementor/). The error seems to come from Elementor, so they should be able to assist you better there.
Let me know if you need further help.
Forum: Fixing WordPress
In reply to: Logo has disappeared from main menuHello there,
I understand your site’s logo has disappeared.
Could you try removing your existing logo? Then, upload another image file and set it as your site’s logo to see if this solves the issue.
If not, I’d suggest you contact the author of the theme that your site is using (Architecturer) directly since it seems to be a premium theme (https://themeforest.net/item/architecturer-interior-design-architecture-wordpress/22544684).
Let me know if you need further help.
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] WC Payments Multi-CurrencyHello there,
I understand the currency shown on your site sometimes does not show correctly, and it seems to be because of a caching plugin.
Just to be sure, have you tried clearing the cache in WP Rocket and disabling the plugin? Does the problem still appear? If not, the issue probably comes from the plugin.
In this case, I would suggest contacting the WP Rocket support team (at the bottom of https://wp-rocket.me/support/). They may be able to assist you better in suggesting what to exclude.
One other thing: have you disabled JS optimization in WP Rocket? (https://woocommerce.com/document/configuring-caching-plugins/#wprocket)
Let me know if you need further help.
Forum: Fixing WordPress
In reply to: Product banner selection crashes product pageHello there,
I understand that when clicking on some products, the page changes to the log in page instead of that product’s page.
I took a look at your site, specifically at all the baby car seats, and found that two of the three baby car seat products work fine. The only one with the issue seems to be the BABY CAR SEAT 0+/1/2/3 — 0-36 kg ISOFIX | 360° — CARETERO — MUNDO which redirects to the log in page with the text “WHEELS” is a required field..
Could you go and check that the “WHEELS” field is filled in for this product? Would this solve the issue?
Let me know if you need further help.
Hello there,
It seems you want to display some URLs after a product is purchased.
Would inserting the links in the Purchase note box be sufficient for your need? They would be displayed after the product is purchased, and could be accessed through My account -> Orders -> View as well.
You can read more about it here: https://woocommerce.com/document/managing-products/#product-data.
Is this what you would like to achieve? Please let me know.
Forum: Fixing WordPress
In reply to: Right Align Amazon Linked ImageHello @rcp1,
In that case, you could follow the tutorial here: https://wpsites.net/free-tutorials/uneven-columns-using-html-css/.
Hope this helps.
Forum: Fixing WordPress
In reply to: Right Align Amazon Linked ImageHello there,
Do you mean you would like the Amazon-linked image to be on the right with text wrapped around its left?
I looked at your site and one way you could do it is by using the Block Editor (Gutenberg).
It seems that the Amazon-linked image is an iframe, so it won’t work like a normal image in the Block Editor where you can align it left or right and have the text wrap around it.
Thus, may I suggest you use the Columns block to create two columns, perhaps with a larger space on the left for the text and a smaller space on the right for the Amazon iframe. You could achieve something like this:
You can read more about how to use the Columns block here: https://wordpress.com/support/wordpress-editor/blocks/columns-block/.
Let me know if this works for you.
Forum: Fixing WordPress
In reply to: Show variation settings pluginHello there,
I understand you have a question about a functionality of a plugin.
Because this forum is mainly for questions concerning WordPress rather than individual plugins, I would recommend asking for help in the plugin’s support forum/page. You would be better assisted there.
Anyway, I tried searching “Show variation settings plugin”, but it seems to lead to many different plugins. Do you have the exact name of the plugin you are using? I could perhaps guide you to an appropriate support channel.
Hope this helps.
Forum: Fixing WordPress
In reply to: User Page Editing LimitationsHello there,
It seems you’d like the user to only manipulate certain elements on a page.
If you are using WordPress 6.0 and the Block Editor (Gutenberg), you can lock any element.
Please do the following:
1. Go to the page you’d like to lock the element(s).
2. Click on an element you’d like to lock.
3. Click on the Options button (the button with 3 dots on top of each other).4. You will see an option called Lock. Click on it.
5. A window will pop up. Tick the Lock all box to lock everything.
6. Click on the Apply button.
7. Save the page.You can read more about block locking here: https://wptavern.com/wordpress-6-0-to-ship-new-block-locking-feature.
Let me know if this serves your need.
Deleted
- This reply was modified 2 years, 8 months ago by Prin a11n. Reason: OP found the solution while I was typing mine
Forum: Fixing WordPress
In reply to: post_password_expiresHi @ripriprip,
You will need to replace the line
return time() + 600 ;
withreturn 0;
, so:function Modif_expir_cookie( $time ) { return 0; } add_filter('post_password_expires', 'Modif_expir_cookie' );
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] create a subdirectory or link after the page link.Hello there,
Not sure if I understand you correctly, but it seems you would like your site’s URLs to have a certain structure. Otherwise, you want to redirect your old links since they are already indexed on Google.
I’d recommend you use the Redirection plugin (https://www.ads-software.com/plugins/redirection/) which will allow you to redirect all your old links to the new ones on WordPress.
Let me know if you need further help.
Forum: Fixing WordPress
In reply to: Bulk Delete CategoriesHi there,
I understand you would like to remove many categories at once.
You can use the TaxoPress plugin (https://www.ads-software.com/plugins/simple-tags/) to do this.
After installing and activating the plugin:
1. Go to your site’s dashboard.
2. On the left sidebar, click on TaxoPress -> Manage Terms.
3. Since you are deleting categories, make sure Categories is selected in the yellow box at the top of the page (click on the Change selection button to save).
4. Click on the Delete unused terms tab.
5. Because the categories you are deleting probably have 0 posts, there’s no need to change the number under Minimum number of uses for each term:.
6. Click on the Delete rarely used button.
7. After the page refreshes, it may seem like nothing has happened. However, once you go to your site’s Post Categories page, all categories with 0 posts should now be deleted.Let me know if you need further help.