juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page content vanishes after page loadIt looks like you have a custom theme. That being the case, we don’t have access to it to see if there is a issue with the code.
You should ask the theme developer for help
Forum: Fixing WordPress
In reply to: Blog posts are displayed as text only, no table or imageBy default, wordpress strips all html from an automatically generated excerpt. You can get around this by handcrafting the excerpt in the post. HOWEVER, some themes will still strip the excerpt of all HTML while others will display the excerpt as you craft it and still other themes will generate an automatic excerpt and allow you to specify what HTLM elements you don’t want to strip.
as for the Settings->Reading->”For each article in a feed, show Full Text” that is for feeds and not for the pages on your site.
Forum: Fixing WordPress
In reply to: Background image from urlYou could make a child theme and change the function.php to point at the image or probably easier, use one of the custom css plugins (‘my custom css’, ‘simple custom css’ or one of the others) and add a css override (you will probably need the !important tag) using the element and class that points to the image. You can get this by using a code examiner to see where the background is specified in the css and that will give you the element name and class/id being used.
Forum: Fixing WordPress
In reply to: Category pages missing??Hmmm and what does that plugin do?
Forum: Fixing WordPress
In reply to: Background image from urlreplacing the existing image with another but using the ssame file name.
Forum: Fixing WordPress
In reply to: Category pages missing??Well what plugin is it?
Best bet is to contact the plugin developer and see if they can figure out why it would effect the theme you are using.
Forum: Fixing WordPress
In reply to: Category pages missing??so you have a plugin conflict. Add them in one at a time till you find the culprit.
Forum: Fixing WordPress
In reply to: Background image from urlHave you tried doing it yet?
Forum: Fixing WordPress
In reply to: Category pages missing??1) disable ALL your plugins and test again
2) what is the url?Forum: Fixing WordPress
In reply to: Can't log out, 404 page not foundYou could try renaming yout .htaccess file – WP should rebuild it – to see if that helps.
Forum: Fixing WordPress
In reply to: Can't log out, 404 page not foundThe salt doesn’t effect your password, your same password will still work. It effects the authorization cookies stored on your machine. Once you change the salt, your cookies are no longer valid and you need to log in again
This could be an .taccess issue – is this site in a subfolder of another wordpress site?
Forum: Fixing WordPress
In reply to: Can't log out, 404 page not foundSorry, I should have said ‘set them to the plain settings (I thing they changed ‘default’ to ‘plain’ at some point and I never noticed)
if worse comes to worse, if you change the salt values in wp-config.php, it will force ALL logged in users to re-login.
Forum: Fixing WordPress
In reply to: Problem with double comments, tags and category-sectionsSo if it shows only when th echild theme is active, something in it is the cause.
How many files are in teh child theme and what are they? also look at the date last modified. that might help indicate what file was changed and is causing the problem.
Forum: Fixing WordPress
In reply to: Remove Excerpt on Category GridYour theme is a premimum theme and no one here has access to it. You need to contact the themes support http://restored316designs.com/support/dazzling-theme/
Forum: Fixing WordPress
In reply to: Can't log out, 404 page not foundtry setting the permalinks to the default and see if you can get out.