- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Please remove your custom css and use this code instead:
@media(max-width:767px){
#td-outer-wrap{
position:relative;
top:50px;
}
}
Thanks.
Hello,
You can maybe place a div around the widget and center the div using css.
The Instagram widget was fixed in the current version though. Please update using this method: https://forum.tagdiv.com/how-to-update-the-theme-2/
Please also make sure you update the theme plugins as well by deleting the ones you have installed now and installing them again from the 8.7.3 theme package.
Thank you!
Hi
In console it showing me “https://fonts.googleapis.com/css” this as an error, I can’t find the exact line in .php or .css where I can delete this.
Thank you
Hi,
I have already changed the footer background URL image with HTTPS.
Unfortunately, this doesn’t change the protocol of the background image URL in .td-menu-background:before, .td-search-background:before and .white-popup-block:before classes. It is generated by the theme, in td_css_generator.php file ans, as a result, we get an none-found image:
.td-menu-background:before,
.td-search-background:before {
background: @mobile_gradient_one_mob;
background: -moz-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, @mobile_gradient_one_mob), color-stop(100%, @mobile_gradient_two_mob));
background: -webkit-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
background: -o-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobileu_gradient_two_mob 100%);
background: -ms-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
background: linear-gradient(to bottom, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’@mobile_gradient_one_mob’, endColorstr=’@mobile_gradient_two_mob’, GradientType=0 );
}
/* @login_background_image */
.white-popup-block:before {
background-image: url(‘@login_background_image’);
}
/* @login_background_repeat */
.white-popup-block:before {
background-repeat: @login_background_repeat;
}
/* @login_background_size */
.white-popup-block:before {
background-size: @login_background_size;
}
/* @login_background_position */
.white-popup-block:before {
background-position: @login_background_position;
}
/* @login_background_opacity */
.white-popup-block:before {
opacity: @login_background_opacity;
}
-
This reply was modified 8 years by
lazdim.
Hello dominikposch,
I saw that you are using the Travel Demo template which has some custom elements which come by default with the demo. Notice that the style for block titles from your example are the default, without any additional customizations. If you do not like that style, you should check the demo_style.css for travel demo and remove the style for block titles.
-> https://www.screencast.com/t/7Yl3bgnOlMyK
Thanks for the message!
Hello Alex89,
Try using the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.block-title span{
background-color:#399998;
}
This is a quick fix. Also, I suggest you reinstall the theme via FTP way, clear all the caches, purge CDN files and check the results.
Thanks.
Hi,
After updating to Newsmag 4.3 and choose a new social sharing style, and some new services, the output is like the situation given in the link below:
For reference, go to https://www.teknoblog.com/facebook-gizlilik-ab-gdpr-tum-dunya-uygulayacak-171453/
How can I fix this problem?
Hi, I just update my blog to 8.7.3 and it’s come with problems:
1. There is big white space between menu and content. Please take a look at this page https://irfan.id/blueprint/
2. I used “bottom divider” since 8.7.2, but after update to 8.7.3 the background color of divider turn to black. In my settings the color is white. Please take a look at this page https://irfan.id/blueprint/
3. I also got an error while editing CSS in ROW for changing background color or background picture of the ROW. Every time I make a change, the result show blank white sceen. here how it looks https://prnt.sc/j74wyw
I update 8.7.3 via FTP Filezilla
Thanks
I’m noticing that none of my Custom CSS seems to be applied when I save it via the ‘Theme panel’ => ‘Custom Code’ => ‘Custom CSS’ option. Not sure why this is, site is andreian.com and I can a temp username/password to check the backend of the site.
For those who have the same problem. The problem comes from the plugin TAGDIV COMPOSER AND NEWSLETTER. So, I took the old plugin in the first download folder (2 months ago) and I replaced by FTP the new plugin by the old ones. Everything works again. I lost my CSS and my widget because it’s been 5 hours that I’m trying to repair, I uninstall everything and reinstall and lost my day because no one answers us on the forum. I can send old plugin files if anybody wants it.
Hi,
I run a test on my client’s website and I got a notification that I should minify redirects:
Remove the following redirect chain if possible:
http://marketpost.gr/wp-content/uploads/2017/09/marketpostgr-market-data-logo.png
https://marketpost.gr/wp-content/uploads/2017/09/marketpostgr-market-data-logo.png
I fixed one of them and I get another notification:
The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.
http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg
Yes, the notification is right since in the code view I found that:
.td-footer-wrapper::before {
background-image: url(‘https://marketpost.gr/wp-content/uploads/2018/04/marketpost-footer-bg.jpg’);
}
td-menu-background,
.td-search-background {
background-image: url(‘http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg’);
}
.white-popup-block:before {
background-image: url(‘http://marketpost.gr/wp-content/uploads/2017/07/footer_bg.jpg’);
}
So, the theme uses HTTPS and HTTP for that same files in CSS.
Since I re-uploaded the footer background image, the HTTP verison is gone but CSS code is calling it.
How can I fix that?
For those who have the same problem. The problem comes from the plugin TAGDIV COMPOSER AND NEWSLETTER. So, I took the old plugin in the first download folder (2 months ago) and I replaced by FTP the new plugin by the old ones. Everything works again. I lost my CSS and my widget because it’s been 5 hours that I’m trying to repair, I uninstall everything and reinstall and lost my day because no one answers us on the forum. I can send old plugin files if anybody wants it.
For those who have the same problem. The problem comes from the plugin TAGDIV COMPOSER AND NEWSLETTER. So, I took the old plugin in the first download folder (2 months ago) and I replaced by FTP the new plugin by the old ones. Everything works again. I lost my CSS and my widget because it’s been 5 hours that I’m trying to repair, I uninstall everything and reinstall and lost my day because no one answers us on the forum. I can send old plugin files if anybody wants it.
For those who have the same problem. The problem comes from the plugin TAGDIV COMPOSER AND NEWSLETTER. So, I took the old plugin in the first download folder (2 months ago) and I replaced by FTP the new plugin by the old ones. Everything works again. I lost my CSS and my widget because it’s been 5 hours that I’m trying to repair, I uninstall everything and reinstall and lost my day because no one answers us on the forum. I can send old plugin files if anybody wants it.
For those who have the same problem. The problem comes from the plugin TAGDIV COMPOSER AND NEWSLETTER. So, I took the old plugin in the first download folder (2 months ago) and I replaced by FTP the new plugin by the old ones. Everything works again. I lost my CSS and my widget because it’s been 5 hours that I’m trying to repair, I uninstall everything and reinstall and lost my day because no one answers us on the forum. I can send old plugin files if anybody wants it.
For those who have the same problem. The problem comes from the plugin TAGDIV COMPOSER AND NEWSLETTER. So, I took the old plugin in the first download folder (2 months ago) and I replaced by FTP the new plugin by the old ones. Everything works again. I lost my CSS and my widget because it’s been 5 hours that I’m trying to repair, I uninstall everything and reinstall and lost my day because no one answers us on the forum. I can send old plugin files if anybody wants it.
I have used the code and save it is css panel of the theme
.td-post-content a {
color: #3a7987 !important;
}
But, still the link color is not changing. What should I do?
Hello zukoon,
Try to use the code below and place it in Theme panel -> Custom CSS Area.
.td_module_wrap:hover .entry-title a{
color:red;
}
The result is here -> https://www.screencast.com/t/MxWmRVnot8D
Thanks for the message!
Hello,
I have checked your website on google page speed and the results is below ->
https://developers.google.com/speed/pagespeed/insights/?hl=ro&url=https%3A%2F%2Fwww.jiujitsutimes.com%2Fgarry-tonon-mom-was-afraid-of-contact-sports-now-she-wants-his-opponents-blood%2F&tab=desktop
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
I tried now to update all plugins and the theme. Deactivated all plugins. Nothing helps, just now suddenly no pictures are displayed. This occured before, when all this trouble began, please see this topic I created then.
I also cleared all caches couple of times. My server provider sais it must be a problem with my CSS.
I am trying to annoy you here as little as possible, but I am running out of ideas and am really helpless here. Does anyone have an idea, where to get (paid) help? Thank you so much.
Hi there,
After 2 years of customization on the theme, I want to take off everything I don’t need anymore. For this, I plan to do like that :
1- I create a subdomain with lopsum pages and posts
2- I download Newsmag and Newsmag child from my Enavato account, and upload it on the subdomain
3- I customize the design in the child CSS
Once the theme is customed, I do this :
1- I go to my main site, and save Newsmag and Newsmag child on my computer.
2- On my main site, I erase Newsmag and Newsmag child.
3- I upload Newsmag and Newsmag child from the subdomain to my main site.
Now my question : is all the above the correct way to erase all the previous theme customization, or is there another way ? Any tip ? Thanks in advanced :).
Hi,
Please add this code in your theme panel-> custom css box:
.menu-item-40906 .sub-menu{
height:500px;
overflow:scroll;
overflow-x:hidden;
}
You can change the height in pixels to the one you prefer
Thank you!
Hello,
Indeed if you use a standard logo and not a text logo, there will be no tagline displayed. If you need a tagline under the logo, it can only be added by customizing the header php file.
Here is an example of how you can add a tagline:
Step 1. Place this code in header-style-10.php
<div class="customtagline">
<p>Tagline text</p>
</div>
https://www.screencast.com/t/g4XAhsV6TZS
Step 2. Place this code in the theme panel-> custom code-> custom css section:
.customtagline{
display:table;
margin-left:Auto;
margin-right:auto;
font-size:14px;
}
Thanks.
Hello Nikolaas49,
So, if you are referring to these footer widgets -> https://www.screencast.com/t/Y1oDfAaO you should try to use the code below and place it in Theme panel -> Custom CSS area.
.td-footer-wrapper .td_module_6 a{
font-size:20px;
}
Thanks for your understanding!
Hello,
Your site is not accessible from our end: https://www.screencast.com/t/XPmzZGkk30n
As for the css issue, This is usually caused by css optimization and cdn, as well as too many rewrites to the css code. Also a low page speed will also cause this effect to be more visible. Please check your host and cdn server and remove any css optimization.
Also. please make sure you use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
as well as: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!