-
AuthorPosts
-
April 9, 2015 at 1:25 pm #425887
Hi There,
We would like to add banner ads
- directly on the right outside of the boxed layout
- inside the topbar
Can you help us achieving this?
Thanks!
April 9, 2015 at 8:52 pm #426186Hi elbnetz!
You can do this to add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, you could then drag a text widget to it and add the ads that way or use our advertising widget.
Regards,
ElliottApril 10, 2015 at 8:29 am #426410Hi Elliott,
Thanks for the reply. T&hat goes in the right direction although the widget now sits in the menu, not within the header.
Even more important: How do we get a banner directly on the right outside of the boxed layout?
Thanks!
April 10, 2015 at 7:30 pm #426726Hey!
Send us a link to your page and let us know where your wanting it to display and we’ll give you some CSS to use.
For your second question go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottApril 10, 2015 at 8:28 pm #426758This reply has been marked as private.April 13, 2015 at 3:28 pm #427524Hi!
According to this website – http://www.downforeveryoneorjustme.com/ your website is currently down. Please make sure that you have posted the correct link.
Best regards,
YigitApril 13, 2015 at 5:02 pm #427607This reply has been marked as private.April 14, 2015 at 12:01 pm #428146Hi!
I checked the page but I don’t see any widgets in the header. Did you remove it? We need to check it.
Regards,
IsmaelApril 16, 2015 at 10:45 am #429482Yes, we have to remove it, as it this site is live.
Can you give us any hint for our nee “ directly on the right outside of the boxed layout“?
Thanks.
April 16, 2015 at 2:55 pm #429629Hi!
Please go to Appearance > Editor and open Header.php file and find
<div id='wrap_all'>
and add your code right above it.
Regards,
YigitApril 16, 2015 at 4:32 pm #429722This reply has been marked as private.April 16, 2015 at 4:34 pm #429724Hi!
By using custom CSS. You can let us know after you add your banner so we can take a quick look if you need help.
Best regards,
YigitApril 17, 2015 at 9:12 am #430184This reply has been marked as private.April 17, 2015 at 6:42 pm #430526Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#paszonecont_21574 { position: relative; left: 100%; top: 728px; margin-top: -728px; }
Regards,
YigitApril 18, 2015 at 10:59 am #430685That is perfect, many Thanks!
Now I only need another ad in or above the top bar which should disappear, when scrolling down.
Possible?Again, many Thanks!
T.April 20, 2015 at 4:06 pm #431369Hi!
You can go to Enfold theme options > Header > Extra Elements and choose to display “Extra info” and add your banner using HTML there – http://www.w3schools.com/tags/tag_img.asp
Then add following code to Quick CSS to hide it when scrolled down.header-scrolled .phone-info { display: none !important; }
Best regards,
YigitApril 21, 2015 at 11:07 am #431875Hi Yigit,
PERFECT, many Thanks!
Cheers, Thorsten
April 21, 2015 at 3:39 pm #432067 -
AuthorPosts
- The topic ‘Ad banner on top and right side outside boxed layout’ is closed to new replies.