After trying multiple times, a red button appeared on the bottom right. Maybe another button to delete on the left panel would be also more convenient !
Problem fixed, I didn’t see the setting in POST SETTINGS / SHARING !
My bad 🙂
Hello,
I tried with cocacola, it works fine.
But with our account, this is the result :

I tried to display our instagram feed with “Instagram Feed” plugin, it works perfectly, so, the issue comes from TagDiv instagram plugin sadly, see here the difference : 
(left : Tagdiv plugin VS right : Instagram Feed plugin)
Any fix ?
Here is what it looks like :

Another problem is the number of subscribers is off and not up to date !
Thank you
Hello,
It’s actually not solved, because, it’s doing it again, and I deleted all cache and all cache plugins, but still, some images don’t load in the widget ! 🙁
Problem solved 🙂
Something was wrong with the cache plugin
-
This reply was modified 7 years by
Lecache.
Good find Simion, going to try this ! Thank you
Maybe a new feature allowing what to display in search results (posts and pages, or only posts) for next releases of your great Newspaper theme ? 😉
This was actually caused by a filter I added in function.php filtering only articles in the main search of the theme.
function SearchFilter($query) {
if ($query->is_search) {
$query->set(‘post_type’, ‘post’);
}
return $query;
}
add_filter(‘pre_get_posts’,’SearchFilter’);
Problem is, it also impacted library search…
Thank you,
For all people having the same issue : it was due to wp-config.php being wrongly encoded.
Correct encoding : UTF8 without BOM
Working now !
Hello,
Oops, my bad, I’m using theme version 8.8, and will update soon !
Thank you
-
This reply was modified 8 years by
Lecache.
You should definitely add it in the theme panel options for people like me that would prefer to reveal them all by default !
Thank you
I check in phpmy admin :
In wp_options, in the line td_live_css_local_storage, it only saves the first character that you put in the “Edit live with CSS” panel.
All went fine using the FTP upload in theme folder ! Thank you
Tried uploading newspaper.zip manually in themes folder : Newspaper theme doesn’t show up in the wordpress panel
EDIT: Newspaper finally appeared in the theme panel after installing it manually in the themes folder. But you guys should check why it’s giving the error when installing it locally using Wampserver64 ! Weird bug !
Additional information :
PHP 7.2.4
MySQL 5.7.21
Wordpress 4.9.5