- 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
First you have to get the page id where you want to hide the number in smart list and to do that you can go to All Posts in wordpres and hover over the post. The id will be displayed at the bottom of the page like here:
http://screencast.com/t/vP56nXBzh Now add this custom css in theme panel > custom cass but replace the postid number with your postid:
.postid-760 .td_smart_list_1 .td-sml1-current-item-nr{
display:none;
}
Here is the result: http://screencast.com/t/qgx3sEvs
Thanks!
Hi
Unfortunately the theme doesn’t have an option to change the fonts for the smart list, but you can change it with custom css depending by smart list format that you’re using: http://screencast.com/t/FdHChXHA
.td_smart_list_1 .td-sml1-current-item-title{
font-size:30px;
}
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi,
Please check this without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue. Also disable any css/js minifications. You have these errors in the console that may affect stretched background image – http://screencast.com/t/VVhAsyEukl
Thanks!
Hi,
I have checked your page and you have some errors in the console – http://screencast.com/t/n7ymwXIElTCz please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue. Also check this without any css/js minification.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css and see if fix it:
.td-next-prev-wrap a {
font-size: 10px !important;
}
Thanks!
I have just downloaded the newspaper theme, while installing the theme on my wordpress website, it got failed.
Below is the error I received.
_____________________________________________________________________________
Installing Theme from uploaded file: themeforest-5489609-newspaper.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
_____________________________________________________________________________
Request you to kindly provide the resolution asap.
Hi there
My site has been randomly losing the CSS font family styling from the pages and posts for over a month now.
Sometime you go into a page or post and it looks fine because it’s using the default font. Other times it appears as a times new roman style font.
I had thought it may be because I wan’t running the most recent theme version but I have now upgraded to the current version and it’s still happening. I have deactivated new plugins and this has not helped.
Do you have any suggestions for how this could be fixed? It’s driving me crazy.
Many thanks
Hello I waited a while to upgrade to newpaper 6. Just starting to do it now and we love it thank you. Here is an issue I cannot fix. In the themes provided the layouts provided none of the spacing is correct. For example in this screenshot http://www.gomerblog.com/pics/screenshot.jpg I clearly have a 2/3 1/3 column and yet it places the 1/3 below. This is a fresh install I have no custom CSS and I disabled all the plugins and still get this. Please help thank you.
Hi
You can try this custom css in theme panel > custom css it will be applied only for that page:
.page-id-993 .vc_toggle .vc_toggle_icon{
float: right;
margin-right: 15px;
}
Here is the result: http://screencast.com/t/9D4aDq01s3C
Thanks!
Hello,
I test again,
Test with chrome it working
Test with IE it working
Test with firfox version 39.0 in not working.(still have this issue)
I not have any custom js/css.
I test by disable all my plugins, leave just Visual Composer active, clear cache and see still have this issue.
Test with firfox version 39.0 in not working.(still have this issue)
Test with chrome it working
Test with IE it working
Thanks.
Hi,
I’m sorry that you had those issues in version 6 of the theme. Newspaper 6 should be regarded as a new theme, it was practically rewritten so all customizations(files, css) from version 4 will not work and you will have to make these modifications again. We made a script that if you run it after update it will import from database olde settings, the shortcodes.. like you can see in the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.
I’m not sure what was the issue with Big Slider, as you can see on our demo Big Grid Slider(like on Newspaper4) is still available – http://demo.tagdiv.com/newspaper/big-grid-slide/ also we added more Big Grid blocks(these are not sliders).
Thanks for the message!
Thanks — worked that time. I forgot to put an end bracket on the previous css code.
Hi,
Do you have any custom css for newsticker next/prev buttons? As I have checked this an did not found any issues with it, you also can see on our demo. If you don’t have any customizations please disable all your plugins, leave just Visual Composer active, clear cache and see if you still have this issue. Also remove any js/css minification.
Thanks!
Hi,
You have to use this custom css as this inline is positioned to the right(I forgot to mention that) – http://screencast.com/t/W4feMNd0gC
.postid-33 .td-g-rec-id-content_inlineright {
display: none;
}
Just add right or left if your inline ad is not full post content – http://screencast.com/t/GuHpZlcLg8sk
Thanks!
Hi,
I’m not sure why this doesn’t work for you as it is tested and should work fine – http://screencast.com/t/37usR2YUgfHc just paste the css code in Theme Panel > Custom Css – http://screencast.com/t/nQ9cHORoh and also clear cache.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red!important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Anyway we will add this option in Theme Panel until your site will go live.
Thanks!
Hi,
If you use default/pagebuilder with latest articles page template you should not have breadcrumbs if you add elements using Visual Composer to you pages. If you add content without using page builder the breadcrumbs can be disabled from Theme Panel > Template Settings – http://screencast.com/t/cgivfgZ6709 but it will be disabled also on post pages.
You can use custom css to hide breadcrumbs only on pages – http://screencast.com/t/t7AdmHUs
.page .entry-crumbs {
display: none;
}
Or edit page templates and delete/comment the breadcrumbs code – http://screencast.com/t/TAmM4Ajfi
Thanks!
Hi,
I’m still not sure what the issue is with woocommerce widget. I have checked this and did not found any issues – http://screencast.com/t/N4MHFdEmqpf – http://screencast.com/t/lvNilbYeZ
If you want to display product image bigger, you can adjust this via custom css in Theme Panel > Custom Css: http://screencast.com/t/rR5C8X04c7
.woocommerce ul.product_list_widget li img {
width: 150px !important;
}
Also provide a link if this is not what you mean or it doesn’t work.
Thanks!
Hi,
The theme doesn’t have an option to place another menu under your main menu and you will need custom modification to achieve that. If you don’t have basic php/html/css experience I suggest to hire a professional to do this for you as we cannot provide custom work at this time, sorry! You will have to register your new menu like other three theme’s default menus – http://screencast.com/t/FJY6txe5n so it will appear in Menus section and you can customize it – http://screencast.com/t/ZTzbl0H4F1q then you will have to create a template like header-menu.php – http://screencast.com/t/CEaqGCfxPK and call it in header style that you use – http://screencast.com/t/qxJRSxOyItX0
You can find more details about this here – https://codex.wordpress.org/Navigation_Menus – https://codex.wordpress.org/Function_Reference/wp_nav_menu
Thanks!
Hi,
Your screenshots are still not visible – http://screencast.com/t/FXXPUKi844dc
I guess that you are referring to the video icon as I did not found any arrows(only next/prev pagination) – http://screencast.com/t/fA4yoO590 this icon was designed to appear like that on Big Grid 5. If you want to display it like this on all modules you can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/vr8L7dqRO7Cb
.td-video-play-ico > img {
left: auto !important;
bottom: auto !important;
}
Hope this helps!
ok so scrap everything i just said.
it is simply not working..
http://parisjourney.com/about-me
i entered the css into the theme pannel and no resaults
actually the first one worked but the second one didnt.
.postid-33 .td-a-rec-id-content_inline, .postid-33 .td-g-rec-id-content_inline {
display: none !important;
}
.postid-1162 .td-a-rec-id-content_inline, .postid-1162 .td-g-rec-id-content_inline {
display: none !important;
}
i tried to do two posts in a row. is this what it would look like or am i missing somethings. sorry but im shit at anything to do with css.
so post 33 worked, post 1162 didnt.
Hi guys,
Just bought newsmag – very excited. I have hosting with media temple. Installed the theme but it said it failed due to missing css style sheet.
Can you please help?
Thanks
HI folks … as I’m about to be enmeshed in a highly complex project for my own company, I won’t have *any* time to post “pay it forward” help around here anymore, but I thought I’d share one last thing for now — which I’d promised to do, and I just did in another post on this topic …
this is “broad strokes” on how to optimize the font loading for using Google fonts, such as OpenSans for your site; to not load the remote style sheet from Google and solve one of the issues from optimization testing related to Google fonts. This might even gain you a point in some cases!
———– SNIP————-
The theme does not load fonts via functions.php; but from the MAIN functions file used by the theme inside the /includes folder as I noted.
The following would be how we do it, in broad strokes — with idea of using OpenSans, removing roboto, and loading the CSS locally for OpenSans vs remotely.
Anybody planning to hack the theme in *any* way should explore the files in there to see what is going on with the theme.
So, to wit
theme/includes/td_wp_booster_functions.php
see around line 1318 – 1340
helps to use a proper text editor (I used “TextPad” on Windows, BBEdit on Mac).
I have not done this in awhile, but as I’m no longer going to be around here to help out, needing to move onto other things I’ll try to provide a starter point for you.
I believe I removed the whole Google fonts section; or perhaps only left in the first section as it caused error to remove it all.
————-
Next you need to search/replace any instance of Roboto from your style.css ; change the default fonts to OpenSans as you won’t be using the control panel to select it anymore.
————
‘capture’ the CSS from Google; presumably those of you who are new to HTML, webdev, etc., likely don’t understand what is going on with CSS (cascading style sheet) and how fonts are loaded.
So, basically when you “request” the fonts from Google using their API, you’re not loading the fonts, you’re loading a style sheet on their server, which in turn loads the fonts — a redirect of sorts. And this does show up as “something to fix” when doing optimization tests.
So, an old trick most of learned in the olden days of hand coding our websites from scratch is that you can put that API link into a browser window, or email it to yourself as a link also works …
Put another way if you were to go to the Google font repository, or look at the theme code, you end up with their API call, which looks something like this:
://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic
Now if you know what you’re doing, again, you can put that URL into a browser window and it will spit out the actual “what is being loaded from that URL” … which actually looks like this:
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
that is the actual CSS being loaded .. and you can put this at the bottom of your style.css file to load the fonts from your own style sheet vs loading their style sheet remotely.
So, if you combine the three things
a) search/replace your /theme/style.css to make OpenSans your default font; remove Roboto
b) remove the section in the theme main config file so that it’s NOT loading the remote style sheets
c) put your captured CSS from Google at bottom of YOUR /theme/style.css
d) there may be one instance of roboto somewhere else in the admin code files, but I forget where that is at the moment (sorry)
e) while it should be self-evident — if your site is https; change the http in above to https.
Then you have saved the redirect of the extra style sheet being loaded from Google’s server.
You can modify this procedure to use different fonts, or multiple fonts. Just setup the fonts you want on Google’s font site, get the embed code; then “capture” the actual CSS.
Try it 🙂
-
This reply was modified 11 years by
simchris.
The theme does not load fonts via functions.php; but from the MAIN functions file used by the theme inside the /includes folder as I noted.
The following would be how we do it, in broad strokes — with idea of using OpenSans, removing roboto, and loading the CSS locally for OpenSans vs remotely.
Anybody planning to hack the theme in *any* way should explore the files in there to see what is going on with the theme.
So, to wit
theme/includes/td_wp_booster_functions.php
see around line 1318 – 1340
helps to use a proper text editor (I used “TextPad” on Windows, BBEdit on Mac).
I have not done this in awhile, but as I’m no longer going to be around here to help out, needing to move onto other things I’ll try to provide a starter point for you.
I believe I removed the whole Google fonts section; or perhaps only left in the first section as it caused error to remove it all.
————-
Next you need to search/replace any instance of Roboto from your style.css ; change the default fonts to OpenSans as you won’t be using the control panel to select it anymore.
————
‘capture’ the CSS from Google; presumably those of you who are new to HTML, webdev, etc., likely don’t understand what is going on with CSS (cascading style sheet) and how fonts are loaded.
So, basically when you “request” the fonts from Google using their API, you’re not loading the fonts, you’re loading a style sheet on their server, which in turn loads the fonts — a redirect of sorts. And this does show up as “something to fix” when doing optimization tests.
So, an old trick most of learned in the olden days of hand coding our websites from scratch is that you can put that API link into a browser window, or email it to yourself as a link also works …
Put another way if you were to go to the Google font repository, or look at the theme code, you end up with their API call, which looks something like this:
://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic
Now if you know what you’re doing, again, you can put that URL into a browser window and it will spit out the actual “what is being loaded from that URL” … which actually looks like this:
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
that is the actual CSS being loaded .. and you can put this at the bottom of your style.css file to load the fonts from your own style sheet vs loading their style sheet remotely.
So, if you combine the three things
a) search/replace your /theme/style.css to make OpenSans your default font; remove Roboto
b) remove the section in the theme main config file so that it’s NOT loading the remote style sheets
c) put your captured CSS from Google at bottom of YOUR /theme/style.css
Then you have saved the redirect of the extra style sheet being loaded from Google’s server.
You can modify this procedure to use different fonts, or multiple fonts. Just setup the fonts you want on Google’s font site, get the embed code; then “capture” the actual CSS.
Try it 🙂
I found that string css code earlier and I couldn’t get it to work. I tried placing it in the main custom css box as well as the mobile options and everything stayed the same.
When do you suppose a option will be created in the theme panel? My site is to go live by September and would like it done by then.