Hi,
Can be done with a custom CSS, also we will fix this in the next update.
Until that you can use this:
.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
font-family: Trebuchet;
}
Add it in Theme panel -> Custom CSS
Hi,
Is like that because you use the tagDiv Speed Booster plugin and this will move the style at the footer. And the first render load the default CSS then your custom CSS(predefined style). You can try to disable the plugin and see if works better.
Also we will try to improve this for the future updates.
Thanks for the message!
Hi,
Emil will investigate this ASAP.
Thanks for the message and sorry for the delay!
Hi,
You have installed some plugins? Could be from a JavaScript conflict. Disable all plugins or one by one and see if works.
Can you provide your site URL to see the issue?
Thanks for the message!
Hi,
Add this CSS in Theme panel -> Custom CSS
.td-like-tweet-google {
padding-left: 30px;
}
Thanks for the message!
Hi,
I see that you have 2 loading gif’s, one of that is from a plugin. Please disable all plugins or one by one and see if works.
Thanks for the message!
Hi,
Read here at the bottom: https://forum.tagdiv.com/ads/
Thanks!
Hi,
That can be easily managed by adding a new spot AD in post file like here: http://screencast.com/t/LKf6zA5qS4xP
Thanks for the suggestion!
Hi,
Yes, the counter should work fine, no extra code needed.
Hi,
This setup is not fine for you? Add it in Theme panel -> Custom CSS
@media (min-width: 768px) and (max-width: 1018px) {
.sf-menu > .td-not-mega > a {
font-size: 18px;
}
.sf-menu a.sf-with-ul {
padding-right: 28px;
padding-left: 5px;
}
}
To change the menu from phone to be on ipad to is a little difficult.
Thanks for the message!
Hi,
We will update the theme ASAP and will have the visual composer updated to.
Thanks for the message!
Hi,
You mean here: http://screencast.com/t/w9Xx8C1qVipi We will take a look.
Thanks for the message!
Hi,
Change the value from here: http://screencast.com/t/lGuhMWsiIesF
Thanks!
Hi, I see that you have managed the issue by using the CSS provided.
Thanks for the message!
Hi,
Try this one:
.post h2 {
padding-bottom:30px;
}
.post h3 {
padding-bottom:30px;
}
Hi,
I will add this on our todo list, for the future updates.
Thanks for the feedback!
Hi,
@thomaspe we will take a look.
Thanks for the message!
Hi,
The theme use multiple fonts, like:
– Ubuntu for menu
– Roboto condensed – for titles, block titles,
– PT Sans – for body text
– Open sans
Thanks for the message!
Hi,
Just use this CSS, add it in Theme panel -> Custom CSS and set it like you want, now is 0px top and bottom
.td-footer-wrap .td-grid-wrap {
padding-bottom: 0px !important;
padding-top: 0px !important;
}
Thanks!
Hi,
@london789 the tagDiv Speed Booster is incompatible only with Rev Slider from our recommended/optional plugins list. https://forum.tagdiv.com/installation/
About the page speed you need to analyze your site using Page speed insights or gmatrix and resolve all the issues reported.
On our demo we use only the Speed Booster + W3 with page cache enable + a good server configuration.
You can read here some tips about the page speed: https://forum.tagdiv.com/topic/pagespeed/
Hope this help!
Thanks for the message!
Hi,
About the number or items could be from here: http://screencast.com/t/pdV0vgwstd
About the pagination, you can try with a plugin like WP-navi or similar and see if works.
Thanks for the message!
Hi,
Yes you can export/import all the Theme panel options, but widgets management are not included in panel.
If you copy all the files and also the database on a live server all should work fine, about the widgets is important to not activate another theme then switch back to newspaper. When you activate a theme the widgets will be moved to inactive widgets section.
You can take a look here: http://www.sitepoint.com/move-wordpress-new-server-without-losing-anything/
Hope this help!
Thanks for the message!
Hi,
I’ve tested your site in Firefox, Chrome and IE11 and the characters looks the same http://screencast.com/t/4mcyWykWriTc
If you check with inspector you will see that the font computed is Open Sans. http://screencast.com/t/vZzuzNNPbSKE
Hi,
You have tried the CSS above? That CSS will make that border at 0px on entire site.
Hi,
Do you want to remove that line? I see that is added by somebody directly with style, default that code not was there.
If you want to remove it, try with this CSS:
.block-title {
border: 0px !important;
}
Thanks!