giubilo
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] the file does not downloadI solved it using an old version of “Email before download” plugin…
Forum: Plugins
In reply to: [Email Before Download] download page glitching/spinningHi,
I think that you could reopen the ticket….I have the same error with another one configuration:
I used this plugin with WordPress Download Monitor pluign.
I have configured it with:
– Default Delivery Format: send email
– Default Link Target: blank
And it is doesn’t work.PS. I have just updated WP and all plugin at the last versions.
WP: v6.2
Email before download: v6..9.6
WordPress Download Monitor: v4.7.78
What should I do?- This reply was modified 3 years, 1 month ago by giubilo.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] slow backendThank you vdry much for reply.
It was a conflict with panopress plugin.
I deactivated and then reactivated it and now everything is allright!
ByeForum: Plugins
In reply to: [Google Analytics for WooCommerce] Analytics doesn’t track PayPal paymentsHi @johndcoy, thank you very much for your reply.
I have configured the return url in paypal website, but it redirect to an error page.
If I write “mywebsite.ext/checkout/order-received/” I receive the error of page not found, but I have that page. It seems that the redirect from paypal doens’t work well.
what am I doing wrong?
Thank youYes perfect thank you very much!
I had a problem with the old version of plugin.Now everything works well! great
Hi, thank you very much for this reply.
It should be a page (or a link to a backend page), where all the compiled form are stored.
The problem is that only the users that can login to wordpress backoffice should see all the compiled forms only of one of the different forms. (I have many different forms in my website. A WP-editor should see only the data of a form.)Thanks! Have a good day!
Forum: Plugins
In reply to: [amr users] Search by data rangeOk, perfect.
Could you do that customization? I will pay for it!thank you very much
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] pagination bugI answer myself…
I have moved the pagination code in woocommerce page archive-product.php inside the<ul>. In this way every time I do an attribute selection it reloads and everything it’s ok!Great Plugin!!!!
<ul class="products"> <?php do_action( 'woocommerce_pagination' ); ?> <?php woocommerce_product_subcategories(); ?> <?php while ( have_posts() ) : the_post(); ?> <?php woocommerce_get_template_part( 'content', 'product' ); ?> <?php endwhile; // end of the loop. ?> <?php do_action( 'woocommerce_pagination' ); ?> </ul>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Meteor Slides] Resize images to screen heightI haven’t a link because my site is in localhost.
The structure is:
– A fullscreen header bar with an inline menu
– the fullscreen slideshow do with meteor slideThe slideshow appears correctly 100% width but if I see it with an ipad in portrait mode it appears 100% width but with blank space below the images.
instead I would like that It should appears 100% height “zooming” the image.How can I do?
ThanksThanks for your reply!
I would like to modify the wp standard search, it should be able to find the words also in custom contents, from your link I don’t understand how to do it… thanks for your pacience!With the same plugins the standard theme works.
I receive this jquery error in console, but I don’t understand:a.delegate is not a function
“mouseout”,function(){d(this).removeC…(“a”).removeClass(“ui-state-hover”);
events…r=3.3.1 (riga 784)b.widget is not a function
false;a.target==this._mouseDownEvent.t…:function(){return true}})})(jQuery);
jquery…=1.8.16 (riga 17)e.ui is undefined
(function(e){e.widget(“ui.resizable”,e…ctRatio,originalElement:this.element,
jquery…=1.8.16 (riga 15)d.ui is undefined
(function(d){d.widget(“ui.draggable”,d…e:function(){if(this.options.helper==
jquery…=1.8.16 (riga 15)b.widget is not a function
“true”):b(this).button(“widget”).remov…icon-secondary ui-button-text-only”),
jquery…=1.8.16 (riga 23)c.widget is not a function
e.removeClass(“ui-dialog-disabled”);br…d,arguments)},_size:function(){var a=What can I try to do?
ThanksGreat! now it works!
First I have in my functions.php template only:// add thumbnail support add_theme_support( 'post-thumbnails', array( 'post' ) ); // Add it for posts set_post_thumbnail_size( 200, 130, true ); // 50 pixels wide by 50 pixels tall, hard crop modebut replacing with this it works!
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }[Please post code or markup snippets between backticks or use the code button.]
Thanks a lot.
micheleI understand the problem, it’s not a plugin conflict but a theme problem. I have created a wordpress template and if I activate my theme I can only upload image from the standard article mode (In the right column I have the upload box) but not by the addition of a new event page with this plugin. (In the right column I havent the upload box)
Instead if I insert a new article or event with standard frontend theme (Twenty Eleven) I can upload image in my backend. (In both cases in the right column I have the upload box)What should I write in my template to show the upload image box in the right column of the addition of a new event page?
Thanks
Thanks Marcus, I have right permission in the folder and the capabilities are correctly septate but it doesn’t work. I think that the problem is the incompatibility with another one plugin, infact I have tried reintalling wordpress and the plugin and now it works great.
Now I try to understand more, but my problem is solved! thanks
MicheleHi Marcus, this could be a solution…Do you know where can I read more or how do I do to do this modification?
Thanks