Home › Forums › WP Background Takeover › Background ads is not showing
- This topic has 19 replies, 2 voices, and was last updated 1 year ago by
Παναγιώτης Κατσώνης.
-
AuthorPosts
-
December 23, 2019 at 5:17 am #26492
Παναγιώτης Κατσώνης
Participanti just purchased the plugin, Background is not showing up
my website is https://lamianow.gr/
can you help me to solve it ?
thanks
December 23, 2019 at 5:45 am #26495Abdulla Malik
KeymasterHi there,
Thank you for contacting support. Sometimes due to theme CSS conflicts background is hidden behind main content of the page. We looked into your site and found that is the case. Please try adding the following CSS to make background visible.
body{ background-position: left center !important; }
or
body{ background-position: right center !important; }
Please let us know if you have any problem.
Thank you
December 23, 2019 at 8:22 am #26496Παναγιώτης Κατσώνης
ParticipantDoesn’t work.
Please give me an email to send you username and password, to find a solution
December 23, 2019 at 8:28 am #26497Abdulla Malik
KeymasterThis reply has been marked as private.December 23, 2019 at 8:38 am #26498Παναγιώτης Κατσώνης
Participantdone!
December 23, 2019 at 9:06 am #26501Abdulla Malik
KeymasterYes, I got the access. I will update you when it’s done. Thanks
December 23, 2019 at 9:43 am #26502Abdulla Malik
KeymasterHi again,
Issue was solved by adding the following CSS. You can add more style under this tag for modifying the position of the background.
body[style]{ background-position: left top !important; }
Please let us know if you need help with anything else.
Thanks
December 23, 2019 at 10:08 am #26503Παναγιώτης Κατσώνης
ParticipantI want the background image on both sides
left and right
you can?
thankss
December 23, 2019 at 10:31 am #26504Abdulla Malik
KeymasterHi – I just updated the page by modifying the following CSS and we also updated style option from our plugin to horizontal(repeat-x)(see https://ibb.co/DVd9phq) now ads are on both side.
background-position: 3em 0 !important;
Best solution for adding ads on both side is if you can create a single image where you have ads on two sides of the image and center is empty. If you do that then just remove the css we added and you’ll have properly positioned “two” ads on both side.
Please let us know if you need help with anything else.
Thanks
December 23, 2019 at 10:43 am #26505Παναγιώτης Κατσώνης
ParticipantThank you
In which file did you add the css code?
December 23, 2019 at 10:43 am #26506Παναγιώτης Κατσώνης
ParticipantThank you
In which file did you add the css code?
December 23, 2019 at 10:48 am #26507Abdulla Malik
KeymasterYou’ll find the css on dashboard > Appearance > Customize > Edit CSS
December 23, 2019 at 10:52 am #26508Παναγιώτης Κατσώνης
ParticipantThank you very much :)
One last question
Is it possible to have a different ad on the left and a different one on the right?
December 23, 2019 at 11:01 am #26509Abdulla Malik
KeymasterNo problem. Yes, it is possible. For that you need to follow the instruction I mentioned above for positioning the background image properly and for different links on both side click on “Two Links” on our plugin(see screenshots https://ibb.co/0q2DvHq)
December 23, 2019 at 11:09 am #26510Παναγιώτης Κατσώνης
ParticipantYes, but this is only for link.
For different photos?
December 23, 2019 at 11:23 am #26511Abdulla Malik
KeymasterFor different photos?
Response: Use Photoshop or similar editor to make an image where on one side you have an ad and on the other side you have another ad and center is empty spaces. See screenshot: https://ibb.co/FKybSxMYou have image 1 on one side and image 2 on the other side and center is empty
December 23, 2019 at 3:04 pm #26512Παναγιώτης Κατσώνης
ParticipantThank you :)))
December 24, 2019 at 8:06 am #26515Παναγιώτης Κατσώνης
ParticipantI tried the way you told me, but it’s not responsive
look https://lamianow.gr/
December 24, 2019 at 9:01 am #26516Abdulla Malik
KeymasterAdd
background-size: cover !important;
to body[style] tagbody[style] { background-position: left top !important; background-size: cover !important; }
December 24, 2019 at 11:03 am #26518Παναγιώτης Κατσώνης
ParticipantThank you a lot Abdulla!
-
AuthorPosts
- The forum ‘WP Background Takeover’ is closed to new topics and replies.