Allan Harder

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Font size of Testimonials section #75306
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    View the site weblink

    in reply to: Logo in header seems faded #75126
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    Yes, that code does what I wanted.
    I increased it slightly to 12px to find the sweet spot of the banner height I needed:

    .head_fix { padding:12px 0 0;}

    Thank you.

    in reply to: Syndicated content improperly formatted #75125
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    Dave,
    Your code is perfect. Formatting of the content is now as it should be.
    Thank you.

    in reply to: Syndicated content improperly formatted #74987
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    In case it matters, here is the PHP code I use to access the syndicated content:

    $wurl = “http://widgets.ziftsolutions.com/citrixld.ziftsolutions.com/html/ff8081815c79dbe3015c7ecb48c765b0”;
    if (isset($_REQUEST[“zBase”])) $wurl = substr($wurl, 0 , (strripos($wurl, “/”) + 1)) . $_REQUEST[“zBase”];
    if (isset($_REQUEST[“zPage”])) $wurl = $wurl . “/” . $_REQUEST[“zPage”];
    echo (“<script type=’text/javascript’>zBaseComplete=true;</script>”);
    echo file_get_contents($wurl, False);

    in reply to: Logo in header seems faded #74984
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    Wow, that is brilliant. I changed my image file’s brightness property (lowered it) and combined it with this custom CSS code:
    .header #logo img { height:auto !important;}

    and now the logo stands out much better.
    Thank you Dave!

    Next question: This did increase the height of the header bar. I have already cropped my logo file but there still seems to be too much space between the logo in the header and the slide deck. Is there a way to shorten that distance so the slide deck is tighter to the header above it?

    in reply to: Logo in header seems faded #74774
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    www.harderit.com
    I looked into it further and maybe it is just my picture file, but if you have any suggestions it is appreciated. Thanks.

    in reply to: can't edit home page 4 column section #74573
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    OK, I figured it out. You need to create one page in WordPress for each item you would like featured near the top. The body of the page is the smaller descriptive text and of course the page heading is the feature’s name.
    Then go to Appearance > Theme Options > Content tab and assign the page you just created to the 1st section and assign it an icon. The icon should be 49px by 46px, not the dimensions it says there which is way too small.
    Repeat for each feature.
    Done.

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