swohlert
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Import reviews from old siteOnly 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
In reply to: [WP Customer Reviews] Transfering reviews between two serversIt’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
In reply to: [WP Customer Reviews] How can I change the submission date of a testimonial?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
In reply to: [Genesis Responsive Slider] Slider stops working after some timeThanks, that seemed to be the problem. Looks fixed now
Forum: Plugins
In reply to: [Genesis Responsive Slider] Slider stops working after some timeHey,
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
In reply to: [Genesis Responsive Slider] Slider stops working after some timeUsed 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
In reply to: [Custom Business Locations] Language files<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