Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove auto post to Facebook and TwiiterAre you using something like Jetpack’s Publicize module, or some other plugin with that capability? WP doesn’t do that on its own, so you need to disable whatever you have in place that does.
Forum: Fixing WordPress
In reply to: Error Codes on Homepage and in Admin areaAs this seems to be a commercial theme, and the warnings are being generated by the theme, I recommend asking about this in the support channel for that theme at whatever site you got it from. They may have an updated version of the theme for you. Best of luck!
Forum: Fixing WordPress
In reply to: Website downDifferent web hosts provide different tools, but log in to your hosting account and look for a File Manager app, via cPanel if your host provides that. Open the manager and navigate to themes as I described as above.
You can actually just try renaming the Divina theme folder to something like ‘divina-hold’ and that will deactivate it. If the theme was the problem, you should now be able to log in to your WP admin and re-install the theme. You should delete the ‘divina-hold’ folder.
If that doesn’t fix it, you have some other issue, like a plugin conflict maybe. Let us know how it goes. And get your web host to help you if you still can’t find your way around your hosting account. Good luck!
Forum: Fixing WordPress
In reply to: Clicking logo opens page in lightboxThanks for posting that link. I see you got it worked out. Great! Go ahead and mark this thread as resolved if you would.
Forum: Fixing WordPress
In reply to: Hide Author Details on PostsHa! Just please don’t tell anyone else about me; I try to keep it a secret. 😉 You’re welcome!
Forum: Fixing WordPress
In reply to: Aplite Theme Main PageTry asking about this in the support forum for the theme. They should be able to help.
Forum: Fixing WordPress
In reply to: Hide Author Details on PostsTry adding this to your custom css:
.wc-shortcodes-sep, .wc-shortcodes-author { display: none !important; }Forum: Fixing WordPress
In reply to: Hide Author Details on PostsCan you post a link to the site for us? Do you want to always hide all author names?
Forum: Fixing WordPress
In reply to: Website downTry replacing your theme with a fresh copy of it downloaded from here:
https://wordpress.org/themes/divina/If you can’t login to your admin, you’ll need to use an FTP client (like FileZilla), or your web-host’s cPanel or file manager to do this. File manager is easiest if you aren’t familiar with ftp.
Navigate to
wp-content/themes/divina, delete the divina folder from the server, and upload the new one to the themes folder.If you aren’t comfortable doing this, maybe your web host will help you. Good luck!
You can set up mail forwarding through your web hosting account. Log in there and look for the mail forwarding module/tool.
Forum: Fixing WordPress
In reply to: Where are the sub-sites of WordPress Multisite located (FTP)Post and page text content is always contained in the database for your installation. You won’t find it in a folder somewhere. You can read about the structure for sub-sites of a multisite at the page below:
https://codex.wordpress.org/Database_Description#Multisite_Table_Overview
https://codex.wordpress.org/Database_Description#Site_Specific_TablesBasically each sub-site gets its own set of database tables identified by a number for the site, such as wp_2_posts.
For moving your WP installation to your computer, see:
http://codex.wordpress.org/Moving_WordPress
and especially:
http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Multisitealso reference:
https://codex.wordpress.org/Backing_Up_Your_DatabaseForum: Fixing WordPress
In reply to: Having trouble adding new wordpressNo problem! People make that mistake every day here. 🙂
You’re welcome!Forum: Fixing WordPress
In reply to: Having trouble adding new wordpressIt sounds like you’re using the free wordpress.com hosting. For that, you need to ask in the support forum for .com and not .org (which is where you are now).
The two are easily confused. 🙂
http://en.support.wordpress.com/com-vs-org/Best of luck!
This page will tell you how to do that:
https://en.support.wordpress.com/export/And if you’re trying to move the site:
https://en.support.wordpress.com/moving-to-a-self-hosted-wordpress-site/Forum: Fixing WordPress
In reply to: portfolios not transferring from wordpress.com to wordpress.orgYou’re welcome. Glad you got this worked out!