- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
For example, I post article #1. I see article #1 on the front page, I see it on the latest posts widget. I go to the category page it’s tagged, and do not see it, but I see others tagged under that category from earlier in the month.
hello there , i bought before few days theme of news mag from here but the problem is when i upload the theme to my website http://www.middleeastaffairs.net its different from the one i saw i mean the demo ,
for example in this demo https://demo.tagdiv.com/newsmag_magazine/ there is big three news up in the page , i want to put it in my page but i dont know how .
the second thing , how can i make the post i put be estable in one cateoregy and to make the cateoregey estable ad not moving , for example everytime i make refresh in the page , the news its changing i dont want that , i want everything estable
Hi,
No point regenerating the thumbnails in this case. The images used are too small in size to allow the creation of bigger thumbnails. For example this original image is not big enough to create a thumb for the big grid
– http://www.sofamille.com/wp-content/uploads/2011/11/femme-fume-e1321959662658.jpg
You could try the plugin Chris suggested in this case. The alternative would be only to set bigger featured images for the posts
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Thanks
Hi, the titles About Us and Follow us in the footer disappeared. I guess it’s because I disabled it somewhere but can’t find where. Could you kindly help me?
Hi,
You simply need to add a unique class to the text with title element you wish to customize, like in this example
– https://www.screencast.com/t/op7vD6rh
Then based on that custom class you can customize the element
– https://www.screencast.com/t/nHxN1Do3e
A font family change would require to load the font you want to use first, if it is not used anywhere on the website. Like this maybe
– https://www.screencast.com/t/R4UzUybRmSDy
– http://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/
If the font is used for an element, then simply apply it.
Thanks
Hello capsx,
Unfortunately, our theme does not have any such an option that allows you to add an image to your tag page, sorry! If you want to add it you simply do it from the code. The theme’s core file should have to be edited and add such a code if you want to achieve good results, like in the following example here -> https://www.screencast.com/t/Wvxj3V5J
Thanks for your understanding!
Hi,
I believe you might be entering the category IDs between parenthesis (), please remove them and enter the categories normally. This is an example
– https://www.screencast.com/t/IMrbYV9wT
That could be the reason why the first and last category are not displayed, the ID is not recognized because of the parenthesis.
Thanks
Hi,
I assume you are referring to the space between paragraphs in the post content
– https://www.screencast.com/t/0AsEmYHkU
That could be changed with a code like this for example
.td-post-content p {
margin-bottom: 10px;
}
If this is not what you are asking, please provide more details for a better understanding. Some screenshots or a link to your website where you would like to make the changes would be useful as well.
Thanks
When you edit tag in the admin, there is a WYSIWYG editor, where you can put tag description and in that description it is possible to write not only text, but insert also the image.
If that image have caption – that shortcode is not rendered.
- Example with text: https://www.knz.lv/atslegvards/operacija-tokija/
- Example with image: https://www.knz.lv/atslegvards/egils-helmanis/
Hi,
Please provide a link to your website so we can take a look. That could happen if you have caching installed and maybe it is not configured properly.
The cache should be cleared when a post is published, like this setting in WP Super cache for example
– https://www.screencast.com/t/mbVEJPqe2D
Or maybe the filtering and sorting you set on the homepage does not display latest posts. Check that as well. This is a guide presenting block settings
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
The top menu will not be displayed on mobile. It could be made to appear with custom code, like this for example
– https://www.screencast.com/t/F4Uj2zte22H
This is the code used, enter it in Theme panel->Custom CSS
@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;}
.menu-top-container {
margin-right:0;
}}
Thanks
Hello magrtg77,
Please notice that here is talking a simple block title which can be changed from Widgets section from your Sidebar, like this -> https://www.screencast.com/t/P1hOEztok8Wl This is just a simple example.
Thanks for the message!
Hi,
It will require to load the font first, then apply it wit CSS for the elements you want. This is a similar topic – https://forum.tagdiv.com/topic/change-mobile-theme-font/
More useful information here – https://developers.google.com/fonts/docs/getting_started
So load the font first, then identify the elements where you want to apply it with the browser inspector for example
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi,
You can change the present background color and text color in the code, like this
– https://www.screencast.com/t/RoBOt2ijfD
The hover color could be changed like this for example
– https://www.screencast.com/t/C3RmpOQ9v
.td_round_btn:hover {
background-color: blue!important;
color:black!important;
}
Thanks
Hi,
1) i noticed that in your demo and in different categories you have different color titles:
for example:
in this page you have black title https://demo.tagdiv.com/newspaper/td-post-denton-corker-marshall-the-mysterious-black-box-is-biennale-pavilion/
in this one, instead, you have white title https://demo.tagdiv.com/newspaper/td-post-after-effects-guru-tracking-and-stabilizing-footage/
and it is perfect!
In the website im tryng to setting if i change post title color form theme-panel|theme colors|post title color it affects all posts, so if i insert white color it works for video template, but it doesnt work for the “post style 6” template (see https://d.pr/FREE/Sc9bW0) because the white title is on white background…
How to have different colours as in your demo?
2) how to have different colour background in the video template? (style 11 and 12?)
only via custom css?
thank you
Hi,
Caching could be stopped for a whole page, depending on cache settings. But it cannot be stopped for parts of the page, as far as I know. For example WP Super cache has these options for pages
– https://www.screencast.com/t/zqxXnlrj
Thanks
Hi,
That would be the page padding top and bottom, like here for example
– https://www.screencast.com/t/WItuGiDD
It could be removed with this code, you can try it
.td-main-page-wrap {
padding-top:0;
}
.td-main-content-wrap {
padding-bottom:0;
}
If it is not working or you want something else, please provide a link to the page in question.
Thanks
Hello again,
Even though I disabled the Live CSS feature, I still get a validation error from FB. Although the validation errors went down from 3 to 2 — The live css was causing the 3rd error.
Nevertheless, the problematic code is located in 2 lines which are:
1. //jQuery(‘head’).append(‘<style>’ + arr_splits[i] + ‘</style>’);
2. splited_css += “<style>” + formated_str + “</style>”;
Do you have any idea where this code might be located? Here’s the full snippet of the code:
<!-- JS generated by theme -->
<script>
(function() {
var html_jquery_obj = jQuery('html');
if (html_jquery_obj.length && (html_jquery_obj.is('.ie8') || html_jquery_obj.is('.ie9'))) {
var path = 'https://www.magicalrecipesonline.com/wp-content/themes/Newspaper/style.css';
jQuery.get(path, function(data) {
var str_split_separator = '#td_css_split_separator';
var arr_splits = data.split(str_split_separator);
var arr_length = arr_splits.length;
if (arr_length > 1) {
var dir_path = 'https://www.magicalrecipesonline.com/wp-content/themes/Newspaper';
var splited_css = '';
for (var i = 0; i < arr_length; i++) {
if (i > 0) {
arr_splits[i] = str_split_separator + ' ' + arr_splits[i];
}
//jQuery('head').append('<style>' + arr_splits[i] + '</style>');
var formated_str = arr_splits[i].replace(/\surl\(\'(?!data\:)/gi, function regex_function(str) {
return ' url(\'' + dir_path + '/' + str.replace(/url\(\'/gi, '').replace(/^\s+|\s+$/gm, '');
});
splited_css += "<style>" + formated_str + "</style>";
}
var td_theme_css = jQuery('link#td-theme-css');
if (td_theme_css.length) {
td_theme_css.after(splited_css);
}
}
});
}
})();
</script>
Hi,
Wauw what a nice theme. Wish i used it before.
After some test and redesign from example page. Did complete move to new design using one of the demos.
I have a “challenge” with the revolution slider. Where it worked on my test blog, it just don´t show on my live blog.
I am not sure if revolution Slider use the “old” images just automaticly. The images are in the old post but not showing or working with the Slider. Must i make for each old post a new “slider” ?
Thanks
Yes,I know there are the top ad, inline and bottom ad.
I just want to put two ads in one inline ad,for example,one ad is after paragraph 3 and another one ad is after paragraph 8.
Thanks
How can I remove all posts descriptions automatically: http://imghost.io/images/2017/11/06/SNIMOK.png ?
I need only post title in Facebook preview.
Here is an example what I need: https://www.facebook.com/BuzzFeed/posts/10156998065820329
No, it does not work. I have entered the code in advanced CSS only in Desktop. But on a mobile it also takes this code and shows te same font size. It takes it as much for desktop as for the responsive version. Take a look. DIARIO PERSPECTIVA It is the first news. In desktop shows title size 33, and the same on mobile.
/* Amplia del tamaño del titular */
.class1 .td-module-title a, .class1 a{
font-size: 33px;
font-weight: 700;
line-height: 35px;
}
Hello Catalin Thanks for the reply.
Very few of my articles have no sidebar. I noticed the problem when I decided to make an article without a sidebar. The articles with a sidebar are fine.
http://www.mcnews.com.au/2018-honda-gold-wing/6/ Just to show you, at the bottom of the page I added a slider block and as you can see it aligns to the left. Any Newsmag specific block/grids I add to a post page (with no side var) will always align left. Normal VC elements will align correctly.
The above example is on the live website. Like I mentioned I updated my development site to the latest version of the theme and VC and still have the same problem.
Also, and additional issue, sometimes as you will see in the link that some visual composer code shows.
Thanks
Regards
Ryan
-
This reply was modified 8 years by
PAPPACLART.
-
This reply was modified 8 years by
PAPPACLART.
Hi,
That would be possible with some CSS code. For example if that particular category would be Travel, the code would be like this
– https://www.screencast.com/t/7uM9lwijjit9
.category-travel .td-post-date,
.category-travel .td-author-line {
display:none;
}
Try this suggestion with the category you want and check the results. The final code must be entered in Theme panel->Custom CSS section.
Thanks
Hello gamagedylan,
For example, on the Homepage, notice that you can directly add the YouTube Playlist in the sidebar, like this -> https://www.screencast.com/t/fInUuN2CH and also, another alternative would be to use the YouTube player in Widgets section, like this -> https://www.screencast.com/t/hd9yY4vQkTUq
Thanks for your understanding!