Search Results for 'css'

Results from the Forum
trebol30
tagDiv Member

Hello Vlad S.

Do you have an estimated date to address the issue with an update? As we talked about a few weeks ago, the problem persists and you cannot use the cloud galleries or use CSS Analyzer yet.

Greetings

tsharma
tagDiv Member

Thanks for your response Anamaria!
The third-party plugin deactivations method did not work.
I have now resolved this by doing CSS customization to partial width sticky menu to make it full width. For now it is resolved using a workaround. Thanks!

faysalyaqoob
tagDiv Member

Hi,
I have removed the external CSS and checked my website, ads only show on the homepage, on the landing pages there are no ads. My money is being wasted. I am paying the SEO team and the Content Creators but it’s all charging my pocket. This problem has taken a lot of time but you could not help me solve this issue. I think I will not recommend any new friends to buy this theme and use tagDiv if things remain the same. I need a solution to this problem. I can provide my username, password, and any other detail that you may need to fix this, but please help me. I am so tired of this situation.

And by the way, the code that you’ve asked me to remove is the feature that I need on my website. How come a CSS stop Google Ads? I don’t understand.

Anamaria
tagDiv Staff

Hello,

If you follow the steps which are presented in this tutorial here: https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also, to increase the page speed you can check these similar topics for more solutions:
https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/
https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
https://tagdiv.com/how-to-increase-page-loading-speed/
https://developers.google.com/speed/docs/insights/v5/about
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/

Please give it a try and follow the steps which I presented above about page speed.
Also, check our guide from here: https://forum.tagdiv.com/how-to-make-the-site-faster/
To be able to optimize those elements is quite difficult, so to remove CLS please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/

Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
We tested our tool on our demos, and we have such great results!
Take a look at this topic because it could help you: https://forum.tagdiv.com/topic/css-analyzer-step-by-step-and-doubts/

Thank you!

Anamaria
tagDiv Staff

Hello,

To change the color of the blocks from the homepage, please edit with tagDiv Composer, select the block and change the background color => https://www.screencast.com/t/x68tDSQ9y for the color of category on the Standard Single Template, you need to set a color on each category from Theme Panel -> Categories => https://www.screencast.com/t/kJDdaQmeVQ8s -> https://www.screencast.com/t/SXpKwpcJIxvG
For Related articles and more from author, you need to use a custom code CSS =>

body .td_block_template_4 .td-related-title .td-cur-simple-item {
background-color: #EA2E2E ;
}
body .td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #EA2E2E transparent transparent transparent !important
}

You need to set the code in theme panel > custom code> custom css.
for the widgets from sidebar, you need to set the color in Appearance -> Widgets => https://www.screencast.com/t/UEot5Ezb -> https://www.screencast.com/t/gxNLadZ28

Hope this helps you!

Thank you!

Anamaria
tagDiv Staff
Calin
tagDiv Staff

Hi,
For the problem with ads we need to make some investigations, there must be something there since for me is working and for you isn’t. For this please contact us at contact@tagdiv.com provide wp-admin and include the link of this conversation, also please make a full backup for your understand.
Also for background ads, please add this custom css in theme panel
.td-boxed-layout #td-outer-wrap {
max-width: 100%;
}
body.td-background-link .td-container-wrap {
cursor: auto;
width: 1164px;
}

This will fix the background and it will work again.
Let me know the results!

Tipsterio
tagDiv Member

Hey 🙂

Added the custom CSS code. Works. thanks.

karu
tagDiv Member

Can you explain what is the Url path and CSS code for modify template?

DaveKinetic
tagDiv Member

Hi Calin,

Thanks for the CSS code. That fixed the alignment on the icons.

The potential plugin issue I will have to test on a copy of the site. I’ll come back to you once I have done some testing.

The ad issue isn’t resolved for me. Custom ad 2 is set to only display on mobile: https://i.imgur.com/EbB4FR1.png. In the editor, I choose custom ad 2 in the position required: https://i.imgur.com/0jE0XBu.png. On desktop the ad shows when it shouldn’t: https://i.imgur.com/H6WD9dt.png and it also breaks the alignment of existing ad units: https://i.imgur.com/9ynoNRz.png

The last issue I have is that the background ad is no longer clickable. The URL is included but nothing happens.

Calin
tagDiv Staff

Hi,
Yes, you can use the css tab from slider element and hide it per view port -> https://i.imgur.com/gv4f27a.png
I hope this will help you!

Calin
tagDiv Staff

Hi,
if you need only the content boxed for the category, then you can use this custom css:
https://i.imgur.com/uotCgRV.jpg
.category .td-container-wrap {
width: 1068px;
}

Set the code in theme panel > custom code> advance css in desktop section.
I hope this will help you!

palsys
Participant
#0

Hi there 🙂 I’ve used custom CSS to limit the height of the slider, but that’s obviously causing display issues on mobile because of the extra forced padding. Is there a simple way to hide the slider on anything but full size desktop displays?

Thanks in advance!

Anamaria
tagDiv Staff

Hello,

in this topic https://stackoverflow.com/questions/14310154/how-do-i-set-a-background-color-for-the-width-of-text-not-the-width-of-the-enti, there are several designs, which exactly do you want? https://www.screencast.com/t/qwhFqGYUeC
If you want to look like this https://www.screencast.com/t/pADr3BNmc5rL you need to use this custom code CSS, but please let me know what elements you want to add because each has a different class
.td-block-title
{
text-shadow: 0 0 5px blue;
}

Thank you!

Calin
tagDiv Staff

Hi Photoboy, I see that you have a very good score on desktop -> https://i.imgur.com/iHuc5ml.png on mobile I see that you need some more improvements, for most of users the mobile page template is making the difference, if you want you can make a test with it, also on it will be also apply the critical css from tagDiv Analyzer too.
I hope this will help you!

Anamaria
tagDiv Staff

Hello,

I checked your website and seems you use a child theme =>https://prnt.sc/18p8713, then you need to change the color in the style CSS where you have set a custom code CSS for widget h4 https://prnt.sc/18p8713 or you can use this custom code CSS =>https://www.screencast.com/t/W6ZjfbHEf
.td-footer-wrapper .widget .td-block-title {
background: transparent;
}

Thank you!

Calin
tagDiv Staff

Hi,
Indeed there seems to still be some problems with the buddypress, as a quick fix for the header, please use this custom css
.buddypress .tdb_header_menu .tdb-menu > li > a:after {
display: none;
}
.buddypress .tdb-menu > li > a:hover {
background-color: #850000!important;
}

And for foooter icons please use this custom css:
.buddypress .td-footer-template-wrap .tdm-social-item i, .buddypress .td-footer-template-wrap .tds-team-member2 .tdi_98_ed3.tds-social1 .tdm-social-item i {
color: #ffffff;
}
.buddypress .td-footer-template-wrap .tdm-social-item i {
font-size: 22px;
vertical-align: middle;
line-height: 48.4px;
}
.buddypress .td-footer-template-wrap .tdm-social-item {
width: 48.4px;
height: 48.4px;
margin: 5px 10px 5px 0;
}
.buddypress .td-footer-template-wrap .tdm-social-item-wrap:hover i, .buddypress .td-footer-template-wrap .tdm-social-item-wrap:hover .tdm-social-text {
color: #d70606;
}

This code should make the website to look the ok. You need to set the code in theme panel > custom code> custom css.
I hope this will help you!
Let me know the results!

Anamaria
tagDiv Staff

Hello,

I made a test with header style 5, and for me works well => https://www.screencast.com/t/7NMj96pU
Normal the header is universal and does not have an additional custom CSS code for a certain page, please try to use another header style and see if the problem persists.

Thank you!

Bettina
tagDiv Staff

Hello!

It depends which and how many settings you have in the theme panel. All settings are going true the database, also the CSS custom code which you added. My recommendation is to shift the default templates to cloud template, so in this case you will reduce the kb in that file.

Thank you!

DaveKinetic
Participant
#0

Hello,

I didn’t update to the last version of Newspaper because we weren’t able to fix some issues. One of the original posts is here: https://forum.tagdiv.com/topic/disable-custom-ad-on-desktop-no-longer-working/

I have updated to Newspaper 11 and the problems still persist. I have changed the ads on the homepage because it appears that issue couldn’t be fixed. I still have an issue with icons in lists not aligning correctly. I’m sure this can be fixed with some customer CSS?

An example page: https://mcu-initiative.com/tv/loki/. Before and after update images below:

Before update: https://i.imgur.com/4ubhJXS.png
After update: https://i.imgur.com/vHyfD8f.png

I’m also experiencing a problem where editing or publishing a new page does not work. The button is blue but when I click it, nothing happens. The only way I can publish a page is to disable Newspaper plugins.

JJ0000
tagDiv Member

It’s not a live site, but the header is Style 5. It’s exactly as described, if I switch between Home and another page, the logo padding goaes up 1 px. Which doesn’t make sense to me because the header is universal right. Unless there’s some CSS added exclusively for the Home page?

Anamaria
tagDiv Staff

Hello,

When you select a paragraph for which you want to change the font size, you must add an extra class https://i.imgur.com/x2kFaVX.png for example, “big-word” and you need to use this custom code CSS => https://i.imgur.com/gVkTg1U.png

.single .tdb-block-inner > p.big-word
{
font-size: 42px!important;
}

The code needs to be set in Theme panel -> Custom code -> Custom CSS

Hope this helps you!

Thank you!

spataro16
Participant
#0

Hi all,

Need some help with the making the height of the header template smaller. I’m using Header Template 47 – Podcasts from the cloud library.

I’ve tried modifying via tagdiv composer and modifying the css but not having any luck so far. Is there an option on the menu I am missing somewhere?

DENNISON0204
tagDiv Member

I downloaded the zip file of version 11 and tried to upload it manually, it gave me the following error:

Unzipping …

Installing the theme …

The package could not be decompressed. The theme does not have the style.css stylesheet.

The installation of the theme has failed.

thinktank
Participant
#0

Hello everyone
I have a slight problem.
I am using the Gutenberg editor for my posts and when I use the font size selector for some lines it doesnt work because the font size is overriden by a setting of your theme.

Is there any workaround? May I enqueue yours CSS earlier than the block editor?

Viewing 25 results - 5,051 through 5,075 (of 33,436 total)