- NewspaperHow to update a plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- NewspaperSingle Post Excerpt
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperHow to use the Bing Maps API
- NewspaperModules Builder in Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperCustom Fields Support
- NewspaperFlex Block Settings Guide
- NewspapertagDiv Opt-In Builder
- NewspaperHow to use the YouTube API
- NewspaperDefault Category Settings
- NewspapertagDiv Composer Tutorial
- NewspaperHow to Set the Image Avatar
- NewspaperUnique Articles
- NewspaperFacebook Share
- NewspaperCache plugin – install and configure
- NewspaperFeatured Image, Video or Audio
@hawkswine: there is a documentation file, there you can read alot of infos f.e. here: http://import.tagdiv.com/newspaper/doc/#howtoupdate
-
This reply was modified 12 years by
sergenial.
So sorry to be dense, but I download the files and then what? Just plop them into my theme folder via FTP and over write the existing Newspaper folder? Is it just some files that should be uploaded or the whole thing? I just don’t want to wipe out all the work I’ve done to set up colors and logo and background images and stuff.
Hi Marius. Short question to you. Is social login feature somehow on your to-do list for the future updates? Thanks!
-
This reply was modified 12 years by
sergenial.
@hawkswine and @dillermand16 yes, go to your themeforest account and check the box you can see in my screenshot.
http://gyazo.com/025c218d708cabe4e40722ef116cf0e4
-
This reply was modified 12 years by
sergenial.
I would like to now this too, as hawkswine asks.
Sorry. Solved. I think it was a W3 cache issue
Hey guys!
I’m tech savvy, but not a power user. I’m on 2.4 (what I purchased at) and would like to upgrade to the latest version. Is there a walkthrough for upgrading somewhere? Or do I just take the latest Newspaper download and upload it to the theme folder via my FTP like I did for the original install?
Also, is there a email newsletter I can join to get notices about future patches?
Maybe this is not an theme error but … anyone know why at the desktops my posts is updating instant but in my mobile phones it takes long long time
Hi,
We will add a megamenu style in the next version.
Thanks!
After I updated theme to 3.1 my “Bottom Ad” doesn’t show up anymore. I don’t use google adsense ads.
Can you help me fix it? This is the most profitable ad spot!
Hello Marius,
Thanks for the update. I’ll need some styling to make it align better
http://www.screencast.com/t/9e849WHGK8
Also, Marius where in the theme can i declare extra ad spots. i really do not want to use Adrotate or any other ad plugin. i love what the theme offers and would love to stick to it as much as possible.
I still have issues with these custom fields
What i’ve done is to create the labels as custom fields themselves and called them with “get_post_meta”
I’ve added class to the div here http://www.screencast.com/t/4JZqkE4TET
and styled the category page display. This is what i’ve achieved. http://www.screencast.com/t/9JPbQNE10q8U
The only problem right now is the single post page.
where do i put the code here http://www.screencast.com/t/BYm4TeONw
so the custom fields can display here too http://www.screencast.com/t/FkDUwynx
Hi,
We have changed the sprite file, please try in icognito, or clear the cache to take the new sprite file.
Thanks!
Hi,
I mean that post to have featured image like this: http://screencast.com/t/0mauV8u4lUY
About the twitter issue please update the plugin from the latest version 3.1
Thanks!
Hi,
The update is live 3.1, for header please use Style 3.
Just update 3.1, so far so good.
Thanks for great support
Hello,
bottom and top of arcticle ads aren’t showing up anymore since 3.1 (updated from 3.01 to 3.1). Anyone else experiencing this issue?
Greetings
I have the same issue, the header menu appears to be broken together with the “up arrow”. site: http://www.lsport.nl/
My header menu button broke after updating from 3.0.1 to 3.1. Any thoughts on the issue and or fix coming? (androidadvice(dot)com)
I agree with the comment above. A megamenu should be the next “must” in this theme.
This theme is great for a news site. But when there are a lot of information in a site, a nice megamenu is very usefull to organice all the categories and sections.
Are you planning to implement it? If not, have you tested some plugin to create a megamenu with this theme?
Thank you for your great work!
Hello @Marius
Would it be possible to get my update early via mail so i can go live ASAP since it usually takes a bit of time for themeforest to seed its updates.
Regards,
Effiong
Hello,
I have added some extra code to the functions of newspaper. This code gives every image in a gallery a number.
Since I have updated to 3.01 I can no more ad this code to the functions.php. When I do that, it shows a blank page.
Here is another site of mine where it works http://www.maennerhoehle.com/arrrghhh/
Below is the code i need to place in the functions.php and the CSS.
Could you please check that? This function is very important for my site!
Thank you very much for your feedback!
Best regards,
Florian
Code for functions.php:
add_action( 'after_setup_theme', 'wpse_74492_replace_gallery_shortcode' );
/**
* Replace the default shortcode handlers.
*
* @return void
*/
function wpse_74492_replace_gallery_shortcode()
{
remove_shortcode( 'gallery' );
add_shortcode( 'gallery', 'wpse_74492_gallery_shortcode' );
}
function wpse_74492_gallery_shortcode( $attr )
{
// Let WordPress create the regular gallery …
$gallery = gallery_shortcode( $attr );
$gallery = preg_replace_callback( '~<img~', 'wpse_74492_gallery_callback', $gallery );
return $gallery;
}
function wpse_74492_gallery_callback( $matches )
{
static $count = 0;
$count += 1;
return "<span class='gallery-number'>$count</span>" . $matches[0];
}
This code is for the CSS:
.single .gallery img {
width: 500px !important;
height: auto;
}
.gallery-number {
position: absolute;
left: 0;
top: 0;
background: #ff6a62;
padding: 0 10px;
}
.gallery-item {
margin-top: XXpx !important;
margin-bottom: 22px !important;
}
Hi,
Add you image with HTML like <a href="#"><img src="banner link" /></a> directly in Theme Option -> Ads.
Today we will publish an update that have 3 new custom ADS area that can be used anywhere.
If you don’t manage it please let me know.
Thanks for the message.
Hi,
We working on a new menu, Megamenu style, will be available in the following updates.
Thanks!
Hi,
I don’t understand exactly, here: Currently if I change a sidebar I will have to update (save) settings on all pages and categories before the change will appear
Where you change the sidebar? In Theme Panel? or on a page?
Sorry, but we can replicate the issue, can you make a screen-cast to show us exactly, you can use Jing, or camtasia software or similar to record the screen.
Thanks!
Hi Guys,
Since the update of V3 the custom ad is not working anymore as far as i got now.
I want to add a single image banner which is not linked to google adsense to the header etc.
How can I do this?
Looking forward hearing from you ,
Best Regards,
Michiel