pichichi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slug changes on publishing – unwanted behaviorI’n not sure the permalink has ever became permanent until you publish. If a post is only saved as a draft then there is no permalink set yet. A workaround could be to publish the post as private to set a permalink, then save it again immediately as a draft.
Forum: Fixing WordPress
In reply to: Remove Category Names from Store.This snippet of CSS will hide everything on your website with a class name of product categories.
.product-categories { display:none; }
This snippet will hide it only on pages where there is a “product loop container”, so should not affect your single product pages
#tf-product-loop-container .product-categories { display:none; }
- This reply was modified 1 year, 10 months ago by pichichi.
Forum: Plugins
In reply to: [Contact Form 7] Problem with contact form – works 3-4 out of 5 timesWhen I loaded the page there is an error in the Javascript console that mentions “grecaptcha is not defined”. When I reloaded the page there was no error.
This suggests a script on your site that requires recaptcha to be loaded is running before recaptcha is loaded.
This could be down to a minification or caching plugin that changes or optimises load order, an agressive setting at a content delivery network or simply erratic/slow hosting.
The solution would be to ensure the scripts that need it are only loaded once recaptcha is loaded. The method used would depend on the cause. For caching plugins and CDNs, change settings and disable some optimisation features to see if the issue is there, if you are not using a CDN, minification or caching plugins, the following on stackoverflow may help: https://stackoverflow.com/questions/29822607/uncaught-referenceerror-grecaptcha-is-not-defined
I do not work for Contact Form 7, my opinions do not represent them.
Good luck!
- This reply was modified 1 year, 10 months ago by pichichi. Reason: Spelling!
Forum: Fixing WordPress
In reply to: Seeking storefront plugin form builder with composite functionalityI just noticed this was 4 weeks old, sorry, did you manage to solve any of your probolems?
Forum: Fixing WordPress
In reply to: Seeking storefront plugin form builder with composite functionality3. These products come in set quantities (250, 500, 1,000, etc.) rather than 1,2,3,4,5,etc. Most of the options I found which did most of what I was looking for did not offer this. It instead only allowed quantity through single item amounts from 1 through 25 or so.
I can’t help with a plugin or theme, but when dealing with set print volumes, I recommend treating each set quantity as a unique product variation. To give an example, with WooCommerce, it can be achieved with this plugin by creating a dropdown for each set quantity: https://woocommerce.com/document/variable-product/
Good luck!
Forum: Everything else WordPress
In reply to: Google Form (or equivalent) Linked to Payment?The one I know and use is HappyForms. It integrates with Stripe and PayPal who send out receipts, however this feature is not available on the free plan. The support is very good (email for paid plans, forum for free plans) and the plugin is well maintained and has been around for years. You can ask questions on their support page here: https://www.ads-software.com/plugins/happyforms/
Good luck with whatever you end up with.
- This reply was modified 1 year, 10 months ago by pichichi.
Forum: Developing with WordPress
In reply to: Tracing the origin of a shortcodeDo you have a category called “News” in your Posts section?
From the way the shortcode is worded and the limited information, my stab in the dark would be that the content you are seeing are Posts with the category of “News”, or maybe a Tag of “News”. Either that or an actual custom post type called News. That’s my best guess.
Forum: Developing with WordPress
In reply to: Download DatabaseFor regular WordPress installations, everything is almost always in one database, with some rare exceptions. As long as you download the correct database from phpMyadmin, you will have all the data contained in that database.
If this stuff is critical to you then I reccomend setting up a copy of your site on other hosting or on your computer to ensure everything works.
Important to note this is just the database, if you are backing up your entire site, you still need to download all the files that make up your site, such as the upload folders, plugins, themes and config file.
Forum: Developing with WordPress
In reply to: Download Database- In cPanel, go to Databases section and click phpMyAdmin
- On the left panel under the phpMyAdmin logo you will see two or more expandable lists, these are the databases on your hosting. The one for WordPress often has WP in the name. Click on this once.
- Your database opens on the main panel.
- At the top of this panel is a menu, click the Export tab.
- Dont change anything and press the Go button and your download should start. (The option that says Quick is usually sufficient) for WordPress.
That’s the simplest way. There are plenty of more detailed explanations if you search Google.
- This reply was modified 1 year, 10 months ago by pichichi.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Not Working After UpdateFirst and simplest thing to try is deactivate the Rocket Cache plugin. Then open your site in your browser’s private/incognito mode, if the form works, you know it is some setting in your cache plugin.
I don’t work for contact form 7. If you try that and it still doesn’t work, I can try to help further.
- This reply was modified 1 year, 10 months ago by pichichi.
Forum: Plugins
In reply to: [Contact Form 7] ErrorI just filled in the Norwegian form and it worked with no errors, did you manage to fix the problem?
There is nothing built in I know of, but I have previously used plugins like https://www.ads-software.com/plugins/wp-plugin-manager/ to disable plugins on specific pages.
You can also do this manually if you prefer not to use a plugin by using WordPress filters. You will need to know some PHP and be comfortable editing theme files to do this. Here is one such tutorial https://kinsta.com/blog/disable-wordpress-plugins-loading/ and some information on filters: https://developer.www.ads-software.com/plugins/hooks/filters/
- This reply was modified 1 year, 10 months ago by pichichi.
Forum: Plugins
In reply to: [Contact Form 7] Submit Button Spins – mobileI tried the form and get the same error on desktop Chrome.
If you have cleared any hosting, CDN or WordPress caches, then the next thing I would try is disabling all plugins except for Contact Form 7. If the form the works, add in plugins one by one until you find the plugin that is causing the issue.
If that doesn’t work I would switch the theme briefly to a default theme and see if it works.
- This reply was modified 1 year, 10 months ago by pichichi.
Resolved ??
Ahh, no problem. These things happen.
I will email next time. Thanks.