- NewsmagUsing other ads
- NewspaperUsing Other Ads
- NewsmagSidebar ads
- NewspaperSidebar ads
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperHow to generate Facebook App ID
- NewspaperLink Tracker
- NewspaperFlex Block Settings Guide
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperSocial Icons
- NewspaperPosts Loop Element
- NewspaperSet a Background for Category Page
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspapertagDiv Shop
Hi again. I’m using the last version. I cleared the cache and still it just loads non-stop. No error messages. my web site is atgozlugu.com I can provide my admin panel and my host infos if you need. All other theme panel functions are working except tranlation.
-
This reply was modified 11 years by
atgozlugu.
Hello, Thanks for the suggestions! 🙂
@kovachx: When we set to just 4 and no delay, it loads (we had already tried this prior to posting here), but no “slider” effect works, so images do not slide. Just 4 still images. We have allowed for all categories, which is what we want. There are no posts without images on any published posts.
@lucian: We have verified all posts have images. See: http://fishfarminginternational.com
You can see the slider loads blank, then works after the two “blank” frames and all 16 posts included, have images.
Here is what we have tried so far with no luck:
1. Changing to less number of post. Once we get to 4, the 2 blank frames don’t load.
2. Picking a single category which all posts have images. Still shows blank frames.
3. Anything above 4 posts selected and we get the 2 blank frames, with no posts before the posts with images load.
4. We use this plugin to be certain there is a featured image for each post: https://wordpress.org/plugins/post-list-featured-image/
5. We are using the “Big Slide” from the WPBakery Visual Composer.
6. We tried deactivating all plugins, this did not fix it.
Any other ideas?
Thank you.
-
This reply was modified 11 years by
monsterdevelopment.
Hi,
You can also set the sidebar for the page as well from page template settings section: http://screencast.com/t/29IKb73Cj7rV
To remove the more stories box from mobiles you can sue this custom css in theme panel > custom css filed:
@media (max-width: 767px) {
.td-more-articles-box{
display:none;
}
}
To hide the sidebar you can use this custom css:
@media (max-width: 767px) {
.td-main-sidebar {
display: none !important;
}
}
Regarding ads please note that those ad switches are for adsense ads only so if you are using other type of ads will not work. Please send your site’s URL so I can also inspect this.
Thanks
-
This reply was modified 11 years by
Lucian.
And one more thing, how can I show different ads for mobile and desktop? The toggles in the Ads menu are not working for some reason or another for custom ads.
I used a custom php code found here to add a banner to my footer, but it’s size varies, so I want to add different sizes to mobile and desktop using the custom ad panel. Like I said before, the toggles don’t have any effect, the banners are showing everywhere no matter what I disable via the ads menu.
Thank you.
Hi,
Please try to make sure that other plugins aren’t causing this and to do that disable all plugins leaving just the Visual Composer plugin active, also set the permalink to “Post name”: http://screencast.com/t/J7AdSGziI317 and try again.
Also you can give me the content of the smartlist using http://pastebin.com , so I can also try on my side with your content.
Thanks!
Hello, I am really confused with this newspaper theme. Where to edit and where to make change to show ads in my said place ?
The Plugin give only this code “<?php if ( method_exists(‘q2w3_inc_manager’, ‘manual_inc’) ) q2w3_inc_manager::manual_inc(4); ?>” to show ads where you want to show ads. I have no problem with other theme.
I also confused with what you described. If possible pliz , tell me exactly what to add , where to edit or make change .
Pliz test yourself the newspaper theme with the plugin to show ads in before similar article and after comment template . And after working fine, Pliz help me.
Also, I suggest a plugin called “Quick Adsense” (can also be used for ads other than adsense) which will display ads anywhere you like + has the option to disable them via quick shortcode.
But it would be good to have it in theme as well 🙂
1) How can I show the Article Top Ad above the single post title, currently it shows under the featured image. Or is there another way to place an ad above the post title?
2) How can I center the mobile header logo and remove the search button? (mobile only)
3) When placing 320px width ads on mobile, there seems to be a slight padding so the image is moved slightly to the right and not centered correctly: 
How can this be fixed?
Chris,
I think going forward the better policy would be for Tagdiv to develop their own meta data solutions to use with their themes.
In effect it would be another area to minimise using a plug-in, we wouldn’t be at the mercy of plug-in updates that may be incompatible with the theme, and would also remove unwanted ads.
Admittedly Yoast solution for meta using basic SEO tools such as Meta data etc is a good one. However, this could be done natively and built in.
In this case there is a conflict between theme and plug-in and we have tested it thoroughly – including tweaking the various settings.
Hello,
I am moving from another theme. That theme had over 1000 reviews done in a 3rd party review system. I am moving over to the new theme but would like to keep using that review system. It is clean and works for our needs.
The issue I am having is I am trying to implement it so the theme reads the scores along with displays this custom post type of “Reviews” I could just hack the core files, but I wanted to know if it would be possible to implement this using the child theme, as to not hamper updating the theme in the future.
The review system seems to be very simple in the way it outputs data. Here is an example:
// Get the review image
$review_image = get_post_meta( get_the_ID(), ‘blu_review_image’, true );
// Render an image on the page
echo ‘‘;
let me know your thoughts.
Thanks for any help!
Hi there,
do you guys have any idea why my google adsense doesn’t appear on the main page, its only show blank box. However in other pages, the ads is appearing.
url: dailywuz.com
Thanks in advance
Here’s how I did it:
1.) Create new folder in Newsmag theme directory called ‘bbpress’
2.) Find the form-reply.php file from bbpress plugin files
3.) Copy entire contents of form-reply.php and duplicate the file in the new bbpress directory you just created. Or, you can edit the file directly, but risk losing it if you update bbpress in future
4.) Find: <p><?php is_user_logged_in() ? _e( 'You cannot reply to this topic.', 'bbpress' ) : _e( 'You must be logged in to reply to this topic.', 'bbpress' ); ?></p>
5.) Replace with: <p><?php is_user_logged_in() ? _e( 'You cannot reply to this topic.', 'bbpress' ) : _e( 'You must log in to reply to this topic.', 'bbpress' ); ?></p>
But remove the aterisks * in code. This forum kept making it an actual link despite using code tags around it, odd. This will activate the ajax signin/join modal from within bbpress topic threads. You can apply the same: a class="td-login-modal-js" href="#login-form" data-effect="mpf-td-login-effect" structure to other links throughout your site to activate the modal 🙂
Hi – we migrated our site to your excellent NewsMag template a couple of days ago – all went smoothly and we’re thrilled with the result! Just one thing we need some help with… As a news site we want to include the post’s published date/time and also the date/time of any subsequent edits – as per the screen shot below. Can you help us with the necessary edits to the single.php file to achieve it? Thanks in advance! Plan to move another of our sites to the template in the near future – but it’s a bit more complex – so we’ll have a few questions for you first 🙂

Marius,
After some investigation, trial and error, I have discovered that the root of the problem lies with the widgetized sidebar. js_composer loads the sidebar but then does not render/recognize it when the site is rendered front end. I am continuing to test, but it appears that bakery will render the other “elements,” available in its menu, but won’t render the sidebar element properly.
Perhaps the shortcode/code for the widget is not mapped properly? What do you make of it?
Philip
I’m using, or at least trying, to use header style 5. In the documentation there’s a ad displayed below, but in my setup it doesn’t appears. I think I’m looking for this but then for NewsMag.
Second question is about the usage of a CDN. I’m using MaxCDN, but it only works if I exclude the style.css. Otherwise all the icons aren’t displayed at all, is there another workaround for that?
Hi,
Edit your single.php file(this is for the default post style) if you want for other post style add the code in all template styles, those files: http://screencast.com/t/YVfbJsUI
Code: http://pastebin.com/xgLhqvD8
Then use the Custom Ad 1 for you ad. Go to Theme panel -> Ads and paste your ad code in Custom Ad 1
Then go to Theme Panel -> Custom CSS and paste this CSS
.my-custom-ad div {
margin-bottom: 0;
margin-top: 32px;
}
Result: http://screencast.com/t/bG8QOJLjfXw
Thanks for the message!
-
This reply was modified 11 years by
Marius.
I should also say that the TagDiv folks have been incredibly patient with a lot of people who don’t bother to read the users guide for WordPress then want support on “why don’t my comments box work” (um, turn it on in your WordPress panel?), kind of things.
They are way more patient than I would be with “RTFM” kinds of things.
I’m also astounded they will often help people write CSS for a plugin to use with the theme, when it’s not a theme related issue in any way (e.g., Google AdSense search box), or similar things where folks want to hack the theme but don’t want to learn ANY CSS at all, and just expect free coding work. For $50 some people have very unrealistic expectations on hand holding and not learning the stuff on their own that every WordPress user should learn BEFORE they buy a theme.
But I digress….. put another way, TagDiv folk have given some clients $500 worth of tech support on a $50 theme, which blows my mind.
THAT speaks a lot to their commitment to their clients; very few theme devs would do that much work. Even clients who change their site 3 months later, then want more help after throwing out all the stuff they got help on the first time.
Just a deep thought for the day 🙂
Hi there,
Just recently purchased the theme. Tried to import the “Classic Blog” stack. Unfortunately it is not functioning properly.
The main issue is that images are not imported, only in the raw post text the embedded images work, but the actual “featured image” wordpress manages, don’t function properly.
This leads to formatting issues.
Please take a look at these images to know what I mean: Imgur Link
As you can see, with the “title in featured image” layout, the layout breaks completely if no such image is available. That’s not a huge issue – I’d prefer for the images to be imported properly so I can show it to my client, but I can work around it.
Another issue is that, as you can see in the image, the horizontal space occupied by the header is more than that of the actual content / side bar area. For example, the magnifier icon is not in line with the right border of the side bar box.
On the left, the (purely red) header logo is not in line with the beginning of the content box (which is actually a bad example, because on the screenshot, the post’s content text is set up to have some padding; but still an issue).
The featured image issue is not a big deal, but it would be really nice if you could help me with fixing the horizontal width of the header. It can’t be such a big issue, because with (almost?) the same CSS on the demo installation on your server it works fine…
Kind regards
Eric
Hi,
my site is http://theconstructor.org/ and when I activate speedbooster plugin, the homepage does not have any content. Just adsense ads are displayed and all other content does not load. I have only enabled page cache in W3TC plugin. This happens only when I activate speed booster plugin 3.1 . When I go back to v3, there is no such problem, but it does not help me in putting css at the bottom.
Hi!
Love your theme, but we seem to have a problem with the translation-function. When trying to save the changes in the themepanel it just loads non-stop. All other changes to the options saves just fine and implements changes within half a second, but the translation, either we try just with one word or hundred, won’t implement.
Any ideas as to what the problem is? I suspect it’s something local or on the server-side, since it seems to be working for other buyers of the theme.
@Arved007
rather than post this comment on multiple other threads, why not open a new thread asking how you can change that text for your specific website?
Hey guys, I like that this theme comes with a review template, so convenient. I’m wondering, if there are plans to add other features, like a pros/cons area or photos?
I have this plugin already: Reviewer Plugin but I see on the page it says it can be integrated into themes, maybe you guys could consider that, it’s a great plugin and works really nicely and gives loads of options for those of us who write frequent reviews. Here’s an example using that plugin on my site: Hubalou Review and also Mane Choice Review (both reviews are near bottom of post) and as you can see, it’s definitely fully compatible with NewsMag
Sorry,
I paste the code in td_module2.php another times but doesn’t work.
The code is pasted below the code (<?php echo $this->get_item_scope_meta(); ?>)
I don’t know why it is not work.
When i reloads the category page, the article don’t have the social button.
I am trying to add a sponsored content widget, which is basically another ad code, to single posts. My instructions say I’m supposed to add some code in the <head> and at the end of the <body> tag, as well as under content for it to show under my posts.
Am I supposed to be looking at header.php or index.php?
I found the <head> tag only in header.php, and the <body> tag I found in index.php, but I did not see a closing </body> tag, so not sure where to put the code or if I’m looking in the wrong place.
Also, when I already have adsense “Article bottom ad” enabled, what would be the correct location to place the code under single post content, right below the Article bottom ad?
hi Lucian, thanks a lot, that solved the issue of the button position, but there is two other issues
1) the border of the rectangle is lost and is hard to tell there is there a search , how can i make it visible again?
2) how do i get rid of this grey lines:
http://bnearme.com/wp-content/uploads/2014/12/capture-2.jpg
Thanks again!!!
s