Archived topic
Right Sidebar merge
51 replies · Started by iamarghya on March 20, 2022
I am sorry but this is getting really confusing...
The CSS i provided positioned the sidebar in the outer right space, all you had to do was add the Advert scripts to the sidebar and that would be it.
yes but so only way to show something in there by enabling the sidebar...
we cannot show without sidebar?
sorry for confusion I am asking that can we use the free space to show something without a sidebar?
Its possible without the sidebar but it would require custom development which is out of the scope of this forum.
ok so I have pointed down the sidebar thing and I understand that...thank you for understanding me...
so is there any other way u can help me with the custom development, how tough is that?
Hi Iamarghya,
Kindly refer to this for what our support includes: https://generatepress.com/what-support-includes/
As mentioned by David, yes this is possible, however, you would need custom code.
For example, you can create a Hook Element or a Block Element, and hook your ad as such: https://share.getcloudapp.com/z8uLx650
Then, you may add a custom CSS class as such: https://share.getcloudapp.com/jkuvlLl1
And add this CSS:
.gb-container.my-ad-sample {
position:fixed;
top:50%;
right:0;
transform:translateY(-50%);
}
This is what it would look like: https://share.getcloudapp.com/ApuJjYOo
For your case, you would also need to consider smaller screens as the advertisement might go over the content, and for this, you'll need extra code: https://share.getcloudapp.com/yAuK2DYv
This is only an example. For further assistance, one place you may go to for developers/freelancers that may assist you is our official Facebook Group: https://www.facebook.com/groups/generatepress.
Moreover, Upwork.com and Freelancer.com are two examples of websites you may also go to for assistance.
Hope this clarifies. Thank you for understanding! :)
Got it clean now Thanks...
You’re welcome Iamarghya! Glad to be of assistance! Feel free to reach out anytime if you’ll need assistance with anything else. :)