Search Results for 'move bottom ad'

    No search results were found in Documentation!

Results from the Forum
jmr
Participant
#0

I’m noticing some issues when my site loads because the CSS I’m adding in the Custom CSS section of the Theme Panel is being loaded at the bottom of the HTML. Is there a way to move this up into the head or at least high in the body?

Catalin
tagDiv Staff

Hello Ducacordero,

For example, if you are using the post template style 1 you should edit the loop-single-1.php and add this code -> https://www.screencast.com/t/dZJqpgKOE Then, ensure that in the Custom Ad 1 have been added your AdCode like this -> https://www.screencast.com/t/Aa8kIJm3SKm Notice that if you will follow this advice, you should remove the Article Bottom Ad or disable it because to move this ad is not a simple task and require to make a lot of customizations. This is the simplest way in this case to use the do_shortcode method.

Thanks for the message!

Catalin
tagDiv Staff

Hello Ducacordero,

You should edit the theme core files in order to make these changes. For example, if you are using the post template style 1 you should edit the loop-single-1.php core file and move the PHP code which writes the Articles bottom ad. -> https://www.screencast.com/t/ZIF09vskG8K

Thanks for your understanding!

Ducacordero
Participant
#0

how i can move ARTICLE BOTTOM AD under social buttons? i want put the ad at the end of the article.
https://www.oralosai.it/come-guardare-gratis-il-trono-di-spade-online-stagione-8/

rweissjones
Participant
#0

Two issues on this subject-
1. When you click on an article to read it, the social buttons appear under the headline. Is it possible to delete the ‘share on Facebook’, ‘tweet on Twitter’ text so only the social icons appear? And can I control what social icons appear? I only want facebook, twitter, pinterest. (Do NOT want G+, Google+) Link to our site:https://kuellife.com/2018/01/08/oprah-stops-the-show-golden-globes-2018/

2. The social buttons also appear at the bottom of the article, again is it possible to delete the ‘Facebook’ and Twitter text so just the social icons appear? And again, can I choose which ones appear? and if we decide we want to remove this ‘social button/icon box’ completely, is that possible?

Also can I change the text in ‘Leave a Reply’ to say ‘Leave a comment’ ?

Thanks for your help!

deanysus
tagDiv Member

Hi Bogdan,

1) Got it!

2) This worked! Would you mind telling me the perfect size in width/height px for the background image in this? Also, after using the shortcode, I get some grey shadow covering background image all the way from top menu down to the bottom of the Big Grid (and the width of the shadow is as the width of Big Grid) – your Travel Demo doesn’t have that shadow. How do I remove it? Can’t seem to figure it out.

3) Got it!

4) I’m confused. Isn’t this a massive bug? How do I allow my website visitors to view articles on my homepage without showing them duplicates? If a person comes to the site, and wants to see what articles the site has, they scroll down to see older articles, and obviously if duplicates start showing up, it’s going to look very unprofessional. How do I avoid that? [Just FYI, I switched to standard view/block size and just off-set 3 posts from the big grid to avoid duplicates, seems to work but obviously not ideal. If you have any other ideas where I can use other block sizes and not have duplicates, that’d be great.]

5) Rocket Loader is disabled, and was never enabled for this site. So that is not the reason. Any other thoughts?

Thanks, Bogdan.

  • This reply was modified 8 years by deanysus.
Bogdan B.
tagDiv Staff

Hello,

Our theme adds a margin bottom to all the blocks so using inner rows inside other rows will create multiple margins for the element. Please add a custom class to the row in the page builder and that way you can remove the margins specifically for that row. I will be able to provide the needed code. Simply access the row settings for the row containing the churches content and type in a custom class name like so: https://www.screencast.com/t/U4evR6xT8 It can be any name you want.
Let us know once you do so and I will provide the code to remove the spacing.

Thank you!

arollettson
tagDiv Member

I found the bug, (and it is a bug!)

I tackled the problem with renewed determination and got results. I’m looking more fondly on TD Composer this morning.

The bug occurred because I was testing a column text block to see if custom css could prevent the padding of a text block title but not the text below it.

While the text padding moves the text away from a border (good), the ‘me-too’ header padding leaves an unsightly white strip beside the colored background of the header (bad). I need to make it clear that Custom CSS was empty while creating (and re-creating endlessly) this bug.

So . . .

Home Page Layout:
• Full width row with banner image
• 2/3:1/3 row with ‘td-ss-row’ added class to make the 1/3 row sticky.
• inner row 1/2:1/2 .
• several blocks in each of the two columns, a mix of column text and raw html blocks

At the bottom of the left hand column (as it turns out bug will work at any place up or down the column) I put a default column text block. I changed the title to ‘Test Title Adjust” but I was happy with the default text (it was only a test, after all!)

    so I did not change it

. I gave the block an all-around border and padded it left and right in order to create the unsightly header I was hoping to correct.

It saved fine the first time in TD Composer and displayed correctly in the page. However, TD composer did not append a [/vc_column_text] shortcode to close this block with its default text.

When I next open then save this page in TD Composer (without doing anything else), it is apparently confused by the [vc_column_text beginning. . . .] but no [/vc_column_text] shortcode to close the block.

Its response to the confusion is rather strange! At the head of the second column, it adds a second pair of quote marks like so: [vc_column_inner width=”1/2”] becomes [vc_column_inner width=””1/2””]. This breaks the layout, placing a full width second column under the ½ width first column. (repeat visits to TD Composer seem to sprinkle pairs of quotes in places down the second column, but I haven’t really explored that.)

Removing the extra quote marks around the column width restores the layout (only momentarily, if the padded default text box does not have new text added to trigger the adding of [/vc_column_text].)

Demand that users change the text? Otherwise don’t create the box? Alert box them if they don’t? Add the closing shortcode anyway?

So, continuing on, it seems, I’m still playing with the column text block title that I’m trying to ‘unpad’. I can get every title including standalone titles to ‘unpad’ by using custom css ‘.block-title{ margin-left: -4px}’ but that leaves all the standalone titles jutting left and looking unsightly. Any ideas on how I can identify only those titles within a text box?

Thanks for the offer of the refund, but I’m perfectly happy with Newspaper and TD Composer (much better than Visual Composer) for the photo magazine blog for which I bought the theme and for which it is licensed.

I’ve been taking a liberal interpretation of localhost usage to try the theme out for a client looking to port a much more text-based DNN website to WordPress (which will, if and when it sees the light of day, require a new purchase/license.) This is the project I’m not so sure about, but finding the bug has certainly improved my mood!

Regards,

Alan

arollettson
Participant
#0

I thought I had a solution to the problem of an unsightly header in a column text block with a border. Instead, adding an extra css class to any column text block, placed anywhere, top to bottom, in the first column using tagdiv composer breaks the 2 column layout, pulling all blocks into the first column and corrupting the header at the top of the second column. (column layout 2+1 with sticky column on front page, using your special class name for the row to get the column to work. I also have a full width row with a banner article above the 2+1 row.)

Details: Padding a text box with a border to move the text away from the border edges unfortunately also pads the header, which leaves an unsightly white strip beside it (using your default header, or any other header with a coloured background). The solution seemed to me to add an extra class to the text box (I tried several class names, all broke the column layout, whether or not there was any custom css composed for them.) The intent in css was: .adjust-title-somewhat.block-title {
margin-left:-4px;
}
The simple custom css ‘block.text {margin-left:-4px}’ works fine an all titles, unfortunately, as I have several titles not within a block and they promptly adjust leftward too. So, giving the titled block an extra class – a slight nuisance – seemed a solution to pinpoint the css change to that class only. (There may be a better way using a default parent class that identifies block titles from stand-alone titles, but I haven’t figured that out.)

At any rate, whether there is css information in the custom css for the ‘column text block’ particular extra class name or not, the simple presence of an extra class name in any column text block seems to completely screw up the layout once it is saved.

Ideas? Another way of preventing/removing the unsightly padding (or margining) of the title? Needless to say I do NOT want to go with a title without a background color, which would at least mask the title problem.

Regards,

Alan

Erich
Participant
#0

1) how to remove author element ?
underneath a blog-article, there are the social icons, then there is the “previous / next articles”, then there is a block which shows the Username of the author. Hovering over this element. it shows a lonk towards “domain.com/author/username

Since this link is showing the “Username” of my Admin-interface (Admin-Username), I do not want to show this element to the public.

I have already unchecked the “Author” at a single Blog-post (Post page and from Screen Options/top-right corner), but unfortunately it still keeps showing this element at the public website.

2)
I am having the same issue for “comments / discussion”.
I have disabled “discussions” and “trackbacks” globally at “Settings / discussion”, but it still shows the “comment form” at the bottom of each Blog-post.

How to disable this “Comment Form” for all Blog-posts ?

Appreciate your help!
Many thanks!

Simion C.
tagDiv Staff

Hi,

Moving the post header section would require modifications to the post template file, there is no theme option for it. Then it may also require additional styling since all the design is predefined for the original position.
If the title is briefly displayed after entering the code in the theme panel, a solution would be to enter it directly in the theme stylesheet at the bottom
https://www.screencast.com/t/hnlNEagSJb
Or remove the title from the code
https://www.screencast.com/t/amD9qt697QJ

Thanks

LemhiRG
Participant
#0

Hi there,
I’m using “Block 22” to show one big post at the top my website (http://camp.academy). I’d like to remove that grey/black overlay that takes up the bottom 1/10 of the image. I’m not sure what it’s purpose there is, as there isn’t any text shown in that area.

How do I go about getting rid of it?

Simion C.
tagDiv Staff

Hi,

The speed booster plugin will move the stylesheet and javascript loading to the bottom of the page. This should improve the website speed by simply activating the plugin
https://forum.tagdiv.com/how-to-make-the-site-faster/
Activating it should not cause the header menu to be black, that is unusual.
The plugin status will appear in the theme status section, it will not be active if it detects plugins that are not part of a predefined list. This is implemented because the booster could cause some plugins to not function correctly. The check could be disabled with the solution provided in this topic
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

Thanks

contemacs
Participant
#0

HI
i’ve just purchased a new copy of newsmag and i’m using the car template on a temporary link address

1.
I’d like to realize a page thath appers like a article/news: with the big image on top, title over the image, etc but without date and without on the bottome next and prev news.
How to do it?

the page: http://php.ferriani.com/european-superbike-master-trophy/
the same but in a article/news: http://php.ferriani.com/esmt-the-championship/

2.
how to remove form the bottom of the home page the last article?

Thanks a lot for your absistance
Massimiliano

devraj1986
Participant
#0

Sir,
I’ve a problem.I made a homepage with pagebuilder +latest articles+pagination but I don’t want Latest article section bottom of this page.This the actual problem.How Can I remove it?
I also trying with Defult template but I do that more news(post) not showing or showing after more long time.
Please help me asap.

Catalin
tagDiv Staff

Hello xbass,

If you want to move that section to the bottom, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.single .comments {
padding-top:35px;
}

The result is here -> https://www.screencast.com/t/vtZH3VskXYGC

If is not what you mean, please provide your website URL so I will be able to provide a more accurate code.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website for a more accurate solution. That code should remove the bottom padding, try clearing the cache after entering it in the theme panel. It could be a caching issue.

Thanks

fernando90
Participant
#0

pages load hard because of the java links at the top of the page, how can they move them to the bottom of the page or is it possible?

Simion C.
tagDiv Staff

Hi,

There are options to place ads in the post page (top, inline, and bottom ad)
https://forum.tagdiv.com/article-ads/
Ads below the tags are not possible using theme options. Either modify the post template used and insert the ad code there. Some similar topics here
https://forum.tagdiv.com/topic/ad-placement/
https://forum.tagdiv.com/topic/sourcevia-above-add/
https://forum.tagdiv.com/topic/how-to-move-or-create-an-ad-to-under-the-post-title/
Or maybe try and use a plugin to insert the ads in that section, if possible.

Thanks

Olya
tagDiv Member

There are additional questions, a new topic was not new.
As in the mobile version to remove a section of the social media buttons. I turns out that they are duplicated at the bottom of the page and when you open me, for this I have 9 outgoing links from the site.
Is it possible to completely remove your buttons to share and to set our as for the Russian segment in priority to other social networks.
Is it possible to deactivate WP Bakery Composer and tagDiv? I created a page using tagDiv Composer, put it on the website, but to reduce the load on the website trying to give up some plugins.

Renu Bakshi
Participant
#0

I am thinking of using Speed Booster Plugin on my wordpress site using newspaper theme. I just read following:

“The plugin (Speed Booster) will move the js and css of the recommended plugins at the page bottom. If another (unknown) plugin is installed it will automatically disable itself, this behavior was added to avoid a potential plugin conflict.”

My questions:

(i) Is the function of this plugin is only to move the js and css of the recommended plugins at the page bottom.

If that is so I am using only two recommended plugins, “tagDV composer” and “Yoast SEP Premium”. So Speed Booster plugin won’t help me much.

(ii) Also, if another (unknown) plugin is installed Speed Booster will automatically disable itself, this behavior was added to avoid a potential plugin conflict.

If that is so, I am using two plugins which are not in the recommended list – “AdSense Integration WP QUADS” and “WP Smush”
Here also if the Speed Booster is going to be disabled, so there is no point in using it.

Can some body please advise me on the above?

Thanks…

dennis
Participant
#0

.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

.td_block_17 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

Am using the above code on theme panel under custom code to remove margin or spacing between one title and another and its working fine.

What i need is to edit the default file and stop using the above code on – under custom code, i have tried to edit the style.css and its not working.

You can guide me where to edit the default file. The main reason is to avoid double loading on the css.

dennis
tagDiv Member

I have been waiting for that answer for long then u come up with a vague answer, how does that relate with my previous question.

lemmi point out once more;

Am using this on custom css:
.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

.td_block_17 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

I have tried to implement this on style.css so as the style can be loading directly from the main source. Under style.css, i have done the changes on module 8 and block 9 and 17 and didn’t work on my end.

I would appreciate any help to implement the change on the main folder.”

That code am using is to remove the spacing on block 9 and 17 if not wrong, i did not need the spacing between titles.

I need to implement these on the default file. Hope u get me.

Simion C.
tagDiv Staff

Hi,

I could give you a code to remove the top padding below the main menu, and some of the container width, but this is highly not recommended. The theme width is predefined with or without background. This is meant to ensure that the page elements always display as intended.
The code you can experiment with would be like this
https://www.screencast.com/t/n23fT520z
https://www.screencast.com/t/fkHjIsJdq

.home .td-main-page-wrap {
padding-top:24px;
}
.td-boxed-layout .td-container-wrap {
width: 1116px;
}
.home .td-main-content-wrap {
padding-bottom: 24px;
}

Enter it in Theme panel->Custom Code->Advanced CSS in the desktop section, and check if everything works and displays properly.

Thanks

majorfuss
Participant
#0

I’ve added code from Ayboll to the bottom of my article pages, where it says “You May Like” – http://majorfuss.com/tv/news/lord-of-the-rings-amazon-series/

The code is placed in “Your Article Bottom Ad” in the theme panel.

Is there a way I can move the code so it shows under “RELATED ARTICLES”/before “LEAVE A COMMENT” on my article pages?

Viewing 25 results - 476 through 500 (of 1,205 total)