Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi Marcus
    Any news on this yet? I need to set email reminders for customers at a recurring schedule…somehow. please can you assist?
    thanks so much

    Dear Henri

    I am now using the latest version of codium and wordpress, and have done the same change as what worked before, but now the header is showing no image at all, even though in my dashboard (appearance, header) it shows the image, and I select “show text: no”…but on the site, it just shows the text regardless?

    did I miss something?

    // This theme allows users to set a custom header image
    	define('HEADER_TEXTCOLOR', '444');
    	define('HEADER_IMAGE_WIDTH', 980); // use width and height appropriate for your theme
    	define('HEADER_IMAGE_HEIGHT', 250);
    
    // gets included in the site header
    function codium_extend_header_style() {
        if (get_header_image() != ''){
        ?><style type="text/css">
            div#header {
                background: url(<?php header_image(); ?>); height :230px; -moz-border-radius-topleft:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;
            }

    http://distribution.diletto.co.za/

    I sincerely hope you can assist me please.
    thank you so much
    greetings again from South Africa.

    http://news.diletto.co.za/

    🙂

    that is too beautiful for words.

    FINALLY I can go sleep!! thank you henri!! and Thank you Elixr also!!
    My word..what a challenge. So happy we got it right. 🙂

    I learnt so much today.

    Henri… How do I do that? I could FTP it, but it is another file name and it is a png and not a GIF as my existing one is a GIF.

    I tried uploading it using the backoffice header tool in WP, but that wants to cut/crop it down to size! 🙁

    So I can ftp the file, but where in the code do I change “header31.gif” to “diletto.png” ?

    I searched functions, header and style.css for “header31.gif”….nothing.

    please email me? I will send you a login if you don’t mind?
    this theme is too beautiful for me to give up on…

    height:7em

    same…

    In style.css try to change the height of

    /* header */
    div#header{margin:7px 0 0 0; padding:1em 1em 1em 1em; height:8em; background:transparent}

    what must I change? I don’t understand?

    I tried this:

    /* header */
    div#header{margin:0px 0 0 0; padding:1em 1em 1em 1em; height:2em; background:transparent}

    …..no effect…

    I checked in these files, there is no “repeat” in this file:
    Codium Extend: Header (header.php)

    and in the header (where you upload the image and change settings) there is no repeat function/option either.

    Codium Extend: Theme Functions (functions.php)
    also no “repeat” in this code.

    Codium Extend: Stylesheet (style.css) has this code for “header” (but also no “repeat”)

    /* header */
    div#header{margin:7px 0 0 0; padding:1em 1em 1em 1em; height:8em; background:transparent}
    div#headertop{margin:0 0 0 0; background-color:transparent}
    #logo{margin:-3.5em 0 0 -1em; padding:0.3em 0.7em;}
    * html #logo{margin:-2.5em 0 0 -1em; padding:0.3em 0.7em;}
    #logo a{background-color:transparent}

    :-/

    sorry guys…I’m learning! this is what I see in functions.php:

    // gets included in the site header
    function header_style() {
        if (get_header_image() != ''){
        ?><style type="text/css">
            div#header {
                background: url(<?php header_image(); ?>); height :120px; -moz-border-radius-topleft:6px;border-top-left-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;
            }
            <?php if ( 'blank' == get_header_textcolor() ) { ?>
    		h1.blogtitle,.description { display: none; }
    		<?php } else { ?>
    		h1.blogtitle a,.description { color:#<?php header_textcolor() ?>; }
        	<?php
    		} ?>
    		</style><?php
    		}
    	}

    thank you so much Elixr, you guys rock!!

    ..but I cannot find this!! 🙁

    I’m looking (WP Appearance editor) in the stylesheet.php and header.php….there’s no such code?

    🙁 which file must I edit? i could use ftp and notepad++.

    *pulls out hair*

    Hi Henri – sorry, do you think you could please assist me a little further?
    Thank you i will appreciate that so much.

    I just changed this line from 230px and radii from 6px to 0 px….it improved but it’s still not right…

    background: url(<?php header_image(); ?>); height :120px; -moz-border-radius-topleft:6px;border-top-left-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px;

    thank you! I just found it…but now the header is multiplying itself?
    what did I do wrong?

    http://news.diletto.co.za/

    Dear Henri or Elixr
    I am using Codium Extend 1.0.9 Theme and I love it!

    Please help me add a header image which is less than 250px…in fact it would be nice as 120px height, the width is not a problem for me.

    but if i make the image less, the theme forces me to stretch the image height.
    🙁

    how can I solve this and remove the restriction on height and width? Thank you so very much!

Viewing 14 replies - 1 through 14 (of 14 total)