Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #167631

    Have a huge problems when using blank page no header/footer option
    It’s perfect on chrome, but absolutely ruined in latest Firefox and IE9 (the only I checked)
    Are you aware of it?
    How do I fix it?
    Fullsize fullwide shot
    http://img5.imageshack.us/img5/1966/o4dv.jpg

    • This topic was modified 11 years, 1 month ago by vadi4ek. Reason: Adding Image
    #167739

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #167776

    This is one of the landing pages.
    http://goo.gl/l4CDfi
    When it’s defautt page template it’s all fine.

    #168008

    Anybody? Please?

    #168093

    Hi!

    Please try removing Google conversion frame.

    Regards,
    Yigit

    #168107

    OK! That is a remarketing TAG.
    That’s the problem. When I removed it it’s ok.
    But I need it anyway.
    I inserted it in the special place at the theme options panel.

    What is the solution??

    P.S. And BTW, according to google’s directions the analytics code suppose to be above the </head> not above the </body>,

    #168153

    Hello!

    You can add following to your iframe code

    style="display: none;"

    so it should be like <iframe style=”display: none;” …

    Cheers!
    Yigit

    #168164

    I don’t know what are you talking about.
    It’s just script it doesn’t have any style.
    I removed the DIV inside it, but still the same.
    I need a real solution please.
    It’s not some fancy plugin that you do not support, it’s just simple google remarketing script, which I need to be at the end of the <body>

    #168168

    Hi!

    I AM trying to provide you solution and as you can see here http://i.imgur.com/YLejpY0.jpg it does have style.
    Please create a temporary admin login and post it here and do not forget to check “et as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    #168240
    This reply has been marked as private.
    #168259

    Shalom!

    Sorry i could not manage to add CSS on RTL can you please add following code to Quick CSS

    iframe .page-id-441 { width: 0!important; }

    Cheers!
    Yigit

    #168277
    This reply has been marked as private.
    #168287

    Hey!

    Well this is how i spotted the issue http://www.screenr.com/08cH and to me it looks like it is the only way to eliminate that orange bar on the left without removing the code

    Best regards,
    Yigit

    #168292

    Your solution is doesn’t works for me. It’s inside the css, you can check.
    As well your last screenshot doesn’t work ))

    #168320

    Hi!

    Have you tried following code? It should be useful for you if you will not use iframe codes elsewhere.

    iframe { width: 0!important; }

    And you can right click on the link above and open in new tab. It is a screencast showing what happens if width of iframe changes to 0 from 300px :)

    Best regards,
    Yigit

    #168462
    This reply has been marked as private.
    #168576

    Hey!

    Please add this on your custom.css or Quick CSS. This will hide the google conversion frame:

    iframe[name="google_conversion_frame"] {
    display: none;
    }

    Best regards,
    Ismael

    #168598
    This reply has been marked as private.
    #168605
    This reply has been marked as private.
    #169045

    Shalom,

    Actually this page http://goo.gl/l4CDfi looks fine on my end right now http://www.screenr.com/aDcH guess you figured it out? :)

    Best regards,
    Yigit

    #169286
    This reply has been marked as private.
    #169726

    Hi!

    Please try this on your custom.css or Quick CSS:

    http://pastebin.com/gCS41cHY

    Cheers!
    Ismael

    #170007
    This reply has been marked as private.
    #170264

    Hey!

    Did you remove the google conversion iframe?

    iframe[name="google_conversion_frame"] {
    display: none;
    }

    Did the code above work on Mozilla?

    Regards,
    Ismael

    #170355
    This reply has been marked as private.
    #170842
    This reply has been marked as private.
    #171585

    Hi!

    Just reading over what has been tried above I would recommend adding each element from the layout to the template on by one and then checking in IE and FF.

    There is obviously some missing support for one of the scripts or content you are trying to use on the page and it could be a combination of items, order or something else. By default the elements all work on a blank page template in a regular installation so we just need to find out what is different on one of your pages.

    If you aren’t using the base 2.2 version of the theme there were also some IE9+10 fixes in the 2.2 release for some elements.

    Cheers!
    Devin

    #171699
    This reply has been marked as private.
    #172920
    This reply has been marked as private.
    #173504

    Hey!

    The issue is caused by the rtl layout. Try to insert following code into the quick css field

    
    #top.avia-blank {
    right: 0 !important;
    }
    

    Cheers!
    Peter

Viewing 30 posts - 1 through 30 (of 30 total)
  • The topic ‘Blank Page – template’ is closed to new replies.