Infinitee
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] 404 with tag posts404 link https://localhost/infinitee-designs.com/downloads/1970-mach-1-ford-mustang/ From dashboard: List of Content type "Downloads" Posts are editable and can be saved but link to view come up 404. From front end: List is propagated on tag pages with title, image and short description but all links to post are 404. https://localhost/infinitee-designs.com/free-stuff/3d-models-for-maya-3d-studio-max/ https://localhost/infinitee-designs.com/downloads/1970-mach-1-ford-mustang/ Screenshots: https://www.infinitee-designs.com/sites/infinitee-designs.com/files/404-local.jpg https://www.infinitee-designs.com/sites/infinitee-designs.com/files/404-local-2.jpg
Forum: Plugins
In reply to: [Custom Post Type UI] 404 with tag postsYeah, I have this in my functions.php but it is not making any difference.
/** * Adding all CPTUI post types to the archives. */ function my_cptui_add_post_types_to_archives( $query ) { // We do not want unintended consequences. if ( is_admin() || ! $query->is_main_query() ) { return; } if ( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { $cptui_post_types = cptui_get_post_type_slugs(); $query->set( 'post_type', array_merge( array( 'post' ), $cptui_post_types ) ); } } add_filter( 'pre_get_posts', 'my_cptui_add_post_types_to_archives' );
Forum: Themes and Templates
In reply to: [Astra] SEO: Too many H1 tags found on your pageOnly the “Title” of your posts should be h1. All headings in the content of your post and pages should be h2, h3, h4 etc. Never h1!
Forum: Themes and Templates
In reply to: [Astra] Disable LazyLoad for Featured ImageIf you have JetPack installed, you may have it enabled there. Under performance.
Forum: Themes and Templates
In reply to: [Astra] Dropdown menu transparentAppearance > Customize > Header Builder > Primary Menu > Design > Menu Color > Text / Link & Background
Forum: Themes and Templates
In reply to: [Astra] Custom post type – disable metaboxLog in > Go to the page in question > Edit page > Click on “Screen Settings” in the upper right hand corner and uncheck Astra Settings.
- This reply was modified 3 years, 1 month ago by Infinitee.
Forum: Plugins
In reply to: [Yoast SEO] Backup stalls “lacks our prefix (wp_)”I did all that and it did not help.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal buttons are huge on single product pageAfter resaving permalinks the connection is working and all is good! Thanks for your help!
I just tried using incognito and the problem persists.
DevTools:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)https://www.savagemonkband.com/wp-json/jetpack/v4/rewind?_cacheBuster=1641814598854
- This reply was modified 3 years, 2 months ago by Infinitee.
The error I am still getting is the same:
“Jetpack encountered an error and was unable to display the Dashboard. Please try refreshing the page.”I have un-installed and re-installed it a few time with the same error.
From my host…
Ok, so I definitely saw DNS as correctly updated now and confirmed again that there no server level Rest API blocks on the GRID. Have you checked with JetPack support since this update of the IP? It’s possible they can see and identify any further errors since the IP change definitely should’ve had it pulling from the correct place now especially after uninstalling and reinstalling the plugin multiple times. Many other users use JetPack on the GRID just fine.
Forum: Plugins
In reply to: [WP Photo Album Plus] This update action is not implemented yet ( 1 )Working now… Thank you!
- This reply was modified 3 years, 2 months ago by Infinitee.
Turns out there was a symlink and server IP problem. The IP has been corrected and migration is in effect. I will give it another try when migration is complete.
Thanks!
Will do and report back!
I uninstalled and deleted it twice, cleared all caches and al I get is…
“An error occurred. Please try again.”