Still not working as required, even after updating CSS code.
Also can you guide that if I can expand the menu to full page instead having blank space at left and right?
Unfortunately, I do not know what what else to to for improvements. I think that you already tried the CSS Analyzer, this can be used for critical css and to remove unused css. The option for removing unused had good results (unfortunately, this tool is still in beta version).
Thank you for your understanding!
Hello, I am using the list element. Unfortunately, it starts from the very beginning under the bullet when there is a break in the line.
How can I indent this?
I do NOT want to work with <br> etc.. How does this work with CSS or the composer settings?
Please try this custom css
.td-mega-menu-pageul .sf-menu a:hover{
color: #4db2ec;
}
Please set the code in the theme panel > custom code> custom css.
Thank you!
Hi,
Usually, the body class is assigned to add some extra CSS for older Prebuilt Websites,
because now that extra class is no longer needed.
Thank you!
I am preloading the fonts already. I tried preloading also the css e.g.
echo "<link href='https://femmefatale.ecode.gr/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=79f8a1d02f05c15c98a62e68cd419e0b' rel='preload' as='style' crossorigin>";
echo "<link href='https://femmefatale.ecode.gr/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/td_legacy_main.css?ver=381db5cebf26144e1b1ab5f0477be694' rel='preload' as='style' crossorigin>";
echo "<link href='https://femmefatale.ecode.gr/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=79f8a1d02f05c15c98a62e68cd419e0b' rel='preload' as='style' crossorigin>";
echo "<link href='https://femmefatale.ecode.gr/wp-content/themes/Newspaper/style.css?ver=11.4' rel='preload' as='style' crossorigin>";
but still no improvement.
Hi,
Please try this custom css
.td-main-sidebar h3 > a {
color: #767676;
}
.widget a {
color: #767676;
}
You can change the color. The code need to be set in the theme panel > custom code> custom css.
I hope this helps you!
Hi,
I see. If the problem is only on posts, then please try this custom css:
.single .td-main-content-wrap {
padding-top: 40px;
}
Set the code in the theme panel > custom code> custom css and the problem should be solved!
Let me know the results!
Hi zaporo,
This can be done if you are using some classes on the links, in this way you can use a custom css that will apply if there is a specific class.
Now, is possible to use other methods, for example you can change the link layout when you set it with the WordPress editor.
Thank you!
Hello,
The CSS ANALYZER creates files for critical CSS which can be deleted only manually (FTP/cPanel).
Those files can be find in this path wp-content/td_cache/td_analyze/css
Thank you!
Hi,
Now are used cloud templates and in this way you can set the blocks using tagDiv Composer and you no longer need the widget section.
If that element is coming from a widget, then you’ll need to use a custom css, if you want, I can help you with this, but I will need a link to your website where I can inspect the elements.
Thank you!
Hi,
I see, no the most and easy way to fix this for entire posts will be to use a custom css, please try this one
.single p {
text-align: justify;
}
Set the code in the theme panel > custom code> custom css.
I hope this helps you!
Thank you!
Hi Calin,
I already have that piece of code, which sets the anchors. Unfortunately after “activation/clicking” on the menu item with code for anchors you provided, the menu item (eg. Services) doesn’t highlight. I suppose there must be a problem in CSS.
But I am not a programmer, just compared your website with my site and went through the development mode in internet browser:)
Let me know if you have any other possible solution on your mind.
Thanks Calin.
Is there a suggested way to preload (part of) the custom.css to sort out the issue? Which files do I have to include?
I changed the menu completely (created it from scratch) and the issue still persists.
It is a huge issue this, as people tend to become anxious without even realising it, as various studies have shown. It is clear that you have included so much lovely functionality in the menus, but to have the logo or the menu to shake, makes injustice to your efforts.
Hi,
Indeed, there is a small change for the menu but this is because of the css, when this is apply on it, the first time is load without the custom css.
I made a request to our developers to check and see if they can make some improvements for this.
Thank you!
Hi,
In related block that is using the flex block 4 there should be 3 inline posts, but something somethin is interfering and one is above the first one.
What I can suggest is to set another flex block 4 under that one and set the filter on it to see if this is look the same or not. If the problem persist, then please add this stronger css in the theme panel -> https://i.imgur.com/8RPT00C.png
.single .td_flex_block_4 .td_module_flex_1 .td-module-container .td-image-container {
display: block!important;
}
Thank you!
Hi,
The z-index from the shopping cart can be changed using a custom css like this one
body .td_woo_menu_login .tdw-wml-menu, body .td_woo_menu_cart .tdw-wmc-widget {
z-index: 1;
}
Set the code in the theme panel > custom code > custom css.
Also, if you want, you can adjust the z-index number.
Thank you!
Hi,
Yes, you can use a css like this one -> https://i.imgur.com/5e57GGE.png
.td-header-sp-logo {
height: 80px;
}
Set the code in the theme panel > custom code> custom css.
I hope this will help!
I generated CSS for some pages with the theme function, I would like to bulk remove every the generated CSS from every page.
Thank you. My website is https://www.massimobasso.com
Anyone working with WP_Rocket and Newspaper theme and want to share the configurations?
We have challenges with performance:
https://parentsontheyard.com/
We Excluded JavaScript Files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
js-(before|after)
(?:/wp-content/|/wp-includes/)(.*)
/wp-content/themes/Newspaper/(.*).js
/wp-content/plugins/td-cloud-library/(.*).js
/wp-content/plugins/td-composer/(.*).js
/wp-content/plugins/td-mobile-plugin/(.*).js
/wp-content/plugins/td-newsletter/(.*).js
/wp-content/plugins/td-social-counter/(.*).js
/wp-content/plugins/td-standard-pack/(.*).js
/wp-content/plugins/td-subscription/(.*).js
/wp-content/plugins/td-woo/(.*).js
We Excluded CSS Files
/wp-content/themes/Newspaper/(.*).css
/wp-content/plugins/td-cloud-library/(.*).css
/wp-content/plugins/td-composer/(.*).css
/wp-content/plugins/td-mobile-plugin/(.*).css
/wp-content/plugins/td-newsletter/(.*).css
/wp-content/plugins/td-social-counter/(.*).css
/wp-content/plugins/td-standard-pack/(.*).css
/wp-content/plugins/td-subscription/(.*).css
/wp-content/plugins/td-woo/(.*).css
but still, performance on mobile is very low.
and in some devices its not show the menu correctly
any advise
Hi:
I am wondering if there is a CSS fix that I can include in my high school website, lifeatstart.com, that reduces the spacing between the bottom of my logo and the top of the menu?
Thanks in advance.
kfranck
What is the best way to globally change fonts on the theme? I have set the fonts in the Theme panel to the correct font and set all the widgets to use “default font” however, it still does not apply to all elements of the site. I want to avoid setting the font on each individual widget to make it easy to update globally in future. Is there a way to do this within the confines of the theme settings, or do I need to just use global CSS code to override the theme?
Also error log shows
Failed to load resource: the server responded with a status of 500 ()
https://trogirskiportal.hr/wp-content/plugins/td-composer/legacy/Newspaper/includes/demos/fast/demo_style.css?ver=11.4
Hi,
The Newsletter plugin is a theme element that will remove and stile the embed code from mail chimp, if you want that this to be like the one that it is provided from your source, then, just set it in html element or in column text or text with title, in this way will keep the format and you can stile it with css.
Thank you!
Hi,
So, this is a php code that need to be set in a special place, then I do not think that will work setting it with tagDiv Composer, for the moment there are no elements to support php code, some of theme support html, css and a some JavaScript.
Now, if will be to set the code in the theme header.php file, I think that will be triger this file wp-content/plugins/td-composer/legacy/Newspaper/header.php (our theme has 3 header.php files, but if the tagDiv Standard Pack is not installed and you use a cloud header, the above one will be use). Just copy the file from there in child theme (Newspaper-child/header.php) and set the code in that file, it should work properly.
I hope this will help!
Thank you!