Title: Sjoerd Blom (Vertizio)'s Replies | WordPress.org

---

# Sjoerd Blom (Vertizio)

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can't set titles in services and portfolios](https://wordpress.org/support/topic/cant-set-titles-in-services-and-portfolios/)
 *  [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cant-set-titles-in-services-and-portfolios/page/2/#post-6086523)
 * In the widget ‘Services’.
 * I’ve used a hook to work around it, for the time being… Waiting for the real 
   solution. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Redirect page after edit event](https://wordpress.org/support/topic/redirect-page-after-edit-event/)
 *  [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/redirect-page-after-edit-event/#post-4647383)
 * Efoula’s solution is the way to go. I have a redirect after a submission too.
   Just find in yourtheme/plugins/event-manager/forms/event-editor.php
 *     ```
       <?php if( !empty($_REQUEST['redirect_to']) ): ?>
       <input type="hidden" name="redirect_to" value="<?php echo esc_attr($_REQUEST['redirect_to']); ?>" />
       <?php endif; ?>
       ```
   
 * and replace it with:
 *     ```
       <?php
        $redirect_to = site_url();
       ?>
       <input type="hidden" name="redirect_to" value="<?php echo $redirect_to; ?>" />
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Open Graph kills Event Page editor](https://wordpress.org/support/topic/open-graph-kills-event-page-editor/)
 *  Thread Starter [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/open-graph-kills-event-page-editor/#post-4718569)
 * Ok, got it solved.
    Nothing wrong in doing some old school coding myself. I created
   a filter that adds <meta property=”og:*> lines. Facebook happy, customer happy
   and me too. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Open Graph kills Event Page editor](https://wordpress.org/support/topic/open-graph-kills-event-page-editor/)
 *  Thread Starter [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/open-graph-kills-event-page-editor/#post-4718492)
 * Philipjohn,
 * You might be right, however the problem arises only with the tinymce editor within
   Events Manager, not with other plugins using tinymce. So, my first guess is that
   is merely EM related than YWP SEO related because of this behaviour. But again:
   I might be wrong.
 * Any way to cross post this instead of opening a second thread?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend – Membership, User Registration, User Profile, User Directory & Content Restriction with Frontend Post Submission] Attachment adding to 'add-post page'](https://wordpress.org/support/topic/attachment-adding-to-add-post-page/)
 *  [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/attachment-adding-to-add-post-page/#post-4703578)
 * Had it too. Very annoying. For me this worked:
    * On tab ‘Others’ unselect ‘Show
   attachments in the post’.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Matomo - Analytics Dashboard for WordPress] Generated tracking code incorrect](https://wordpress.org/support/topic/generated-tracking-code-incorrect/)
 *  Thread Starter [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/generated-tracking-code-incorrect/#post-3795061)
 * I triple checked the API call and it still differs from the tracking code that
   can be obtained through the management interface of Piwik.
    I’ve set enable_trusted_host_check
   =0 and made the API call again and management interface check again. Still the
   same.
 * Anyway, I don’t think this is a problem that is wp-piwik related, but piwik itself.
   So I’ll drop it overthere and close it overhere.
 * Thanks for your suggestions and your good work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Matomo - Analytics Dashboard for WordPress] Generated tracking code incorrect](https://wordpress.org/support/topic/generated-tracking-code-incorrect/)
 *  Thread Starter [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/generated-tracking-code-incorrect/#post-3794974)
 * I’ve already checked and tried these reports and suggestions. Still no luck. 
   What baffles me though is that Piwik spits out the correct tracking code, so 
   with my correct hostname and not with an IPv4 address, whereas wp-piwik uses 
   the IPv4 address in the tracking code.
    It is just that nothing has changed for
   weeks, only the upgrade of wp-piwik…
 * Meanwhile I’ll try some other things to solve this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Matomo - Analytics Dashboard for WordPress] Generated tracking code incorrect](https://wordpress.org/support/topic/generated-tracking-code-incorrect/)
 *  Thread Starter [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/generated-tracking-code-incorrect/#post-3794868)
 * Correction on that: only the preview shows the wrong setSiteId, the source of
   the sites reveal that the the correct setSiteId is being used.
    However the still
   try to access Piwik via the URL containing the IP-number.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Incompatibility with define( 'WP_PLUGIN_URL')](https://wordpress.org/support/topic/incompatibility-with-define-wp_plugin_url/)
 *  [Sjoerd Blom (Vertizio)](https://wordpress.org/support/users/phsab/)
 * (@phsab)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/incompatibility-with-define-wp_plugin_url/#post-3573685)
 * I was facing a similar problem when using WP SEO by Yoast. My dev site is a replica
   of my production site, with the only difference that on the dev site I don’t 
   use domain mapping. So WP SEO worked like a charm on the dev site, but when I
   activated on my production site it didn’t work properly. I found references to
   [http://www.mysite.como/css/somekindoffile.css](http://www.mysite.como/css/somekindoffile.css)
   in my site instead of [http://www.mysite.com/ws/plugins/wp-seo/css/somekindoffile.css](http://www.mysite.com/ws/plugins/wp-seo/css/somekindoffile.css).
   
   However when I deactive the domain mapping the references are correct. I’ve worked
   around this by adding the following code to my wp-config.php:
 *     ```
       if (isset($_SERVER['HTTPS'])) {
               define( 'WPSEO_FRONT_URL', 'https://'.$_SERVER['HTTP_HOST'].'/ws/plugins/wordpress-seo/' );
               define( 'WPSEO_URL', 'https://'.$_SERVER['HTTP_HOST'].'/ws/plugins/wordpress-seo/' );
       } else {
               define( 'WPSEO_FRONT_URL', 'http://'.$_SERVER['HTTP_HOST'].'/ws/plugins/wordpress-seo/' );
               define( 'WPSEO_URL', 'http://'.$_SERVER['HTTP_HOST'].'/ws/plugins/wordpress-seo/' );
       }
       ```
   
 * But now I’m about to activate an other plugin and I run into the same problems
   again. I could again define the constants for this plugin, but I don’t think 
   I should keep doing this.

Viewing 9 replies - 1 through 9 (of 9 total)