strandcreative
Forum Replies Created
-
Forum: Plugins
In reply to: [VoucherPress] Pdf text not visible in iphoneHi,
I have this problem too. Viewing the voucher on iPhone in safari shows a blank voucher. I can see the border design shows but the text does not.
Do you have an update on when the new version will be ready?Thanks
Forum: Plugins
In reply to: [Easy Appointments] MailChimp integration?When a user fills out an appointment, the data is submitted to mailchimp. Is there an option or extension for this?
Thanks
Forum: Plugins
In reply to: [Autoptimize] Activate Autoptimize or WP Super Cache first?Thanks Frank 😀
Forum: Plugins
In reply to: [Autoptimize] Activate Autoptimize or WP Super Cache first?Thank you for the quick response Frank 🙂
As soon as I sent that message I found your really helpful blog post on problems with the Bridge WordPress theme that you have linked above (https://ww.wp.xz.cn/support/topic/longer-load-times-when-js-enabled/). I was trying every possible setting and found the HTML section to be absolutely fine but the CSS and JS sections were causing me problems. As soon as I excluded that huge “/js/plugins.js” file it was lightning fast! I’m just in the process of trying to rename it with .min or I’ll ask the plugin authors to do this!). There seems to be around 8 CSS files that are also missing the “.min or -min” from the filename so I’ll be either excluding these or renaming to get the best results 🙂
Thanks
Forum: Plugins
In reply to: [Autoptimize] Activate Autoptimize or WP Super Cache first?Hi,
Not sure if this has been answered already (I’ve searched the forums), but I noticed when activating AO after having WP Super Cache enabled, the initial cache load has gone from 1.5 seconds to 50 seconds:
<!– Dynamic page generated in 50.268 seconds. –>
Is there any reason for this?
Thanks
Forum: Plugins
In reply to: [Multisite Post Duplicator] PermissionsPerfect. Thank you very much 🙂
Forum: Plugins
In reply to: [Simple Locator] Search result in another page.hi, did you find a solution to this?
Forum: Plugins
In reply to: [Contact Form 7] Unexpected token < in JSON at position 0resolved. sorry I just noticed that non of the fields were required, hence why the validation error didn’t show. This was due to a theme import.
Forum: Plugins
In reply to: [Coupon Creator] downloadable mobile couponsHi. Does the free or pro version offer email sending? So a user can have the coupon embedded into an email?
Forum: Plugins
In reply to: [Instant Search & Suggest] Suggestion DelayExcellent 🙂
Forum: Plugins
In reply to: [Instant Search & Suggest] Suggestion DelayHi,
Not sure if my question relates to this but here goes…
Is there any way I can speed up the auto suggestions without looking into hosting.
I have a dedicated server costing me around $100 dollars a month so was wondering if it’s possible to cache the ajax results using a plugin such as W3TC or Batcache/memcache?Thanks
(Great plugin btw!)
Thanks 🙂
Forum: Plugins
In reply to: [Vebra Properties] 403 error for imagesAfter more research I can see the last time the feed was updated was on 2016/03/15/ which is strange. I noticed my host had changed my wp-config file to include:
//Disable internal Wp-Cron function define('DISABLE_WP_CRON', true);Just in case anybody else has the same issue, check your cron job and wp-config.php file.
Forum: Plugins
In reply to: [Contact Form 7] Conditional Mail TagsThanks but this isn’t quite what I want. I can hide/show fields with jQuery fine on the front end, my problem is when we get the email through it contains the word Return Date whether the user has chosen “One Way” or “Return”:
Journey Type: One Way Start Date: 24/07/2016 - 1:00 Return Date: (blank space)and
Journey Type: Return Start Date: 12/09/16 - 1:00 Return Date: 14/09/16 - 1:00I have typed “Return Date” out in the email body so if the user has selected “One Way” radio button on the front end, they still get a section of their email that says:
Return Date: (blank space)I need to remove these words if the user selects the “One Way” option value on the radio button.
Thanks
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Show description with [es_my_listing] shortcode?excellent 😀
use $list->prop_id instead of get_the_id() worked
Thank you very much