Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Lecache
tagDiv Member

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 !

Lecache
tagDiv Member

Problem fixed, I didn’t see the setting in POST SETTINGS / SHARING !

My bad 🙂

Lecache
tagDiv Member

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 ?

  • This reply was modified 7 years by Lecache.
  • This reply was modified 7 years by Lecache.
Lecache
tagDiv Member

Here is what it looks like :

Another problem is the number of subscribers is off and not up to date !

Thank you

Lecache
tagDiv Member

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 ! 🙁

Lecache
tagDiv Member

Problem solved 🙂

Something was wrong with the cache plugin

  • This reply was modified 7 years by Lecache.
Lecache
tagDiv Member

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 ? 😉

Lecache
tagDiv Member

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…

Lecache
tagDiv Member

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 !

Lecache
tagDiv Member

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.
Lecache
tagDiv Member

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

Lecache
tagDiv Member

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.

Lecache
tagDiv Member

All went fine using the FTP upload in theme folder ! Thank you

Lecache
tagDiv Member

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

  • This reply was modified 8 years by Lecache.
  • This reply was modified 8 years by Lecache.
Lecache
tagDiv Member

Note : I’m trying to install it locally on WordPress, hosted by WAMPSERVER64

Also, I tried installing an old theme from Tagdiv I downloaded months ago : IonMag, it installs fine ! But Newspaper can’t !

  • This reply was modified 8 years by Lecache.
  • This reply was modified 8 years by Lecache.
Viewing 15 posts - 1 through 15 (of 15 total)