- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Hi,
If you would mention what exactly you want to display there, I will try to help you. A shortcode could be used, like in this example where a custom ad is added
– https://www.screencast.com/t/9QLK5eZ8an
– https://www.screencast.com/t/DG35dIcNA
Thanks
Hello,
You can use a single image element or an image box element in the tagdiv composer.
Here is an example with 3 custom images with custom titles and custom links:
https://www.screencast.com/t/lK9J4ZvVqe – https://www.screencast.com/t/pEHRmk1qpr
Thank you!
Hello,
The block pagination will show up if you have more posts to show. If for example you add a block 11 and have it show 5 posts, the rest of the posts from that particular filtering will be loaded in an infinite loading way. This type of pagination is best kept for the bottom blocks of your page. If you do not have more than 5 posts to show in that block based on your post filter, then no pagination will show up .
Thank you!
Hi,
The opening body tag is located in the header.php file, located in the main theme folder
– https://www.buzzstore.ro/campanii/62-rowenta-tefal/despre_campanie
The closing body tag is located in the footer.php file, main theme folder as well
– https://www.screencast.com/t/8iJtOsg4
Try entering the code in the header file and there should be no problem
– https://www.screencast.com/t/oLKdkmy6
Thanks
Hello,
I have made few changes & got this look: https://www.blog.tutorialadvice.com/show-hn-full-stack-entrepreneur-a-full-stack-guide-to-entrepreneurship/
This is my testing website so I test all the customizations here.
Now I have few questions,
1. Will this customizations change if I update the theme? If yes how can I avoid this so I can update the theme but no customizations are lost after update.
Please let me know how to avoid this?
Thank you.
OK – I figured out what was causing my errors. But it’s something that needs to be fixed.
I use a lot of separators on my site. I also use a lot of shortcodes around the site. When using these codes on the site, here are the statuses:
[vc_separator] – fine
[vc_separator color="#5aa1e3" style="dashed" border_width="4"] – fine
However, I put the above code (the second line) in a shortcode called, “[contentblock id=separator-blue-dashed]”
And that’s when it breaks the front end. The blue line shows fine on the site but it breaks the whole front of composer and I can’t change anything else.
I use these shortcodes everywhere on the site – they’ve never been an issue anywhere else or with any other theme. Nor did they cause errors with VC. So it’s strictly limited to TDC.
If we can’t use simple shortcodes (which is necessary), how can we change, for example, the color of a line sitewide when we want to? I don’t want to format 1000 separators on the site individually – I want one place where I can edit and update them in a few seconds without breaking everything else. Thanks.
Hi!
After updating the theme to version 8.2, there was a problem with the captions to the pictures. The text is not transferred, but is written in one line.
Example: http://joxi.ru/12M6kOgC4bp0jA
Site: http://www.pupsek.com
Thanks.
when i install the theme newspaper 8 in a new clean directory the images, tamplates and all the graphic system not works and it look than alla of them is vanish.Theme works but menus,photos,articles is like wite pages..Thanks
Hi,
The video will not play in the modules, that is just a thumbnail created from the video and the video icon to signal that the it is a video post. The actual video can be viewed in the post page.
A video could be played in a page if needed, if you place the video link in a column text/text with title element for example
– https://www.screencast.com/t/X7QXpexwLbOb
– https://www.screencast.com/t/KJ63Mc4hlq
Thanks
Hello gbhackersonsecurity,
Some optimization tools can cause issues, that could happen for any theme. If you want to optimize the website loading speed you can take a look at some topics with solutions and discussion in this matter, such as these for example
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks for the message!
I Want Next & Back Buttons, Not (<1,2,3,4,….>)
How can I change these settings in the template ?
Hi,
Some optimization tools can cause issues, that could happen for any theme. If you want to optimize the website loading speed you can take a look at some topics with solutions adn discussion in this matter, such as these for example
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
For the link color, please check the theme accent color in the theme panel
– https://www.screencast.com/t/QcyhdUclG
If by any chance is set to white this could happen. Change it if it is and check the results.
Thanks
I dont understand what sizes the images have to be. Do I have to make a version in every resolution in the list you gave in the first answer or are there only 4 sizes required one for each type the div examples are asking for?
Hi,
I don’t believe that will work but you could try it if you want to achieve this. Posts by default can have tags and categories. The theme will display these elements only for posts, that is default functionality. This is how a post template displays categories and tags for example
– https://www.screencast.com/t/rx9y9cxj
Thanks
How to change the following:
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
to
<link rel=”alternate” href=”http://example.com” hreflang=”en-us” />
By manual changing the code is easy but edit rewriting the code in the purchased theme will mess the up-gradation (Updates). Google doesn’t accept the language region targeted web pages or sometimes the application for the news for the google news is rejecting.
Please help me on this to solve the issue.
Giri
(www.pulplup.com)
or do I need to cut this code:
<i class=”td-icon-facebook”></i><div class=”td-social-but-text”>’ . __td(‘Share on Facebook’, TD_THEME_NAME) . ‘</div>
title, ENT_COMPAT, ‘UTF-8’)), ENT_COMPAT, ‘UTF-8’) . ‘&url=’ . urlencode( esc_url( get_permalink() ) ) . ‘&via=’ . urlencode( $twitter_user ? $twitter_user : get_bloginfo( ‘name’ ) ) . ‘” ><i class=”td-icon-twitter”></i><div class=”td-social-but-text”>’ . __td(‘Tweet on Twitter’, TD_THEME_NAME) . ‘</div>
<i class=”td-icon-googleplus”></i>
<i class=”td-icon-pinterest”></i>
title, ENT_COMPAT, ‘UTF-8’)), ENT_COMPAT, ‘UTF-8’) . ‘%20-%20’ . urlencode( esc_url( get_permalink() ) ) . ‘” ><i class=”td-icon-whatsapp”></i>
and instead paste my code share?
Please mark as solved. I was able to resolve it with https://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2
http://www.wpbeginner.com/wp-tutorials/how-to-enable-custom-permalinks-in-wordpress-wamp-installation/
http://www.wpbeginner.com/wp-tutorials/how-to-enable-custom-permalinks-in-wordpress-wamp-installation/
Thanks regardless!
Sorry, I dont really understand from that document I looked at the section “Sample image ad with different images for each device:” which suggests 4 size types.
I have always been able to aling my images to be centered and have them maintain their original size. Let´s say the width of the page is 700px. If i insert an image that´s 400px wide I want it to stay 400px. However just now when I´m adding pictures (and also if i backtrack a couple of published texts) the images seems to get stretched to fill 100% of the parent div. This makes all the pictures appear blurry and is something i absolutely do not want.
What could have happened? Please see http://www.enkelteknik.se/recension-vi-testar-sonos-one-ar-det-dags-att-uppgradera. Click on any of the pictures to display the modal view and watch them shrink a little (to the original size). However on an older article (this one for example: http://www.enkelteknik.se/las-skarmens-riktning-iphone-ipad) the images does not stretch.
I´m so confused :/
Hi Catalin,
it is the big rental cars search box (where you can find cars to hire). Please compare on this post desktop and mobile:
https://www.florida.nu/fyra-gratisbussar-i-miami-beach/
On the desktop it shows up normal, as it is supposed to look, but if you look at the same post on a mobile phone, this box is there twice, one after another. How can we fix this?
We are using following code in custom ad box 5:
<div id=”rc-connect-container”></div>
<script id=’rc-connect’ src=’https://www.rentalcars.com/partners/integrations/connect/connect.js’ data-container=’rc-connect-container’ data-preflang=’sv’ data-template=’universal’ data-enable-return-checkbox=’true’ data-affiliate-code=’florida_nu’ data-adplat=’floridanu_hittahyrbilen’ data-primary=’67b1e6′ data-button-size=’large’ data-primary-text=’ffffff’ data-hero-image=’15’ data-hide-modules=’suppliers,manage,powered’ data-form-hollow=’false’&fts=’false’&country=’USA – Florida’></script>
Thank you very much!
I have download “All files & documentation” and just found js_composer.zip, revolution_slider_5, td-composer.zip, td-social-counter.zip, td-speed-booster.zip. Where is the mobile plugin?
Thanks,
Ody
Hello
I just use Newspaper 8.2, I want to embed facebook comment box under every article.
Please guide me how to do it.
Thanks!
facebook comment code:
Step 2: Include the JavaScript SDK on your page once, ideally right after the opening body tag.
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = ‘https://connect.facebook.net/vi_VN/sdk.js#xfbml=1&version=v2.11&appId=503901469995777’;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
Step 2: Place this code wherever you want the plugin to appear on your page.
<div class=”fb-comments” data-numposts=”5″></div>
I am very grateful for the detailed response. Yes, indeed, the problem is in the examples you described.
Hi,
Try the code like this
– https://www.screencast.com/t/rnAo76A8dDkG
Then it should work properly
– https://www.screencast.com/t/y0FpQntGHN
<?php echo human_time_diff( get_the_time('U', $this->post->ID), current_time('timestamp') ) . ' ago'; ?>
It may further require some styling to align the time, that can be done with some CSS.
Thanks
Hello trell,
You should try to download them from here -> https://www.dropbox.com/s/mtczc43qdg96ca5/examples.zip?dl=0
Thanks.