- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
I have inspect your site and found that you have a plugin which adds some extra css that breaks the slider’s layout: http://screencast.com/t/hxJMeSsb
You can solve this by deactivating the plugin or use this css to overwrite it: http://screencast.com/t/g4o7pzfV45
.slider {
display: block;
width: auto;
border: none;
}
Thanks
Hi,
Sorry for the delay on which I’m answering. I have check your site and seen your issue and I think is caused by some css.
We recently had a similar issue with a client which was using child theme, applied some custom mortification to it’s site with it without updating it.
This could cause this in your case also, please let me know if you are using the child theme and if so please make sure you update it also and make sure you make a backup before in case something goes wrong.
Here you have a guide on how to use child theme: https://forum.tagdiv.com/child-theme-documentation/
Thanks
Yeah, I’m no expert programmer, but after 7 hours straight troubleshooting this, I’m at my wit’s end. I cannot get the mobile menu to open at all on my friend’s Galaxy S3 (default browser), nor can I get it to load visibly on my Nexus 5 (Chrome browser). And we’re supposed to go live this Sunday for a large audience.
I tried disabled all plugins. Re-installed 4.5 again. Combed through very basic CSS items I’ve added. Nothing seems to make a difference. I’m obviously missing something, but steering blind at this point.
I noticed your demo site works fine on both our phones, as well as a few other sites people in the forum have referenced load fine too. But my site doesn’t.
Lucian, Radu… I have a registered user lock on the site, but will give credentials if you can please take a look.
Could really use some support on this. Thanks in advance.
Hi,
Thanks TheMediumUTM!
@papilleclandestine I’ve checked your page source and found that somehow all theme’s css is loaded within each page which could cause issues.
My guess is that this is a plugin settings which reads theme’s css and loads in into the page.
First please make sure you deactivate all plugins leaving only Visual Composer plugin active, after this empty your cache and purge files and check again.
Also please make sure you use this page speed guide right and use the tagDiv Speed Booster plugin to move the css and js at the bottom of the page avoiding the page render blocking. We only recommend this to advanced users so if you don’t have any php knowledge you should get some to help you with this.
Hope this helps! Please let me know!
Thanks
Hi,
Yes, we already have your request on our feature requests list and we will consider it for future updates but we have to be very careful on what we pick to implement as we have over 160 feature requests, if more people will ask for it we will do it.
Regarding your second issue I have tried to replicate it using theme’s latest version (4.5) and found no issues. What theme version do you use? Please make sure you update your theme to the latest version and also try to check for this without using minified js/css/html and also remember to empty cache.
Please let me know if this helps!
Thanks
Hi guys,
I’m getting on GTmetrix this “High priority” error to fix:
“Add Expires headers”:
There are 2 static components without a far-future expiration date.
http://fonts.googleapis.com/css?family=Roboto+Condensed%3A400%2C700%7CArimo%3A400%2C700%7CRoboto%3A400%2C700%7CChivo%3A400%2C700%7CAlex+Brush%3A400%2C700%7CRokkitt%3A400%2C700&ver=4.0
http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|Ubuntu:400,400italic|Open+Sans:400italic,400|Oswald:400,700|Roboto+Condensed:400italic,700italic,400,700?ver=4.4
Aren’t these part of the theme? Any way to fix that?
Thanks!
Hello,
I have a question. Using Chrome dev tools, I am getting this error in Console:
Mixed Content: The page at ‘https://tribyoot.org/15248/2-year-old-survives-decapitation/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://tribyoot.org/Tribyoot/wp-content/plugins/oiopub-direct/images/style/output.css’. This request has been blocked; the content must be served over HTTPS.
I have contacted the plugin developer and he cannot find where, in the plugin, the problem could be originating. However, what are the chances that because the Ad area of the theme is using the code from the plugin, that the theme is actually causing this to request an http instead of an https for this plugin (javascript, css, etc.)
Philip
Hi,
I found the solution here: https://forum.tagdiv.com/topic/show-categorie-name-in-latest-articles/
You can see the result here: http://imagespourapprendre.com/
What I would like is to have the exact same display as in post headers, that is the category background color, font color and space between category and author just like here: http://imagespourapprendre.com/2014/10/plug-it-on-the-window/
Should I edit the get_category function or customize some css? Could you please help?
Thanks a lot!
Sam
Hi,
1. First of all if you have set it right the drop-down should be there so double check that you have done this right and disable all plugins laving just the visual composer active this is to make sure you don’t have another plugin which could cause this. Also make sure you empty your cache if you use any.
If this doesn’t helps please let us know about it and provide more details and also your site’s URL so we can inspect this.
2. You can change the appearance of the mega menu is to change the theme accent color from theme panel > theme color or for the font you can do it form theme panel >custom typography section: http://screencast.com/t/MYr8tWhkDYY1
Another way would be to do it via custom css an add it in theme panel > custom css filed.
Hope this helps!
Thanks
Hi,
Unfortunately there is no option for that, you can hide it via css if you want, and use the post id for it, like this: http://screencast.com/t/DYAgbrkr
.postid-505 .author-box-wrap {
display: none;
}
Thanks
Hi,
Any modification you make to the width cause other elements not be positioned correctly. Off course 1200px is a close value but it will still make the same changes. Use this css in your custom css filed then check how it affects you site and what changes you need to make to adjust it:
.container {
width: 1200px;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can do it but you will have to modify the css for other containers that make up the page so it would not be easy and you will need custom work for that. You may wanna get someone to help you with that if you don;t know hot to do it.
Thanks
Hi,
I have checked your site and found no issue with your thumbs, seems to me like the right thumbs sizes are used:
– examples:
* big slider – big image: http://screencast.com/t/tPcnpBp6h7y
* big slider – small images: http://screencast.com/t/r8dvZyDri
* block 2 – small images: http://screencast.com/t/DdieGRjopC7u
I did noticed that setting the visibility hidden on date doesn’t look right, you should use display:none and hide it via custom css, like this: http://screencast.com/t/koocO0Foc
Add this css in theme panel > custom css field:
.td_mod_wrap .meta-info time {
display: none
}
Thanks
Nevermind,
I tried out my CSS and it works exactly as I wanted.
You can mark this as resolved
Hi,
Thanks for the quick help. However, I am looking to use an image on the “inside” of the boxed layout hence the use of the
.home .td-page-wrap
would my CSS code above work on the inside of the ‘boxed’ layout’?
Yeah. They removed the fixed layout a few versions back. And technically that “made sense” only because Google WANTS all sites to be mobile-ready, and sites work better when mobile friendly vs running separate sub domain, or a plugin which re-writes the entire site for mobile, etc. It also was difficult to manage a non-responsive layout while having al the fancy stuff people kept asking for, like megamenus, etc. — basically bloating the CSS with both responsive and non-responsive code and all the if/then stuff, made it less healthy for the majority of folk who do want a “responsive” theme.
Also, there are more and more underpinnings from Bootstrap inspired code, which is “responsive”…
Hi there,
thanks for this great theme.
First of all i need to know if there is a away to add more custom ads how can i do it?
Do i have to code to accomplish that, is there a custom plugin?
Also i need to disable the responsive feature and i need a fixed 980px site, i checked the themes and i can’t see any settings for that is there a css file to send me?
Hi,
You can do it via custom css, use this selectors:
.td_ul_logout li a, .td_ul_login li a{
color: black;
}
Please note that this widget was designed to be used in the top right widgetised area.
This sentence “You must be logged in to create new topics” is not within theme files, I suggest you check for it within bbpress.
You can try with a plugin or you can take a look at how the login widget it’s made and find a way to content it to your bbpress login/register page.
Thanks
Hi,
Please use this custom css and add it in theme panel > custom filed: http://screencast.com/t/3i3ROuBAog6L
.blog-stack .td-logo-rec-wrap .header-logo-wrap {
margin: 10px 10px 0px 30px;
}
Thanks
Hi,
Use this css: http://screencast.com/t/R6R2evj7Ol
.td-post-content .author-box-wrap {
background-color: #B5E4FF;
}
You can enable the author, like this: http://screencast.com/t/maiFPulHI
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You have to add your background image url here: http://screencast.com/t/N21dAuk8
But you can use the background settings from theme panel to add your background, like this:
– config: http://screencast.com/t/Mdtx0cOPd
– result: http://screencast.com/t/9Xu3VCNjfu6
Or you can do it via css, like this: http://screencast.com/t/V66sXIeMwok
.home .td-page-wrap {
background-image: url('http://www.psdgraphics.com/file/blank-world-map.jpg');
background-repeat: repeat;
background-attachment: not-fixed;
background-position: center;
}
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
To remove the bullets you have to edit the td_module_10 file and remove the list tags like this: http://screencast.com/t/U8Ac3yJthm
And to change the display use this css: http://screencast.com/t/sM9WPS46
.td_mod10 .entry-title, .td_mod10 .meta-info {
display: inline-block;
}
To get the date in front of the title move this line: http://screencast.com/t/m4CDr3tJ
Result: http://screencast.com/t/yaaPFO4B
And also add this css:
.td_mod10 .entry-title {
margin-left: 10px;
}
Thanks
How Can I do manually for dynamic CSS like:
http://www.improgrammer.net/wp-content/themes/Newspaper/style.css?ver=4.4
It is dynamic depends on query string passing to the page.
You would need to manually “minify” your CSS/JS. See the “PageSpeed” sticky topic for more info on optimizing your site.
Use GTMetrix.com to test your site as it will outline which issues are server or content related, and often provide optimized versions you can download and try to upload to your site.
It’s virtually impossible to remove the “render blocking” issue, as unless you build a site theme from scratch to load CSS in “sections” (impossible with a site theme like this with so many options for different types of users), there will ALWAYS be the need to load some elements before the above the fold content loads. Upshot: worry about everything ELSE and leave that for last.
One of my websites has pagespeed score of 97 with the render blocking issues still there as a warning. It’s the last thing to worry about.
Hi,
i would like to make the author box closer to the bottom on the article. Could you suggest some CSS for me?