Evan Herman
Forum Replies Created
-
Hi @shirleybl
Sorry, I had replied before thinking this was related to the other issue you opened on Github. It may be related to that, but it sounds like it could possibly be a different error. I haven’t been able to reproduce this specific error after doing an update from 2.6.0 to 3.1.12. I’ll keep tested and see if I can find anything.
Forum: Themes and Templates
In reply to: [Primer] Page redirect after submissonHi @pml10628
It looks like that form is built using Ninja Forms, which is no apart of the Primer theme. You may want to reach out to the Ninja Forms team and ask them. You can find their support forum here: https://ww.wp.xz.cn/support/plugin/ninja-forms/
The Primer theme is also deprecated and is not supported any longer. It will continue to work, but it is no longer supported here in the forums, and has been removed from ww.wp.xz.cn.
Hi @khangood
We released a new version yesterday that resolves the issue. If you update and are still having issues please let us know.
Thanks
Forum: Themes and Templates
In reply to: [Go] Social Media Icons not showingHi @juanjc1
That is correct. The theme hides the icon on smaller device screens. If you want them to show up you will have to alter the styles of the theme to get them to appear.
Something like the following should get them showing up, but you may have to adjust the width of a few things so they look correct. You can add this inside of the Customizer. From the dashboard go to ‘Appearance > Customize’ and then scroll down to the Additional CSS section.
@media only screen and (max-width: 960px) { .header .social-icons-container { display:block; } .header__extras { flex: 0 0 25%; } .header__nav-toggle { flex: 0; } }Forum: Plugins
In reply to: [Optima Express IDX] Fatal Error on PHP 8Also just an FYI, the stable tag in your readme.txt plugin header shouldn’t be ‘trunk’ but it should be the current version of your plugin, 7.3.1.
=== Optima Express + MarketBoost IDX Plugin === Contributors: iHomefinder Tags: MLS, IDX, IDX Plugin, IDX Solutions, WordPress IDX, Real Estate, Multiple Listing Service, Optima Express Author URI: https://www.ihomefinder.com Plugin URI: https://www.ihomefinder.com/idx-plugin-for-wordpress/ Requires at least: 4.2.0 Tested up to: 6.2.2 Stable tag: trunk Embed real estate property listings, market reports & MLS data on your WordPress site. Responsive design, great SEO & proven lead capture.http://plugins.svn.ww.wp.xz.cn/optima-express/trunk/readme.txt
Stable Tag – The stable version of the plugin. This is not the version of WordPress, but the version of the plugin itself. Only use numbers and periods, and SemVer formatting is recommended.
https://developer.ww.wp.xz.cn/plugins/wordpress-org/how-your-readme-txt-works/#readme-header-informationForum: Fixing WordPress
In reply to: HELP! My website has vanished and I can’t find my backup files@gruberca If you don’t have a copy of the backup files, and they aren’t found on your web server then I’m afraid they may actually be gone. Generally when you backup your website it is done off server, in the event the server crashes or gets wiped. You’d either want them locally, or stored somewhere like dropbox, Google cloud, aws etc.
Depending on your web host, they may store a copy of your backups. It depends how you have your backups setup, who is managing them and where they are being stored.
Forum: Fixing WordPress
In reply to: Custom Database Table Prefix Not Allowed?Hi @greentub
On bluehost you’ll most likely need to login to phpmy admin and update the names of the database tables.
https://www.bluehost.com/help/article/managing-your-db-using-phpmyadmin
Even tho this article is hostgator, it still might help you to rename the tables within phpmyadmin:
https://www.hostgator.com/help/article/how-to-rename-database-tables-in-phpmyadminForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Critical Error with PHP 8.1Thanks for reporting this. I’ve gone ahead and just pushed out a version 1.8.4 which should resolve the notice. If it doesn’t please post back here and I’ll take a second look.
- This reply was modified 2 years, 9 months ago by Evan Herman.
Forum: Installing WordPress
In reply to: erreur fataleYou can try following the instructions for manually installing WordPress here: https://help.one.com/hc/en-us/articles/360000314205-How-do-I-install-WordPress-manually-
It sounds a permission issue, you copied the files to the wrong location, or not all of the files properly uploaded.
Forum: Fixing WordPress
In reply to: wp_terms table missing in DBIf you login to phpmyadmin you can see your entire database and each table in the left hand sidebar. You would see either wp_terms or xxx_terms depending on the DB prefix set in your wp-config.php file.
Theoretically, you could export just that one table from another working site and import that back into the broken site to recreate the table.
You can try and turn on debugging and checking the server logs for a better idea of what is going on.
Debugging in WordPress
Forum: Fixing WordPress
In reply to: How to change the Default Image Size in Gutenberg Image block?Feel free to take a look at this tutorial. It should help answer your question.
Forum: Fixing WordPress
In reply to: Some category pages are not loadingYou can try turning on WP_DEBUG to see if any errors show up. It may not be loading a template file that exists, you have a die statement in your code or your template file is just empty. Take a look at Debugging in WordPress.
Debugging in WordPress
Forum: Fixing WordPress
In reply to: Cannot upload webp + theme editor issueWhat is your user role on each of the sites (main and subdomain)? It sounds like your user roles may be different, and you don’t have the capabilities within WordPress to upload the .webp image. That would also explain why one site has a ‘Theme File Editor’ and another doesn’t. Go to the users page and double check that you are an admin, on both sites.
Forum: Fixing WordPress
In reply to: Trying to get rid of < symbol displaying at the foot of every page.It could be coming from a plugin, or your theme. We can’t tell where it’s coming from just by looking at the page, so it would be hard to tell you how to get rid of it.
You can disable your plugins 1 at a time and then check the front of site to see if it disappears. If not, and all of your plugins have been deactivated, then it’s most likely coming from your theme.
You’ll also want to switch your theme temporarily, to something like https://ww.wp.xz.cn/themes/twentytwentythree/ to check if it’s coming from your theme.