Search Results for 'css'

Results from the Forum
smile099
tagDiv Member

What do you mean? On WordPress, it’s the normal text I didn’t add spaces in there.
And blockquote style was created by the tagDiv team CSS code.

anassetti
Participant
#0

Hi,
my site is https://libriperbambinieragazzi.it/
Why in SERP google I see this:

libriperbambinieragazzi.it
[td_block_text_with_title tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”]In questo sito troverete un po’ di consigli, suggerimenti e mie recensioni di libri per …
‎Libri per bambini e ragazzi da … · ‎Da 4 a 6 anni · ‎Da 13 a 16 anni

thanks

Calin
tagDiv Staff

Hi,
You can remove one of that line using custom css, this is the only way.
The css that can be use is this one
.td-post-sharing-bottom {
display: none;
}

It need to be set in theme panel> custom code> custom css.
Hope it will help you!
Thank you!

Anamaria
tagDiv Staff

Hello,

I check your website, and seems you have a color which applies on the mobile menu => https://www.screencast.com/t/pGXAlaqzV9o , the opacity for that color is set to 0 it will look like this => https://www.screencast.com/t/lYR4ScqTTOzu
Please check the color for the mobile menu from Theme Panel -> Theme Colors => https://www.screencast.com/t/vybp715Ay2tC

If you want to keep the current mobile sticky layout you can use this custom CSS => https://www.screencast.com/t/jAQqPgZBTf

body .td-header-style-10 .td-header-gradient::before {
bottom: -4px;
}

Hope this helps you!

Thank you!

babaulamdep
tagDiv Member

https://babaulamdep.com/review-serum-rau-ma-skin1004-madagascar/
You can see this. The Auto Adsense will display above the Post title. It make change Layout Shift.
Talk to me if can’t using css. Thank you very much

sirms
Participant
#0

Hi,

I’m trying to set up custom HTML and CSS because it won’t let me customize how I want it other ways, for example I want my search and menu to be different. I manage to do it if I use my custom html code and javascript pasted in to the custom “html” section in the header-row and with a stylesheet <link to my other running site with the same header Manu. The problem I get is: “Errors at columns: 1(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)”. So how can I make custom headers, block and footer?

Vlad S
tagDiv Staff

Hello !

Please provide a link to your website but I don’t think this can be done using CSS.

Thank you !

Bettina
tagDiv Staff

Hello!

Try to add this CSS code:

.td-container.td-pb-article-list.td-main-content .block-title {
display: none;
}

You have to add it here: https://www.screencast.com/t/CMq2TV21Cgoc

Thank you!

codexxx
tagDiv Member

Hey Vlad,

Yeah, I understand but some say that there is a workaround by adding the custom fonts in the \wp-content\themes\Newspaper\style.css, and I’ve tried that but it seems it does not working probably because I am using tagdiv composer that it is not pointed to the right path of css file. I am not sure if I can add the custom fonts on the path below, tell me if that is feasible.

\wp-content\plugins\td-composer\assets\fonts

Thanks

  • This reply was modified 5 years by codexxx.
Vlad S
tagDiv Staff

Hello !

That can be done using tagDiv Composer using the css tab. Take a look here: https://www.youtube.com/watch?v=fa7GenCHcBU

Thank you !

Calin
tagDiv Staff

Hi boroguide,
“– The top bar with category dropdown menu doesn’t appear”
Make sure that the option is enable from theme panel https://i.imgur.com/L1qy0Zy.png
For you can use a custom css like this one https://i.imgur.com/smx3SAh.png
The code need to be set in theme panel> custom code> custom css
.td_category_template_1 .entry-crumbs {
display: block;
}

Unfortunately I do not know what the posts that should be the latest five posts from the category, please let me know them.
The duplicate pagination can be from an extra plugin that you are using, please make a test, disable all non theme plugins and check again.
Also another alternative is to use a custom css to hide one of them.
Thank you!

babaulamdep
tagDiv Member

Can you give other way bro?
I’m using Post page from Beauty Blog because the dev team make it very beautiful 🙁
How about the css bro? I only need the Post Title (in content) down and have a Space for Ads above
(it will not change the Layout Shift and CLS will low)

anggagilang
Participant
#0

Hello,

I want to find this css
<div class=”wpb_wrapper” style=”width: 228px; position: fixed; top: 73px; bottom: auto; z-index: 1;”>

Where i can get that CSS on newspaper theme? Please see my screenshot (https://drive.google.com/file/d/1S_L9oxqugVBIoU1BP3nmA6W6Fx7Cs6Kh/view?usp=sharing) for clarity

Thanks

Anamaria
tagDiv Staff

Hello,

If you are referring to this line, it can be add on the standard header only with custom css => https://i.imgur.com/QxpOnXd.png, you need to add the custom code in Theme Panel -> Custom Code -> Advanced CSS -> Phones => https://www.screencast.com/t/1Wcj3wHXyR,

.td-header-style-10{
border-bottom: 2px solid red;
}

Also, it can be achieved, using a cloud header from tagDiv Cloud library, you can edit it with tagDiv Composer and add that line.

Hope this helps you!

Thank you!

anggagilang
Participant
#0

Hello,

I want to add css top on element sidebar when scrolling because i use sticky menu, so in order my widget on sidebar doesn’t crash with sticky menu when user scrolling up my site.

I have sample from demo newspaper (https://demo.tagdiv.com/newspaper_magazine/) and i have screenshot it & inspect element too, but i don’t know how to add it on my site. Anyone can help me? Thankyou before

Anamaria
tagDiv Staff

Hello,

You will have to first start looking for a plugin conflict.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If this doesn’t have an effect, you need to insert the custom code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/rAWk31jQO.
The code is:

.mob-menu-header-holder {
display: none;
}
body.mob-menu-slideout-over{
padding-top: 0;
}

Hope that helps you!

Thank you!

codexxx
Participant
#0

Hi Support,

Upon checking there is browser compatibility issue in Safari (Macbook Pro – BigSur), as the menu navigation menu not appear (see screenshot in the link below), but it works in Chrome, FF, Opera, IE Edge)

https://imgur.com/a/ngZSfTT

Please investigate this matter, and what CSS tricks to make it work.

Thanks

Vlad S
tagDiv Staff

Hello !

This is achievable using CSS as you can see here: https://www.screencast.com/t/cbqfHOZHa

You will have to use the Google chrome inspector in order to see which menu id’s you have and add them to your css.

Here is the code: .menu-item-18250 {
border-bottom: 2px black solid
}

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

Thank you !

Anamaria
tagDiv Staff

Hi,

You need to add this code

.td-scroll-up {
display: block;
}

like this => https://www.screencast.com/t/fbzSqYgX4.
The code need to insert in Theme Panel -> Custom Code -> Advanced CSS -> Phones => https://www.screencast.com/t/1yqpPmOSmn9.

Hope this helps you!

Thank you!

codexxx
Participant
#0

Hello Support,

I do not know why the sticky menu logo is not centered when viewing iPad Pro and iPad, I’ve tried figuring out the CSS but it seems I can’t find the culprit. Can you inspect and investigate the correct CSS? See below the screenshots:

URL: https://newblog.fullscale.io/

iPad view (before scrolling vertically – correctly centered): https://prnt.sc/wgltci
iPad view (after scrolling vertically – not correctly centered): https://prnt.sc/wglu39

iPad Pro (before scrolling vertically – correctly centered): https://prnt.sc/wglqy6
iPad Pro view (after scrolling vertically – not correctly centered): https://prnt.sc/wglsd8

Thank you

Calin
tagDiv Staff

Hi,
To have the same color hover, please use this custom css:
.td-footer-container .td_module_wrap:hover .entry-title a, .single .td-footer-container .entry-title a:hover {
color: #cd5c5c!important;
}

Set the code in theme panel, custom code, custom css and it should display the same color in any case for the footer section.
Hope this will help you!

Seamus
Participant
#0

Hey ! Happy New Year,

I have just downloaded the Newspaper-X theme but cannot install it.
When the theme installer starts work on the zip file, I receive this message :

Installing theme from uploaded file: themeforest-w9T08krl-newspaper.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.

Help, please.
TIA,
Seamus

Jose
tagDiv Member

Hello Vlad S,

<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>

Amazing, thanks!

Anamaria
tagDiv Staff

Hello,

You can add font icon using the plugin Font Awesome, for this please check this guide: -> https://forum.tagdiv.com/how-to-add-icons-in-menu/.
or using custom code(HTML and CSS).

Thank you!

Calin
tagDiv Staff

Hi,
The problem with the image seems to be when those are 300×300 and not 300×250 as should be -> https://i.imgur.com/PaHY1Y2.png also there seems to be some different width and some margins set on the element https://i.imgur.com/rG2xch9.png if you remove theme the images will look normal -> https://i.imgur.com/9RhRNBs.png please check with tagDiv Composer in css tab -> https://i.imgur.com/rZUJxzX.png
Also the align problems seems to be from css, first is look that you have set some adding on the image box, you can checked it here -> https://i.imgur.com/AfyJFoQ.jpg
Also the align you can try this custom css
.td_block_image_box.td-image-box-style-2 .entry-title a {
padding: 0px;
}

This code need to be set in the theme panel, custom code> custom css.
Hope this will help you!

Viewing 25 results - 6,251 through 6,275 (of 33,436 total)