Hi,
There is a delay but it is not that obvious. Please note that Css is working in cascade and the first time will take the code from style.css that is set it by default, and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause.
If you have any customization through custom code, try entering the code directly in the theme style.css file. This way it will be loaded at the same time, removing the flash. That would be a solution for this.
Thanks
Hi,
If you want to affect those titles exclusively, then you will need to use a custom css code to do it. The theme panel settings apply to all the widget titles.
You can use this custom css in the theme panel-> custom css box:
.td-footer-wrapper .block-title span{
font-size:20px!important
}
Thanks.
Hello,
You can either remove it from the theme code if you are comfortable editing the theme files: https://www.screencast.com/t/Rq7DPEc3aMuf (there are 2 instances of that code, one for the top sharing options and one for the bottom ones.)
Or as an alternative you can hide it with css like so:
.td-post-sharing .td-social-pinterest{
display:none;
}
Thanks.
Hello bformhals,
Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-footer-container .td-footer-info {
margin-bottom: 10px;
}
Thanks.
Hi,
On mobile there is a condition setting the height like this
– https://www.screencast.com/t/ykMLCdGadDT
You could enter the code provided above in Theme panel->Advanced Css in the desktop section and the one provided below in the phones section
– https://www.screencast.com/t/WgYV0c80Nr5V
.td-post-template-7 .td-post-header {
min-height: 300px;
}
Thanks
Hi,
when I purchased the theme I installed the dark demo and kept working on/with it.
1. When I inspect the code, though, I see a lot of the word “demo” in the code itself, which doesn’t look very nice. Also the css looks like having one css overwriting the other. Sometimes the final css property in the inspector lays on top of 4 or 5 crossed out css properties which it overwrites.
>> Is it possible to clean up the installation so the code looks “not demo” and the css is clearer, while keeping the current look and settings?
2. I haven’t used a child theme from the beginning but i feel the necessity now.
>> If I create the child now, will it affect the way the site looks? Is there a specific procedure to start a child theme from zero when the website is up and running?
Thank you
JP
I’m thinking maybe I could do this through CSS by editing the main style.css file, but was wondering if there were an easier way through Theme Panel.
Ok, but when I change that it also affects the size of the block titles on the hompage. Is there some custom css that would adjust just the footer “About Us” and “Follow us”. You can see on your Sound Radar demo that the hompage block titles are larger font, and the “About Us” “Follow Us” are a smaller size and match the sidebar font size.
Thanks.
Hi Simion,
thanks, we are currently using js composer and we have made all the things needed to increase speedsite…
Before switching to TagDiv composer we want to be sure there are no problem also about speed on single articles, not on page…
By a test done really adds 8 css and js on single articles and this is not good. Sometimes is not so easy remove or deregister the styles and scripts… you have not done tests that make the simple thing?
I think it’s useful, as many publishers use ten pages and thousands of articles … optimization and speed is more important on individual articles, I believe…
Can you give me suggestions on which id to use for css and js added by div composer tags?
Thanks
Hello bformhals,
You should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.sf-menu>li>a:hover{
background-color:red!important;
}
Thanks for the message!
Hi,
You could set a height limit for the featured image with a code like this
– https://www.screencast.com/t/eZtYuMpn
The height value can be modified if you think is necessary, then enter the code in Theme panel->Custom Css
.td-post-template-3
.td-post-header-holder {
max-height: 500px;
}
Thanks
Hi,
If you meant these lines – https://www.screencast.com/t/45pzxj5vhL those are simple borders set on the header menu – https://www.screencast.com/t/zRLobx70
Of course the demo has other modifications in order to display like it is. You can find the demo stylesheet here if you think it would be helpful for you, or maybe use styling from the demo for your design
– https://www.screencast.com/t/veVdfFzYM941
So if you would like to modify header style 1 to be like in the demo, you could do it like this
– https://www.screencast.com/t/Wmq9Iax7aelq
– https://www.screencast.com/t/iytrwfvBwjJt
These codes must be entered in Theme panel->Custom Css section.
Thanks
Hi,
for speed single articles how is not used td-composer
how do you delete these files reported by gmetrix?
wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css
/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js
/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js
/wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js
/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js
/wp-content/plugins/td-composer/css-live/assets/external/ace/mode-less.js
/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/text.js
/wp-content/plugins/td-composer/css-live/assets/external/ace/snippets/less.js
Thanks
Hello Ersoy B,
You should try using the 50px for height value to see the full image on your website. Also, if you will inspect for smaller devices, you will see that you change the height using a bit of CSS code with @media querries.
Thanks for your understanding!
Hello,
Please provide more details to what text you are referring to. Maybe I can provide a css solution.
Thanks.
Hi,
I have tested the code that you mention and other codes, in the child theme stylesheet, and it is applying properly. I simply entered it in the child theme’s style.css file. Maybe it is a caching issue that causes the code to not apply. Try clearing any caching installed and check again.
The functions file provided with the child theme should have these lines of code inside
– https://www.screencast.com/t/KiqpYbiFRS
You can try again with the child theme sample included in the theme package and see if it is working properly.
Thanks
Hello bformhals,
All the custom CSS should have to be placed in Custom CSS box from your Theme panel, like this -> https://www.screencast.com/t/oHL0jGV4
You should use the code below ->
.td-footer-container {
padding-top: 16px!important;
}
Hope this helps!
Thanks for the message!
Hello,
I have a few questions for you about newspaper theme.
1) Can I change header height both in mobile version and web version? I tried using css but it’s work.
2) Can I change images to be full width size in web version? Also tried using css.
3) And in facebook counter when someone like my page in facebook web app it’s show on my site but when someone like on my website it’s not showing in facebook page. So I don’t have right number of likes. Can this be fixed somehow ?
Thanks
When Install demo without content, This will import our predefined settings for the demo (background, template layouts, fonts, colors etc…).
The question is: “Where can I find css for fonts, colors and other codes of the demo? Thank you for showing!
Hi,
I’d like to use Custom CSS to adjust Header Style 7 so it looks more Header Style 6 (ignoring the colors).
1. Smaller logo size and overall header vertical height
2. Menus centered vertically (like Style 6)
3. Single gray separator line on the bottom (rather than a fuzzy / gradient)
Thanks!
Is there a way using CSS to adjust the height of the post image on Style 3?
So it looks like, for whatever reason, the CSS wasn’t exposed in the Custom Code Section.
Had to copy / paste it from here:
*Not working here”
You can edit and use this codes, you can add them from Theme Panel > Custom Code > Custom CSS
Hi everyone,
I am trying to integrate a new social network inside the social counter plugin. This social network is a minor one and does not have any api, so I don’t have to count the followers (I could set them manually like in the RSS feed one). While I have made some progress, I am still unable to have it show up in the widget. Here’s what I did:
1) Backend: td_social_counter.php
I added this to the array:
array(
"param_name" => "newwebsite",
"type" => "textfield",
"value" => 'Newwebsite',
"heading" => __("User Id", TD_THEME_NAME),
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big"
),
This works correctly
2) Backend: td_social_api.php
case 'newwebsite':
$td_data = td_remote_http::get_page("http://www.newwebsite.com/$user_id", __CLASS__);
break;
3) Frontend: td_block_social_counter.php
case 'newwebsite':
return array(
'button' => __td('Follow'),
'url' => "http://www.newwebsite.com/$user_id",
'text' => __td('Followers'),
'api' => $td_social_api->get_social_counter($service_id, $user_id, $access_token),
);
break;
4) CSS
I duplicated every -facebook class and changed it to -newwebsite. I tried t do this both on the child theme and on the main theme
The result is that nothing shows up on the widget đ I amnot sure what I am missing so I hope you will be able to give me a pointer towards the right direction.
Thank you very much!
Hi,
The following plugins were not included from the beginning.
tagDiv Composer
Revolution Slider
TagDiv Mobile Theme
TagDiv SpeedBooster
I think that the following was installed when updating the theme.
tagDiv Composer
When tagDiv Composer is invalidated, the character display is normal.
However, the image is not displayed.
http://www.fighters-spirits.com/magazine_test/archives/2309
The difference between the test server and the production server is whether the following plug-ins are not included.
Popup Maker
http://fightersspirits.sakura.ne.jp/043.jpg

Version
Test server Newspaper – Theme panel version: 8.0
Production server Newspaper – Theme panel version: 7.8.1
Popup Maker is in the test server, but it is disabled.
All other plugin versions are the same.
The custom CSS is below. It is described on the test server and the production server.
.widget_nav_menu .sub-menu {
display:none;
}
.td-category-header .td-page-title { text-transform: capitalize; }
http://fightersspirits.sakura.ne.jp/044.jpg
