It looks that there is a strong css that applies on account section of the user.
As a quick fix we can provide a custom css (set the code in the theme panel > custom code> custom css)
.bbpress .tdm-social-item {
width: 22.8px;
height: 22.8px;
margin: 2.5px 5px 2.5px 0;
}
.bbpress .tdm-social-item i{
color: #ffffff;
}
In case that this custom css is not working please provide a link to your website (we need the link to your website to make a css after the header style you use).
Thank you!
Hello,
– The first thumbnail of my CPT is cropped and larger than the others as you can see here
=> https://confrontations.org/la-revue/ (it’s CPT la Revue 133). Do you know how to fix this ? Featured image have the same size.
– When I toogle OFF some settings (such as SHOW AUTHOR NAME) in Theme Panel < Post Settings < Post and CPT they don’t apply in my CPT :-/ I’m forced to use CSS in my child theme. Again do you know why this is happening ?
Thanks
Hi there,
My website – https://www.travelrealms.com/ has been facing issues with unminified JavaScript and CSS files.
I ran an audit on semrush, and I could see this below file popping out as an error.
This is an issue with every page of my website, including categories, post and tags.
Can you please check if there’s an error with this CSS file? Or it got corrupt?
No I did not – I could only see it on my mobil, do you have the css coe for this ?
Thanks 🙂
Okay. Tx for feedback. I will correct issue on site with custom css.
Maybe devs will resolve the weird transition in future rollout.
On my main page I use Block 23 to display my 3 latest posts. However instead of displaying my latest posts, the following is displayed:
[td_block_23 limit=”3″ tdc_css=”eyJwaG9uZSI6eyJtYXJnaW4tcmlnaHQiOiIxNSIsIm1hcmdpbi1sZWZ0IjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” category_id=”” category_ids=”102,97,99,106,105,108,114″]
When I edit the page with TD Composer I don’t see any block elements listed at all.
Hi, I can’t edit the length of the excerpts (tagDiv) The excerpt length option is “grayed out” and cannot be overwritten. I noticed that “Layout” menu is missing (General, Filter, Style, Css – but no Layout)
https://pasteboard.co/pjC3mdi8nxsY.png
Likewise in the excerpts settings (Theme panel / Exceprts) everything is greyed out and cannot be edited.
I have disabled all plugins. Theme 11.4.1 and WP 5.9.
Any advice? Thanks
Come on guys, you don’t have a single Video explaining this, and all the documentation I can find is clear as mud. There are only TWO places to “edit this Mega Menu” which comes packaged with the theme, but neither of these places will actually ALLOW EDITS, all I can do is Delete the entire thing or Add New Cloud item. How do you edit the INDIVIDUAL COMPONENTS of the cloud item? Where is the “cloud item editor?” I want to EDIT EXISTING, which appears to be impossible at this point. Did you build this Mega Menu outside the theme and now I have to go edit some .php file or get into the CSS?
https://www.dropbox.com/s/m02504jmr6n5ibb/Screenshot%202022-02-15%2011.02.06.png?dl=0
WHERE IS THE EDITOR for all these prepackaged components? When you go into Edit with DivComposer, you can’t edit anything in Mega Menu! You CANNOT drag in new articles, you cannot edit the Text anywhere. How do you get “text before categories” in the Mega menu, when you cannot see this text ANYWHERE.
https://www.dropbox.com/s/zvj3smvr3lxj2wq/Screenshot%202022-02-15%2011.03.12.png?dl=0
This is all VERY confusing and not well documented. Basically you have shown something in the Theme which we cannot do, and this part is NOT intuitive. I can figure out the rest easily except Mega Menu. We have NO idea how you built this Mega Menu the way it comes out of the box. We cannot Edit it, that is for sure! There are NO CLEAR step-by-step instructions for a “complete idiot” who has never seen one of these! You need to write instructions for people who have never seen WordPress and never installed a Theme!!
Hello @iamratnesh!
You can select the row and add a positive value >300 in the CSS tab margin right: https://prnt.sc/26w332n
Hope that helps you!
Thank you!
Hi sncooke,
It looks that the code was not apply because the boxed option from the theme panel was not set enabled -> https://i.imgur.com/S4jMnD6.png -> https://forum.tagdiv.com/background-ads/
Please try this custom css
.td-container, .tdc-row, .tdc-row-composer {
width: 1000px;
}
Or if you want to be apply only for the website content, you can use this one
.tdc-content-wrap .td-container, .tdc-content-wrap .tdc-row, .tdc-content-wrap .tdc-row-composer {
width: 1000px;
}
Also, if you want to stretch the website with, then you can do it using the tagDiv Composer -> https://i.imgur.com/N0kWqCw.png
I hope this will help you!
Hello jjest_jjest,
You can change the website by starching the rows, but if a row is stretched, then the background will be covered.
Now, I think that a custom css will solve this problem -> https://i.imgur.com/LdgJGGO.jpg
.tdb-template .td-main-content-wrap {
width: 1068px;
}
Please set the code in the theme panel > custom code> custom css.
I hope this will help!
Thank you!
Hi,
If you are referring to this tab -> then it can be done with a custom css -> https://i.imgur.com/gRFyH4D.png -> https://i.imgur.com/syJGRSM.png
.single .td_block_related_posts .td-related-right{
display: none;
}
The code need to be set in the theme panel > custom code> custom css.
Thank you!
I’ve found some css to change the colour of the captions. (see: https://forum.tagdiv.com/topic/custom-code-requirement/#post-432621)
Perhaps there is some comparable code to change the colour of the comments?
Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Just purchased and uploaded to wp; this error comes up. please help?=
OK, I found it myself. It’s in the CSS settings.
Hi Calin
Sorry not getting back sooner re your reply – we had a family bereavement which has put me a little behind on this.
Couple of things…
1) The ad skin will not be a background uploaded via the theme, it’s a bit more complex than that. Advertisements are fed to the site from Google Ad manager and are dynamic, i.e. GAM decides which ads to run based on Header Bidding. GAM will use its own code to inject the relevant ad code in the necessary position, i.e. setting the background to the ad skin.
2) I’ve tried your CSS and it doesn’t seem to work. Background is set to a boxed layout in the Theme Panel – this seems to set the site width to 1116px – not 1164px as you suggest.
I then add your code in the custom code panel, and it makes no difference to the site width – it remains at 1116px. I even changed the measure to 500px just so it was more obvious – but checking with Dev tools and elements on the page are still 1116px wide and are not being constrained to the new width.
Any ideas?
Thanks
Stuart
Hello,
I made a custom code CSS that I hope to help you
.td-ht-fast-news-menu .tdb-menu > li > a .tdb-menu-item-text i:before {
font-size: 22px;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
There’s no margin set on the elements from the tab CSS. Plus the title is from the block.
Hello,
Please let me know if the title is from the block, or you add the element title to set it. https://i.imgur.com/UwncUhm.png -> https://i.imgur.com/n0RWYAK.png please check if you don’t have set some margin on the elements from the tab CSS -> https://i.imgur.com/CU0QFLz.png
Thank you!
Hello,
You need to copy the code from CSS Live and paste it in Theme Panel -> https://i.imgur.com/7c7zwxC.png after you need to delete the code from CSS Live.
Thank you!
Hi there,
I deferred the following js:
https://motorstof.nl/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_cloud_templates.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_modals_last.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_files_vue_theme_panel.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_files_wp_admin.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js
https://motorstof.nl/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload_ajax.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_extension_live_css.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_style.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_gutenberg_editor.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_iframe.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_analyze_css.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_widget.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js
https://motorstof.nl/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js
https://motorstof.nl/wp-includes/js/jquery/jquery.min.js
https://motorstof.nl/wp-includes/js/jquery/jquery-migrate.min.js
However, it is still not working. I now disabled the ‘Deferring JS’ option so it works again, but I would like this to work. Is there any other JS I need to exclude in order te make this work?
Hi Umut,
It is possible that one of those plugins to interfere.
What I suggest is to avoid using the live css, please remove the code from there and set it in the theme panel> custom code> custom css -> https://i.imgur.com/0ZVfUmj.png and the problem should be solved!
Let us know the results!
I did the Search console pagespeed insights and received a very low score and it showed some potential issues like this:
https://imgur.com/a/G9A2DJb
The page is loading slowly and it is saying there is unneccesary CSS. Can you please guide me to resolve this issue 🙂
Hello,
I think for your icons, to set the size you need to use a custom code -> https://i.imgur.com/2iBvIwp.png
tdb-block-menu .menu-item .tdb-menu-item-text .tdc-font-tdmp
{
font-size: 20px;
}
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
Hello team,
I would like to hide the comments counter from the Author Card and can’t seem to get this working. I’ve tried a couple of methods I’ve found in the forum with no success so far. My latest attempt was to add the following code snippet in the custom css section of the theme panel, however it did not work.
.tdb-author-comments-count {
visibility: hidden;
}
Any idea on how to resolve this issue?
Thanks,
Aris