Title: pacecal's Replies | WordPress.org

---

# pacecal

  [  ](https://wordpress.org/support/users/pacecal/)

 *   [Profile](https://wordpress.org/support/users/pacecal/)
 *   [Topics Started](https://wordpress.org/support/users/pacecal/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pacecal/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pacecal/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pacecal/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pacecal/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pacecal/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pacecal/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pacecal/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Import](https://wordpress.org/support/topic/import-62/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [7 years ago](https://wordpress.org/support/topic/import-62/#post-11667032)
 * Okej…:)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Import](https://wordpress.org/support/topic/import-62/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [7 years ago](https://wordpress.org/support/topic/import-62/#post-11666898)
 * How can i export the reviews? I can only see export the settings…and the plugin
   UpdraftPlus is only for backup
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Import](https://wordpress.org/support/topic/import-62/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [7 years ago](https://wordpress.org/support/topic/import-62/#post-11666581)
 * website won’t work: [https://pastebin.com/ZJe82JCL](https://pastebin.com/ZJe82JCL)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Error Structured Data Testing Tool (missing image)](https://wordpress.org/support/topic/error-structured-data-testing-tool-missing-image/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-structured-data-testing-tool-missing-image/#post-11542668)
 * it works now, i’ve set the image to futuered image
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Reviews] Change min, max](https://wordpress.org/support/topic/change-min-max/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/change-min-max/#post-11542584)
 * In the future?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter Evolved] Font family and size suddenly changes](https://wordpress.org/support/topic/font-family-and-size-suddenly-changes/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/font-family-and-size-suddenly-changes/#post-11035346)
 * I’ve a server problem, it doesn’t sync anymore…
    -  This reply was modified 7 years, 6 months ago by [pacecal](https://wordpress.org/support/users/pacecal/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics Post Pageviews] Increasing error](https://wordpress.org/support/topic/increasing-error/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/increasing-error/#post-9453669)
 * I’ve installed google analytics plugin, now it works!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Video Lightbox] next/previous image/video](https://wordpress.org/support/topic/nextprevious-imagevideo/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/nextprevious-imagevideo/#post-8512184)
 * Yep, i cant share the url. Is there any way to use these buttons?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics Post Pageviews] Where to put the php code?](https://wordpress.org/support/topic/where-to-put-the-php-code/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/where-to-put-the-php-code/#post-7343274)
 * to put the code in de recent post widget edit the file class-wp-widget-recent-
   posts.php in wp-includes
 *     ```
       <ul>
       		<?php while ( $r->have_posts() ) : $r->the_post(); ?>
       			<li>
       				<a href="<?php the_permalink(); ?>"><?php get_the_title() ? the_title() : the_ID(); ?> (<?php echo gapp_get_post_pageviews(); ?>)</a>
       			<?php if ( $show_date ) : ?>
       				<span class="post-date"><?php echo get_the_date(); ?></span>
       			<?php endif; ?>
       			</li>
       		<?php endwhile; ?>
       		</ul>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics Post Pageviews] Where to put the php code?](https://wordpress.org/support/topic/where-to-put-the-php-code/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/where-to-put-the-php-code/#post-7343126)
 * In Contect-single.php AND Content-php:
 *     ```
       <div class="entry-meta">
                       <?php catchbox_posted_on(); ?> <strong>aantal keer gelezen <font color='#1982d'><b><?php echo gapp_get_post_pageviews(); ?></b></font></strong>
                       <?php if ( comments_open() && ( $options[ 'commenting_setting' ] != 'disable' ) && ! post_password_required() ) : ?>
                           <span class="sep sep-comment"> — </span>
                           <span class="comments-link">
                               <?php comments_popup_link(__('Leave a reply', 'catchbox'), __('1 Comment ↓', 'catchbox'), __('% Comments ↓', 'catchbox')); ?>
                           </span>
                       <?php endif; ?>
       </div>
       ```
   
 * Now i’m looking for the template to put in the recent post widget:
 * post 1 (20 times)
    post 2 (40 times)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Update – events nog showing?](https://wordpress.org/support/topic/update-events-nog-showing/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/update-events-nog-showing/#post-6799452)
 * no, i’m still using Legacy Google Calendar Events 2.4.
 * When I update to 3 nothing works any more..
 * How can i disable the weekends in 2.4?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Video Lightbox] Vimeo post videos](https://wordpress.org/support/topic/vimeo-post-videos/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/vimeo-post-videos/#post-7034813)
 * i need a pro account…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Video Lightbox] Vimeo post videos](https://wordpress.org/support/topic/vimeo-post-videos/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/vimeo-post-videos/#post-7034812)
 * [video_lightbox_vimeo5 video_id=”29417470&rel=0″ width=”800″ height=”450″ auto_thumb
   =”1″]
 * this one works!
 * so it is a setting in vimeo?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Video Lightbox] Vimeo post videos](https://wordpress.org/support/topic/vimeo-post-videos/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/vimeo-post-videos/#post-7034750)
 * both &rel=0 and &rel=false won’t work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Video Lightbox] Vimeo post videos](https://wordpress.org/support/topic/vimeo-post-videos/)
 *  Thread Starter [pacecal](https://wordpress.org/support/users/pacecal/)
 * (@pacecal)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/vimeo-post-videos/#post-7034701)
 * Has no effect…

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pacecal/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pacecal/replies/page/2/?output_format=md)