- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
I am thinking of using Speed Booster Plugin on my wordpress site using newspaper theme. I just read following:
“The plugin (Speed Booster) will move the js and css of the recommended plugins at the page bottom. If another (unknown) plugin is installed it will automatically disable itself, this behavior was added to avoid a potential plugin conflict.”
My questions:
(i) Is the function of this plugin is only to move the js and css of the recommended plugins at the page bottom.
If that is so I am using only two recommended plugins, “tagDV composer” and “Yoast SEP Premium”. So Speed Booster plugin won’t help me much.
(ii) Also, if another (unknown) plugin is installed Speed Booster will automatically disable itself, this behavior was added to avoid a potential plugin conflict.
If that is so, I am using two plugins which are not in the recommended list – “AdSense Integration WP QUADS” and “WP Smush”
Here also if the Speed Booster is going to be disabled, so there is no point in using it.
Can some body please advise me on the above?
Thanks…
Hello xbass,
The Newsticker element can be added everywhere you want to your website if you will use the TD COmposer or Visual Composer. If you want to be at the very top of your website you should add it in that way -> https://www.screencast.com/t/0fZBuucsz and then, the result looks like this -> https://www.screencast.com/t/CVIyjziN After this, notice that you can adjust it with a bit of CSS code to remove any padding top if it’s necessary.
Hope this helps and let us know how it goes!
Thanks for the message!
Hi Catalin,
Unfortunately, this did not work (when adding it over the “Custom CSS” field of the Newspaper panel. I want to remove some icons (tumblr, pinterest and twitter) from the topbar.
Honestly, I doubt that many users of your template have social media accounts on the five platforms that you include as a standard. You should offer an easy way to remove or add icons as required.
I know, I posted that link in my original support request. I tried to add the code but it did not help. I am thinking maybe I did not add it correctly. HELP please on where I c=could/should add the code they suggest that might need to be added to the the themes CSS code. I also prefer the developer adds it so that future updates wont ease the updates I do to make this work going forward.
This plugin does not work with all themes or will require some additional CSS work, check this from the plugin FAQ https://wordpress.org/plugins/external-featured-image/faq/
Done. Also, if you can please help me to find why the live css is not saving nothing (try to modify it and save then, you will see a circle rotating for a infinite time). I have already disabled all the plugins and the problem still is there.
I am using a plugin called WordPress Automatic Plugin, you can read more about it here https://codecanyon.net/item/wordpress-automatic-plugin/1904470?_ga=2.250386566.1454775408.1511213894-1628726799.1511213894
There is an option to set the first image as the featured image automatically and set it as an external featured image not saved on the server.
MY QUESTION IS: CAN YOUR THEME SUPPORT THIS? USING AN EXTERNAL IMAGE AS THE FEATURES IMAGE IN POSTS
Setting:
Donât save the image to my server, I will use this free plugin to display the featured image from itâs source
FREE PLUGIN: https://wordpress.org/plugins/external-featured-image/
I am using the new version âExternal URL Featured Imageâ See more info here: https://wordpress.org/plugins/external-url-featured-image/
Support message From the developer of WordPress Automatic Plugin on this issue:
This plugin does not work with all themes or will require some additional CSS work, check this from the plugin FAQ https://wordpress.org/plugins/external-featured-image/faq/
HELP PLEASE
Email sent from TagDiv pertaining to this issue (it’s a bug that will be addressed in subsequent release):
Hello,
Upon further investigation I found a css that was causing this issue.
Please add this code in your theme panel-> custom css box:
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
padding-top: 0!important;
}
I will add this to our bug list for future updates.
Thank you!
Bogdan B
Hello culturezvous,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
â https://forum.tagdiv.com/requirements-for-newspaper/
Thanks for your understanding!
Hello godfatherblog,
The post view count is not available for blocks/modules but it’s only available for post. The theme does not have any such an option that allows you to enable this, sorry! Regarding on the second request, the theme does not have an option for it that allows you to turn off the menu. You can use the following code and place it in Theme panel -> Custom CSS Area.
The code is ->
.td-header-main-menu{
display:none;
}
Thanks.
Try to add it like so:
.menu-td-demo-header-menu-container .sf-menu .sf-with-ul {
padding-right: 20px;
min-width: 1px;
}
Css needs some very specific selectors in some cases đ
Thank you!
Hello,
Sure,
Please add this cs to your theme panel-> custom css box:
.td_smart_list_4 .td-sml-current-item-nr{
display:none
}
.td_smart_list_4 .td-sml-current-item-title{
Padding-left:0
}
Thank you!
Hello,
Please add this code in your theme panel-> custom css box:
.td-post-share-title{
display:none;
}
.td-post-sharing-bottom{
border:none;
padding:0!important;
}
Thank you!
Hi chef,
The Facebook sharing icon can be removed using a bit of CSS code for this, using the code below ->
.td-social-facebook{
display:none!important;
}
Notice that the Instagram button does not exist in post sharing area but only on the page and it can be enabled/disabled from Theme panel, according to our documentation here -> https://forum.tagdiv.com/instagram-widget/
Thanks for the message!
Hello,
You can try to add this custom css in the theme panel custom css box:
.td-post-template-6 .td-full-screen-header-image-wrap{
height: 450px;
}
.td-post-template-6 .td-post-header-holder{
bottom: 250px;
}
Thank you!
Hello mirko,
If you want to change the colors for your Big Grid 5, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-big-grid-post .td-module-thumb {
background-color: green;
}
The result is here -> https://www.screencast.com/t/YNHn7mEnka
Thanks for the message!
Hello,
You can use this custom css:
.page .td-page-title span{
font-size:40px;
}
You can add it in the theme panel-> custom code-> advanced css section and change the size for each screen size in particular.
Thank you!
Never mind, I added
#td-header-menu {
height: 48px!important;
overflow: hidden!important;
}
to ipad portrait/landscape advanced css, problem seems to be solved.
i added this css to have all menu on a single row
.sf-menu a.sf-with-ul {
padding-right: 20px;
min-width: 1px;
}
when i put it on css custom
i have this
https://d.pr/FREE/6SzNF5
but…
if i leave only
.sf-menu .sf-with-ul {
padding-right: 20px;
min-width: 1px;
}
it doesnt work)
If the code works in your custom css spot in the theme panel, it should also work in style.css. Add the code in the very bottom of style.css after the closing of all tags.
Then clear all caching.
Thank you!
Hello ultimate28,
The code should have to be added to your custom CSS area, in Theme panel.
Thanks.
i fixed myself using css (more easier)
thanks anyway
.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
.td_block_17 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
Am using the above code on theme panel under custom code to remove margin or spacing between one title and another and its working fine.
What i need is to edit the default file and stop using the above code on – under custom code, i have tried to edit the style.css and its not working.
You can guide me where to edit the default file. The main reason is to avoid double loading on the css.
Thanks, I modified the css to make a width:100% image and it look better, not perfect but better. đ
What theme element? The WooCommerce plugin?
These are all square images that do not require cropping. Only re-sizing. Also, youâre assuming that no relevant product information was contained in the outer areas of the product picture! Take a look at the image where the glasses are placed over a measuring chart. There are obviously times when you need the full image to convey the intended message!
There were other ways to write that code. Maybe something in the CSS that properly contains a square image? Or some Javascript to determine if the image needed center-top cropping at all?
https://stackoverflow.com/questions/11552380/how-to-automatically-crop-and-center-an-image
It seems like there are some viable CSS options on how to properly place an image without being forced to crop..
-
This reply was modified 8 years by
cantonjester.