Hi kennyvolk,
For this you can make some adjust using tagDiv Composer -> https://i.imgur.com/zgQjdqo.png -> https://i.imgur.com/dHPAqPi.png the problem is that those changes will affect the desktop settings. What you can do is to select the elements and use the options from css tab -> https://i.imgur.com/Yd4vlow.png -> https://i.imgur.com/G94coDy.png in this way you’ll be able to edit the elements per view port.
Hope this will help you!
Let me know the results!
Hi,
Yes, you deducted very well, the problem is that the theme fonts can not be loading -> https://i.imgur.com/XWLbYAw.png
What you can do to get better speed for newspaper.woff is to use for icons rel="preload" also you can use an woof editor. Here is a topic where Amit provided some more details about how you can do this -> https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/page/4/ (page 4 and 5).
hope this will help you!
Thank you!
Hi mpkrieger1,
Indeed there seems to be some problems with the buttons, these are bracken now
If you want I can take a look to the staging to see if I can not adjust it without using some extra css.
Thank you!
Hi,
I think that you are referring to the title from browser tab -> https://i.imgur.com/XtqVbMH.png that can be edited if you are using a SEO plugin like Yoast SEO edit the page/post and remove the “Site title” -> https://i.imgur.com/GUvtL3N.png the the title will change from this -> https://i.imgur.com/LNEv1P8.png to this -> https://i.imgur.com/tX3E22W.png
Hope that this is what you need!
let me know the results!
Thank you!
Hi,
On that demo the content is set center with an width of 1164px -> https://i.imgur.com/XQWqIRf.png
Normal we recommend to use a smaller image and this to be set on repeat, in this way the background will adjust easier for all screen dimensions -> https://i.imgur.com/oSWwVKy.png
Hope this will help you!
Hi marcobarb,
Is possible that the problem to be from WordPress version. If you are using the last WP version, then you need to use the last version of our theme, only this is compatible with the new elements from WordPress.
If you are using an old theme version, you need to use a WP under v5.5
Also if you are using the last theme version and last WordPress version and there are still some problems, let me know and I will try to help you! Also if the website look is different, please provide me a link where I can inspect this.
Also make sure that you do not have a plugin conflict, for this make a test only with tagDiv plugins enable.
Let me know the results!
Thank you!
Hi,
In order to have a good rank you need to have a very good SEO on your website.
here are some results after Alexa -> https://i.imgur.com/q857tfA.png -> https://www.alexa.com/siteinfo/probangla.com
Thank you!
Haamm is I remember correctly, there were few rapports for something similar, the problem was when you open an article from a social, the article take the WordPress stile and not the theme.
Unfortunately, for this I do not have a fix, sorry! This is on our list to check and see what can be the problem.
Thank you for your understanding!
Hi,
If I understand correctly you’ll like to change the theme search with the one from google, if is so, then you should have a code for google search; do you have a guide where is specified the place where this code need to be set ? most of the time this code need to be set in search file of the theme, in our theme this file is on this path -> wp-content/plugins/td-composer/legacy/Newsmag/search.php
Also there are other methods for this, here is a guide for how to do it -> https://www.wpbeginner.com/wp-tutorials/how-to-add-google-search-in-a-wordpress-site/
Thank you!
Hi,
You are using google auto ads, this type of ads need to be set only once in head section of file/theme and it will place automatic ads in pages/posts -> https://i.imgur.com/a21Ys4q.png -> https://support.google.com/adsense/answer/9261805?hl=en#:~:text=Auto%20ads%20analyze%20your%20pages,site%20and%20your%20ad%20settings.
Thank you!
Hi,
You can set the list using these elements -> https://i.imgur.com/tZnanpt.pngthen in code editor -> https://i.imgur.com/8CGhDdm.png set the ol (replace ul with ol) -> https://i.imgur.com/4wRHQh5.png
Also you can use this list ->https://i.imgur.com/fZKdbPE.png
Hope this will help you!
Hi,
If you have enable the option from theme panel -> https://i.imgur.com/IT3tFdd.png then the option should be display, but if you are using some cache plugins, then you need to use this option too -> https://i.imgur.com/JC1wz0C.png -> https://forum.tagdiv.com/newsmag-ajax-views-count/
If there is still a problem, please make sure that you do not have a plugin conflict, please disable all non theme plugins and check the results.
Let me know the results!
Thank you!
Hi,
1. Now I can not say that it will work or not, I do not know this, because when Newsmag v4.6 was released I do not know if it was php 7.2. Most of the time, you can use an old version with a new php version, but if that php version has some changes in structure
2. Yes, if you set some custom code in theme files, this will be lost when you’ll make the theme update, but in most cases these changes can be se in a child theme. Also the settings from theme panel are set in database and these should be saved during the theme update.
3. You can use any of these methods, but in this case the best way is to use the method B (Update the theme via FTP).
4. Normal yes, it can appear some problems if you update an old theme to the last version, for this I recommend to make first the update on sub-domain, staging or localhost and only after you see that there are no problems to update the live website.
Let me know the results!
Thank you!
Hi,
In order to display the featured image on socials, you need to make sure that your you have set at list og:image and og:url, also there are more og elements (og:url, og:type, og:title, og:image, og:description, fb:app_id). You can check these elements using an online tool -> https://developers.facebook.com/tools/debug/
Normal, if you set the theme as in our guide from here -> https://forum.tagdiv.com/facebook-share/ it should work correctly.
Let me know the results!
Thank you!
Hi insert_JSH,
Normal our theme is using by default the H3 to display the post titles in modules -> https://i.imgur.com/MPb4geX.png now if you only want to add some css on these H3 you can use the classes that are set “entry-title” then set the link “a” -> https://i.imgur.com/85YbojF.png here is an example of code :
.entry-title a:after{
content: '';
position: absolute;
width: 0; height: 3px;
display: block;
margin-top: 5px;
right: 0;
background: #fff;
transition: width .2s ease;
-webkit-transition: width .2s ease;
}
.td-animation-stack:hover .entry-title a:after{
width: 100%;
left: 0;
background: red;
}
This code need to be set in theme panel> custom code> custom css.
Also if you want to apply the code only for h3 use this custom css:
h3.entry-title a:after{
content: '';
position: absolute;
width: 0; height: 3px;
display: block;
margin-top: 5px;
right: 0;
background: #fff;
transition: width .2s ease;
-webkit-transition: width .2s ease;
}
.td-animation-stack:hover h3.entry-title a:after{
width: 100%;
left: 0;
background: red;
}
Hope this will help you!
Hi jjest_jjest,
That effect is from css, normal on this word -> https://i.imgur.com/xRVWgKC.jpg is set a different size and is take 1s until this is set, now the problem is that when is set the original size there is not enough space to display the word in one row and is displaying like this -> https://i.imgur.com/yzasx6b.png what you can do is edit the page with tagDiv Composer and move the word in other column wright not I think that you have 3 columns on that line -> https://i.imgur.com/wrNflXb.png
let me know the results!
Hi,
Normal there should be no problems also if you need help with something just let me know!
A tip for you, if the page was made with tagDiv Composer, use two tab browsers and use the copy and past from mouse or buttons (like on windows), in this way it will go faster -> https://i.imgur.com/8G8eTCS.jpg
Thank you!
Hi,
Unfortunately in Newsmag theme is no option to can edit the h tags, this can be done only with custom css, if you need help with this I can help you! Just provide me a link to your website and let me know whet element you want to style and I will try to help you as much as I can.
Thank you!
Hi,
I think that you are seeing the mobile version on desktop. This problem is usually from the cache plugin that doesn’t recognize that there are two themes, one for desktop and one for mobile version (mobile theme plugin).
If you are using the mobile theme plugin, please make sure that you are using a cache that can different the mobile version from desktop version, a tested cache plugin is WP Super cache, here is a guide with the settings that need to be made for this plugin -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Hope this will help you!
Thank you!
Hi SvijetS,
I do not quite understand, that error appear when you are using tagDiv Composer on a page ? if yes it can be from some extra plugins that you are using, you need to check this, also make sure that you are using the last theme version, Newspaper v10.3.7.
If you want to use the cloud for pages, you can import sections and blocks using this button from here -> https://i.imgur.com/FB7vrUb.jpg these elements will be set at the bottom of page.
Thank you!
I understand, is possible to be other problems, to see exactly what can be the problem, we need to login to your account, for this please make a full backup to your website and send us an email at contact@tagdiv.com and provide admin login and cPanel. We will take a look. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
Yes you can use the license for tests, there is no problem with that -> https://i.imgur.com/WH7itcd.png -> https://forum.tagdiv.com/newsmag-how-to-activate-the-theme/
Thank you!
Hi SvijetS,
I just find a guide that maybe it can help you with the sitelinks -> https://www.wpbeginner.com/beginners-guide/how-to-get-google-sitelinks-for-your-wordpress-site/
Hope this can help!