kyls
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manage Themes preview not workingthis has been resolved – i contacted my host and they fixed it.
It was a # sign that needed to be added to the front of a rewrite rule in the public_html\.htaccess file.
Thank you
Forum: Fixing WordPress
In reply to: Manage Themes preview not workingThanks Krishna, Just tried it then – no luck.
Any other ideas?
Forum: Fixing WordPress
In reply to: Manage Themes preview not workingThanks for that, I have tried all the following things and no luck, same outcome – just empty boxes with text:
– Deactivated all plugins and reverted to Twenty Eleven – same outcome just empty boxes with text.
– Deleted wordpress and reinstalled – still the same problem
– Updated the wp-config.php so it looks like this at the bottom of the file:
/** Sets up WordPress vars and included files. */
define(‘CONCATENATE_SCRIPTS’, false );
require_once(ABSPATH . ‘wp-settings.php’);Unfortunately no luck there either – still showing only boxes with no images.
Below is a link to a screen shot of what I am seeing:
Forum: Fixing WordPress
In reply to: Manage Themes preview not workingCould someone please help with this question.
Also how can I send you a screen dump / image of what I am seeing in the dashboard?Forum: Fixing WordPress
In reply to: Manage Themes preview not workingGave that a go, so the bottom of the wp-config.php file says:
/** Sets up WordPress vars and included files. */
define(‘CONCATENATE_SCRIPTS’, false );
require_once(ABSPATH . ‘wp-settings.php’);Unfortunately no luck – still showing only boxes with no images. How can I send you a screen dump?
Forum: Fixing WordPress
In reply to: Manage Themes preview not workingForum: Fixing WordPress
In reply to: Manage Themes preview not workingHi there, I even deleted the install of WordPress and re-install and still the same issue – could someone please help.
Is this happening to others also???I have another wordpress site I administer and I am not have an issue with that site.
Forum: Fixing WordPress
In reply to: Manage Themes preview not workingHi tried that, I had already deactivated all plugins and I reverted to Twenty Eleven – same outcome just empty boxes with text.
esmi – you are wonderful and have answered my question!!
I had didn’t have the height for the header image in the childs theme functions.php file.
Once I corrected this, the featured image automatically changed it custom size to match the header image.
Thank you so much!!Are, thank you for clarifying the functions.php file in the child theme – that makes sense now.
With the featured image I have saved the image with the same dimensions as I am using for the homepage header image 1000px (wide) x 350px (high), however the default settings for a custom size featured image automatically cut the height down 288px – do you know if there is somewhere in the functions.php file that I can reference and modify and increase the height of the custom featured image?
Hi Esmi, I thought the only file you shouldn’t copy to the child theme was the functions.php.
Anyways the link you provided shows how to change the height of the image header, which I have said I have already done.
What I need help with is one of the following:
1. How to change the height of the ‘featured image’ in the child theme;
OR
2. How to have a different header image on each static page.By getting one of these options to work – I will have achieved what I was after… a different image on each page with a height of 350px.
Yes that is what I would prefer to do, however I am unsure where change the code height for the featured image in the child theme.
I need the height of the featured image to be 350px.Hi esmi, I have the header height correct, just not sure how to have a different header image for each static page?
Forum: Themes and Templates
In reply to: want a different header image on each page (twenty eleven)Hi, I am currently using Twenty Eleven with a child theme and would like to have different header images for each static page. The height dimensions for the ‘featured image’ don’t work for my site – it’s not high enough.
Can I either change the height of the ‘featured image’ (which seems would be easiest) or can I have a different header image on each page?