Search Results for 'css'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

Please deactivate the tagDiv Composer plugin, delete and re-install it again from Newspaper plugins => https://www.screencast.com/t/WLy01lbc
To change the color of the text use this custom code
.wp-block-code code {
color:red;
}

The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf

Hope this helps you!

Thank you!

Vlad S
tagDiv Staff

Hello !

Please take a look at Tagdiv Newest tool CSS Analyzer. You can take a look at our tutorial here: https://www.youtube.com/watch?v=tnkVapqhIHc

Let us know if this was helpful !

Thank you !

mikevanmoonlight
tagDiv Member

Hello!
1. No, I would like to keep boxed layout but little bit stretch that box like we did css on mobile layout in #2

2. That tip works perfect, thank you!

3. I have no child theme but using nesessary plugins like akismet and classic editor. Is there any another way to fix that issue but not deleting all plugins? I am thinking about deny pagination or setup an infinite scroll

4. How to add a tags to my articles?

5. I don’t like a blocquote style. How can I change it?

owar77
Participant
#0

After update, my custom template has some errors like:

wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: “f_auth_nme_font_family</strong>" as "<strong>f_auth_nme_font_family
…/wordpress/htdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php

Where f_auth_n(code ascii 96)me_font_family maybe is f_auth_name_font_family

I try downladed others templates from the cloud templates and i have the same error (in my custom template and the downloaded template) in the tag div editor:

Error at zones: 6(models) : 5(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)

and in the visual editor the error described at the beginning shows again (the wp_booster error)

owar77
tagDiv Member

I have the same problem with a custom post template, the error says:

wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: "f_auth_nme_font_family" as "f_auth_nme_font_family"
../wordpress/htdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php

And editing the template the error is:

Error at zones: 6(models) : 5(dom). The model does not match the content Current state has involved an issue.

  • This reply was modified 5 years by owar77. Reason: error on character
Sodiac
tagDiv Member

I’ve got the weird problem with Catagory template after 10.4 update. I have the main navigation with Category menu items. Some of them work fine but some look very bad, it looks like page code is broken or CSS not fully uploaded. I didn’t find any difference between categories neither name nor content.

When I downgraded to 10.3.9.1 this problem gone.

But now I cannot edit my (main) page with TD Composer: It gives me the Error message in very beginning:

“Error at zones: 6(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)”

It seems that pages were updated either and I can’t edit them with previous version.

Please, check your 10.4 code for stable work.

Anamaria
tagDiv Staff

Hello,

To hide the scroll to the top, you need to use a custom code CSS =>

.td-scroll-up{
display: none !important;
}

The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
To remove if you have the tagDiv Standard Pack plugin active then you need to comment this line => https://www.screencast.com/t/NRBxqmUp4I from this path
wp-content/plugins/td-standard-pack/Newspaper/header.php
but if you have the tagDiv Standard Pack plugin disabled then to comment the line go in
wp-content/plugins/td-composer/legacy/Newspaper/header.php
=> https://www.screencast.com/t/OWhnxwfS

Thank you!

mrant
tagDiv Member

Seems that directing the CSS to the non dynamic version of the page does not cause the same issue.

mrant
Participant
#0

When running the analyzer on the following page the process gets stuck at step 3 Desktop – Logged Out [Not Scrolled] Step 30 of 95, repeating the following error:

Uncaught TypeError: c.focus is not a function
at js_files_for_plugin_analyze_css.min.js?ver=78be34af347704c29acc8080ee49e259:45

https://fabtrackr.com/foods/fibre-one/90-calorie-milk-chocolate-popcorn-bars-dBbbjFsJ7/

MattiaVe
tagDiv Member

Hi Devava, same problem,
just read your message just today I was trying to understand why my ads have disappeared from the home page (instead on the post pages they work well)…
i can speculate that it has to do with css analyzer

StefanG
tagDiv Member

I saw the video but I don’t have that button for Analyze CSS.

Also, my website is extremely slow and I don’t know what to optimize, change in it with this theme. I saw that removing the Standard Pack and selecting a custom page could make things better but I didn’t find information about how to do that, while maintaining the form and functionality (which is also not good, using some of the tutorial from here) of the old website.

I thought this CSS Analyzer could help but it’s nowhere to be found – and I have the latest version of Newspaper.

Shariif
tagDiv Member

Hello,

The problem was the Jetpack plugin when deactivated CSS Analyzer is worked but take around 30 minutes to complete.
About Performance, I didn’t see many improvements.

Thanks

damadorpl
Participant
#0

in td_blok_trending_now.php there is custom css that is imported

}
.td-trending-now-wrapper .td-next-prev-wrap {
margin: 0 0 0 auto;
z-index: 1;
}
.td-trending-now-wrapper:hover .td-trending-now-title {
background-color: #4db2ec;
}
.td-trending-now-wrapper .td-trending-now-nav-right {
padding-left: 2px;
}
.td-trending-now-title {
background-color: #222;
font-family: ‘Roboto’, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #fff;
padding: 2px 10px 1px;
display: inline-block;
line-height: 22px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
cursor: default;
-webkit-user-select: none;
user-select: none;
}
@-moz-document url-prefix() {
.td-trending-now-title {
line-height: 21px;
}
}
.td-trending-now-display-area {
display: flex;
align-items: center;
vertical-align: top;
padding: 0 0 0 15px;
}

on page it render

}.td-trending-now-wrapper .td-next-prev-wrap{
margin: 0 0 0 auto;
z-index: 1;
}.td-trending-now-wrapper:hover .td-trending-now-title{
background-color: #4db2ec;
}.td-trending-now-wrapper .td-trending-now-nav-right{
padding-left: 2px;
}.td-trending-now-title{
background-color: #222;
font-family: ‘Roboto’, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #fff;
padding: 2px 10px 1px;
display: inline-block;
line-height: 22px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
cursor: default;
-webkit-user-select: none;
user-select: none;
}@-moz-document url-prefix(){
.td-trending-now-title {
line-height: 21px;
}}
.td-trending-now-display-area{
display: flex;
align-items: center;
vertical-align: top;
padding: 0 0 0 15px;

these addition &nbsp break css seem tha something add non breakingg space after each 0

edit – yeah froum dont show nbsp 🙂

https://imgur.com/a/4Nc4T86 here is screen from browser

Sim_Stripes
tagDiv Member

I deliberately set the debug mode to true because I was looking for the cause of the issue. There still seems to be a bug in …/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php.

Although the header looks a lot better now, there are still some broken styles due to the error in this file.

Will there soon be an update of the composer plugin that solves this issue?

mundoplus
tagDiv Member

Hello there.

We’ve had the problem of the stretched logo after the update in http://www.mundoplus.tv

We were able to track the problem down to line 436 of wp-content/themes/Newspaper/style.css that says:
width: auto\9;
instead of
width: auto;

After fixing that we had to delete the cached CSS file in our server and our CDN.

HTH

P.S. The stratched logo bug was not visible when authenticated

  • This reply was modified 5 years by mundoplus. Reason: Added P.S
madamcza
tagDiv Member

Hi Vlad,

thanks for your response. Yes, that is fine. I was able to add it exactly as in your screen. However I would like to have some nicer styling like shown in this picture:
https://prnt.sc/10tf6uj

What is the CSS code for this and where to put it? Will it work for soundclound hosted file?

Thanks!

ludyma
Participant
#0

Hello, I would like to inform you that the newspaper theme is heavy when it comes to doing page load tests, it always recommends CSS problems, tagdiv composer and other components of the theme, I have used the new css parser and it does not make changes, in the mobile version the same or worse for example in (pagespeed insight mark 13 and desktop 58) in (gtmetrix) one (E), performance 32%, structure 92%, largest content 4.4s, total blocking 456ms and cumulative layout 0.67
how can i improve this.

Thami
Participant
#0

website : http://www.mondedestoutous.com

Good evening,

While I had already uploaded Newspapper version 10.4 via envato, here are a few days that I was invited to update the same version via the wordpress dashboard, which I did to remove among other things an unnecessary notification. Just after, my site displays a fatal error because of td_composer. I tried to go back down to the previous version, back up from the day before, but it doesn’t work. By deactivating td_composer, the site is accessible but looks like nothing.

Here is the error message and I hope someone will save my life before the weekend.

Fatal error: Uncaught Error: Too few arguments to function {closure}(), 4 passed in /home/hath5827/mondedestoutous.com/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected
in /home/hath5827/mondedestoutous.com/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 507

Call stack:

{closure}()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/plugin.php:212
apply_filters()
wp-includes/meta.php:676
metadata_exists()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php:572
td_load_css_fonts()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:484
do_action()
wp-includes/script-loader.php:2004
wp_enqueue_scripts()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:484
do_action()
wp-includes/general-template.php:3005
wp_head()
wp-content/plugins/td-standard-pack/Newspaper/header.php:11
require_once()
wp-content/plugins/td-composer/td-composer.php:246
{closure}()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:484
do_action()
wp-content/themes/Newspaper/header.php:2
require_once()
wp-includes/template.php:730
load_template()
wp-includes/template.php:676
locate_template()
wp-includes/general-template.php:48
get_header()
wp-content/plugins/td-composer/legacy/Newspaper/page-pagebuilder-latest.php:4
include()
wp-includes/template-loader.php:106
require_once()
wp-blog-header.php:19
require()
index.php:17

stanipro
Participant
#0

After upgrading from 9.6 to 10.4 the site is getting fatal errors on any page and admin. Deactivating td-composer allows the site to load again. All plugins are deactivated except the theme plugins. Any ideas?

Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /wordpress-versions/5.6.2/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /dom27706/wp-content/plugins/td-composer/css-analyze/css-analyze.php:507 Stack trace: #0 /wordpress-versions/5.6.2/wp-includes/class-wp-hook.php(287): {closure}(NULL, 175497, ‘tdb_template_ty…’, true) #1 /wordpress-versions/5.6.2/wp-includes/plugin.php(212): WP_Hook->apply_filters(NULL, Array) #2 /wordpress-versions/5.6.2/wp-includes/meta.php(676): apply_filters(‘get_post_metada…’, NULL, 175497, ‘tdb_template_ty…’, true) #3 /dom27706/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php(201): metadata_exists(‘post’, 175497, ‘tdb_template_ty…’) #4 /wordpress-versions/5.6.2/wp-includes/class-wp-hook.php(287): {closure}(”) #5 /wordpress-versions/5.6.2/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array) #6 /wordpress-versions/5.6.2/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #7 in /dom27706/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 507

Vlad S
tagDiv Staff

Hello !

In the Pulses Pro template that one is edited using the options from tagDiv Composer and some css. That player shows up if you are using a Flex Block, and your post type is set to be Audio. As you can see here you have the option to hide it: https://www.screencast.com/t/3WxFjmx7

I hope this was helpful !

Thank you !

shubhamsharma7979
tagDiv Member

After Run Analyze Css And Save Click Here

SergioFD
tagDiv Member

hello!
thx for an answer
there is nothing at css
https://monosnap.com/file/mSCNNLYBaE05ypaZt5Ka0EYlIE6VDu
and three is main page
https://monosnap.com/file/steVw6DmbSrLb8FgFCJV49yEaMyL4o
there is clean theme for dev and there is no 3trd part plugin…

how to fix it?
thx a lot!

Anamaria
tagDiv Staff

Hello,

Please check if you don’t have some code CSS set on those icon boxes or some settings aren’t the same.
Also, make a test only with tagDiv plugins, and if the problem persists.

Thank you!

Vlad S
tagDiv Staff

Hello !

That you should be able to adjust using the CSS tab as you can see here: https://www.screencast.com/t/uqbm3jab and se a positive or negative margin, that you can adjust: https://www.screencast.com/t/CNIGOZMbH0

Thank you !

gooma2
tagDiv Member

I’ve followed the steps for the CSS Analyzer, but the dropdown won’t show on my desktop with Chrome. I’ve turned off caching also. Just a little stumped on this one.

Thanks!

Viewing 25 results - 5,676 through 5,700 (of 33,436 total)