- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
I’m not sure how block 1 looks in your case, can you please send your site’s URL so I can inspect this? Please also send a screenshot of this.
Thanks
Perfect! Thanks. The homepage links work now.
BUT…. what if we want to make it a little more customized? Like this…
1. The share links on the homepage (Twitter & FB) should add UTM params – https://share.america.gov/?utm_source=shareamerica&utm_medium=homepage&utm_campaign=list — replace “https://share.america.gov/” with the full URL of the article and put today’s date in there too
2. The share links on the individual post for the similar articles (Twitter & FB) should add UTM params – https://share.america.gov/?utm_source=shareamerica&utm_medium=postpage&utm_campaign=similararticles-YYYY-MM-DD : replace “https://share.america.gov/” with the full URL of the article
3. The share links on the individual post for top share buttons (Twitter & FB) should add UTM params – https://share.america.gov/?utm_source=shareamerica&utm_medium=postpage&utm_campaign=sharetop-YYYY-MM-DD : replace “https://share.america.gov/” with the full URL of the article
4. The share links on the individual post for botom share buttons (Twitter & FB) should add UTM params – https://share.america.gov/?utm_source=shareamerica&utm_medium=postpage&utm_campaign=sharebottom — replace “https://share.america.gov/” with the full URL of the article
Can this be done?
Thanks,
David
I want to remove the background on my wordpress rss widget but can’t seem to figure it out..wish the theme had a rss block then it be easy…
I want this look like widget 2

Widget 2

Hi,
All the headline from the sidebar are determined by this function: http://screencast.com/t/jpuaxnl0yTS
You can remove the h3 tags or change it from here but then you will remove them from all block module which use this function.
Thanks
Hi,
@FRMedia1981
I have tested the buttons short-codes using theme version 4.4. and didn’t find any issue with the buttons, i have also tested your button’s short-code and shown up well: http://screencast.com/t/nMEd85f4Z
Please make sure you add the code like this in your post: http://screencast.com/t/8aqcWd9atp
If this issue is still present please deactivate all plugins then empty cache and try again.
@webministeren
On the latest version of Visual Composer some classes were changed by it’s developer and we had to override them so that the plugin would still work with the theme. In the process the buttons css was lost. We have the issue on our list and we’ll try to fix it in one of the next updates. Sorry for the inconvenience.
You can use this custom css to style the button, like this: http://screencast.com/t/7WSQoASk
.vc_btn-green.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #53812d;
box-shadow: 0 5px 0 #53812d;
margin-bottom: 5px;
}
.vc_btn-green {
background-color: #6dab3c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn {
border: 1px solid transparent;
cursor: pointer;
display: inline-block;
text-decoration: none !important;
}
.vc_btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
Thanks
Hello,
We have created a homepage with a slider where we are showing some featured posts. But the posts shown in the featured loop slider are not showed down, in the categories blocks. Is there anyway to show them in the slider but in the blocks too? Maybe some readers don’t pay attention to the slider.
Thank you in advance.
Juan.
Hi Lucian,
Thanks for getting back to me.
Yep I want to do it through CSS so it effects the
element. I’m having trouble though. Surely…
blockquote { text-align: left; }
…should work (when inserted in the child theme’s stye.css), but it doesn’t. Any thoughts?
Cheers.
Hi,
Please add this: http://screencast.com/t/i4A030fl1AMX and check again, please make sure you empty cache and purge files if you use nay CDN or cache plugins.
You could also use this tool to force Facebook to see what info Facebook get’s from your site and to force it to get the new info if changed: http://screencast.com/t/FXUDcG2kpn
Hope this helps!
Thanks
Hello Sirs,
you have this great Demo of several Shortcodes like here:
http://demo.tagdiv.com/newspaper/grid-columns/
http://demo.tagdiv.com/newspaper/blockquotes-pullquotes/
but I was not able to find the documentation of theres shortcodes. They must be somethin link this [xxxxx].
Please Provide a Link to the documentation for these Shortcodes, so I can use them.
Most important for me are at the moment the Grid Layout Shortcodes.
Thanks very much!
I just purchased your theme and find it to work quite well. I am using it to create a site that is still under development.
On a post page that will eventually be saved as a template, I am using Block 1 the larger area of a 2/3×1/3 row. The problem is that in Block 1 the first large post image is centered and the additional posts are shown below it rather than to its right.
PS: I can send you the login info to the site if needed but I’m not sure if this is a private message so I didn’t include it here.
Thanks!
Hi Lucian,
I recognized that category links are empty. Links go to /#.
Can you please send a new code for module 8?
Any word on this, mehedi?
P.S. Looking at your live site again, minor CSS tweak suggestion:
.auhtor-twitter a {
display: block;
}
This may not be necessary but it just drives me crazy when there’s a small spot you can’t click between the icon and the text 😀
So, one aspect of “responsive” design (good and bad), is that it’s better to load a 25kb image once than load the 25kb image once and the 12kb image together and switch those out on viewport. Better to load the 25kb image ONCE, then resize to fit the aspect you’re looking at when you look at it.
I agree it’s best to load the image only once. All I’m saying (and is what I believe Google Pagespeed is saying) is that we should request the version of the image that is best fit to the screen at it’s current orientation, and then if the device changes the viewport, the image will be resized locally, which is essentially what newspaper does now at a certain level.
For example, if I load my homepage and resize the browser window down to 767 pixels, I see this image which is only 326px wide being displayed at over 700 px wide WITHOUT reloading the image, as seen in the screenshot below, second image down:
Does that make sense? If someone really was bothered by the pixelated images, they’d probably realize that they could simply re-orient their device to how they loaded the page or simply reload the page. It seems terribly inefficient to me to have every single person download a high-resolution image on the off-chance that they will flip from portrait to landscape while viewing the page…
The other benefit of using the larger image is for retina/HD displays on a mobile device which have higher pixel count than desktop; so again, if you do the pixel math, a 700×500 image on a screen with double the pixel count, loaded half size, would still provide the same number of pixels when shown half size — without having to load alternate retina/HD version of image or use “image stacks.”
I agree, it does look nice on “Retina” phone screens, which is why I disabled my retina plugin on mobile devices. I think it would simply be a better solution to have Newspaper serve a 300 px wide image, and then allow the retina plugin to substitute the @2x version, rather than serving everyone the hi-res image.
Doesn’t that seem more efficient?
This is actually one of the cool things about mod_pagespeed … if you have an image loading over and over at 80% size, it will cache the image at THAT SIZE and serve up the smaller image to people who keep requesting it vs loading the larger image and scaling it.
So let’s say an iPhone is requesting that 745 pixel wide image, with mod_pagespeed, it will know that the iPhone can only display a 640 px wide image and then serve it a new thumbnail?
That’s pretty cool if true. Thanks!
Hi TagDiv folk:
minor suggestion to improve typography on the ‘classic blog’ style, would be to use a proper italic-capable font for the pull quotes/block quotes, so that is a true italic and not an oblique/slanted version of normal font.
Minor pet peeve … not a bug or anything.
I went to Compugraphic Typesetting School in 1985, and we got it beat into our head to try to always use “true italic” fonts for better style, readability, and so it doesn’t look like amateur publishing 🙂
This is just a suggestion if the mood strikes. If you try changing that you will see what I mean.
Lucian,
One thing you might want to take a look at is Block 10. The output on my site is the shortcode instead of the block (and someone mentioned a similar problem above).
No big deal for me though, just changed to a different block!
Thanks!
Hi Lucian,
We finally lifted the password off the site and made it public today… https://share.america.gov/
As we discussed before… The facebook “Share This” link is still not working on the homepage. But, it works great on all internal pages. We are still using the td_module_6.php file.
Please help!
Thanks
David
I fixed it… thank you very much 🙂
Ok, in the first case using css can you tell me how to add different background for two block 4 (like the first one is green and second is blue), i try to do that but it always change colour to every block 4 on my homepage :/
Hi,
You could do this via custom css, like this: http://screencast.com/t/Wh5pa1eYI
@media (min-width: 768px) and (max-width: 1200px) {
.td_block9 .td_mod8 .item-details {
margin-left: 0px;
top: 242px;
}
.td_block9 .td_mod8 {
margin-bottom: 146px;
}
.td_mod8 .entry-title {
font-size: 10px !important;
}
}
Thanks
Hi,
Unfortunately the theme doesn’t have an option like this but it can be done via custom css for the posts you don’t want to show and hide them using the display: none; property or you can use the tag filter to only get the posts that you want to show and exclude the other ones by removing the tag which filters them.
Thanks
Hi,
Please replace the content of page-homepage-loop.php file with this: http://pastebin.com/GpYcZMNK like this: http://screencast.com/t/JkvXMoBsg
After adding this please add this custom css in theme panel > custom css like this: http://screencast.com/t/BOKsmfnVa
.td-older-pagination a {
background-color: #4DB2EC;
display: block;
font-family: 'Roboto',serif;
font-weight: bold;
height: 35px;
margin-bottom: 40px;
text-align: center;
color: #FFFFFF;
line-height: 33px;
}
After this please make sure you edit the page and use this template: http://screencast.com/t/oW1QiisNqQrW
Should work fine on local host also. If you can’t manage to do this by yourself we recommend to hire a freelancer from site like: http://studio.envato.com/
Thanks
Now I changed block on the website, but is only a temporary solution.
I’m still waiting for your answer.
Thanks
Hi, I’m using block 9 in my website to show the first post, but on tablet it’s totally wrong.
How I can set a smaller title font on tablet for block 9?
and how I can set a floating left except for block 9 (just under the picture and title, not on the right side)?
You can see the website on http://roma.ilquotidianoitaliano.it/
Thank you!
