Jack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Global Content Block (or other solution)I would honestly copy and paste the iframe code into your posts’ single.php file if you’re comfortable with light html editing.
If not, the post’s text editor and widget editor also have a ‘text’ tab that allows you to add html / iframe code.
Forum: Networking WordPress
In reply to: Sub-domain Front End and Sub-directory Back EndI’m not super clear on your goal. Do you want everyone to go to example.com/wp-admin and then redirect to a child blog after that?
I’m pretty sure the current functionality of multisite is to redirect the user to whatever site they have been added to, even if they use the root site’s wp-admin login.
Forum: Networking WordPress
In reply to: All users with “None” role.Were you using a user role editor plugin (before you disabled all plugins)?
Forum: Localhost Installs
In reply to: Changing URL but getting warningWhat is in the sunrise.php file / what does it do? Also, did you create and recognize the file?
The php errors makes it lool like it does have php code in it since it tells you line numbers.
Forum: Networking WordPress
In reply to: Moderate site creation in multisiteHave you tried searching for a plug-in?
The first plug-in I found was this:
https://www.ads-software.com/plugins/moderate-new-blogs/I’ve never used this on my own multisite networks, though.
- This reply was modified 7 years, 9 months ago by Jack.
Forum: Fixing WordPress
In reply to: Transferring WordPress installation from a Mac to a PCA big difference I’ve noticed between WAMP and MAMP is that the MAMP makes you use the port number by default in the URL. For example, to see the doc root, you’d enter:
https://localhost:8888
or
https://localhost:8888/wp-adminMy WAMP installation doesn’t make me use a port like this. I can go directly to https://localhost
or
https://localhost/wp-adminOr is there something else you’re seeing wrong with the wp-admin page?
- This reply was modified 7 years, 9 months ago by Jack.
Forum: Fixing WordPress
In reply to: Error With Comment Postiongbased on this page — https://github.com/bluehost/endurance-page-cache — I’d say it’s a plugin from BlueHost, probably installed as an MU plugin. If you have questions about it, please contact their tech support.
Forum: Fixing WordPress
In reply to: How to display a 130MB pdfMost of those services allow you to share a file publicly, which won’t make you login. However, you have to manually enable this for the file. In Google drive, for example, it’s in the “Share” settings somewhere.
- This reply was modified 7 years, 9 months ago by Jack.
Forum: Fixing WordPress
In reply to: Error With Comment PostiongIt looks like the endurance page cache plugin is causing most of the errors. Can you try disabling it to see if the errors go away? Or try reaching out in the plugin’s own support forum.
- This reply was modified 7 years, 9 months ago by Jack.
I recommend that you contact the woocomerce plugin maker to see their input. They should understand have more insight about their error since it sounds like the plugin is the culprit.
Forum: Fixing WordPress
In reply to: Transferring WordPress installation from a Mac to a PCCan you describe more what was unsuccessful with your attempt? Did you see any errors?
Does your theme have support for the thumbnail size? If not, check out how to add it:
https://developer.www.ads-software.com/reference/functions/add_theme_support/#post-thumbnails
Forum: Networking WordPress
In reply to: Multisite Super Admins are not added to child blogs?@bethannon1 thanks!
Forum: Developing with WordPress
In reply to: Pagination Not Working on Posts (But works on pages)It looks mostly good to me and I see the href link showing correctly on the front end, which makes me think the query isn’t doing its part.
What values do you have for the main variables in your $args array for the query? For example, what are the values for the variables $posttype, $post_count, and $catID ?
- This reply was modified 7 years, 9 months ago by Jack.
Forum: Fixing WordPress
In reply to: just the background imageCool. If you could mark this post as “resolved”, it would help the community a lot. Good luck to you.