Forum Replies Created

Viewing 15 replies - 31 through 45 (of 94 total)
  • Plugin Author Blackbam

    (@blackbam)

    Hello, thank you I will make sure this notices will not appear in future versions.

    Plugin Author Blackbam

    (@blackbam)

    Hello, the thing about users (Authors, Editors, Etc) having their own headers for their authors pages is a good point, but this is unfortunatly not yet implemented. I think I will provide this feature in the next version of the Plugin, but it could take some time until I have the time to do this.

    What you want to achieve is possible but I do not think that you can achieve it without using the custom output function. Maybe you can do it using some jQuery like:

    // Pseudo Code
    $('#header_images_id img').addClass('header1');
    $('#header_images_id img').attr('attr_bla','value_bla');

    Does this help?

    Plugin Author Blackbam

    (@blackbam)

    Resolved.

    Plugin Author Blackbam

    (@blackbam)

    Hello

    unfortunatly I cannot exactly understand the problem or why the the link is cleared. I think the the code is placed correctly.

    Did you find any solution for this problem yet? When is the information cleared? Do you mean the custom output function or on the edit post screen?

    Plugin Author Blackbam

    (@blackbam)

    Hello Kristygardener as this problem ist still valid (sorry for late answer after holidays) – I cannot give a more precise description as all the WordPress themes out there are very different. I recommend you to ask somebody with basic knowledge of WordPress theme creation or PHP.

    Plugin Author Blackbam

    (@blackbam)

    Hello Kristygardener as this problem ist still valid (sorry for late answer after holidays) – I cannot give a more precise description as all the WordPress themes out there are very different. I recommend you to ask somebody with basic knowledge of WordPress theme creation or PHP.

    Plugin Author Blackbam

    (@blackbam)

    Hello jardokraka can turn this into a feature request – but currently not sure about the next release date.

    Plugin Author Blackbam

    (@blackbam)

    Hello again I think it is possible to create a search like this for multisite installations, too, but I think the approach is different. You have to go through the WordPress core and probably build a much more complex Plugin which I may do but unfortunatly it is not possible for me in near time.

    Please tell if you have progress regarding this topic.

    Plugin Author Blackbam

    (@blackbam)

    Hello Michael I think that the descriptions on the options’ page “Settings: TinyMCE Advanced Professional Styles” describe very good how to add custom styles to the editor.

    For creating those CSS-styles some knowledge of CSS is obviously requiered.

    However for the next update of the Plugin I will add some examples to load on the options page.

    Did you get the Plugin to work right now?

    Plugin Author Blackbam

    (@blackbam)

    1. See previous Thread

    2. (I forgot in the last thread) – it may be helpful not to use the header image as a background image, but to use the html-img tag, like this:

    <div onclick="if(this.getAttribute('data-link')!='') window.location.href=this.getAttribute('data-link')" data-link="[link]" class="chi_display_header" ><img src="[image_url]" style="width:100%;" alt="" /></div>

    – or you can figure out some better solution.

    Does this help?

    Plugin Author Blackbam

    (@blackbam)

    Hello first of all – yes, it replaces the code you have pasted.

    About the naming and syntax conventions – you can use the following properties:

    [image_url] … String: The header image URL
    [link] … String: The header image Link (only if linked header images are used)
    [width] … The header image defined width (… from the settings page)
    [height] … The header image defined height (… from the settings page)

    Beside of this: Use any HTML, CSS, or Javascript (no PHP) – which should be sufficient for every styling purpose. The code output is just like this – just like you write it down with the fields in square brackets being replaced.

    An example for responsive styling:

    1. Do not use [height] and [width] but write style=”width:100%” – the browsers will scale the image dynamically.

    2. Use CSS media queries – do not use [height] and [width] but define the width and height for different resolutions in your CSS-File.

    3. Use Javascript: Detect current resolution / div height and scale the image (with some library, etc. )…

    There are still much more…

    Plugin Author Blackbam

    (@blackbam)

    Hello is the problem already solved? I understand that it can be complicated in some places to remove the original header image functionality, but it is always possible – start your search in index.php/header.php and find out how to remove it.

    If there is a problem with the files: Do not use your Themes’ built-in functionality to upload header images. Just use the media library.

    This should solve the problem, re-open if not.

    Plugin Author Blackbam

    (@blackbam)

    Hello same solution as in most cases of the problem.

    You have to REPLACE your standard output code and use the code of this Plugin and insert it in the RIGHT place.

    For the special case that you want to use your original header images functions on some pages and the Plugin functions in some other places you should use conditional tags (http://codex.wordpress.org/Conditional_Tags) to determine which function – themes’ or plugins’ functionality – you want to use.

    Plugin Author Blackbam

    (@blackbam)

    Yes 🙂

    Plugin Author Blackbam

    (@blackbam)

    Hello Jay

    currently I do not see the problem exactly, but I think that the custom output function at the bottom of the settings page is also the solution here.

    If there is a but with using ‘chi_width’ in PHP-Code I will check this, but with custom output and some knowledge of CSS and maybe Javascript it should be definitly possible to style the output to your needs.

    Does this help you?

Viewing 15 replies - 31 through 45 (of 94 total)