threeboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Info Cards – Add Text and Media in Card Layouts] 2.0.8 Not Showing Up Yet?I’m going to replace the content with static content.
Forum: Plugins
In reply to: [Info Cards – Add Text and Media in Card Layouts] 2.0.8 Not Showing Up Yet?It’s still not – and the plugin isn’t also showing updates in Manage WP.
Forum: Plugins
In reply to: [Webcomic] URL of webcomic imageThat plugin for me was unable to pull the image from the “Webcomic Media” and only used the defeault.
Forum: Plugins
In reply to: [Webcomic] Webcomic and Tags ProblemI think I had a similar issue and used this code that was provided:
// forces tags to work until webcomic plugin updated function hook_webcomic_force_taxonomy_archives( WP_Query $query ) : WP_Query { if ( $query->is_admin() || ! $query->is_main_query() || ! ( $query->is_tag() || $query->is_category() ) || $query->get( 'post_type' ) ) { return $query; } $query->set( 'post_type', array_merge( [ 'post' ], webcomic( 'option.collections' ) ) ); return $query; } add_filter( 'pre_get_posts', 'hook_webcomic_force_taxonomy_archives' );- This reply was modified 5 years, 10 months ago by threeboy.
Forum: Plugins
In reply to: [Webcomic] How does this plugin works?Concept art empire has a pretty good guide.
Forum: Plugins
In reply to: [Webcomic] Can’t connect my site to ManageWP when Webcomic is enabledSame!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] parsererrorI did, sorry and thank you!
Forum: Fixing WordPress
In reply to: Moved WordPress, error on new postsfigiured it out – that workd BIG THANKS lbeth!!!
Forum: Fixing WordPress
In reply to: Moved WordPress, error on new postsanyone know how to enable auto-incrimenting in phpmyadmin?
Forum: Fixing WordPress
In reply to: Moved WordPress, error on new postsI know the problem – when dumping the SQL from my old host I exported using 3.2 compatibility – since the SQL was downgraded it disabled the auto-incriment on the tables.
Anyone know the SQL queries to run that will enable auto-incriment for the proper tables?
Forum: Fixing WordPress
In reply to: Moved WordPress, error on new postsI think we were using 2.0.1 – I ran the upgrader, and it said everything was fine.
I really think its’ an SQL problem – something to do with the table i imported having the general relation features disable as well as the linked tables being deactivated.
…how do i get those proper again?
Forum: Fixing WordPress
In reply to: Moved WordPress, error on new postsSame thing happens to comments.
phpmyadmin also gives these errors
————————————
Error
The additional Features for working with linked Tables have been
deactivated. To find out why click here.—————AND—————–
PMA Database … not OK[ Documentation ]
General relation features Disabled