johnzenausa
Forum Replies Created
-
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingOne last thing. Is your disk space as big as the last host?
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingIf you have access to phpmyadmin try repairing the database this way first. Let me know if you have any problems and also let me know if it worked.
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingCan you do me a favor and run this:
define (‘WP_ALLOW_REPAIR’, true);
the following code goes on the wp-config file.
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingDid you setup a wildcard domain in the new server for your website?
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingSeem’s like the path to the database has changed. Looking for a fix.
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped ShowingPlus if you’re using fast php change it to standard please.
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped Showingwhat version of php are you using?
Forum: Plugins
In reply to: [Network Posts Extended] Posts Stopped Showingcan you check to see if all the shortcode brackets were converted to their html codes. For example:
[netsposts] will be converted to [netsposts]
If everything is okay I’ll look further.
Forum: Plugins
In reply to: [Network Posts Extended] Admin UI (settings) has critical PHP erroris the demo site set to public or private?
Forum: Plugins
In reply to: [Network Posts Extended] Just installed, getting fatal exceptionis your site a multisite install? This plugin only works on multisites. Can you give me a link to the home page?
Forum: Plugins
In reply to: [Network Posts Extended] Just installed, getting fatal exceptionwill look in to it. Do you get an error on the front end?
Forum: Plugins
In reply to: [Network Posts Extended] please help me create custom cssright now it does not have that capability. Let me talk to the co-author to see if it can be implemented in the future update.
Forum: Plugins
In reply to: [Network Posts Extended] size=’thumbnail’ doesn’t work@violetta666 I see that you have some custom html code already added.
immobili_page .netsposts-items { display: grid; grid-template-columns: repeat(auto-fit, 300px); gap: 1em; }
So all you need to do to center them is to add
justify-content: center;
to the css code above so it will look like such.immobili_page .netsposts-items { display: grid; grid-template-columns: repeat(auto-fit, 300px); gap: 1em; justify-content: center; }
You may see the image here showing what I mean.
Forum: Plugins
In reply to: [Network Posts Extended] Site Crash with latest update.Manually download the plugin from WordPress then ftp it to your server so it’s over ridden ( with the latest version) and it will work fine. When I submitted the update to the repository only the directories got uploaded not the files. Can’t believe what I did wrong. So sorry.
Forum: Plugins
In reply to: [Network Posts Extended] size=’thumbnail’ doesn’t worktomorrow I’ll try to set up a grid or flex layout. If it’s already flex did you try justify-content: center?
- This reply was modified 1 year ago by johnzenausa.