design.smarterwebsites
Forum Replies Created
-
Hi, I am having this issue also…
I am just seeing a page of XML codeThanks
NaomiForum: Plugins
In reply to: [Genesis Featured Widget Amplified] [Read More…] not showingHi Jummy,
I added the following code to the themes functions.php file// Replaces the excerpt "more" text by a link function new_excerpt_more($more) { global $post; return '<a class="moretag" href="'. get_permalink($post->ID) . '"> [Read more...]</a>'; } add_filter('excerpt_more', 'new_excerpt_more');
Hope it helps
Forum: Plugins
In reply to: [Testimonials Widget] Errors after updatingHi Michael,
The plugin now has a white background?? Any suggestions?Forum: Plugins
In reply to: [Testimonials Widget] Errors after updatingThank you so much for your help.
I was unaware of the urgency until just before I wrote it on here.
I thought go live was next week.
I will remember this for next timeForum: Plugins
In reply to: [Testimonials Widget] Errors after updatingHi, How this going? This site is going live today.
If its not able to be fixed soon we will need to swap widgets around so that the site looks great when its live.
If we swap widgets, will this effect what you are doing?Forum: Plugins
In reply to: [Testimonials Widget] Errors after updatingWe have purchased the Premium version under peter @smarterwebsites.com.au. Should I set you up as a user?
Forum: Plugins
In reply to: [Testimonials Widget] Errors after updatingHey, That did not work, I still get the Warning messages and now the widget is showing as a white box.
Forum: Plugins
In reply to: [Testimonials Widget] Errors after updatingactually, I get errors whenever I try to save anything after updating. even if I haven’t changed anything
Warning: Invalid argument supplied for foreach() in /home/smartg2/public_html/wp-content/plugins/testimonials-widget/lib/class-settings-testimonials-widget.php on line 874Warning: Cannot modify header information – headers already sent by (output started at /home/smartg2/public_html/wp-content/plugins/testimonials-widget/lib/class-settings-testimonials-widget.php:874) in /home/smartg2/public_html/wp-includes/pluggable.php on line 876
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] [Read More…] not showing