Title: swohlert's Replies | WordPress.org

---

# swohlert

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] Import reviews from old site](https://wordpress.org/support/topic/import-reviews-from-old-site/)
 *  [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/import-reviews-from-old-site/#post-5364876)
 * Only way you can do this is via phpmyadmin and download the right data table,
   then import it on your new site. If you need any help, just ask.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] Transfering reviews between two servers](https://wordpress.org/support/topic/transfering-reviews-between-two-servers/)
 *  [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/transfering-reviews-between-two-servers/#post-5491522)
 * It’s quite easy. You can download the data table with phpmyadmin and then import
   it in your new database.
 * Let me know if you need any help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] How can I change the submission date of a testimonial?](https://wordpress.org/support/topic/how-can-i-change-the-submission-date-of-a-testimonial-1/)
 *  [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-change-the-submission-date-of-a-testimonial-1/#post-5355132)
 * Changing the date is easy as pie.
 * Go to customer reviews –> approved
 * Then hover your mouse over the date and click. You can change the date and time.
   If needed, I can show a screenshot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Responsive Slider] Slider stops working after some time](https://wordpress.org/support/topic/slider-stops-working-after-some-time/)
 *  Thread Starter [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/slider-stops-working-after-some-time/#post-5265801)
 * Thanks, that seemed to be the problem. Looks fixed now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Responsive Slider] Slider stops working after some time](https://wordpress.org/support/topic/slider-stops-working-after-some-time/)
 *  Thread Starter [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/slider-stops-working-after-some-time/#post-5265794)
 * Hey,
 * sorry for my late reaction. Can you tell me where you see the second script? 
   Because the problem already occurred when I didn’t have CDN enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Responsive Slider] Slider stops working after some time](https://wordpress.org/support/topic/slider-stops-working-after-some-time/)
 *  Thread Starter [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/slider-stops-working-after-some-time/#post-5265674)
 * Used Safari as well as Chrome on Mac, but it also occurs at my client on Windows
   IE.
 * The slider showed a few hours ago, and now it’s gone again and I can see the 
   error in chrome:
 * When I click the error it directs me to an index 268 and shows this:
    <script
   >jQuery(document).ready(function($) {$(“.flexslider”).flexslider({controlsContainer:“#
   genesis-responsive-slider”,animation: “slide”,directionNav: 0,controlNav: 0,animationDuration:
   800,slideshowSpeed: 8000 }); });</script>
 * Along with the error message Uncaught TypeError: undefined is not a function
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Business Locations] Language files](https://wordpress.org/support/topic/language-files-9/)
 *  [swohlert](https://wordpress.org/support/users/swohlert/)
 * (@swohlert)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/language-files-9/#post-4280150)
 *     ```
       <td>
   
                                                               <?php if($day == 'Monday') echo 'Ma.';
                                                               if($day == 'Tuesday') echo 'Di.';
                                                               if($day == 'Wednesday') echo 'Wo.';
                                                               if($day == 'Thursday') echo 'Do.';
                                                               if($day == 'Friday') echo 'Vr.';
                                                               if($day == 'Saturday') echo 'Za.';
                                                               if($day == 'Sunday') echo 'Zo.'; ?>
                                                               </td>
                                                               <?php if( $closed ) : ?>
                                                                   <td><i>( Gesloten )</i></td>
                                                               <?php else : ?>
                                                                   <td><i><?php echo $from ?> - <?php echo $to ?></i></td>
       ```
   
 * I’ve added this to the code to display the days short in my language

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