Hi, i would like to add full width area/block before footer to show advertisement in it. Could you tell how can i do that? I tried to add div in the end of comment file and in the beggining of footer file, but it didn’t work.
Thank you.
Hello paulberrow,
Unfortunately, the theme does not have any such an option that allows you to achieve this in full width, sorry! You can try to add a full row from page builder and then apply an image but the ad cannot be displayed in full width, sorry!
Thanks for your understanding!
Thank you for your answer. I would like to clarify just in case you got me wrong. I want to add a block with the same width which footer has (100% width) or which this block has <div class=”td-main-content-wrap td-container-wrap”>.
Hello paulberrow,
Please keep in mind that our theme does not have any full-width block, sorry! You can provide your website URL so I can inspect your footer and also, you can also provide some useful screenshots to show me what exactly you want to achieve.
Thanks for the message!
URL is home-gid.com_
Here is photo, i showed on it the place i want to add a new block to.
Hello paulberrow,
If you want to add some elements in that area, notice that you should edit the comments.php core file and add there the shortcode you want, using the do_shortcode() method. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Thank you. I know how to use do_shortcode() method, but still it allows to add block which width is main content width, not main content + sidebar. Everything i add in comments.php file has width which has main content, but i want it to be as wide as the page.
If there are no other options how to do that i will try to figure it out on my own one more time.
Hello paul,
Notice that in theme exists three cases and you will have to add your do_shortcode method where exactly you want (no sidebar for example if you do not have the sidebar), like this -> https://www.screencast.com/t/xnswobbz
Hope this helps!
Thanks for the message!