Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #555412

    Hi, guys.

    My client has me putting together this “simple” landing page overnight to accompany their nice Enfold main site. It’s really a pretty straightforward deal that could be built in HTML, but I turned to Enfold again because I was worried about responsiveness. I’ve got everything looking fine at a reasonable resolution on Desktop, but too much whitespace between the header and text on smaller screens. Plus on smartphone (at least on iPhone 6s iOS 9.2), I can’t get the header to fill the screen at 100% in portrait or landscape after having removed the responsive menu. It acts as though the menu holder is still in place even though you can’t see it. I’ve searched the forum and found several answers to similar issues, but I can’t seem to get the right combination to work for me.

    One last issue is that for some reason I can’t get image maps in the header to activate in Enfold. Tests fine in other all other applications, but not in Enfold. I’m sure it’s probably something silly I’ve missed. Can you help with this, too? Here’s the code to support the image maps in the header:

    <font size="1"><img src="http://solutions.engineeredrigging.com/IMheader1500x300.gif" width="1500" height="300" hspace="0" usemap="#Map" border="0"></font> 
    <map name="Map"> 
      <area shape="rect" coords="231,273,486,294" href="http://http://engineeredrigging.com/engineered-solutions" alt="Engineered Solutions" title="Engineered Solutions">
      <area shape="rect" coords="674,273,808,296" href="http://http://engineeredrigging.com/fabrication" alt="Fabrication" title="Fabrication">
      <area shape="rect" coords="1004,272,1271,295" href="http://http://engineeredrigging.com" alt="Heavy Rigging & Hauling" title="Heavy Rigging & Hauling">
      <area shape="rect" coords="627,35,846,205" href="http://engineeredrigging.com">
    </map>

    Until I can figure out the image maps, I’ve temporarily overridden the “Home” link for the entire header in Functions.php with:

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://www.engineeredrigging.com";
        return $link;
    }

    I’ll send temp login credentials, etc privately.

    Really love this builder. Buying a few more licenses for the war chest and to keep your excellent support in place. Any direction you can give is appreciated. Cheers!
    Bernie

    • This topic was modified 8 years, 11 months ago by berniedidit.
    #555714

    Update: Issues resolved over the weekend… at least for the moment. Please close post and accept my thanks.
    Bernie

    #555827

    Hi Bernie,

    Great, glad you found a solution for your problem :-)

    Cheers!
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Help! Responsiveness Formatting Issues’ is closed to new replies.