- NewsmagUsing other ads
- NewsmagSidebar ads
- NewsmagImport / Export theme settings
- NewsmagRequirements for Newsmag
- NewsmagNewsmag documentation
- NewsmagHow to update the theme
- NewsmagBlock settings tutorial
- NewsmagIntroduction
- NewsmagPage Menu
- NewsmagMega menu
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagTheme thumbs
- NewsmagBackground introduction
- NewsmagVideo playlist
I think you are not understanding my problem, I just want to remove ad only on some posts number. Bogdan B. I don’t understand what you said to change and where to add post id to remove all ads from these posts…
If it is possible then tell us otherwise we try to remove these affected posts.
Hi,
after the update to Newsmag 3.0 (http://wp-dev-ntr24-31ba64cdf656650e14f1f97f34ac243d.ntr24.tv/) I’m having some padding issues on my home page. More precisely, I must remove padding highlighted in yellow in my home page (please see http://screencast.com/t/07zrrQDKC46) in order to have the two sections aligned (please see http://screencast.com/t/8naDSi5kg9fj). From Chrome inspector tool I see that it comes from the instruction “padding-top: 35px;” provided by js_composer.min.css. Why I never had this unwanted padding with the theme old version and how can I get to have this padding removed?
Same story for the padding in the sidebar under the post slider where I can’t find a way to reduce the padding highlited in yellow (please see http://screencast.com/t/u8WDzDZifKTa).
Until now, only when needed, I’ve always done modifications to style.css but never modified neither other css files nor visual composer files.
So that how can I do it?
Thanks in advance,
Giuseppe
Hi,
You can chose the size you want for your ads from the theme panel: http://screencast.com/t/yuTJvEyJROD
This will work for adsense ads only. If your ads are from other sources, this option will not work.
Thank you!
Hello,
another thing: I tried to put the sidebar ads in “article inline ad” but it doesnt appear. I’d like to have this type of ad: http://www.eastasiatribune.com/world/political-division-in-uk-over-plans-to-protest-eu-solar-tax-decision/
thanks
M.
Hello Albert,
I have checked your website and I saw your Ads. Please try to remove your separators and try to use the Div’s method to achieve best results. Please notice that it missed a div and that’s why you do not have this spaces. Try to set your ads according to our documentation here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks for your understanding!
I have a section on a clients website that is tabbed. Each tab has vimeo videos.
I tried using tabs…accordian….vimeo playlists, vimeo embeds from the visual editor and no matter which I try, only the original tab will display the videos correctly. Any other clicked tabs will result in tiny videos usually about the size of the blue play button from vimeo.
I tried disabling all plugins except the visual editor to no avail. The only thing that will work is to select any other theme. The tabbed sections displays all content correctly on the themes I had installed.
It is a bug on the theme end it seems. I also disabled the visual Editor and installed a different tab plugin and the results were the same to confirm that it was not the fault of the visual editor that comes bundled with the theme.
Update….I had screenshot the 4th tab and after several minutes the video finally went to normal proportions??? I tried it several times and it takes 4 or 5 minutes to display that tab where the first or “selected” tab always displays instantly. Here is the video embed code for the 4th tab….straight from vimeo. It also failed when using shortcodes.
<iframe src=”https://player.vimeo.com/video/122094669″ width=”640″ height=”360″ frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>
My client sees the same thing on their PC and Apple laptop by the way.
Hello Tagdiv Team,
Right now I’m using Newspaper theme on http://www.bigscreenhouse.com .But after the launch of mobile theme I realized that its better to create an Android app with WebView feature to release an app on Play Store. As on the current website my main revenue is via Adsense and policy of Play Store mentions that usage of Adsense on WebView will violate the policy of Adsense & PlayStore and may affect in the ban/removal of accounts. So can I use the Newspaper theme within the same domain (like http://www.bigscreenhouse.com/android or like android.bigscreenhouse.com) by another installation? Or whether I need to purchase the theme once more to use like this?
Thanks!
Hi
1. That happens because when page is loaded the theme first loads the css from style.css file then it’s the css generated by the theme from theme panel. To avoid that delay you can edit the style.css and paste there all custom css generated by the theme. That css can be fount in page source: http://screencast.com/t/VsXush6P Currently you have this code: http://pastebin.com/mHsMpdZC and this one from theme panel > custom code > custom css: http://pastebin.com/RLF5Gwca You can paste this code in style.css: http://screencast.com/t/7NJL47O7dPI
Note that if you make any changes trough theme’s colors or theme’s fonts the css will be modified and you have to update it again.
2. Checking the page I’ve noticed that the plugin set a 60% width for event’s description, that’s why the page becomes very long. Try this css to make event’s description 100% width: http://screencast.com/t/xLjCVg7PsS
.tribe-events-loop .tribe-events-content {
width: 100%;
}
3. Please check your customizations from theme panel and make sure that conditions added are meet, otherwise the code won’t be executed. I am not aware of Events Calendar functionality and I can’t provide an accurate answer in this regard.
4. Please check our documentation for more detail about how mobile theme plugin works: https://forum.tagdiv.com/the-mobile-theme/ Note that the mobile theme won’t display any content made with Visual Composer. Basically only the content inserted in mobile editor will be displayed on the page when mobile theme is enabled. If you want to have the same content on mobile as on desktop just live mobile theme deactivated.
Thanks!
Hello,
For the non-adsense ads, please use the correct implementation method like shown here: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Please use the div’s provided and the re will not be any issue with your ads responsiveness.
Thank you!
Hi.
The blocks of ads are very useful but I would like to be able to duplicate them to have a version for mobile and other one for desktop.
Now I can exclude but I don’t know how to do, for example, a type of advertisement in mobile and other different in desktop.
Can we duplicate or create new blocks of ads?
Hi
You don’t need to buy the theme again. As long as you have a valid license for our theme you have unlimited access to updates. You just have to login in your themeforest account and download last theme’s version available in downloads section. We released V 3.0 for Newsmag yesterday so you can update to that version following our documentation. Make sure you do a clean update. By this I mean that you have to delete current theme’s install and upload new themes files via WordPress or vis ftp: https://forum.tagdiv.com/newsmag-install-via-ftp/ Also deactivate all others plugins except Visual Composer and test the site again.
Also please address us in English as we don’t speak Spanish and it’s hard to understand your messages.
Thanks!
Hello salocharly,
If you are using the aAdSense code and you want to hide it please notice that you will have to use the td-g-rec class to target it and if you are using other ads, you will have to use the td-a-rec class to achieve as you wish.
If you refer to something else, please provide more details.
Thanks for your understanding!
Hello zunigafelipe,
The DoubleClick ads aren’t recognized by theme’s ad system and the code is rendered as it is. The theme only works using google Adsense ad codes: https://forum.tagdiv.com/ads/ … for another type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots. For more references about this regard, you can consult this topic -> https://forum.tagdiv.com/topic/tutorial-responsive-ads-with-google-dfp/
Also, if you want to paste your tag in the mobile version in the header section, you will have to check the header.php core file from the mobile section, like this -> http://screencast.com/t/kfBP1X4Ds
Thank you for your understanding!
from gt metrics here, I know i cant do nothing about the google ads, but there is other stuff.
Thanks again!
-
This reply was modified 10 years by
Bogdan B..
Hello,
I did a search in the forum and saw that other people encountered similar problems with mine. However, my situation is a bit different therefore I created a new topic. If you feel it would be better to move this somewhere else, in a different topic, please do so, by all means!
So to the issue: I just installed Newspaper and Visual Composer on a dedicated server. The problem is that the homepage loads too slow (gmetrix says loading time is 45 seconds!!!), regardless of whether I have caching installed. I tried disabling all plugins with no luck. Then I totally deleted my installation of wordpress and did the whole thing from scratch. The second I enabled the theme and visual composer, the homepage became terribly slow again, even though I haven’t really used it, or created any posts! My gut says that this is more a Visual Composer issue rather than the topic. Please note that i manually installed the Visual Composer and not by the theme page.
The interesting thing is that, on the same server I have another installation of wordpress using Newsmag and the visual composer and it works like a charm! Not only that, this installation is a live website with more than 40 posts per day and more than 25000 visits per day and it works flawlessly! I could really use some help to identify what went wrong! If you need wp-admin access, please let me know!
Thanks
hi guys,
I been trying a plug-in called ” Defer CSS Addon for BWP Minify ” It has improved my loads speed dramatically from 6 seconds to 2, problem is when page loads there is like one second where you don’t see styles
than the mobile menu appears and despears instantly. It is kind of wird but my site has never been faster. Any chance you guys test this plug to see how it can be set to work properly with newspaper.
I know is of scope but at least may give you inspiration on how to improve speed overall for enwspapper
I am open to suggestions from other users too!
Thanks in advance!
Salo
I’ll second this, and requested this feature 5 months ago. We actually paid for secondary development to show posts in related categories. Our page views have soared. Worth it for sure. I mentioned this feature would separate this theme from all others. If you look at any major news source this is how they do it. The URL must change in the browser for analytics and adsense to count. The only problem is visual composer no longer works and I have to upgrade the theme. urgh…
Hello Page52,
Please ensure that your ad code is correct. So, as you can see in our documentation, the theme supports only the Google Adsense and also, if you want to use other custom ad code you will have to check this link here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ Also, please ensure that you are using the latest version of theme (Newspaper 7.1.1), WordPress (4.5.2) and also, the latest version of required plugins (Visual Composer 4.11.2 and Social Counter 4.1). Try to clear all your caches and test it again.
Hope this helps and let us know how it goes!
Thaks for your understanding!
Hello mhendiz,
Please notice that the WordPress uses, ‘by default’, for each visitor, approximatively 40 requests to the database. So, if you install a basic theme, you will bring approx.60-70 requests and if you are using some plugins, your requests will reach to 100 requests/person. If you are over than 600 users (600*100=60 000 requests) and yet, you will have a problem in this regard and that’s why your CPU are ‘going crazy’. Please keep in mind that this is why cache plugin is needed and we recommend using that, for better results. Also, if you do not want to use some caching plugin for your theme, you will have to try to reduce the number of these requests, using fewer blocks on your pages, deactivating the page view count and ajax page view and also, you will have to use only the plugins which are absolutely necessary for your project. Another alternative in this regard would be that your caching plugin to be active only for your pages if you do not have ads (in case of you have not ads for your all pages). So, you can try to disable the WP-Cron.php if you are not using this or you can set it to work at different intervals. For more information about this case, please consult this links here -> http://www.inmotionhosting.com/support/website/wordpress/disabling-the-wp-cronphp-in-wordpress
Hope this helps!
Thanks for your understanding!
Hi,
Thank you for sharing your implementation method.
1) The action that the button does is added by the code you implement. If your code simply leads to the page, then that is what it will do. If you want it to perform some other action, you must add it into the code.
2) The spacing can be adjusted with css.
3) In the same file you will find the article bottom sharing options that resemble the first code. you just have to scroll a bit further down.
Thank you!
Hello,
An ads will always be responsive as they will be re-sized to best fit the container. if you do not use adsense you must use this method to implement the ads: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Test this out with a few dummy ads and inspect the results on the mac. http://screencast.com/t/YnUqYTVV0jEO
Thank you!
Hi,
The words on some posts using Smartlist 2 seems to have dissappeared. Photos and headings are still there but text in the body of the article is not showing up in the front end. Example: http://travel2next.com/things-to-do-in-munich-germany/
Strangely, other posts with the same smartlist are fine. Like this one
http://travel2next.com/8-things-to-do-in-penticton-bc-canada/
Also, ads are not appearing in the body of posts using smartlist. Why?
We updated to 7.1.1 yesterday.
Hope you can help asap.
Thanks!
Hello dreammy,
As my colleague Bogdan said you above, this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this plugin, sorry! Also, in our ads box, you have to add only the Google Adsense code and if you want to use other ads, you will have to check this tutorial, like so -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ Please keep in mind that it’s possible that our theme does not support this type of plugin and therefore, the shortcode for ads, not working with this, sorry! Please try to read the plugin’s documentation and also, try to contact the author’s plugin because he should be able to guide you in the right direction.
Thanks for your understanding!
Worry about the render blocking after doing some of the easier things: cache, CDN, minify …
Content and page load speed are far more important than Google’s recommendations in Insight. It’ll also depend on where you get your traffic – some of the best sites are not perfect in Insight
Examples
https://developers.google.com/speed/pagespeed/insights/?url=www.techmeme.com&tab=mobile
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.washingtonpost.com%2F
In other words — content first, responding to visitors second, webdesign optimization to the point it isn’t a distraction for your visitors.
Good luck on your site – it loads fine. It’s heavy so you can lighten it with removing grid blocks or keep it as is … and enjoy things 🙂
Hi,
The ad spot does not render shortcodes. It was meant to render ads. If you plan on using adsense, you can simply paste in the adsense code directly but without alteration. If you use other ads, then you need to use this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!