- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
The issue was to do with the version of the child-theme css being enqueued.
To resolve this I added time() as an extra part of the version number when being enqueued until development was over.
Hey!
TagDiv fixed some issues in TD Composer (this one included…)
Another easy fix for this problem is reinstalling the TD Composer plugin (in this way, we can take way the CSS custom code above).
Hello,
You can hidden the URL, with custom code css
.comment-respond .td-form-url
{
display:none;
}
Set the code in Theme Panel -> Mobile Theme -> Custom Code => https://www.screencast.com/t/St204VtFl3NU
Thank you!
Hi,
how can I move star reviews field to the next line in megamenu? At the moment by default it shows first name of author, then date and then stars. It becomes cluttered and too much information in one line.
I’d like to move the stars to the separate line below author/date (or below title and before author/date). I guess it must be some short CSS snippet?
Thanks!
Hi, Vlad!
All mobile versions of our sites have this warning in PSI:
https://paste.pics/C2PRB
In your new optimized demo, this message does not appear (in fact, it is labeled as passed audits):
https://paste.pics/C2PRV
As this was not a CSS problem, I highly doubt the new tool (CSS analyzer) did the trick. So, the deve team must have implemented a fix (but didn’t share with us in the update..).
About the TD Composer, already did that (deleting and reinstalling it). It solved the AMP sharing buttons issue, but not this one..
Hello,
I think it should work, you need to do a test and see if works. This is a video about tagDiv CSS Analyzer https://www.youtube.com/watch?v=tnkVapqhIHc
Thank you!
newspaper code displayed. in home page.
[tdc_zone type=”tdc_content”][vc_row full_width=””][vc_column][td_block_trending_now][/vc_column][/vc_row][vc_row full_width=”” flex_layout=”block”][vc_column width=”1/1″][td_block_1 modules_category=”image” modules_on_row=”eyJsYW5kc2NhcGUiOiIxMDAlIiwiYWxsIjoiMzMuMzMzMzMzMzMlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”25%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJwaG9uZSI6IjIxIiwiYWxsIjoiMjEifQ==” show_excerpt1=”none” show_excerpt2=”none” hide_audio=”yes” custom_title=”Main Stories” block_template_id=”td_block_template_10″ nextprev_position=”bottom” image_size=”td_1068x0″ custom_url=”Firstsportz.com/mainstories” title_tag=”h1″ show_modified_date=”yes” limit=”9″ video_rec=”JTNDc2NyaXB0JTIwZGF0YS1hZC1jbGllbnQlM0QlMjJjYS1wdWItNjU2MjM2OTQ1Njk5MTc3NSUyMiUyMGFzeW5jJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZwYWdlYWQyLmdvb2dsZXN5bmRpY2F0aW9uLmNvbSUyRnBhZ2VhZCUyRmpzJTJGYWRzYnlnb29nbGUuanMlMjIlM0UlM0MlMkZzY3JpcHQlM0U=” video_icon1=”40″ modules_border_style1=”” modules_divider1=”solid” modules_divider2=”” show_com1=”none” review_size1=”2″ show_review1=”” show_date1=”” meta_info_align1=”” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==” td_ajax_preloading=”preload” ajax_pagination=”load_more”][td_block_ad_box spot_img_horiz=”content-horiz-center” spot_id=”custom_ad_1″][/vc_column][/vc_row][vc_row full_width=””][vc_column][td_block_14 custom_title=”Tennis” limit=”6″ category_id=”1011″ custom_url=”https://firstsportz.com/tennis/” ajax_pagination=”load_more”][/vc_column][/vc_row][vc_row full_width=””][vc_column width=”2/3″][td_block_14 custom_title=”Cricket” limit=”6″ category_id=”526″ ajax_pagination=”next_prev” custom_url=”https://firstsportz.com/category/cricket/”][/vc_column][vc_column width=”1/3″ vertical_align=”top”][td_block_social_counter custom_title=”Stay Connected” facebook=”firstsportz” twitter=”@SportzFirst”][td_block_ad_box spot_img_horiz=”content-horiz-center” spot_id=”sidebar”][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_img_horiz=”content-horiz-center” spot_id=”custom_ad_1″][/vc_column][/vc_row][vc_row full_width=””][vc_column][td_block_6 category_id=”2429″ limit=”6″ custom_title=”UFC”][/vc_column][/vc_row][vc_row][vc_column][td_block_14 custom_title=”Esports” category_id=”4904″ limit=”6″][/vc_column][/vc_row][vc_row full_width=””][vc_column][/vc_column][/vc_row][vc_row el_class=”” full_width=””][vc_column width=”1/1″][td_block_ad_box spot_img_horiz=”content-horiz-center” spot_id=”custom_ad_1″][/vc_column][/vc_row][vc_row][vc_column][td_block_14 custom_title=”Exclusive Interviews” limit=”6″ sort=”” category_id=”851″][/vc_column][/vc_row][/tdc_zone]
Hello,
Indeed this is a bug, and for a moment the only option to fix is to use a custom code CSS =>
.td_block_list_menu #menu-page-menu {
display:block!important;
}
Insert the code in Theme Panel -> Custom Code -> CSS.
Thank you!
When i m running CSS Analyzer Suck in setup 55
my website is https://khabarsatta.com check out this screenshot clickhere
Hi with update to version 10.4 in category not load css in Header so the navbar show only a list..
Hi all,
Trying to run the new CSS analyzer tool but stopped at step 79/ showing: “Images are still loading. Please cancel your print and try again”.
I deleted and reinstalled Tagdiv plugins but no success
How can I fix this issue?
Thanks
Hello!
After an automatic run, you have the possibility to do it manually.
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
Check our video for more information about how to use it: https://www.youtube.com/watch?v=tnkVapqhIHc&ab_channel=tagDiv
Thank you!
Just saw another post with the same problem.
Deactivating, deleting and reinstalling the TagDiv Composer plugin worked.
My log only shows one notice, but the design of the header is normal again.
Notice that still shows is
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php on line 38
I was surprised by the number of complaints 10.4 has caused, I however did not experience any issue at all, even the css analyzer for pages which is in beta stage did what it’s supposed to do and gave higher scores in gt metrix and pagespeed insights, the speedbump however was only minor but all bits help 🙂
Hi, I have the same question as someone else asked before in this forum, only the provided CSS code
.td-post-sharing-classic iframe {
width:auto!important;
}
does not work in my case.
The theme is updated. I am using a childtheme.
I already tried de-activating all plugins, and also all plugins except the tagdiv ones, and both make no difference. It still happens. So it is not a plugin causing this.
I also removed all custom css code, makes no difference – like button still gets cut off. So I did not create a conflicting css addition either.
A link to a post that shows the like button getting cut off is here – above the article as well as below it is a like button.
I did add above mentioned code to the Theme Panel Custom Code CSS section. No errors are shown there.
Do you have any ideas on how to “widen” the like button so it shows all text and numbers?
Hi,
The URL is https://bit.ly/2PoxxYs.
The tagdiv composer doesn’t give any options to modify the mobile activated menu and the search form. Or am I missing something
I reverted the changes made, so you can provide a better and more unified CSS solution.
-
This reply was modified 5 years by
siteownser.
Hello,
If you referring to the header on the block for exchange, then you need to set a header template (6,14,15,17 or 18) => https://www.screencast.com/t/OMDgt7jD
If this is not what you mean, then it can be set with a Custom Code CSS, so, please send us a link to your website.
Thank you!
Below are the errors and the files they occur in.
These errors only show on pages where a post loop is added to the design, but there are no posts to show, like empty category pages and the search page when there are no search results.
Once there is a post loop without posts, the design of the header template breaks (only cloud template, not default header presets).
If there are posts to show, no errors occur and the header looks normal.
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 202
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 202
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 202
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_raw_css.php on line 38
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 1554
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 1554
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 202
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 202
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 1554
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php on line 202
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 1554
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 1554
Notice: Trying to get property ‘ID’ of non-object in /home/public/sites/www.simstripes.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 1554
Hello !
I am sorry for misunderstanding !
Please note that this tool is still under beta development at the moment but from what I can see here you should update your page CSS since you have generated a new CSS API, means that you have updated your page.
I hope this was helpful !
Thank you !
Hello, after latest update Big grid module and other grid modules can’t show images and css style.
You can see problem here: https://canzonidamore.com
Hi, Thank you for the CSS Analyzer.
I have the problem below.
I hope it will be resolved in the next version.
1. CSS Analyzer does not recognize the color set by Theme Panel > Theme Colors. I found that I returned to the basic color after operating the Analyzer.
I solved the problem by inserting some colors into the CUSTOM CODE and running the Analyzer again, but I still need to check many codes. If possible, I hope the Analyzer can recognize it.
ex) .a .td-block-title:after .td-header-menu-wrap
2. I use different codes for some categories. Perhaps it does not create a CSS that covers all categories. Is it correct? If possible, I would like to add the page that Analyzer wants to check.
Thank you for your good support.
I am having this same issue with my headers on particular pages. I had not used the CSS Analyzer (I’m trying it now) and I did what you recommended above and deleted and reinstalled TagDiv composer, but the problem persists.
Thanks
Any ideas on how this will interact with WP Rockets Optimize CSS delivery?
The title says it all.
When TagDiv CSS Analyser is enabled, nothing happens when you click on the magnifying glass.
When TagDiv CSS is disabled, the search functionality works again.
Are you aware of that? Planning to fix it?
Hello,
The tagDiv CSS Analyzer works only for pages, but not works for posts (templates) and mobile theme plugin.
You can find more information about tagDiv CSS Analyzer in this article => https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/
A tutorial on how to use this tool will appear soon.
Also, please send us screenshots of your issue.
Thank you!