leviwest
Forum Replies Created
-
Forum: Plugins
In reply to: [WP responsive FAQ with category plugin] FAQ's in Categories do not displayIt works as intended now. Thanks for the quick support.
Forum: Plugins
In reply to: [WP responsive FAQ with category plugin] FAQ's in Categories do not displayThese are the categories: https://i.imgur.com/Zds8eXm.png
This is the english page: https://i.imgur.com/fHK5tga.png
This is the dutch page: https://i.imgur.com/FVhV2ts.png
Forum: Plugins
In reply to: [WP responsive FAQ with category plugin] FAQ's in Categories do not displayI have the english and dutch version of the page up.
The english page (https://www.pronomar.com/frequently-asked-questions/) has the default shortcode.
And the dutch page (https://www.pronomar.com/nl/veelgestelde-vragen/) has the category shortcodes provided in my previous comment.
When I go to your support page I get a blank page.
I followed the wp-cron setup and everything is now setup. When I republished a post to twitter it still does not show the image. The log only shows the following since the wp-cron setup.
[2015-12-09 09:21:49] - [Posted] [Twitter - Weekblad De Brug] - OK - Message Posted | PostID: 7471 - Sinterklaasmiddag Emmastaete geslaagd zangfeest |aj | Post Link
‘Y:[2015-12-08 10:57:54] – [Posted] [Twitter – Weekblad De Brug] – OK – Message Posted | PostID: 7471 – Sinterklaasmiddag Emmastaete geslaagd zangfeest |aj | Post Link
[2015-12-08 10:57:03] – [Posted] [Twitter – Weekblad De Brug] – OK – Message Posted | PostID: 7471 – Sinterklaasmiddag Emmastaete geslaagd zangfeest |aj | Post Link
[2015-12-08 10:52:40] – [Posted] [Facebook – Weekblad De Brug] – OK – Message Posted | PostID: 7471 – Sinterklaasmiddag Emmastaete geslaagd zangfeest |im | Post Link
[2015-12-08 10:52:29] – [Posted] [Twitter – Weekblad De Brug] – OK – Message Posted | PostID: 7471 – Sinterklaasmiddag Emmastaete geslaagd zangfeest |im | Post Link
[2015-12-08 10:52:20] – [Scheduled] [Twitter (Weekblad De Brug) for 1449568348(2015-12-08 10:52:28)] – PostID:(7471)
[2015-12-08 10:52:20] – [Scheduled] [Facebook (Weekblad De Brug) for 1449568350(2015-12-08 10:52:30)] – PostID:(7471)
[2015-12-08 10:52:20] – [Start =- ]- ——=========#### NEW AUTO-POST REQUEST PostID:(7471) Scheduled +8 ####=========——
[2015-12-08 10:52:20] – [*** ID: 7471, Type: post]- Status Changed: draft_to_publish. Autopost requested.
[2015-12-08 10:22:51] – [Posted] [Twitter – Weekblad De Brug] – OK – Message Posted | PostID: 7466 – Jong geleerd is oud gedaan, 16 jarige publiceert boek |aj | Post Link
[2015-12-08 10:22:22] – [Error] [Twitter – Weekblad De Brug] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2015-12-08 09:22:21 [Error] => Resp: {“errors”:[{“code”:187,”message”:”Status is a duplicate.”}]}| Error: | MSG: Jong geleerd is oud gedaan, 16 jarige publiceert boek – https://www.weekbladdebrug.nl/nieuws/kunst-en-cultuur/jong-geleerd-is-oud-gedaan-16-jarige-publiceert-boek/ #WeekbladDeBrug ) | PostID: 7466 – Jong geleerd is oud gedaan, 16 jarige publiceert boek |aj
[2015-12-08 10:21:30] – [Error] [Twitter – Weekblad De Brug] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2015-12-08 09:21:29 [Error] => Resp: {“errors”:[{“code”:187,”message”:”Status is a duplicate.”}]}| Error: | MSG: Jong geleerd is oud gedaan, 16 jarige publiceert boek – https://www.weekbladdebrug.nl/nieuws/kunst-en-cultuur/jong-geleerd-is-oud-gedaan-16-jarige-publiceert-boek/ #WeekbladDeBrug ) | PostID: 7466 – Jong geleerd is oud gedaan, 16 jarige publiceert boek |aj
[2015-12-08 10:21:29] – [Posted] [Twitter – Weekblad De Brug] – OK – Message Posted | PostID: 7466 – Jong geleerd is oud gedaan, 16 jarige publiceert boek |aj | Post Link
[2015-12-08 10:20:46] – [Test] [Twitter – Weekblad De Brug] – OK – TEST Message Posted’This is all I have in the log.
Forum: Plugins
In reply to: [WP-Paginate] WP Pagination not working in category.phpSame problem as Joshua, only get the <div class=”navigation”></div> in my code. It worked fine a while ago, and the code never changed.
<?php /* Template Name: Blog */ ?> <?php get_header(); ?> <div id="news-wrapper"> <?php if(function_exists('wp_paginate')) { wp_paginate(); } ?> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div id="post-image"> <a href="<?php the_permalink(); ?>"> <?php if ( has_post_thumbnail() ) the_post_thumbnail( 'blog-image' ); else echo ' '; ?> </a> </div> <?php the_title('<h2 class="blog-title"><a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '" rel="bookmark">', '</a></h2>'); ?> <div class="entry-content"> <?php the_excerpt(); ?> </div> </div> <?php endwhile; ?> <?php if(function_exists('wp_paginate')) { wp_paginate(); } ?> </div> <?php else : ?> <p>Nothing found.</p> <?php endif; ?> <?php get_footer(); ?>
Forum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] plugin fixPassword reset e-mail gets send as plain text. Should be HTML. How to fix this?
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] default WYSIWYG in posts/pages (WP 3.7)I’m using Knews Pro v2.1.0.
My WYSIWYG editor works when I deactive your plugin, but not when I re-activate it.
Do I have to go to a different location for the Pro version updates?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 2.0.1 default style?Do you have a woocommerce.php in your theme directory?
https://docs.woothemes.com/document/third-party-custom-theme-compatibility/
If you have this:
<?php woocommerce_content(); ?>
make it the following:
<div class="woocommerce"> <?php woocommerce_content(); ?> </div>
This solved it for me.