danhgilmore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Installing WordPress on a SubdomainHello!
You could install a new WordPress installation in a subfolder (vice domain) and once done dev/testing, you can move it to the root.
Take a look at these two articles.
Forum: Fixing WordPress
In reply to: How to add figure to my images and videosAh, you didn’t specify that you wanted an automated way to do it. I’m not sure how to do that.
Forum: Fixing WordPress
In reply to: WP Custom Widget PluginYou will need to contact the devs here for plugin support: https://wordpress.org/support/plugin/wp-custom-widget-area
Can you copy/paste the long line errors?
Forum: Fixing WordPress
In reply to: How to add figure to my images and videosI was able to add the figure tag around an image in my installation via the Text editor (as opposed to the Visual editor). Have you tried that?
Forum: Fixing WordPress
In reply to: how i can change posts title fontHave you tried this? https://wordpress.org/plugins/easy-google-fonts/
Another option is to use Customizer. You can access it via Dashboard->Appearance->Customizer. Depending on your theme, you may be able to change the fonts for titles there (Not all themes allow it, though).
Creating a custom table is a lot more work than needed. Take a look at this and maybe it will solve your problems!
Forum: Themes and Templates
In reply to: how to edit homepage to display article title & photoYou can manually shorten what is displayed of long articles via Read More
Forum: Fixing WordPress
In reply to: Cant get nofollow to workYou would need to contact their devs for support: https://wordpress.org/support/plugin/pretty-link
Forum: Fixing WordPress
In reply to: About One tone Theme Video YoutubeYou would need to contact the developers of that theme here: https://www.mageewp.com/forums/onetone/
Forum: Fixing WordPress
In reply to: fatal errorYou’d have to contact there dev team here: https://wordpress.org/support/plugin/canva
Unfortunately, that would be on the plugin developers.
Forum: Networking WordPress
In reply to: There was a plugin that let you execute any in multisiteIt is possible to run any regular plugin as a multisite plugin by simply moving the plugin to the mu-plugins folder. It may not work as intended, but it will fire. That’s the point of the mu-plugins folder.
It is the plugin developer’s decision to make the plugin multisite compatible or not. WordPress just provides the ability to do so.
Forum: Fixing WordPress
In reply to: 500 Internal Error, troubleshot everythingThis may be a permission issue. IIS can be run as a service account or the default IIS_USER (if I remember correctly). Whatever account the IIS Service is running as needs the rights to everything in the WordPress folder (recursively, of course).
You should also check the permissions on the app pool
Forum: Networking WordPress
In reply to: where to download contents of "site" folder of wp-contentA single install doesn’t have a “sites” folder, as there is only one site. You can manually copy each site from the MS install into the single installations uploads folder.