- 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
Hi,
I am getting errors only in responsive mode with firefox for example showing me this message ” Website is slowing down your broswer..” Hitting the stop button i get the following
Error: Script terminated by timeout at:
css@https:/wp-includes/js/jquery/jquery.js?ver=1.12.4:4:1
a.fn[c]@wp-content/plugins/Ultimate_VC_Addons/assets/min-js/ultimate.min.js?ver=3.16.24:6:8837
getSliderOffset@https:wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=8.8.2:25:3
slowScrollHorizontalInterval/<@wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=8.8.2:17:123
each@https:wp-includes/js/jquery/jquery.js?ver=1.12.4:2:2879
each@https:wp-includes/js/jquery/jquery.js?ver=1.12.4:2:844
slowScrollHorizontalInterval@wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=8.8.2:17:101
slowScrollHorizontalIntervalTimer/<@wp-content/themes/Newspaper/js/tagdiv_theme.min.js?ver=8.8.2:33:396
I tried disabling ultimate visual addons, but the problem is still there.
Any suggestions? This only happens to home page, all other category pages are working fine in responsive
Thank you
Hi,
Most custom codes used and even theme panel settings will apply over the default colors. For example if an element is black and then you make it blue, the first color to load is still black, then blue is loaded. That would be how CSS works, in cascade.
This effect may be noticeable for a small or larger period of time, directly affected by the website loading speed. If the website takes longer to load the effect may be noticeable. Most elements in the theme have a default or initial color value, this will be replaced by colors you set.
Where exactly are you seeing this effect?
Hello,
There is no need to duplicate the flex block from the theme code. you can add as many instances to the flex block as needed on the same page. There is no limit on how many flex blocks you can add.
If you use a custom class for the blocks you need altered, you can use the class just on those blocks and you will not affect any others. Say you have 3 flex blocks on a page and you want just 1 or 2 altered, you simply place the class in the extra class field and the blocks will receive the css.
Example:
Let’s say we call the custom class ‘flex-custom’
You would add this code in your theme panel-> custom css:
.flex_custom .td-module-container{
border: 1px solid lightgrey;
box-shadow: 1px 0 20px #949292;
border-radius: .25rem;
}
Then simply add the extra class to the flex block you want to have the custom style:
https://www.screencast.com/t/BHgS1Qlh
Any other block that will not have this class will not get the style.
Thanks.
Hello,
The standard background of the header on the site in question is yellow and then there is a custom css element added as a :before pseudo-element with a custom css shape added.
There are many css shape generators online: https://css-tricks.com/examples/ShapesOfCSS/
Thank you!
Hello lifemathmoney,
Notice that our theme uses a lot of Headers Style and you can choose one of them from here -> https://forum.tagdiv.com/newsmag-header-styles/ We do not recommend to edit the logo or header style because you can easily break the theme layout.
If you want to remove that border-top from your header menu you should use a bit of CSS code for that. Try the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.td-header-border:before{
display:none!important;
}
The result is here -> https://www.screencast.com/t/BZWIr7ZPIwA
For your latest request, provide some useful screenshots with your desired changes so I will be able to provide a more accurate response/code.
Thanks for your understanding!
Hello,
You can add this custom css in your theme panel->custom code section:
.sf-menu{
margin-left:0;
}
Thank you!
Hello,
The logo is there but seems to get hidden with a css as it appears for a brief second.
Please check your custom css or plugins.
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
First, to customize the font properties of the tags you can use the theme panel, as a general setting
– https://www.screencast.com/t/8HXcSUCTo
Or in the tagDiv composer per block and per module even, example
– https://www.screencast.com/t/BIbCqHb0
For the styling some CSS could be used, maybe something like this
– http://prntscr.com/k1vxan
.td-post-category {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #561FD4;
}
Per actual category would be somewhat more difficult with CSS, this code will apply to all the category tags. It could be made more precise, similar topic here
– https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/
Let me know if you need help.
Thanks
Hey,
Sorry for the late reply – but that won’t work.
That shadow, in the css, I’m trying to put around each article, not the whole element. Sorry, I should have probably been more specific earlier.
The problem is that if I do any of the above suggestions it will affect everything and not ONLY the articles I’m trying to make look like cards.
I think, what I need to do is duplicate the flexbox element and change the classes.
So for example:
1 flexbox at the top of the homepage
– let’s call it flexbox because it’s the default
1 flexbox lower on the homepage
– let’s call it flexbox2
– then I can change the class names (eg. .td-module-container-home2)
To make the end result looks like this: https://imgur.com/a/Q0TlIq4
I think what I need help with now is can you tell me how I can add a second flexbox? Or what files I would need to duplicate?
Thanks!
hello,
On my web site: http://www.povesteata.eu i have instaled the plugin: tagDiv Speed Booster
So, i have read your ghid to page speed improve:
https://forum.tagdiv.com/how-to-make-the-site-faster/
I have some problem.
1: I don’t have a VPS server.
2: I try to eliminate the render-blocking JavaScript and CSS
I folow the instruction but i don’t understend what i must add on the td-speed-booster.php
For example: Please see my page speed test:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.povesteata.eu%2F&tab=desktop
I have extract all the line:
Then i have try to add this code:
$this->move_style_to_footer_queue(‘yoast-seo-admin-global-script’); under
* move javascript to footer
But nothig it’s happened. i realy don’t understend what’s wrong? Where it’s my mistake?
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
wp-pointer | /wp-includes/js/wp-pointer.min.js
wordfenceAdminExtjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/wfglobal.1530033614.js
updates | /wp-admin/js/updates.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
gdpr | https://www.povesteata.eu/wp-content/plugins/gdpr/assets/js/gdpr-admin.js
devicepx | https://s0.wp.com/wp-content/js/devicepx-jetpack.js
rw_wp_admin | https://secure.rating-widget.com/js/wordpress/admin.js?ck=Y2018M07D02
wordfenceAJAXjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1530033614.js
wordfenceDashboardjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/wfdashboard.1530033614.js
wordfencePopoverjs | https://www.povesteata.eu/wp-content/plugins/wordfence/js/wfpopover.1530033614.js
yoast-seo-admin-global-script | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-773.min.js
yoast-seo-yoast-modal | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-773.min.js
js_files_for_wp_admin | https://www.povesteata.eu/wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js
media-editor | /wp-includes/js/media-editor.min.js
media-audiovideo | /wp-includes/js/media-audiovideo.min.js
mce-view | /wp-includes/js/mce-view.min.js
image-edit | /wp-admin/js/image-edit.min.js
wp-smushit-admin-js | https://www.povesteata.eu/wp-content/plugins/wp-smushit/assets/js/wp-smushit-admin.js
smush-backbone-extension | https://www.povesteata.eu/wp-content/plugins/wp-smushit/assets/js/media.js
jetpack-gallery-settings | https://www.povesteata.eu/wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js
td-wp-admin-js | https://www.povesteata.eu/wp-content/themes/Newspaper/js/td_wp_admin.min.js
rw_toprated_settings | https://secure.rating-widget.com/js/wordpress/toprated-settings.js?ck=Y2018M07D02
akismet.js | https://www.povesteata.eu/wp-content/plugins/akismet/_inc/akismet.js
jptracks | https://www.povesteata.eu/wp-content/plugins/jetpack/_inc/lib/tracks/tracks-ajax.js
jetpack-jitm-new | https://www.povesteata.eu/wp-content/plugins/jetpack/_inc/build/jetpack-jitm.min.js
jquery |
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
wp-pointer | /wp-includes/css/wp-pointer.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
gdpr | https://www.povesteata.eu/wp-content/plugins/gdpr/assets/css/gdpr-admin.css
fs_common | https://www.povesteata.eu/wp-content/plugins/rating-widget/freemius/assets/css/admin/common.css
rw_wp_admin | https://secure.rating-widget.com/css/wordpress/admin.css?ck=Y2018M07D02
wordfenceAJAXcss | https://www.povesteata.eu/wp-content/plugins/wordfence/css/wordfenceBox.1530033614.css
wf-adminbar | https://www.povesteata.eu/wp-content/plugins/wordfence/css/wf-adminbar.1530033614.css
yoast-seo-adminbar | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/css/dist/adminbar-773.min.css
yoast-seo-admin-global | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/css/dist/admin-global-773.min.css
yoast-seo-dismissible | https://www.povesteata.eu/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-773.min.css
td-plugin-multi-purpose | https://www.povesteata.eu/wp-content/plugins/td-composer/td-multi-purpose/style-admin.css
tdc_wp_admin_main | https://www.povesteata.eu/wp-content/plugins/td-composer/assets/css/tdc_wp_admin_main.css
google-font-ubuntu | https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | https://www.povesteata.eu/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
font-newspaper | https://www.povesteata.eu/wp-content/themes/Newspaper/font-newspaper.css
wp-color-picker | /wp-admin/css/color-picker.min.css
media-views | /wp-includes/css/media-views.min.css
imgareaselect | /wp-includes/js/imgareaselect/imgareaselect.css
wp-smushit-admin-css | https://www.povesteata.eu/wp-content/plugins/wp-smushit/assets/css/wp-smushit-admin.css
rw_toprated_settings | https://secure.rating-widget.com/css/wordpress/toprated-settings.css?ck=Y2018M07D02
rw_recommendations | https://secure.rating-widget.com/css/widget/recommendations.css?ck=Y2018M07D02
akismet.css | https://www.povesteata.eu/wp-content/plugins/akismet/_inc/akismet.css
jetpack-icons | https://www.povesteata.eu/wp-content/plugins/jetpack/css/jetpack-icons.min.css
jetpack-jitm-css | https://www.povesteata.eu/wp-content/plugins/jetpack/css/jetpack-admin-jitm.min.css
Hi
I know there is three possible review options, I was just wondering if it was possible to change the 5 stars to 6, to make the points similar to a dice. But I guess not.
Anyway. I’ve tried to add these codes to the Custom CSS in the Theme panel, but the dropcaps and the quotes don’t change color. Anything wrong with these codes?
.td-post-content .dropcap {
background-color: #884cc4;
}
.td-post-content blockquote p {
color: #884cc4;
}
Hi,
That is an Adsense ad, so an easy CSS option is not to be used. The theme panel ads once entered will be displayed on the whole website. Currently there is no option to disable the ads on preferred pages.
Theme users who require more advanced ad settings recommend the Adrotate plugin. Based on user feedback this plugin works with the theme, some infor about it here
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
I see you stretched it, it could be centered now like this
– https://www.screencast.com/t/GMMxoFgZLhz
– https://www.screencast.com/t/iwV298SMG
@media (min-width: 768px) {
.td_stretch_content .td-container {
text-align: center;
}}
@media (min-width: 768px) {
.td-affix #td-header-menu {
display: inline-block;
}}
But the same will happen on smaller devices. That code can be entered in the normal custom CSS, not advanced if it is of any use to you.
Hi,
is there a review shortcode available ?
I’d like to either :
– display a given number of stars
– display the note of a given review, providing the ID of the post
If none of the above are possible, could you please tell me how to do that in HTML / CSS (same style as in the review posts)
Thx for your help
Hello Oğulcan Özügenç,
Try the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-top-menu-full {
display: block !important;
}
}
The result is here -> https://www.screencast.com/t/TApcDA7RBp
Thanks for the message!
I tried to change the background color for this section but found no luck i inspected the element but found out that background is coming from inline css and i can’t found this inline css by using the class or id specified at div.
Hi,
You can see the demo homepage content in the theme files, all the homepages can be seen. For the smart app demo here
– https://www.screencast.com/t/g6t26P85P6T
That is the content of that demo homepage. Place it in a page and edit it with the composer
– https://www.screencast.com/t/VBsWA58H
Then you can see what each element is and how the layout is achieved
– https://www.screencast.com/t/Oj6E6lqbYy
Be sure to check the CSS tab for the rows and elements, to replicate the design
– https://www.screencast.com/t/V0ybNlx4jj
Thanks
Hi Catalin,
Even the Share plugin below post title and the few css loading late.
Sample Post: https://ttld.de/2KEATyL
Regards
Ashok
Hi,
For the dropcaps please check this topic, there are some suggestions there
– https://forum.tagdiv.com/topic/change-list-number-color/
Quotes can also be colored as you make them
– https://www.screencast.com/t/y4sB7txT0mIJ
Or all at once with a code, like this for example should work
– https://www.screencast.com/t/Q4BVx2dNXhv
.td-post-content blockquote p {
color: yellow;
}
Custom CSS code can be entered in the theme panel, more abut it here
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
The theme offers a total of 5 stars for the reviews. There are three review options, stars, percentages and points. A preview of all in these posts
– https://demo.tagdiv.com/newspaper/td-post-why-tech-accelerators-may-soon-be-as-irrelevant-as-an-mba/
– https://demo.tagdiv.com/newspaper/td-post-htc-nexus-8-with-64-bit-processor-4gb-of-ram-and-8mp-camera-leaks/
– https://demo.tagdiv.com/newspaper/td-post-intel-claims-new-ssd-750-drives-are-its-fastest-ever-for-desktop/
Let me know if you have more questions, I will try to help you.
Thanks
Hello Alexandr Andriitsev,
You should use a bit of CSS code for mobile mode if you want to change that color. Try to use the Inspector Browser to create your own CSS code. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Also, you can provide your website URL so I can provide a more accurate code.
Thanks for the message!
yes i solved the problem
it was just because the css
cheers
If it’s not there then the version you are using does not have the option. Remove the search by hiding it with CSS or in the code. With CSS it would depend on the theme version you are using, the code has changed over updates. A similar topic here
– https://forum.tagdiv.com/topic/hiding-search-icon-from-top-menu/
You could do that with CSS. With a code like this for example to start off
.td_single_image_bg {
transition: all 0.4s ease-in-out;
}
.td_single_image_bg:hover {
background-image: url("")!important;
opacity: 1;
transition: all 0.4s ease-in-out;
}
This code will affect all single images, you can make it more precise by setting custom classes for the single image elements
– https://www.screencast.com/t/VfcYlbwsci
Or use the column content which does this by default, this would be easier.
Paste this code in the custom css section of theme panel
.td-header-wrap .td-logo-text-container .td-tagline-text {margin-top: 15px;}
1. Дочерняя тема уже включена в архив.
A sample child theme is available in the /code/ folder in the package that you downloaded from Themeforest.
Вам нужно её распаковать, скопировать по ftp на хостинг в соответствующую папку и активировать в панели управления Вордпресс.
Более подробно читайте внимательно в документации: https://forum.tagdiv.com/the-child-theme-support-tutorial/
2. Все настройки Темы и Custom CSS хранятся в базе MySQL вашего хостинга, поэтому ничего никуда импортировать не надо.