- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
Top menu does not appear on mobiles even with this CSS:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;}
.td-header-sp-top-menu{
display:block!important;
}
.td_data_time{
display:none!important
}
.td-header-sp-top-widget{
display:none!important
}
}
I spent the weekend trying to figure out how to solve this problem.
Please, look at my site and give some suggestions: http://www.objetivamente.net
I really need that top-menu on mobiles, because I removed the main-menu completely.
Hello,
I’m trying to reduce the height of the main menu and logo area in Header Style 12. I’d like to reduce the height of the menu item, overall menu, and logo areas. I know a ‘little’ css, but I’m not a css designer.
Can someone please offer some assistance?
Thank you!
Todd
Hi, I am not finding a setting to change this. What CSS would I use to change the font color of the subtitle?
Regards
Could you please provide the CSS to fix header style 8 (Hybrid menu 2). In full width, the logo is overlapping the bottom of the container and there is a line above the menu.
See site here: http://www.hwinsider.com/
Thanks!
Hi Team,
Thanks for the greatest WordPress theme you guys developed, after the recent wordpress update, my pageload speed time increases badly. earlier it was 78-85 now it is only 30/100.
it shows –
Compressing http://gaadiwaadi.com/wp-content/themes/Newspaper/style.css could save 609KiB (88% reduction).
Compressing http://gaadiwaadi.com/…s/js_composer/assets/css/js_composer.css could save 436.4KiB (91% reduction).
Compressing http://gaadiwaadi.com/…tent/themes/Newspaper/js/tagdiv_theme.js could save 283.2KiB (77% reduction).
Minifying http://gaadiwaadi.com/wp-content/themes/Newspaper/style.css could save 135.9KiB (20% reduction).
means atleast i can save 1.6 mb on everypage view which is equal to what my full page size was about a month ago.
also,
google webmaster shows that the theme isn’t meets Google accelerated mobile page
{ We did not find any Accelerated Mobile Pages in your site
Accelerated Mobile Pages (AMP) are an open-source initiative to provide web pages that load fast and look good on mobile devices, even over slow networks.
If your AMP-compliant pages include a few additional pieces of information, they can also benefit from special display features in Google Search results. }
can you pleage help me on priority ?
the site i am working on has a html streaming player. that grabe its feed from another site that also builed the player. how can i enqueue the code in the them and were?
Thank you Alin!
I’ve been working on this on a development machine, so that is why it is not on our live site. I’ve been able to implement the code and CSS and it looks good.
However, the comment balloon/icon appears differently on the blocks and on a post page. I would like to have the same icon combination (the eye and balloon) found at the top of a post page, if possible.
Could you, or someone else at tadDiv, be able to provide help with this? Thanks!
Hi there!
the theme seems to be well implemented but the website itself needs some attention I think. WP Super Cache is not correctly configured, gzip compression is “crashing” the access to your website with incorrect or unsupported compression. Also, I don’t think Speed Booster Pack Plugin is helping you. In fact I think it’s making it worse by trying too hard to force js defer and scripts/css to header/footer and halting the site.
Hope this helps and sets you in the right track, cheers!
Hello Catalin
Ok, I understand. I will try to find out where is this piece of code and then replace it carefully. I suppose that I must remove my custom CSS modification on theme panel, is it correct?
Thanks
Hi
You can use a free toll like jing to uploads your screens on a live server: https://www.techsmith.com/jing.html
Please consider that the smart lists have a different structure then the regular posts, and there could be a chance to appear issues like this when some plugins are used. Here seam to be a problem with the css which on smart list seams to be overwritten.
Unfortunately I can’t provide a solution now as the css from the plugin must be adapted at the smart-list. This is a task which require many customization and falls beyond the support can offer. If you relay need to use this plugin my advice is to get in touch with a developer which can help you with this implementation.
Thanks!
Hi,
I need to reduce font size of Sidebar RECENT ARTICLES block so that all my articles with long titles can be read in full glance. Please provide me with the CSS code.
Screenshot:
http://www.sansan-bizconnect.com.sg/wp-content/uploads/2016/01/Screen-Shot-2016-01-29-at-11.39.40-pm.png
Thanks!
Hello Albert,
By default, your Custom CSS modification will be put on the bottom of the style.css file.
You have to check the whole style.css and find out where exactly is the original code in this file and replace manually in that place with your custom CSS code. Please notice that it is not a simple task and is you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Hope this helps!
Thank you for the message!
On my Big grid, is it possible to change the category box background to their respective colours? Please provide me the CSS code
Screenshot: http://www.sansan-bizconnect.com.sg/wp-content/uploads/2016/01/Screen-Shot-2016-01-29-at-11.14.47-pm.png
Link: http://www.sansan-bizconnect.com.sg
EXPLORE – light blue
EXPAND – Dark Blue
EXCEL – Grey
Thanks!
Thanks. I am thinking though why not instead of editing CSS (since Code is not a Poetry for me :-)), I create an image block and place it on top of all other content, just below the menu… Will it not create the same effect?
Hi,
You can use custom css in Theme Panel > Custom Css to decrease or remove the default bottom padding – http://screencast.com/t/KaswdvYG1
.td-main-sidebar .td_block_3 .td_module_1 {
padding-bottom: 0;
}
There is a section in Theme Panel > Theme Fonts where you can set the font on specific module – http://screencast.com/t/MEKKoGy9
Thanks!
Hi,
Newspaper 6 is practically a new theme we have changed/added new modules and blocks and you will need custom modifications to change that. You can do this change in td_block_3.php file and set module 6(or other module) if you want – http://screencast.com/t/y9noDa2c8s86 but the module 6 looks like this in version 6 – http://demo.tagdiv.com/newspaper/category/module-6-layout/ Module 1 from version 6 looks almost the same like module 6 in version 4, only the thumb is a little smaller – http://screencast.com/t/epUeHxQHD2 – http://screencast.com/t/XnLDpbkU
I suggest to get someone to help you if you don’t have basic php/html/css knowledge as we are not available for custom services.
Thanks!
Hi,
The background color is added by a plugin that you use – http://screencast.com/t/WvfhFaEX
If you really need that plugin and you don’t want to disable it, you can try this custom css to remove the background – http://screencast.com/t/0PWYGoElxA
.updated {
background: none !important;
border: 0 !important;
}
Thanks!
Hello joyceloh,
Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-pulldown-filter-item:nth-child(2n){
display:none;
}
.td-pulldown-filter-item:nth-child(5){
display:none;
}
The result -> http://screencast.com/t/OpbjkZU60FD
As I said you above, you cannot change the ‘LATEST’ to ‘SELECT’ because this is the theme behaviour and so it was set it by default.
Thanks.
Hello
Ok, I understand. In my case, I have some custom modification on the website, so that´s the reason to this loading delay.
Where I must put the CSS modfication in style.css file? I don´t know exactly the place to put it.
Thanks
Hello
The Linkedin you can set it from Theme panel->Social Network like this -> http://screencast.com/t/EICSu3hkaE and for Whatsup, you have to introduce manually because it is not in our list. First of all, you have to add the Whatsup field in td_social_icons.php like this -> http://screencast.com/t/62jjpeiFze and then in your Social Networks from Theme Panel will appear like this -> http://screencast.com/t/V0DA7n2yx2 and then you have to add some CSS to introduce the Whatsup font like this -> http://screencast.com/t/IDQxR0hNH7U
The CSS code is ->
.td-icon-whatsup:before {
content: '\f232';
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
1. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/HEuBGarTLlaZ
@media(min-width: 768px) {
.single .td-ss-main-sidebar .rpwwt-widget{
display: none;
}
}
2. I’m not sure what title you want to change, please provide more details if you did not changed already.
Thanks!
Hello Edge44,
If you want to set the font size for review section, you have to use a bit of CSS. Please try the code below and add it in your Theme panel->Custom CSS area.
The code is ->
.td-review {
font-size: 25px;
}
.td-review-summary-content {
font-size: 20px;
}
The result -> http://screencast.com/t/0S066Kvg
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details.
Thank you for the message!
Hi,
Can you provide the CSS code for this?
1) change “LATEST” to “SELECT” on the button AND dropdown to have 2 choice of Latest Articles and Most Popular Articles.
http://sansan.qriosity.com.sg/category/explore/
http://sansan.qriosity.com.sg/category/expand/
http://sansan.qriosity.com.sg/category/excel/
Please help urgently.
Thanks!
Yes I minify JS and CSS .. today i will try with a website with no cloudflare and i will see the results.
thanks so much 🙂 i will tell you the results tomorrow 🙂
Sorry for my horrible English.
Hi Alin, thanks for your reply, and for the custom CSS. Using the CSS would hide the problem, but it would be better if we could get rid of this javascript code completely.
I understand we’re not required to add anything to the Typekit section. And, admittedly, we probably shouldn’t have put Myfonts code in there either. But it’s happened now. And now that javascript is in the database and being injected into the page (<!– JS generated by theme –>)
What we want to do now is remove that code. We’ve tried overwriting the contents of the Typekit box with <script></script> (http://i64.tinypic.com/28tb6gx.jpg), but we still get the same Myfonts code being injected.
By the way, I have searched all of our theme files – we definitely haven’t hardcoded this into our child theme. It must be coming from the database.
I seem to have no option but to edit the database directly – unless you can help me figure out a way to remove it via the theme settings.