Forum Replies Created

  • In reply to: 1.2 Child theme bug

    #12896

    Managed to make the adjustments to my updated 1.2 site on my own – bit of trial and error but all seems good now.

    In reply to: 1.2 Child theme bug

    #12892

    OK, have gone back and corrected the child theme and all seems to be working. Did have to do some updates to the css as the 1.2 theme is somewhat different in style than the older one. Looks good though and the work was worthwhile.

    Thanks for your great work on this theme, Syahir.

    In reply to: 1.2 Child theme bug

    #12890

    Hi Syahir,

    I just updated a client site to 1.2 and have a major problem with how the navigation is displaying as well as some side-bar alignment issues. Not sure specifically what is causing this but here is the link:

    http://www.rodhethrows.com

    I am using a child theme and do have the images folder copied over.

    Can you advise on how to fix?

    In reply to: Slider not working and footer not showing

    #12039

    Syahir, you are a magician!! Works perfectly now.

    I will pay more attention to the plug-ins that I use in the future.

    Thank you for your timely reply,

    Jennifer

    In reply to: Cimy Header Image Rotator

    #11691

    Hi Andrew,

    I’m a beginner at this myself, but it seems that the closing tab on your container tag is missing, thus the “container” rule is only applying to the heading (using the first available closing div).

    Maybe one of the more experienced folks can chime-in on this.

    In reply to: Cimy Header Image Rotator

    #11689

    I recently installed this plug-in and here is what I did…

    In the Cimy plug-in, set the size of your banner (900x198px is the size of the header banner in this template). Copy the code that is generated and navigate to Appearance > Editor > Header (header.php). Replace, or comment-out (recommended!) the following code with the Cimy generated code:

    <div id=”header” style=”background-image:url(<?php echo $header_img; ?>);”>

    <h1 <?php echo $style; ?> class=”header_title”> href=”<?php echo home_url(); ?>”><?php bloginfo(‘name’); ?></h1>

    <h2 <?php echo $style; ?> class=”header_desc”><?php bloginfo(‘description’); ?></h2>

    </div>

    To remove the extra space, adjust the CSS to:

    margin: 0 auto;

    border: none;

    Make sure the width and height match the dimensions of your banner art files:

    width: 900px;

    height: 198px;

    I have not looked at linking the banner back to the home page… perhaps someone else has the code for this!

Viewing 6 posts - 1 through 6 (of 6 total)