Search Results for 'css'

Results from the Forum
petyaaa6
Participant
#0

Hi there!

Could you share the css code that is being used under the header menu in this prebuilt website?
https://demo.tagdiv.com/newspaper_magazine_pro/

I’m using that but unfortunately I deleted the css code element which contained the css code to make a shadow around the content wrap and header.

Thanks!

Dex
Participant
#0

Hi!

I just bought the Newspaper theme and cannot install it. This is the message I’m getting in WordPress:

“Unpacking the package…

Installing the theme…

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

Theme installation failed.”

Could you please check it out and let me know?

Thanks!

criacaoanicer
Participant
#0

According to this documentation I can specify fonts for elements.

The tagDiv Composer lists dozens of available fonts but they’re all displayed as Times New Roman in my browser, which I presume is a fallback font. This happens both during preview and while viewing the saved page.

So the CSS to load said fonts isn’t present or isn’t loading correctly.

No, the font I’m trying to use is not configured on the Themes Panel.

Is this behavior expected?

padix
tagDiv Member

Hey,

I added the code in the custom CSS and no change on the menu.

Best,

johnsnow
tagDiv Member

When I deactivated tagDiv Standard Pack Plugin – slider on the home page disappeared and I got the error:
[td_block_big_grid_fl_10 td_grid_style=”td-grid-style-2″ tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==” sort=”modified_date”]

Calin
tagDiv Staff

Hi,
That layout is made using custom css and it is apply using a body class in the theme panel> custom css.
A part of the code that you can use it this one:
body.page .block-title>span {
color: #222;
background-color: transparent;
padding: 0;
font-size: 18px;
line-height: 1;
text-transform: uppercase;
}
.block-title > span:after {
content: "";
background-color: #ef9337;
display: block;
width: 100%;
height: 2px;
margin: 8px 0 0;
}

I hope will help you!

Anamaria
tagDiv Staff

Hello,

Please edit the page, and select the template on the pagebuilder+Overlay menu => https://i.imgur.com/HcOLjQA.png, and after editing with tagDiv Composer, select the row and you can set the image in the tab called CSS => https://i.imgur.com/ilKQ9cG.jpg

Hope this help you!

Thank you!

Calin
tagDiv Staff

Hi,
Yes, that can be done, the css used is this one
.td-module-comments {
position: relative;
top: -3px;
background-color: #848484;
float: right;
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
text-align: center;
border-radius: 2px;
border-bottom-right-radius: 0;
}
.td-module-comments a:after {
position: absolute;
bottom: -5px;
right: 0;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 0;
border-color: #5b5b5b transparent transparent transparent;
}

You can edit it and set the code in the theme panel > custom code> custom css.
Thank you!

Calin
tagDiv Staff

Hi,
Let’s try one more time.
Please try this custom css:
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 60px!important;
}
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 60px!important;
}

Set it in the theme panel > custom code> custom css.
It will make the sticky menu to be like the fix one.
Let me know the results!

Anamaria
tagDiv Staff

Hello,

Please remove the generated CSS and generate it again.
Also, please let me know what plugins you have installed, sometimes can interfere with the tagDiv Analyzer.

Thank you!

Calin
tagDiv Staff

Hi johnsnow,
Another thing that you can do is to remove the plugins that you are not using, in this can please make a test, disable the tagDiv Standard Pack plugin, I checked your website and I do not see to use it somewhere on your website (check your website and in case that you see shortcodes then it is used and you can enable the plugin, but if everything is fine, then will only consume resources), after that clear all cache and check again the css size should be more optimize.
Thank you!

Lalit
tagDiv Member

Hi Soumitra,

As per my knowledge, this is happening because you might have changed the name of Theme Name: Newspaper in the theme’s style.css file.

I also faced this issue earlier.

More details on how to fix this will be answered by an official from the TagDiv team.

Regards,
A Newspaper user

Kfrancesco
tagDiv Member

Can I change CSS?

phongduycom
Participant
#0

Dear Newspaper Support,
I used the tagDiv CSS Analyzer function of the new version of Newspaper.
However, when using and feeling the speed of the site is slower than before.
And now I lost the Wp admin bar (image attached) on the whole page.
This is my website: https://furaka.vn/
Illustrating images:
Use Css Analyzer: https://ibb.co/Nt99YP5
Not Use Css Analyzer: https://ibb.co/8XFCjZ8
Thank you

johnsnow
tagDiv Member

Also another checkers told my that I have issue with Time to First Byte (TTFB)
Connect: 0.473057 TTFB: 1.152830 Total time: 1.153019

I asked my hosting support, they told me the problem is with wordpress template.
Are you sure your template is well optimized?

6000 lines in code. 1mb CSS style file, not optimized for google. Buggy

  • This reply was modified 4 years by johnsnow.
Calin
tagDiv Staff

Hi jitendrachrysolite,
The color option will apply only for simple text, I see that you set there lists using li that it is what the code is not apply. Set a class on the list and add the css for it in the theme panel or use a column text or text with title, on those elements is used the wp-editor and you can set the colors on lists and all elements like in posts.
Thank you!

adminTD
Participant
#0

I know amp designed for delivering content to mobile users, but normally when opened via desktop .. amp can working too .. that css is broken on dekstop amp

https://techdaily.id/amp
or on single
https://techdaily.id/cara-update-windows-11-di-realme-book/amp

best regards

ngospelmedia
tagDiv Member

Please your theme do not have minification features, what plugin is best for your theme to optimize the CSS, JAVA SCRIPTS, AND HTML files? for the site to be more faster?

Calin
tagDiv Staff

Hi,
The problem is from the extra border set on 2px on each iframe, unfortunately right now I do not know if this is a default css or is coming form some plugin, but to fix it just use this code
iframe {
border: 0;
}

Set the code in the theme panel > custom code> custom css.
I hope it will help you!
Let us know the results!

norbiQue
tagDiv Member

Hey @johnsnow
Delete unused CSS is for computer only, you can skip it!
Good start:
– use images in new format
– reduce the number of fonts used, host locally
– load JavaScript deferred
– delay JavaScript Execution

  • This reply was modified 4 years by norbiQue.
Bettina
tagDiv Staff

Hello!

Click on “Remove generated CSS” and see the results.
If the problem is still there, then send an email at contact@tagdiv.com and provide wp-admin, so we can investigate this issue. Also paste a link to this topic so we can easily identify you.
Let us know and we will gladly assist you.

Thanks!

Calin
tagDiv Staff

Hi Gundud,
On our demos we used more steps, but, all of them are in our guides:
For example we do not use external resources.
Use a cache plugin -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Optimize the website: this can be done using an extra plugin https://forum.tagdiv.com/autoptimize-install-configuration/ or using our guide with CSS Analyzer -> https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/
Use a Cloudflare (CDN) ->https://forum.tagdiv.com/cloudflare-cdn/
I hope this will help you!

Calin
tagDiv Staff

Hi,
I think that you are referring to something like this https://i.imgur.com/8beQwhY.png unfortunately, our theme do not have an option to get the layout and actions like that.
The element from the menu that you indicate in our theme it is a mega menu and is related to the posts per categories, also with our theme you can use page menu, but for a similar structure like here -> https://www.petsathome.com/ you need to use normal sub menus like this https://i.imgur.com/9qwm2TO.png -> https://www.wpbeginner.com/wp-tutorials/how-to-create-a-dropdown-menu-in-wordpress-beginners-guide/ then it need to be styled with some custom css.
Thank you!

greglux
tagDiv Member

Hello,

Thank you for your reply.
FYI, I added these lines under the Appearance/Themes/Customise Newspaper theme/Additional CSS

a:focus {
border: 3px solid #4db2ec;
}
div.lg-link-item a:focus,
div.sm-link-item a:focus {
display: flex;
}

It seems to solve the problem. Can you please let me know if this will be overwritten when the theme updates?

Thanks.

johnsnow
tagDiv Member

Your CSS Analyzer is bugged. I “optimized” website with your css analyzer and got the same post picture for all my other posts.

Viewing 25 results - 4,476 through 4,500 (of 33,436 total)