rezag
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: permalink questionThe permalinks only deal with after the .com or .net , etc. and that means also after 10.0.0.0 or whatever IP
If right now 10.0.0.0/yourpost
after it will be
yourdomain.com/yourpost
Forum: Fixing WordPress
In reply to: Full Width HeaderDo you mean covering the whole of screen? Because now it is even wider than the screen. I see a lot of extra margins/padding pushing the header wide of the screen
Forum: Fixing WordPress
In reply to: quick question with categories and archivesFirst back up the original so you can replace it, then open archive.php replace (line 20 or so)
<?php the_excerpt(‘<p>Read more »</p>’); ?>
with
<?php the_content(‘Read more…’); ?>
Forum: Fixing WordPress
In reply to: quick question with categories and archivesYes should be, depends on your theme, Wooden mannequin? I will try to take a look
Forum: Fixing WordPress
In reply to: Cannot log in to wp-adminYes possible, it is the PHP version. And also when it is running in E_STRICT mode, usually if that is turned off those warning go away without any problem. Also update your WP installation when you can.
Forum: Fixing WordPress
In reply to: Cannot log in to wp-adminGood chance it is something with the PHP version on the server you site is.
Forum: Fixing WordPress
In reply to: Can't log in– get Warning: Cannot modify header informationIn the functions.php line 35
Forum: Fixing WordPress
In reply to: reducing the gap between a dividing line and a post summaryDo you see this in your css?
.hentry {
margin: 0 0 48px 0;Try reducing the 48px
Forum: Fixing WordPress
In reply to: reducing the gap between a dividing line and a post summaryNo problem. I believe is a hr declaration in the css, might be a good place to start. Backup original and play with its values and other margins, paddings that may be in post/content related. If all else fails I will look at your full css myself and try to help.
Forum: Fixing WordPress
In reply to: reducing the gap between a dividing line and a post summaryIf you have modified the css look to see if you haven’t added things like bottom or top margins or padding (these will increase those spaces). Or the loop.php where the post layout would be, if you have modified it and added span or div.
edit: Try to look in the css for margins and hr values
Forum: Fixing WordPress
In reply to: reducing the gap between a dividing line and a post summaryExtra </div> in there, I will try to tell you exactly where if I can find where you downloaded that child theme
Forum: Fixing WordPress
In reply to: change headerLook in the style.css and header and others in there
Forum: Fixing WordPress
In reply to: reducing the gap between a dividing line and a post summaryIt’s dependent on your theme and its template
Forum: Fixing WordPress
In reply to: posts on Sub CatagoriesGoogle or search for something like ‘exclude categories wordpress’ and you will get two methods to exclude categories from the front page. You will need the modify either index.php or in some cases loop.php
Forum: Fixing WordPress
In reply to: Bullet points showing up in Safari browserProbably a function of the theme you are using and it’s CSS. Might be possible.