Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Hi,

PHONES 0 – 767px
-> @media (max-width: 767px){ }

IPAD PORTRAIT 768px – 1018px
-> @media (max-width: 1018px){ }

IPAD LANDSCAPE 1019px – 1140px
-> @media (max-width: 1140px){ }
DESKTOP 1141px +
-> @media (max-width: 1141px){ }

Thanks.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Hi,

Please make sure that your code is set like this
https://www.screencast.com/t/yg17g2UOC

Thank you.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Please provide some more information with want you want to achieve, and some screenshots would be very helpful.

Thank you.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.
Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

Hi,

You can see the ajax documentation here -> https://codex.wordpress.org/AJAX_in_Plugins

Thank you.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Calin
tagDiv Staff

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.

Viewing 25 posts - 32,851 through 32,875 (of 35,335 total)