jules22
Forum Replies Created
-
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Newest to Oldest not workingHi thanks for the response. However you are still relying on the use of html code (<br>) in your WYSIWYG editor. It should not be referred to as a WYSIWYG editor, if one needs to use html code. For me it is not an issue to use html but not for my clients it is.
Forum: Plugins
In reply to: [Page scroll to id] Scroll to ID in Chrome issueI solved the issue by removing the following CSS from my theme (body and html classes):
overflow-x: hidden;
- This reply was modified 7 years, 1 month ago by jules22.
Thanks for the response, I do have the option checked. But how do I set the title attribute ? Does it have to be done through the clients Youtube channel ? There is no shortcode option ie. [embedyt title=”mytitle”]https://www.youtube.com/watch?v=ABCDEFGHIJK&width=400&height=250[/embedyt]
Forum: Plugins
In reply to: [Multisite Cloner] UpdatesThanks for the plugin, Manuel. Hope you keep it updated.
No longer an issue. Thanks.
Yes, correct after doing a phpinfo I see that the version I am running is PHP Version 5.2.9. The program will not run on 5.2.9 ? It has to be upgraded to 5.4 ? Is this correct ?
I am getting the same error. Our hosting service updated to php 5.5.29. Was throwing a line 161 error and then I updated plugin…now throwing a line 40 error:
Parse error: syntax error, unexpected T_STRING in /wp-content/plugins/wp-invoice/wp-invoice.php on line 40.
please resolve..i have all my invoice data here.
Thanks
JulesForum: Plugins
In reply to: [Seamless Donations is Sunset] No Test Email, No ThankYou PageOkay, thanks for the heads up…
Forum: Plugins
In reply to: [Seamless Donations is Sunset] No Test Email, No ThankYou PageHi David,
1. I ended creating a custom hook for now:
function show_thankyou_page() { if(is_page('supporting-members')) { if(isset($_GET["thanks"])) { wp_redirect( home_url().'/thankyou/'); exit; } } } add_action('template_redirect','show_thankyou_page');2. If your plugin uses wp_mail I am not sure why one would need a plugin. If so what plugin would you recommend?
Thanks for the plugin, hope you can get it sorted out.
Forum: Plugins
In reply to: [Easy Property Listings] Price From To:Sorry Merv, I resolved the issue. In the widget options (Appearance-widgets), for the search widget, as I only have rental as my post type, I never thought to actually select it using CTRL. Thanks again, the plugin has saved me a lot of time…
Forum: Plugins
In reply to: [Easy Property Listings] Price From To:Thanks for the filter hook Merv. It worked fine. Unfortunately the search widget is not setting the post type=rental. I have my settings set to rental only. However on viewing the source code I noticed that the hidden field is not setting the post type as rental, it is blank. This causes my regular posts to be included in a search. If I manually place post-type=rental in the URL it works…
Here is my dev site:
If you leave everything as any and submit, you will see regular posts also.
Thanks Jules
Forum: Themes and Templates
In reply to: [Hueman] Price Ranges in the Search WidgetSorry, my mistake I need to contact the easy property plugin support area.
Thanks…
Get HTML validation error also, when added:
Element fb:like not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
…”false” layout=”button_count” width=”450″ show_faces=”false” font=””></fb:like>I checked different browsers, okay in firefox and explorer but not chrome.