tantedine
Forum Replies Created
-
Hey there!
Thies is the answer of my provider:Maybe the plugin also makes a backup of the backups and that’s why they are so big. Maybe this is too big to secure with PHP script.
Is it right??
So far I have no solution from my provider. I stay tuned!
Hey!
I deleted my email notification. Now comes the following error: WARNING: Error while sending QUERY packet. PID = 7334
Does anyone know what that means and what I have to do?Nadine
Forum: Plugins
In reply to: [Carousel Slider] using shortcode in templateHey there! I want to try this. Can you tell me what I have to do with the hook? I want to use the shortcode in my template at the first side
<div class=”in-love-slider”><h2 class=”in-love-slider”>In love with</h2>
<?php echo do_shortcode(“[carousel_slide id=’7054′]”); ?></div>And what I have to do with this? add_filter(‘carousel_slider_load_scripts’, ‘carousel_slider_load_scripts’);
function carousel_slider_load_scripts( $load_scripts ) {
return true;
}I’m sorry for my bad english….