Blackbam
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Header Images] Eliminating the gap between header and menu barHello
unfortunatly I cannot find the Plugin output on your website right now, but I think its definitly just a CSS issue.
Change the CSS of your theme (use Firebug or something similar for debugging) and remove the margin / padding which is responsible for this problem.
If this does not help, please reopen again.
Ok so I will turn this into a feature request and implement it for the next release of the Plugin which will be in a few weeks.
Thanks,
BlackbamForum: Plugins
In reply to: [Custom Header Images] Custom Header doesn't display properlyHello, it seems to me that the header images function is never called. Please check, if the function
if(function_exists('chi_display_header')) { chi_display_header(); }is properly placed in your PHP code.
Please also check if you have set an image for this page.
Hope this helps.
Forum: Plugins
In reply to: [Custom Header Images] Custom header does not work for meHello again, I am sorry that I do not have the time to check every single Theme out there for the position of the code to place, but I recommend everybody to do the following:
1. For testing purposes, put the code into the file “index.php”, below the function “get_header();” which should be available in 90% of all Themes and check if the Images appear.
2. Try other positions than this. For 90% of the use cases and Themes the best position for the header images function will be somewhere at the bottom of the file “header.php”.
3. If you try a lot of different positions and the header images do not show up, you should contact the Theme creators and ask, if “conditional tags” work properly in the Themes they have created.
@caroweb: I recommend you also to try a different file than featured.php, maybe this file is inside of a special loop or not loaded on every page call.
Hope this helps,
BlackbamHello thank you for pointing on this. It has already come to my mind that there might be a problem with Themes which are updated.
So one thing I will definitly implement for the next release are custom paths for the stylesheets:
They could also be saved to the wp-content folder, to the upload folder or the folder of a child theme, so I think it is best if you can choose the location yourself.
Would this feature be sufficient for your needs? Or would you like to have different styles an/or stylesheets for each different Child Theme? I also can think of this one, but this second approach would take some time.
Please tell me
BlackbamForum: Plugins
In reply to: [Custom Header Images] image for single post of a specific categoryHello
you may have recoginzed that you can set header images for each individual post as well es individual categories.
Now if you want to display header images ONLY for posts of a specific category:
1. Just do not set the header image in other categories and check the option “Display nothing by default” from the settings page
2. You could also programmatically only show the output function on certain pages.
Hope this helps.
Forum: Plugins
In reply to: [Custom Header Images] Custom header does not work for meHello
where did you put this code inside of your “featured.php”.
Did you make sure that you do not destroy any other php code? If you are already in PHP-Code, you only need to write
if(function_exists(‘chi_display_header’)) { chi_display_header(); }
without the PHP opening tags.
Otherwise: Did you get any error message?
BB
Forum: Plugins
In reply to: [Custom Header Images] Custom header does not work for meHello
please give me some more details about your problem:
1. Did you manage to install this Plugin or did you get an error installing it? If so, WHAT error did you get?
2. Are you using a standalone WordPress installation or do you have a blog at WordPress.com?
3. Be a little bit more specific in general – why did your system crash?
Blackbam
Forum: Plugins
In reply to: [Custom Header Images] Setting Header Image for specific taxonomy not workingResolved.
Forum: Plugins
In reply to: [Custom Header Images] Header links not workingResolved.
Forum: Plugins
In reply to: [Slick Slideshow] adding imagesHey
it is quite easy. Just add the correct URL to in the fields in the backend page or write it into custom HTML code on the slides with the HTML img tag.
Please reopen this thread if it did not solve the Problem.
Forum: Plugins
In reply to: [Custom Header Images] Header links not workingHello
it SHOULD be the case. The thing with the URL works quite similar to to the Header Images itself internally. Please check the following Points:
1. Header Image Links is still activated
2. If you use custom output, check if [link] shortcode is used properly. If not, try custom output and afterwards check, if the linking feature is workding properly.
3. Check the source code of the output page, if the URL is outputted correctly or is missing. There might be another reason for this behaviour, if the URL is specified correctly in the output.
4. You also MAY have found a bug, if pt. 1-3 do not help you. Please report which concrete Image you tried to link and I may have to create a bugfix.Thanks, Blackbam.
Forum: Plugins
In reply to: [Custom Header Images] Setting Header Image for specific taxonomy not workingForum: Plugins
In reply to: [Custom Header Images] Setting Header Image for specific taxonomy not workingHello
sorry for the late answer, but I did not see this previously.
The most probable reason for this behaviour is that Conditional Tags do not work properly in your template where the slideshow is putted.
It seems to work for most WordPress installations so check if the ID of the page is available for the Plugin.
The ID must be correctly queriable by $post->ID in line 675 of the Plugin.
Tell me if you have found your problem.
Thanks, Blackbam.
Forum: Plugins
In reply to: [Custom Header Images] Doesn't work for meResolved.