Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

Please provide me a link where I can check these comments in this way I will be able to show how to change the color, or to provide a custom css for this.

Thank you!

fashioninsiders
Participant
#0

Hi,
Since last update the styling for blockquotes is there when editing on the backend, however once published the styling has been stripped away. If you check in inspector, styling is there on backend but once published inspector shows no styling associated with blockquotes. If you add styling back in through css that resolves short term.
Regards

actu17
Participant
#0

Hi,
Every year, my website loose all it’s parameters and the activation code vanishes.
I think this code vanishing cause the Newspaper 9.5 issues.

Even if i put it back, all CSS is gone.
What to do please ?

Calin
tagDiv Staff

Hi,

That is because on mobile is set a css on the image that will hide it, you’ll need to edit the homepage with tagDiv Composer, click on the image Column and change on mobile device http://prntscr.com/q0g8my -> http://prntscr.com/q0g8vl -> http://prntscr.com/q0g82m

Hope this will help you!
Thank you!

Otacool
tagDiv Member

I’d like to know how to edit just the “Title” block also, I noticed I can’t reduce the distance between it and what follows with CSS

Mantascx
tagDiv Member

Maybe with custom css its also possible to hide related posts block in category ‘skubus-skelbimai’ ? Thanks!

pierpaolocorso
tagDiv Member

Perfect for css codes.

I’ve noticed that category paging doesn’t work. If I click on 2 … it always shows me the first page.

Vlad S
tagDiv Staff

Hello !

You can use this css code here: .td-scroll-up-visible {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Amit
tagDiv Member

Hello,
To remove About us add this to custom CSS to Theme panel >> Mobile theme >> Custom Code
aside.td-footer-description {
display: none;
}

I tried visiting the category page, but it’s redirecting me to the homepage.

For thumbnails on mobile, you should enable thumbs for mobile theme.
Theme panel >> Block settings >> Thumbs on modules/blocks
enable thumb size = 265 X 198 and 741 X 486
Refer: https://prnt.sc/pzz5tt

I hope you will find this helpful.
Thank you for your understanding.

Calin
tagDiv Staff

Hi,

From what i can see you are using the Newspaper v9.8, after this version appear the Instagram made some changes and it was not longer work correctly, in order to fix this you’ll need to update the theme to Newspaper X.
-> https://tagdiv.com/update-newspaper-theme/

In order to exclude these 2 categories you can use this custom css -> https://i.imgur.com/PsR9NpH.png
.td-footer-container .td_block_popular_categories a[href$="/bestemmingen/"], .td-footer-container .td_block_popular_categories a[href$="/geen-categorie/"]{
display: none;
}

The code need to be set in Theme panel> Custom code > Custom css

Thank you!

Vlad S
tagDiv Staff

Hello !

Unfortunately that option can be achieved only using css coding which means custom work and is not covered by the support team due to our support policy/: https://forum.tagdiv.com/newspaper-theme-support/

You can contact our custom work team and let them know about your wish and they will be more than helpful to help you over a fee: https://tagdiv.com/premium-customization-services/

Thank you !

Calin
tagDiv Staff

Hi,

On mobile theme plugin the post title is hidden on Breadcrumbs, if you want to display it you’ll need to set this custom css in -> https://i.imgur.com/RL6AiLa.png
.single-post .td-bred-no-url-last {
display: inline-block;
}

The code need to be set in Theme Panel> Mobile Theme> Custom code > css

Thank you!

Calin
tagDiv Staff

Hi,

I think that you are using the mobile theme plugin, if is so then you’ll need to use this custom css in Theme Panel> Mobile theme > Css -> https://i.imgur.com/AsEgc2Z.png
.single .td-category{
display: none;
}

Thank you!

Vlad S
tagDiv Staff

Hello !

It looks like there are some weird CSS changing your photo layout. Please deactivate ALL the plugins except TAGDiv ones and check if the issue is still there. On our side there is no css and the image is being displayed fine.

Let us know about the result.

Thank you !

rvtravel
tagDiv Member

Hello, unfortunately I’ve tried and it doesn’t work.

I managed to install Site Origin Widgets, and use only the Image Slider Widget.
Then, with some CSS custom code, the slider displays and works fine.
This thread can be marked as solved.
Thank you!

meri
tagDiv Member

Problem solved with some CSS, no need to reply.

robink
Participant
#0

Hello support,

Is there a way to add a parallax effect on an ad ? (any CSS snippet maybe ?)

Or via a third party plugin ?

Thanks

meri
Participant
#0

Hi,

How can I hide the category tag on top of posts on the Mobile version?
https://ibb.co/mSTVvxT

I tried an old CSS posted in the forum, but it didn’t work.

Thanks for your help

pierpaolocorso
tagDiv Member

Hoping to find a solution soon, I activated the plugin to better understand the problem.

Here are the errors to repair:

Css for hide title category
https://novabbe.com/wp-content/uploads/2019/11/category-title.jpg

css for hide “about us”
https://novabbe.com/wp-content/uploads/2019/11/about-us.jpg

thumb activate for image preview
https://novabbe.com/wp-content/uploads/2019/11/thumb-img.jpg

Vlad S
tagDiv Staff

Hello !

That happens on Chrome and other browsers too but you can try this CSS code that should fix your issue:

.tdb_header_menu .tdb-menu>li:hover>ul, .tdb_header_menu .tdb-menu>li.tdb-hover>ul {
min-width: 20em;
}

I hope this was helpful !

Thank you !

sylcharlestone
tagDiv Member

Thank you.

Sadly it’s not working: https://www.consobrico.com/comment-poser-de-la-ouate-de-cellulose/

Any other css I could try ?

Thanks.

pierpaolocorso
tagDiv Member

With a simple css code is it possible to make these changes ?:

1- remove the “about us” title in the footer

2- remove the category title from the category pages

3- remove the “follow us” title from the social icons in the footer

This is enough

Vlad S
tagDiv Staff

Hello !

On mobile theme you will need to use css coding. But what exactly you need the vertical align since the elements seem to be aligned on your website ?

Thank you !

Vlad S
tagDiv Staff

Hello !

Please try this css code:

.comment-form-cookies-consent a {
vertical-align: unset;
}

Let us know the result !

Thank you !

Calin
tagDiv Staff

Hi,

Please try this custom css
.td-footer-container #ez-toc-container{
display: none;
}

The code need to be set in theme panel> Custom code> Custom css

Hope this will help you!
Thanks.

Viewing 25 results - 8,826 through 8,850 (of 33,436 total)