Search Results for 'move bottom ad'

Results from the Forum
listsy
Participant
#0

I want to remove the “more from author” box that is displayed next to related posts in the bottom of posts. I have gone through all settings in theme panel but unable to find out how to disable it.

Can you please provide instructions on how to disable or hide it.

One additional question, when will you provide visual composer update. Because I want to use yoast seo on my site but it gets down when I install it.

Bogdan B.
tagDiv Staff

Hello,

1)
@media (max-width:767px){
.td_block_13{
padding-bottom:0!important
}
.td_module_14 .td-module-meta-holder{
padding-bottom:0!important;
}
}

2) I cannot see the — Maybe you already removed it?

3)Please provide more details as i cannot understand what you mean.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Header style 11 uses a header ad under the logo. If you mean to reduce the space between the ad and the content, you can use this css:
.td-main-page-wrap {
padding-top: 20px;
}
.td-crumb-container .entry-crumbs{
padding-top: 2px!important;
padding-bottom: 2px!important;
}

If this code does not work as expected, please provide a link to your website so we can inspect it.

For the ad, in order to move it below the title you can edit the file for the template like so: http://screencast.com/t/hLTGjb8lOW

Thank you!

amd4ever
Participant
#0

After a lot of testing i changed block 13 at home page at 1/1. But i have some questions. 1. For mobile the space between blocks i want to be less and there 2. I want to remove the —- after block 13. the block width is 970 now and but i want to be Center alignment (or reduce the space at right by increase the space at left of the block). My site topnews(dot)gr

The code: @media (min-width: 1000px) {

.td-pb-span12 .td_block_13 .td_module_14 .entry-title { font-size: 32px; line-height: 34px; margin: 0 0 2px 0; }

.td-pb-span12 .td_block_13 .td_module_14 .td-module-meta-info { bottom: 0px; padding: 14px 60px 0px 85px; }

.td-pb-span12 .td_block_13 .td_module_14 .td-module-thumb { margin-bottom: 5px; height: 520px; }

.td-pb-span12 .td_block_13 .td_module_14 .td-module-thumb { margin-bottom: 5px; width: 970px; }

.td-pb-span12 .td_block_13 .td_module_14 { padding-bottom: 0px; }

.td-pb-span12 .td_block_13 .td_module_14 .entry-thumb { height: 100%; } }

Jukka Mykkanen
tagDiv Member

Hello,

” At the moment, on the mobile version the sidebar moves to the bottom of the content.”

Is it possible to adjust the width limit when sidebar goes to the bottom or activate mobile template with wider screen than with default settings?

LeadTheWise
Participant
#0

Just bought the Newspaper theme – great job!

Minor problem at http://www.dcextendedmultiverse.com/. Everything seems to work fine, except the search on the header. When you click on the magnifying glass so the Ajax search drops down, it works fine with the default theme settings. I had AdSense for Search in there so that the drop-down displays the Google Search Box, but it stopped working with the upgrade.

It looks fine, but when you click in the search field, it triggers something that makes the search box instantly vanish before a user can input their query.

The AdSense for Search works fine when I put it in the sidebar, so I’ve included one so you may see what the intended result is. I just don’t know why I’ve run into this problem all-of-a-sudden.

From “parts/header/header-menu.php”, I simply removed:

<input id="td-header-search" type="text" value="<?php echo get_search_query(); ?>" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="<?php _etd('Search', TD_THEME_NAME)?>" />

… and replaced it with:

<style type="text/css">
@import url(//www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-bottom" style="background-color:#FFFFFF;color:#000000">
<div class="cse-branding-form">
<form action="http://www.dcextendedmultiverse.com/search-results/" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-XXXXXXXXXXXXX" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="15" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
</div>
<div class="cse-branding-logo">
Google
</div>
<div class="cse-branding-text">
Custom Search
</div>
</div>

Any help would be enormously appreciated.

simchris
tagDiv Member

and, oh my gosh … it’s still there!
I guess the file names “update_log.txt” and “changed_files_6.5_6.6.1.html” are not specific enough?

===
NEWSPAPER THEME

Thanks for your support and feel free to contact us any time 🙂
https://forum.tagdiv.com/

~ Radu, Marius, Emil, Alina, Lucian, Nicu G., Alin and Nicu S. ~

[ Version 6.6.1 ]
– new social counter version. Facebook requiers now an API key, read more here: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/

[ Version 6.6 ]
– new: Custom code panel. We realized that all the custom css, html and javascript should be in one panel. We also added a custom HTML code section. All the input areas from this panel have autocomplete (ctrl+space) and error checking.
– new: whatsapp share for article on mobile devices
– new: added http channel test status in the system status panel. You can now check if the theme is able to get the tweet count, like count etc from your host.
– new: filter posts by ID in blocks. You can add/exclude specific posts on all the blocks now.
– new: the theme now has it’s own logging system. We can now debug hosting issues easier.
– new: a new self diagnosting and self configurating module that allows our theme to pull data from other sites more reliably.
– fix: smart list 7 and 8 – sometimes the content was doubled
– fix: g+ new icon
– improvement: video playlist is now more reliable and all the code is loaded only when needed via autoload. The youtube videos information is now collected using just one API call instead of multiple API calls for each videos.
– improvement: speedbooster 4.2 now supports woocommerce better and moves the style.css to the bottom
– improvement: the theme panel works better now when adblock is used
– improvement: all the ajax functionality of the theme is now loaded only when needed
– improvement: better security checks on all the ajax requests
– improvement: html is allowed now in the copyright section of the footer
– improvement: social counter button is clickable on the entire area
– improvement: almost all the javascript code now passes jshint. We still have about 15-20% of the code to refactor to the new standards but with time we will get there.
– improvement: the theme’s data source class can now be overwritten from the child theme
– improvement: all the widgets from the theme are now optimized to work better. The widget_builder class is now deprecated and all the functionality was moved to td_block_widget
– improvement: the video playlist now downloads the videos metadata on render, not on save post. This allows us to use the playlist on the on click demos.
– improvement: the following modules of the theme are loaded on demand now: td_log, td_remote_http, td_remote_video, td_data_source, td_video_support, td_more_article_box, td_page_views, td_review, td_ajax. This means that the theme loads them only when needed. We mesured a 10% faster load time after this tweak.
– fix: theme animations where incompatible with some plugins and the visual composer gallery. The animations still worked but all of them looked a bit strange.
– fix: bug with the demo loader – the dinamic css for a specific demo was still loaded even after the demo was uninstall
– fix: header style 8 top submenu z-index fix
– fix: image aligment issue when using custom article paddings
– fix: the documentation url for demos was wrong in wp-admin
– fix: we updated the ads links to point to the right documentation
– fix: Social counter now shows the followers instead of +1 on google plus. Please update your social counter to see the improvement.
– fix: styling issues with the latest version of BuddyPress
– fix: on rare ocassions with some plugins the theme was emitting warnings in the server logs like: “Catchable fatal error: Object of class stdClass could not be converted to string”
– fix: error that was showing up in logs when the theme panel was saved

==

  • This reply was modified 10 years by simchris.
Bogdan B.
tagDiv Staff

Hi,
Every element has it’s own margin or padding and every one needs to be targeted. I see you need to remove the space on the tab element.
Please replace the code with this one:
.td_block_wrap {
padding-bottom: 1px!important;
}
.wpb_tabs{
margin-bottom:5px!important
}

Thank you!

rayarasmussen
Participant
#0

First, i’m new to this theme.

I am unable to locate the article page when I look at the pages added by the theme. I want to remove “staff editor” and icon form the bottom of this page. http://www.scienceandtechnologyresearchnews.com/blood-test-reveals-how-old-your-body-really-is/

Also, can someone take a look at all the pages placed by the them and help me remove the ones I don’t need?

Thanks

lantiocho
Participant
#0

Hallo there and many gongrats on your work so far… Recently decided to purchase your theme, which, in my opinion, is by far, one of the most complete ones out there. Was also impressed by the support you provide,
a factor that is usually ignored by developers… Talking about support, brings me to a couple of questions:
1) Block 20. First, if possible to reduce the size of ‘title quote’ and if the ‘quote’ can be extended
to cover all bottom part of image shown. Second, if the ‘category tag’ can be moved to lower left or right corner
of image or even, if possible to be attached on top of the image window (outside the image area) eg. on the right corner.
2) Block 15. The same as above, concerning only the category tag, meaning if it can be attached outside the image area.
Thank you in advance,

Kind regards,

Andrei L.
tagDiv Member

Hi

Sorry for inconvenience.
We added a list with plugins with which we tested the Speed Booster plugin: http://screencast.com/t/vvuOf7xbR If a new plugin is installed Speed Booster automatically disables itself. We added this measure to avoid conflicts that may appear because some plugins may cause issues when you try to move their resources at the page bottom.
There’s no need to disable all plugins, you have to add them to the list and check if they work when Speed Booster is enabled. Here is an example for BuddyPress: http://screencast.com/t/yHjzKRY7l1pN

'buddypress/bp-loader.php'

Also as the BuddyPress to work fine when Speed Booster is active you need to comment this line: http://screencast.com/t/K8TyrTJ8PTmc

Thanks!

Magistar
Participant
#0

Hi there. In my current design my sidebar is on the left. This makes the More Article Box appear on top of the content making it extremely annoying.

I am trying to move this guy to the left side. So far I have partially succeeded:

.td-front-end-display-block {
    left: 0;
}
.td-more-articles-box {
    border-color: #4A97DA;
    border-width: 1px 1px 1px 0px;
    bottom: 250px;
}

The thing that is not working is the return animation. It is actually quite funny because the box appears on the left and then exits on the right ^^.

Any advice on which code to target for the return animation would be greatly appreciated :).

example: http://goo.gl/Zm7PHb

Andrei L.
tagDiv Member

Hi

The theme code was tested and optimized for best performance, we have a lot of clients and the theme works well on a large variety of hosts.
First please make sure that you use the recommended server configuration for Newsmag theme, you can check our documentation for more details: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
There are lots of factors that influence the site’s page-sped. I suggest you first try this without any other plugins active, leave just VC plugin active the check again.
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), also consider using a cache plugin, we recommend the WP super cache plugin with the following configuration: https://forum.tagdiv.com/cache-plugin-install-and-configure/ To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html we also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately, at the moment the theme does not have an option to customize the mobile version. The desktop version is just adjusted to display correctly on mobile. Maybe in a future version we will be able to implement such options.
If you want to hide the sidebar on mobile you can if you use CSS to customize it. At the moment, on the mobile version the sidebar moves to the bottom of the content.
You can hide it by using this code:
@media (max-width:767px){
.td-main-sidebar{
display:none!important
}
}

This applies if the sidebar is a standard sidebar from the widgets area. If you create your sidebar in visual composer when creating a page and using column layout it will have to be targeted different.
I hope this helps.
Thanks.

Brain916
Participant
#0

1. I would like to have an advertisements below the top 4 posts on categories and tag pages. Here is an example (shown on the homepage http://www.sneakerfiles.com )
http://postimg.org/image/pl4oa5ver/

2. I would like to make the font in posts a bit larger and more profound without editing any of the other parts of the website.

3. Is there a way to edit the Mobile menu? On desktop I have two navi bars, one top and bottom but would like to include some of the URLS on the top bar (Like release dates) for mobile viewers but do not want to move it to the second navi bar on desktop.

Thank you for reading.

cityslicker444
Participant
#0

Hello,

On one site where I am using Newsmag, I seem to be having an issue with “tabbed” content (tabs, pageable content, tour). I’ve published one page so far using the tab feature, and for each tab on that page that you click on, the page scrolls all the way to the bottom of the page, way past the tab’s viewable content. You have to scroll back up to read things in there. When you click on the next tab, it does the same thing again.

Example Page

I have purchased your other themes, Magazin and Newspaper, and I use the “Tab” feature on another site where I use Newspaper theme, and it works just fine.

Any ideas what is causing this and how to fix it? I would like the page to not move a bit when tabs are clicked, just like in the demos and on my Newspaper site. I realize that, depending on the size of the content within each tab, the bottom of the page may extend or compress, but my page shouldn’t actually scroll. Thanks so much in advance!

Christian

Bogdan B.
tagDiv Staff

Hi,

1) You can use smart list 7 to get the desired effect. It has buttons on top and bottom of the content and it also has an ad.
You can use this custom css to adjust the size of the buttons:

.td_smart_list_7 .td-smart-list-pagination{
position: relative!important;
}
.td_smart_list_7 .td-smart-list-pagination .td-smart-list-button{
line-height:50px!important;
}
.td_smart_list_7 .td-smart-list-button{
padding: 11px 149px;!important;
}

result:http://screencast.com/t/hlU9hmaHVOx

2) What ads are you talking about? Which one?
The smart list i suggested has an ad positioned on top of the image. You can edit the code and move to the bottom if you wish.You can do it like this: http://screencast.com/t/ZiSzEWfqS

Let us know if this is not what you mean
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The easiest way to remove the line is with css. Please add this code in the theme panel->custom css box.
.td-footer-bottom-full .td-container:before{
display:none!important
}

If you want to reduce the paddings, top and bottom, you can use this code:
.td-footer-bottom-full .td-container:before{
display:none!important
}
.td-footer-wrapper{
padding-top:0!important;
}
.td-footer-bottom-full{
padding-top:5px!important;
padding-bottom: 5px!important;
}

(You can change the padding values in the code to your preference.)
result:http://screencast.com/t/Mp3gZTS5

Thanks.

Andrei L.
tagDiv Member

Hi

First step in this process is to get the files ids so please follow this link: https://forum.tagdiv.com/how-to-make-the-site-faster/ At point 5 are explained the steps you need to take in this regard.
After you get the ids edit the td-speed-booster.php file (located in /your-wp-install/\wp-content\plugins\td-speed-booster) and add this lines of codes like here:
– for css files: http://screencast.com/t/GiBcnLERoj
– for js files: http://screencast.com/t/GAWqy0Bb6gE

Note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow to move their css/js resources at page bottom. Check in System status if the plugin is active: http://screencast.com/t/slBN4kNf To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about sped booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

There are lots of factors that influence the site’s page-sped. I’ve checked your site with PageSpeed Insights tool and noticed that you have a slow server response time and lots of css/js resources which also slow the page load: http://screencast.com/t/zbHS570RMiK
To improve your server response time you can try to reduce the number of queries (fewer plugins, fewer blocks on page, reduce the elements which use ajax requests/pagination like mega menus/load more/infinite load), also consider using a cache plugin and to improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo.
Also you can use the speed booster to move the js and css at the bottom of the page, eliminate render-blocking, but not for all plugins. Check the System Status if the speed booster is active if you use other plugins than the tested ones. You can find some useful information regrading speed booster usage in this topic: https://forum.tagdiv.com/topic/speed-booster-questions/
Also you can read this guide, it may help – https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks!

Arafat
tagDiv Member

I want to moving css/js resources at page bottom follow this: http://screencast.com/t/P7r6uHvvJl

//@todo test on newsmag
$this->move_style_to_footer_queue('woocommerce_frontend_styles'); //old woocommerce?
$this->move_style_to_footer_queue('woocommerce-layout');
$this->move_style_to_footer_queue('woocommerce-smallscreen');
$this->move_style_to_footer_queue('woocommerce-general');
$this->move_style_to_footer_queue('bp-legacy-css');

$this->move_style_to_footer_queue('font-awesome-four');

How to add css/js on footer- Please add my css/js file on footer. Here is my css/js file-

1. https://mydreamlives.com/wp-includes/js/jquery/jquery.js?ver=1.11.3
2. https://mydreamlives.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
3. https://mydreamlives.com/wp-content/plugins/js_composer/assets/css/js_composer.css?ver=4.7.4
4. https://mydreamlives.com/wp-content/themes/Newspaper/style.css?ver=6.5.1
5. https://mydreamlives.com/wp-content/plugins/jetpack/css/jetpack.css?ver=3.8.0

George
tagDiv Member

Hi Chris and Alin,

Thanks for the response.

But I see the advised meta info is for social sharing optimisation but I’m looking for meta info in posts display.

Example:-

I have a homepage listing the latest posts. Every posts have a author name and date at the bottom of the row along with post title and excerpt.

But I’d like to move that meta info above post title.

format:- Avatar; Author Name, Time(in descending order)

Please could you advice which page need to be amended to get this change.

Thanks!

kaifanun
tagDiv Member

hi, no the issue is not the gray strip. I know my picture is small, I have uploaded larger version of the image with no issues.
The little box is where the date and author name is. It appears that is the background color. IF you remove the feature image and hide the date and author display, that small gray box is there. Does your post title with blue background line up with bottom? It looks like it is little higher and there is a gap.

http://www.screencast.com/t/Pz68sm0YJc
http://www.screencast.com/t/3OPbmg2Vmiut

Hope i’m making sense 🙂

I would be happy to give you access to my server but at this time we are in development server and it is not accessible from the public.

thank you.

Sayeed
Participant
#0

1. For style 11 (Video) template for post. I am not adding any content in the content section. Instead I am using subtitle area for the content. I would like to know that will it affect seo? If yes… then is it possible to make changes in code so that good will take subtitle as the content of the site?

2. How can I remove the bottom social share buttons only for STYLE 11 Video template for post?

3. Is it possible to choose different block for mobile screen and desktop on homepage.?

4.

Andrei L.
tagDiv Member

Hi

That happens because of Speed Booster plugin which move all custom css at page bottom. When you change some color from theme panel > theme colors the theme generate a custom css. This css and the one from custom css box it’s moved in footer by Speed Booster that’s why appear that delay. To avoid that you can deactivate this plugin or add all custom css in the main css file which is style.css: http://screencast.com/t/dhQkdCX1y5Y

Thanks!

Viewing 25 results - 826 through 850 (of 1,205 total)