Syndicated content improperly formatted

Home Forums IT Consultant Support Syndicated content improperly formatted

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #74985
    Allan HarderAllan Harder
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: June 3, 2017

    I have a page that shows syndicated content from a vendor. The top box formats incorrectly like it is adding extra space between each line. I have tried all different page templates but it till mis-formats in the same top section.

    Here is how it shows improperly on my site:
    http://harderit.com/wordpress/?page_id=182

    Here is how it should appear:
    http://samples.zift123.com/?aa=citrixld.ziftsolutions.com&wid=ff8081815c79dbe3015c7ecb48c765b0

    #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);

    #75046
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #sitefull .z_row.z_jumbotron.z_text-center { min-height:400px !important;}

    Regards,
    Dave

    #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.

    #75226
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Great

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.