Search Results for 'css'

Results from the Forum
sentierol
Participant
#0

Dear Calin,
just sharing that after adding the 4-5 big images blocks at the top of the page, while giving a much better graphic appearance to the website, the loading speed decreased a lot:

going from A on Gtmetrix to C about performance and on Google Page Insights too it decreased, mostly for the mobile ranking.

I already had among others the lazy load and minifications for html and css enabled.
I like your feature but if you could consider to speed up the loading time in the future, I’ll appreciate. Thanks a lot!

Jose
tagDiv Member

Hello @Anamaria,

I think it must be some kind of mistake. Using a mobile device, the menu is shaded in the home page, in categories… But it doesn’t have a shadow on the items, which is where I want.

I don’t know if it happens in all the items, but in most of them it does.

Can you add it there if you use css?

https://fotos.subefotos.com/5f8bb8001fcf24927f881d2d0bff514eo.jpg

Gracias

Anamaria
tagDiv Staff

Hello,

This setting is by default, there is not an option for this. Please see if you don’t have some code CSS, what makes it disable.
Please provide a link to your website.

Thank you!

JC
Participant
#0

Hello, I am setting a featured image on a page but it’s not displaying on the page. No issue with posts and I cannot find any setting that disables the featured image on a page nor can I find any css hiding it. Am I missing something?

Anamaria
tagDiv Staff

Hello,

You can hide the share buttons and like using tagDiv Composer => https://www.screencast.com/t/Zuq9QCRbRpyE , selected the element => https://www.screencast.com/t/Z2McXsEPau and in CSS you can select the hidden display => https://www.screencast.com/t/JxIEt20sF -> https://www.screencast.com/t/5smqhGWDT7

Hope this helps you!

Thank you!

#0

Text on sidebar block headings is not consistent and I’m having trouble adjusting it.

I have run out of options for adjusting the text on sidebar headings other than using CSS code (I am not good at it) but I am having trouble getting the code right.

Installed Newspaper 9 with the Default Demo initially (2 years ago) but upgraded and converted and no longer using the tagDiv Standard Pack plugin.

On the homepage https://testsite.northdallasgazette.com/
Image: https://testsite.northdallasgazette.com/wp-content/uploads/2021/01/Sidebar-Heading-1.jpg

On another page: https://testsite.northdallasgazette.com/index.php/ndg-live-video/
Image:
https://testsite.northdallasgazette.com/wp-content/uploads/2021/01/Sidebar-Heading-2.jpg

I want them both centered with the font size of the larger one (19px). I followed the instructions for using the browser’s Inspector here and could only come up with the following code but it does not work.

td_block_templete_14 widget .td-block-title a {
font-size: 19px;
text-align: center;
}

Please help.

Origor
Participant
#0

Hello,

I want to remove margins of an element’s background in mobile view. I even added custom css to do it but, it only removes left margin. Could you help please?

Desktop view: https://ibb.co/V3ZkWR5
Mobile view: https://ibb.co/p3SJvvw
Custom css: https://ibb.co/12KPZWN

TkLbIY
Participant
#0

ERROR: The package could not be installed. The theme is missing the style.css stylesheet.

i can’t upload and activate the theme – it gives the above error/

Jose
Participant
#0

Hello team,

On a website I use a design from the cloud library.

In the other website I use the tagdiv mobile plugin.

I would like, if possible, to add the same shadow under the header (menu), to the version that uses the tagdiv mobile plugin.

I know that tagdiv mobile plugin does not allow design changes, is it possible to add this shadow through custom css?

And another question I have is, is it possible to change the design of the menu button too if I use the tagdiv mobile plugin?

Thanks

Webs:

https://cutt.ly/YjlGVeC
https://cutt.ly/DjlGVRc

steve@tvstrategies.com
tagDiv Member

Hi – Thanks for your suggestions. I still need help with your first one. The second one is resolved. The third one is resolved, but not in the way that you suggested.

1) You suggested to change the images to 300×250 (from 300×300) -> https://i.imgur.com/PaHY1Y2.png

See my screen shot: https://ibb.co/6nJQ4pq

As you suggested, I changed the image on the right to be 300 x 250 (the other two, i did not change). This did not help. Also, there is no control for the padding or borders around the individual images in the image block, using tagDiv Composer. Unless I did not understand what you suggested!

2) For the sidebar image alignment, you mentioned the different width and margins that were set on the element https://i.imgur.com/rG2xch9.png I removed them as you suggested, and it’s great – thanks

3) For my Text Alignment problem, I pasted your custom CSS into the Theme Panel > Custom Code > Custom CSS. It did not work. But, when I pasted it into Live CSS, it worked perfectly.

.td_block_image_box.td-image-box-style-2 .entry-title a {
padding: 0px;
}

Thanks for the great technical support!

Bettina
tagDiv Staff

Hello!

Please use this CSS code:

.tdb-featured-image-bg {
border-radius: 9px !important;
}

Copy and paste this code here: Newspaper -> Theme panel -> Custom code -> Custom CSS.

Hope that helps you!

Thank you!

John Kord
tagDiv Member

Okey, I understand it, but what block I must add to this page and what CSS write inside it?

I use “tdb_single_bbg_featured_image” for main block in single page templalte

Anamaria
tagDiv Staff

Hello,

You can hide the share buttons and like using tagDiv Composer => https://www.screencast.com/t/Zuq9QCRbRpyE , selected the element => https://www.screencast.com/t/Z2McXsEPau and in CSS you can select the hidden display => https://www.screencast.com/t/JxIEt20sF -> https://www.screencast.com/t/5smqhGWDT7

Hope this helps you!

Thank you!

burakcihan
Participant
#0

I want to use Smush Pro cdn but it doesn’t work with your theme. I don’t want to change your theme. I shared with you the answer they gave me when I wrote to the Smush pro team.:

It seems that the way the theme you’re using is built, doesn’t allow Smush CDN to be used in most cases. This is happening because Smush CDN requires images to be added via img tag or inline CSS

Bettina
tagDiv Staff

Hello!

If you don’t have the option for this , then you can use CSS code and apply it in theme panel.

Thank you!

Calin
tagDiv Staff

Hi,
It looks that is ca css problem.
please try this code https://i.imgur.com/310fqzp.png
body #td-outer-wrap .block-mega-child-cats {
overflow-x: hidden;
overflow-y: auto;
max-height: 252px;
}

Set the code in theme panel> custom code> custom css.
Hope this will help you.

boroguide
tagDiv Member

Thanks for your reply Calin.

The CSS has fixed the alignment of the breadcrumbs, thank you.

For the dropdown menu, I have this setting enabled via the Theme Panel – plus the Top Posts style. But this isn’t having an effect: https://imgur.com/a/kQuXeNv

I changed the Top Posts style from Grid 1 to Grid 3, which means that only three posts are now not showing – rather than five. The theme panel settings are having an effect in that sense. All three are the most recent:

So, for some reason, neither the dropdown menu or top posts grid aren’t showing. Looking at the category template source code, I can’t work out why that might be.

I will investigate the pagination issue separately, thank you for the suggestion.

Anamaria
tagDiv Staff

Hello,

You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/

Let me know the results!

Thank you!

Leema1303
Participant
#0

Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

Anamaria
tagDiv Staff

Hello,

Please insert this code in Theme Panel -> Custom Code -> Advanced CSS -> Phones

body .td-header-wrap .td-header-menu-wrap {
background-color: transparent !important;
}
body .header-search-wrap .td-icon-search
{ color: #fff !important;
}
body #td-top-mobile-toggle i
{
color: #fff !important;
}

Will look like this => https://www.screencast.com/t/FmkugC6AuA .

Hope this helps you!

Thank you!

Vlad S
tagDiv Staff

Hello !

On the elements that you are using it is not possible to use a css, you will have to use tagDiv Composer and assign a +40px margin top css: https://www.screencast.com/t/3jaNfc6Nf1Eg

Even in our demo it gets cut: https://www.screencast.com/t/IuPs4h2AyK

Thank you !

Vlad S
tagDiv Staff

Hello !

Please try this css code: .td-mobile-content li, mmenu-item-0{
border-bottom:2px black solid;
}

Thank you !

Vlad S
tagDiv Staff

Hello !

That will not work with CSS. for this you will need to use tagDiv Composer on your layout, add an AdBox Element under your title, and insert the adsense code in it: https://www.screencast.com/t/hdQGXUiIbP in the custom add you will have to insert the code.

Thank you !

Vlad S
tagDiv Staff

Hello !

That will not work with CSS. for this you will need to use tagDiv Composer on your layout, add an AdBox Element under your title, and insert the adsense code in it: https://www.screencast.com/t/hdQGXUiIbP in the custom add you will have to insert the code.

Thank you !

jihoon park
tagDiv Member

For reference, I haven’t checked anything. After installation, the default status, css reduction, and Java reduction are all unchecked.

Viewing 25 results - 6,226 through 6,250 (of 33,436 total)