Search Results for 'css'

Results from the Forum
Anamaria
tagDiv Staff

Hello,

I checked the canonical tag with a few testers and this is passing all of them – https://www.seoptimer.com/canonical-checker/www.justonefortheroad.com

The problem related to the mobile header is happening on the desktop also. Usually, it is related to a cache or optimized plugin. What I can recommend is to to a test without those plugins and see if the problem persists. Also, if the theme analyzer is used, please remove the generated csshttps://i.imgur.com/mTO9dkQ.png
This problem can be also related to this parameter – https://i.imgur.com/5GtGtcU.png

Thank you!

Anamaria
tagDiv Staff

Hello,

You can change the color using a custom code css
.td-subcat-filter .td-subcat-list a
{
color: red;
}

Set the code in Theme Panel > Custom code -> Custom css.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please go to the theme panel -> block settings -> inline css and enable the option to minify the css and clear the cache.
Also, please make sure this option is enabled https://i.imgur.com/N2XjPlv.png

Thank you!

Raj Kumari
tagDiv Member

Please send me screenshot so I can check each of css

Anamaria
tagDiv Staff

Hi,

Please check each row in the tab css to remove the background image.

Thank you!

Anamaria
tagDiv Staff

Hello,

You can use this code .bbpress .td-container
{
margin-top: 25px;
}

Set the code in Theme Panel > Custom code -> Custom css.

Thank you!

kaeferatwork
Participant
#0

can you check the URL source where the style coming from and how can I edit it?

this is the site URL: https://placebrandobserver.com/

page source image: https://workdrive.zohoexternal.com/file/6bzyr75145a16267648a1b29a60ca3c297a7b

when I check it’s coming from : https://workdrive.zohoexternal.com/file/6bzyrea7f7c3eb2c4486c82cb4bf7f19fae29 (line number : 150 )

the code is like this:
if ($show_css_header_buffer) {
self::$css_header_buffer = “\n<!– Header style compiled by theme –>” . “\n\n<style>\n ” . self::$css_header_buffer . “\n</style>\n\n”;
echo self::$css_header_buffer; // echo out the buffer
}

Anamaria
tagDiv Staff

Hello,

Please use this code for the author box .tdb-author-box .tdb-author-name
{
pointer-events: none;
}

Set the code in Theme Panel > Custom code -> Custom css.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please go to the theme panel -> block settings -> inline css and enable the option to minify the css and js and clear the cache.

Thank you!

RPECAdmin
Participant
#0

I used the page template to create a forum index page, along with the shortcode, for my forums – http://2024.rpecwa.org/member-forums/.

However, the individual forums use the bbpress.php file and the forum title is partially covered by the header – http://2024.rpecwa.org/rpecforums/forum/rpec-open-forum/. Is there a means to increase padding above the title in custom css to rectify this?

Anamaria
tagDiv Staff

Hi,

This can be done only if you create the sidebar with tagdiv Composer, or use a custom code css.

Thank you!

Ruteris
Participant
#0

Hi. How to add for rows in TagDiv Newspaper theme a CSS Animation, like fadeInUp?

Anamaria
tagDiv Staff

Hello,

The font causes the problem. You can try to reduce it .td-post-content p
{
margin-bottom: 2px;
}

Set the code in theme panel -> custom code-> custom css.
You can do the design with tagdiv Composer, and don’t use the latest posts option.
I see that you reduce the header and footer.

Thank you!

Breinblik
tagDiv Member

Hi! thanks for your response.
I’ve looked trough my CSS modifications but the pointer-events: none; isn’t anywhere. It’s also not in my header.php (child theme) and other CSS files in my child theme folder. I guess it’s from another plugin? Also i noticed that when i’m logged in at WP-admin the menu works just fine but if i visit the website without being logged in the menu stops working and the list-items have an additional class called “inactive”.

I can try to override the pointer-events: none; with my custom CSS what attribute does ‘pointer-events’ need to have in order for it to work? I think we also need to solve the ‘inactive’ class being added to the list-items.

Anamaria
tagDiv Staff

Hello,

Yes, you can do it only with css.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please use this code .td-post-sub-title {
font-weight:bold;
}

Set the code in Theme Panel > Custom code -> Custom css.

Thank you!

Calin
tagDiv Staff

Hi paulab3nn3tt,
Unfortunately for to mentioned situation the only solution is to use a css that will delay 1 second the element to be load until the theme code is loading the filters, for this you need to add an extra class – https://i.imgur.com/Z1m4AOb.png on the filter and use a custom css like this one -> https://i.imgur.com/2YyXMbF.png
.effect{
opacity: 0;
animation: fadeIn 1s;
animation-delay: 1s;
animation-fill-mode: forwards;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

I hope this will help you!

Anamaria
tagDiv Staff

Hello,

The menu doesn’t work because you have here a code that blocks clicking on it https://i.imgur.com/3kuRotQ.png please check in the theme panel -> custom code -> custom css or live css and delete the code and check after.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please ask the developer how works on your website to check the code, maybe you have added a custom code css too hide it.

Thank you!

jayflyer
tagDiv Member

ok so css is the way to go i guess

10v3eternal
Participant
#0

Hi, I’m encountering a significant issue on my WordPress site (d5technews.com) with the ‘Newspaper’ theme. I’m facing 404 errors across all pages for ‘text.js’ and ‘mode-less.js’ files within the td-composer plugin, which may be related to the css live feature. Despite the files being on the server, these errors persist.

Examples of the errors include:

mode-less.js - 404 on 2023-11-25 17:09:53 (Homepage)
snippets/text.js - 404 on 2023-11-25 17:09:53 (Homepage)
mode-less.js - 404 on 2023-11-25 17:26:30 (Homepage)
snippets/text.js - 404 on 2023-11-25 17:26:30 (Homepage)

…[additional examples if needed]…
I’m seeking advice on:

Possible reasons for these site-wide 404 errors, especially given the files are present
Any specific issues within the ‘Newspaper’ theme or td-composer plugin, particularly concerning css live, that might be causing this
Recommended steps to diagnose and fix this issue
Your expertise and any guidance you can offer would be immensely helpful in resolving this urgent problem.

syriawise
tagDiv Member

Hi,

Combine CSS files is now disabled. But I don’t see any changes. Does this takes long time? Or do I need do more thing?

Thank you!

Anamaria
tagDiv Staff

Hi,

Please disable the option to optimize the css https://i.imgur.com/tn68TZV.png from siteground.

Thank you!

Calin
tagDiv Staff

Hi,
What you can try is to set a big line-height on header elements from header and desktop, another alternative is with css, for example for mobile it can be used this custom css:
.td-header-main-menu {
min-height: 100px!important;
}
.td-header-menu-wrap {
min-height: 101px!important
}
#td-top-mobile-toggle i {
line-height: 101px;
}

https://i.imgur.com/tzKCv1q.png
I hope this will help you!

renovaweb
Participant
#0

Hello !
I really like this theme, thanks !
But the mobile version doesn’t work (critical error)
Homepage seems fine

I tried with AMP, AMP + Mobile, Mobile
I tried with AMP plugin not activated too

Website: https://dev.magazine3rve.cc/
PHP 8 with php ini ressources boosted to max
WordPress 6.4.1 with Newspaper Child theme Version : 9.0c
NewspaperVersion : 12.6.1

PHP errors on inner pages or articles

Warning: require_once(/home/mag3rve/dev.magazine3rve.cc/wp-content/themes/Newspaper/legacy/common/wp_booster/td_css_res_compiler.php): Failed to open stream: No such file or directory in /home/mag3rve/dev.magazine3rve.cc/wp-includes/template.php on line 790

Fatal error: Uncaught Error: Failed opening required ‘/home/mag3rve/dev.magazine3rve.cc/wp-content/themes/Newspaper/legacy/common/wp_booster/td_css_res_compiler.php’ (include_path=’.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home/mag3rve/dev.magazine3rve.cc/wp-includes/template.php:790 Stack trace: #0 /home/mag3rve/dev.magazine3rve.cc/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/home/mag3rve/d…’, true) #1 [internal function]: td_autoload_classes->loading_classes(‘td_css_res_comp…’) #2 /home/mag3rve/dev.magazine3rve.cc/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global.php(780): class_exists(‘td_css_res_comp…’, true) #3 /home/mag3rve/dev.magazine3rve.cc/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php(1184): td_global::reset_theme_settings() #4 /home/mag3rve/dev.magazine3rve.cc/wp-includes/class-wp-hook.php(324): hook_wp_head(”) #5 /home/mag3rve/dev.magazine3rve.cc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/mag3rve/dev.magazine3rve.cc/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/mag3rve/dev.magazine3rve.cc/wp-includes/general-template.php(3052): do_action(‘wp_head’) #8 /home/mag3rve/dev.magazine3rve.cc/wp-content/plugins/td-standard-pack/Newspaper/header.php(11): wp_head() #9 /home/mag3rve/dev.magazine3rve.cc/wp-content/plugins/td-composer/td-composer.php(259): require_once(‘/home/mag3rve/d…’) #10 /home/mag3rve/dev.magazine3rve.cc/wp-includes/class-wp-hook.php(324): {closure}(”) #11 /home/mag3rve/dev.magazine3rve.cc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) #12 /home/mag3rve/dev.magazine3rve.cc/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #13 /home/mag3rve/dev.magazine3rve.cc/wp-content/themes/Newspaper/header.php(2): do_action(‘tdc_header’) #14 /home/mag3rve/dev.magazine3rve.cc/wp-includes/template.php(790): require_once(‘/home/mag3rve/d…’) #15 /home/mag3rve/dev.magazine3rve.cc/wp-includes/template.php(725): load_template(‘/home/mag3rve/d…’, true, Array) #16 /home/mag3rve/dev.magazine3rve.cc/wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #17 /home/mag3rve/dev.magazine3rve.cc/wp-content/plugins/td-standard-pack/Newspaper/page.php(7): get_header() #18 /home/mag3rve/dev.magazine3rve.cc/wp-includes/template-loader.php(106): include(‘/home/mag3rve/d…’) #19 /home/mag3rve/dev.magazine3rve.cc/wp-blog-header.php(19): require_once(‘/home/mag3rve/d…’) #20 /home/mag3rve/dev.magazine3rve.cc/index.php(17): require(‘/home/mag3rve/d…’) #21 {main} thrown in /home/mag3rve/dev.magazine3rve.cc/wp-includes/template.php on line 790

Thank you very much !

Viewing 25 results - 1,926 through 1,950 (of 33,436 total)