Hi,
I think this can be a plugin conflict, please deactivate all plugins ( in special the cache plugin ), clear all cache and see if the problem is still there.
This is the list with the plugins we tested with our theme
-> https://www.screencast.com/t/HgKAvanKoyJh
Thank you.
Hi,
1) Please see this options
https://www.screencast.com/t/2a34HeYNrO
https://www.screencast.com/t/o3bGT6ui
2) Try this settings
https://www.screencast.com/t/cEfA4IbNjiI
3) The easiest way will be with custom css, paste the below custom css in Newspaper>Theme panel>Custom code>Custom css
.home .td-container-wrap {
background-color: transparent;
}
If I do not understand correctly please let me know, and provide more details with what you want to achieve.
Thank you for your understanding.
Hi,
Please make sure that your code is set like this
https://www.screencast.com/t/yg17g2UOC
Thank you.
Hi,
Did you check in the widgets ( img ), if this not work you can use a custom css, paste the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td-footer-wrapper .widget a:hover {
color: yellow;
}
Hope this will help you.
Thank you.
Hi,
In order to be load only the custom color, you’ll need to change the color from theme file for mobile.
If you want to set the color in theme file please provide a link were I can inspect the colors you want to change in theme, but notice, if you make update to the theme this change will be lost, if you do not want to lose the changes you’ll need to use child theme
-> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you for your understanding.
Hi,
I note your suggestion on our feature list, but for the moment I can’t say when this will be implemented.
Thank you for your understanding.
Hi,
Please try the steps from this topics -> https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
-> https://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/
-> https://www.gomahamaya.com/fix-access-font-origin-blocked-access-control-allow-origin-policy/
-> https://forum.tagdiv.com/topic/icons-not-showing-3/
Thank you for your understanding.
Please provide some more information with want you want to achieve, and some screenshots would be very helpful.
Thank you.
Hi,
This section is made to let you to set different css on that devices, for example you can set this css in phones section
.home .td-scroll-up{
display:none;
}
and will be apply only on mobile
or in custom code>custom css you need to set this @media (max-width: 767px){ } in order to be apply only on mobile.
Thank you for your understanding.
Hi,
Here you can see all the change that have made in Newspaper theme -> https://themeforest.net/item/newspaper/5489609?s_rank=1 just go down in page
The YouTube embed is like before, just need to copy the url and paste it in post.
Thank you for your understanding.
-
This reply was modified 7 years by
Calin.
Hi,
There is a plugin conflict, or a cache problem
here is how look your image https://www.screencast.com/t/eiHiv0Nw9 and how is look a normal image https://www.screencast.com/t/6Qz9hocVr
Also if you have rocket loader, Please deactivate the rocket loader, in order to do that please follow carefully this tutorial about Cloudflare (CDN) -> https://forum.tagdiv.com/cloudflare-cdn/
Thank you for your understanding.
Hi,
You can use a custom css, or change the page template for the page that is set as homepage.
Here is the custom css, set it in Newspaper>Theme panel>Custom code>Custom css
.home .entry-crumbs{
display: none;
}
Thank you for your understanding.
Hi,
You can see the ajax documentation here -> https://codex.wordpress.org/AJAX_in_Plugins
Thank you.
Hi,
The line from theme panel will appear only on mobile,
If you want to have it on all device please add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-social-line{
display: inline-block;
}
Hope this will help you.
Thanks.
Hi,
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you.
Hi,
Please make sure that you do not have set any background color or image.
https://www.screencast.com/t/E2U6HtOn
https://www.screencast.com/t/60jwiP0SaU
In order to get posts, categories on full screen/width, you need to set some template from tagDiv Cloud Library edit the template (stretch row and content ) https://www.screencast.com/t/i8SQ5eS4 .
Do the same with the category templates, author templates.
Thank you.
Hi,
You can use this custom css
.home .sf-menu>li>a {
padding: 0 14px;
line-height: 48px;
font-size: 14px;
font-weight: 300;
}
.home .sf-menu>li>a {
padding: 0 14px;
line-height: 48px;
font-size: 14px;
font-weight: 700;
}
Just set the pixels and weight you need.
Hope this will help you.
Hi,
I will write Discord on our feature list.
Line all ready is in SOCIAL NETWORKS sharing in our theme panel
https://www.screencast.com/t/g2hdAdMO5
Thank you.
Hi,
If you want to have more control you can use flex block 1
https://www.screencast.com/t/vOK2rFIAH , using flex block, you have more control over the block layout.
Thank you.
Hi,
Please read this topic -> https://forum.tagdiv.com/topic/shop-page-shows-error-when-opened-with-tagdiv-composer/
Thank you.
Hi,
I do not quite understand the problem, you want to change the font for all blockquote.
If you want to change the fonts for blockquote in theme file, there are a lot of file, depend on the demo you have install and so on, i think will be more easy to add a custom css in Newspaper>Theme panel>Custom code>Custom css\
https://www.screencast.com/t/Zkfh4trhDtA
.td-post-content blockquote p{
font-size: 25px;
line-height: 30px;
font-weight: 400;
}
Hope this will help you.
Thanks.
Hi,
Here is the custom css for homepage
.home .td-scroll-up{
display:none;
}
If you want to hide form all devices place the css outside of @media (max-width: 767px){ } , if you want to be hide only for mobile set it inside the {}
Thank you.
Hi,
Please make sure that you have the latest version of theme.
If there is still a problem please let us know.
Thank you for your understanding.