- NewsmagLoading image effects
- NewsmagRequirements for Newsmag
- NewsmagBlock settings tutorial
Hi
@soumitmis Sorry for the inconvenience created.
The solution I provided above it’s tested and works just fine, let me give you an example on my side: http://screencast.com/t/GjP1273uy – http://screencast.com/t/o3lJf27q As can be seen here the layout isn’t affected by the modification made in plugin’s file. Here is the plugins code that I used: http://pastebin.com/Jjb2sq3v
If this doesn’t work please send an email at contact@tagdiv.com with your site’s login details as we need to inspect this closer.
A few notification about Speed Booster plugin functionality:
The way Speed Booster improves site’s page speed it’s by moving some css and js resources, which usually are loaded in header, to the footer, such that the browser can loads the content faster. Please note that the plugin was intended for advanced user, it requires modifications on the code to add new resources (js and css) which are moved to the bottom of the page and conflicts may appear because some plugins may cause issues when you try to move their resources at the page bottom. To avoid conflicts we decided to keep the Speed Booster active only for a limited number of plugins, which are tested and works fine even if their resources are moved at page bottom. Checking a plugin’s behavior when Speed Booster is active can be done by adding it on allowed plugins list: http://screencast.com/t/dCMffJFq
@Novaque I have checked your site with: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fshowtopmodel.ru%2F&tab=desktop – http://screencast.com/t/h2pd7wKrhNh and there aren’t any reports regarding js/css resources. You still can improve your page speed by setting the leverage browser cache also optimizing images as it’s indicated in our documentation: https://forum.tagdiv.com/how-to-make-the-site-faster/
Thanks!
Hi,
You can do this via custom css in Theme Panel > Custom Css to reduce the margin and padding for module 8 – http://screencast.com/t/74JEKl0gn7Vr
.home .td_block_9 .td_module_8 {
margin-bottom: 10px;
padding-bottom: 10px;
}
This css is applying only for your homepage, if you want to have that css for all pages where you use block 9 just remove .home class.
Thanks!
Hi,
1. This can be caused by Speed Booster plugin(if you use it) which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
2. You can modify the default css for logo, for example please check this solution – https://forum.tagdiv.com/topic/logo-auto-re-sizing-problem-in-v6-3/#post-60395
Thanks!
Hi,
when I test my page with http://quirktools.com/screenfly/ on an apple iPad it doesn’t yet brake to mobile view, which makes some things look awkward if there is a sidebar. Also the Content form the first 1/4 row moves ofer the other 3/4 rows.
I would therefore like to change the settings, so that the theme switches earlier to mobile view and moves the sidebar to the bottom. How do I do this?
Thanks,
Simon
I would buy this plugin also. Or happily use it if it was integrated into the theme.
We currently have a few workarounds that help with this within Newspaper – but they aren’t perfect.
User/Author Account for “Sponsored Content” – So wherever the author’s name normally appears, including some slots on the home page, “Sponsored Content” appears. The Admin has to manually change the author from the original poster and assign it to Sponsored Content. This also allows the inclusion of a disclaimer in the Author Box at the bottom of the page. You can see it in this screen grab in the main featured image for the Oktoberfest story:

Sponsored Content Category – Our sponsored content mingles with other categories, and many items overlap across multiple categories. All paid stories are placed in all relevant categories, including “Sponsored Content.” This places a Category label at the top of the page. We keep it black so it stands out next to the multi-colored other options.
Post Expirator – We use this plug in to relocate stories after their run is over. We leave all stories up permanently, because even some out of date stories bring in a lot of traffic. However, we use this to recategorize them and move them away from visibility on the site. You could use it to archive or otherwise turn off an active story at a set time. This can be scheduled at the time the post is created.
All that said, we’d still love something that makes it more explicit/clear on all sponsored images, as shown in Loiborg’s example links in the original post.
Thanks Bogdan I actually figured that out playing around with it last night. Problem ive noticed with ti so far though is when the page first loads you can quickly see the icon appear in a white color and then it disappears. Is there a way to remove it completely or change the icon color to match the menu color so you cant tell either way?
Also, if you look at my bottom-top menu @ gadgetfriendly.net how can its height be decreased while keeping the text centered? I was able to adjust the height and make it smaller but the menu items, login, date were no longer centered and for the life of me im just too noob to figure it out
-
This reply was modified 10 years by
Gadget Friendly.
Hi,
A) Please check your browser console, maybe they are blocked by the ads provide, make sure you don’t break the google policy, as you should not have this issue only for specific posts.
B) Yes the reviews are available only for articles.
C) You can place the grid block anywhere on the page content. I’m not sure how you have added the Big Grid on you page but you can always move the row to the top – http://screencast.com/t/ML9UX0I1 or use it on top of the page and bottom. Please provide more details about this.
D) Yes, the SEO is optimize and it should look like this – http://screencast.com/t/UVRbeh36Ms
Thanks!
Hi,
1. Here you can find the code if you want to modify it – http://screencast.com/t/irz4qdDIuOac Please note that if you want to do this only for specific spots you will have to add some conditions there.
2. Unfortunately this can be caused by Speed Booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
3. You can try to copy the style.css into the child theme and renamed to style2.css – http://screencast.com/t/AeKOlI8Y Then comment this line in child theme functions file and add the following code like this – http://screencast.com/t/EaXMLvWJof2
wp_enqueue_style('td-theme', get_stylesheet_directory_uri() . '/style2.css', '', '6.1c', 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), '6.1c', 'all' );
Also please complete the font path with ../Newspaper/ – http://screencast.com/t/BfolEMBg31FR
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi guys,
I have three questions. Number one:
I want to use a syncronous AdSense tag with a fixed size, but the theme keeps rescaling it like it’s an responsive asynconous Adsense tag. I really want to use the syncronous ad for the article top adspace to make it load faster. The resizing is not an issue, but the theme transforming it into an async tag is. How can I prevent the theme from editing a fixed syncronous Adsense tag? The rest of the article ads (inline and bottom) are used with async responsive tags which resize nicely!
Question two:
I really love the tagdiv speed booster plugin. There is only 1 problem: the plugin does not move my child theme style.css to the footer, which is good, but I still see the flickering at the beginning when the page loads. It somehow looks like the style.css (which has an @import rule to load the newspaper style.css) is still being loaded from the footer. When disabling the speed booster plugin the flickering stops and the page is loaded with the right style from the beginning. How can I use the speed booster plugin without this flickering thing, so I can still use it to move plugin’s CSS and JS to the footer?
Question three:
When using a child theme I somehow can’t minify the newspaper style.css without breaking the site layout. I’ve tried to manually copy the whole newspaper css into my child theme css and leave the newspaper css empty and then minify it, but that still does break the site. How can I minify the css while using a child theme without breaking the website’s lay out?
Hi,
Every block has a bottom space so you can try to inspect this using the browser inspector tool to target those and remove the margin or padding bottom – http://screencast.com/t/YjorLPjnWm – http://screencast.com/t/7UUGAF3tz2u
I suggest to hire a freelancer to do this for you if you don’t have basic css/html experience as the time doesn’t allow us to provide custom work at this time, sorry!
Thanks!
Hi
First you need to remove the article bottom add from post content like here: http://screencast.com/t/PWgzx852 After that you can use the do_shortcode(' ') function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShn – http://screencast.com/t/lqaJxdVdMee at page bottom in post template files corresponding for the post templates used: http://screencast.com/t/NujhBJ9CB – http://screencast.com/t/7dYEalH9
Let me know how it goes and provide more details if you still need assistance on this.
Thanks!
See my sticky post on how to minify CSS and JS files manually — from my optimization guide.
To add elements to the speedbooster plugin to move to bottom, read the docs for that (advanced), right side of page.
Hello,
I have looking code for article bottom ads, where is it code put in the php file ?

I have want to modify or move this ads position to some where like bottom the comment box
or other place.
Thank you for help.
ZoLKoRn
Hi guys.
On our article page there is a large space between text and bottom.
How can I remove this space???
(Between comment and advertisement)

Regards,
Henrik
Hi –
you might be able to hide/disable them partially using the custom code from my sticky post for site optimization, specifically the first bits related to feeds, which would be added to the bottom of the theme functions.php file in a text editor (NOT WORD PROCESSOR)
remove_action( 'wp_head', 'wp_generator' ) ;
remove_action( 'wp_head', 'wlwmanifest_link' ) ;
remove_action( 'wp_head', 'rsd_link' ) ;
remove_action( 'wp_head', 'feed_links', 2 );
remove_action( 'wp_head', 'feed_links_extra', 3 );
REF:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
also for the more technical crap related to this topic
https://core.trac.wordpress.org/ticket/23692
-
This reply was modified 10 years by
simchris.
Hi
!. I am not sure what effect you want to obtain, please provide more specific details or an image pointing that effect.
2. Try this custom css in theme panel > custom css: http://screencast.com/t/KOlwsSjl
.page-nav-post a:last-child{
float: right;
}
3. Try this custom css: http://screencast.com/t/Bzfbw5YLr3Z
.td-icon-menu-right:before {
position: relative;
top: -4px;
left: 4px;
float: right;
}
.td-icon-menu-left:before {
position: relative;
right: 4px;
}
4. To display the pagination above the article button add you need to remove the the ad from post content: http://screencast.com/t/PWgzx852 then place the ad after the pagination function in posts’s template file, like this: http://screencast.com/t/pgCbyqSPF You can use the do_shortcode(' ') function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShn – http://screencast.com/t/lqaJxdVdMee in every post template files coresponding for the post templetes used.
5. I found an image below your article bottom ad which create that blank space http://screencast.com/t/5RAdn7ht07Z I am not sure why appear there, but seems to be added by the above ads so you should check if the ad code it’s valid.
Thanks!
Hi,
I just followed the instructions on this thread
https://forum.tagdiv.com/topic/urgen-replacing-number-pagination-with-nextprev-buttons/
And was able to get the desired effect. However, I would like to make some CSS changes and I am not sure how.
1 – I like to make the button color black with white bold lettering.
2- I also would like to make the previous button align to the left and the next button to the right.
3- Is there a way to keep the original icon and add the word next and previous?
http://www.screencast.com/t/LarIQoneVj3O
4 – How do I move the pagination buttons above the article bottom ad?
5 – The article bottom ad appears to have a huge space between the pagination button and the ad itself?
http://www.screencast.com/t/UuuM04ziT
Here is a link to the page: http://goo.gl/Na6HX9
Hi,
1. I’m not sure what you mean – http://screencast.com/t/2yMI0sz5GhB You can provide a link so I can take a look.
2. I have checked this on my side and no blue background appears – http://screencast.com/t/bq58rmhs Do you use speed booster plugin? It may cause an issue like this because it moves the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file.
3. Replace your code with this custom css – http://screencast.com/t/qCFe4hxeU4t
.sf-menu .td-normal-menu li:hover > a {
padding-left: 20px;
background-color: none;
border-left: 2px solid #0072bc;
transition: padding .3s ease-in-out;
border-left: 2px solid #0072bc;
}
4. The submenu doesn’t have a fixed width, it count the length of the items – http://screencast.com/t/gMQ6eFVzos A solution will be to add a min-width, but also you need to change the position – http://screencast.com/t/s81lAXTd
The icon has an absolute position you can also adjust it if you want – http://screencast.com/t/Xtfm2KEXj
5. This is the thumb size used by template 3. Like you can see it is used on more templates and also on smart lists. You can add a new thumb size in td_config.php – http://screencast.com/t/AY145YSX and the use it for template 3 – http://screencast.com/t/eWWuLpdAP Please regenerate your thumbs if you make some changes – https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thanks!
Hi
Notice 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 resources at page bottom. You can check the Speed Booster status here: http://screencast.com/t/kkxdhLZH To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
Let me know how it goes!
Thanks!
Hi
Notice that the Speed Booster plugin disable itself when an incompatible plugin it’s uninstalled. We added this measure to avoid conflicts with the plugins that won’t allow to move their resources at page bottom. You can check the Speed Booster status here: http://screencast.com/t/kkxdhLZH To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
Let me know how it goes!
Thanks!
Hello,
I have installed Newspaper Theme v6.2 on my website and want to implement the following points to my website but unable to find a solution to it :
URL : http://www.naukrinama.com
1. I have implemented pagination in posts using this URL : https://forum.tagdiv.com/posts-with-pagination/
But i don’t want the pagination to come like 1,2,3,4… But it works like a slider with Next and previous buttons on top and bottom of the post and which on clicking will make the user move to next part of the post. Let me know how can this be achieved.
Example of what i want can be seen here : http://circleofindia.in/2015/Aug/17/Celebrities-who-Insulted-the-Indian-National-Flag-Pictures-1/
2. The default Next and Previous Article option that is coming below every post is not clearly visible. How can I change the Layout of it ? I want to put 2 buttons over there for Next and Previous Article instead of Text written.
3. How can i add custom News Ticker below the menu on the home page in which I can add text by myself and link it to the article I want. Currently it takes the articles by default and displays it.
4. I have implemented discus comments plugin onto my posts, but it is not getting visible in frontend. I have checked console on inspect element and unable to find a issue. How can this be resolved ? (I have disabled the default comments option of the theme, also the JS of the discus plugin is shown in the source code of the post as well.)
Let me know the resolution to these issues.
Hi,
@deelauaki This can be caused by Speed Booster plugin(if you use it) which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file – http://screencast.com/t/hbjKLA3pjKA – http://screencast.com/t/YLOcOHterf
Thanks!
Hello, I am a huge fan of your theme! I am trying to make the most out of it and I am interested in making it look even better! Currently the default action when hovering over an article image at the main page is to zoom the picture. Instead of that I would like the excerpt to appear from the bottom of the image box! So when someone hovers over the article box,I would like the title to move up and the excerpt to appear below it with a sliding motion! It would be great if you could help me out by showing me the code for this trick! It would also be very cool if you could implement it on a future update! Keep up the good work and thank you!
Hi
Please make sure you added the code in the right place for Newspaper theme: http://screencast.com/t/3vBx7m44UYv Also notice that the plugin deactivate itself automatically if detect an incompatible plugin, we added this measure to avoid conflicts with plugins that won’t allow to move their resources at the bottom of the page.
You can check if Speed Booster it’ active in System status: http://screencast.com/t/moA7E5Grc
If you always want to keep the plugin active comment this lines: http://screencast.com/t/ko9Xk7qdlXhn
Hope this help.
Thanks!
Hi
We added a list with plugins with which we tested the Speed Booster plugin, it automatically disables itself if a new plugin is installed. This measure was added to prevent plugin conflict/failure because some plugins won’t work fine their resources are moved to the bottom of the page.
You can check if the Speed Booster plugin it’s active in System status: http://screencast.com/t/8QPn0WhJK
If you always want to keep it active follow this link: http://screencast.com/t/prK4G5tR9
Thanks!