Galaxy-Design.co.uk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] WP Catalogue – product image border on hoverIf you run any caching plugins or via .htaccess, try disabling caching and delete your browser cache then make changes to CSS. Might be the problem…
Forum: Plugins
In reply to: [JM HTML5 and Responsive Gallery] V2.3 with WP3.9.1 no longer responsiveSame here. The plugin doesnt make the gallery responsive, no changes.
Could you please advice?
Thank youForum: Plugins
In reply to: [Responsive Gallery Grid] Some images not visible on mobileHello Jules,
The same thing happens on our website. When you make a browser window smaller, some images become too tiny. Also images aren`t inline, there are some gaps. Are images suppose to have same height?
Please if you could take a look and advice, page link is: https://galaxy-design.co.uk/our-workThank you in advance
Forum: Plugins
In reply to: [Responsive Gallery Grid] Images do not pop up on mouse overFound a solution… Woocommerce jQuery.cookie.js/jQuery.cookie.min.js scripts fails to load and the problem is with the mod_security settings on the server. The solution is to contact your Host about it or download and install this patch/plugin: https://docs.woothemes.com/document/jquery-cookie-fails-to-load
Hope it will help someone…
[Signature moderated]Forum: Plugins
In reply to: [Responsive Gallery Grid] Images do not pop up on mouse overI`ve just found out that this happens only when Woocommerce plugin is activated…
Forum: Plugins
In reply to: [Rift Slider] Fatal errorAwesome slider, but I get the same error:
Warning: require_once(/includes/includes.php) [function.require-once]: failed to open stream: No such file or directory in /public_html/cren/wp-content/plugins/rift-slider/class-initialize.php on line 3
Fatal error: require_once() [function.require]: Failed opening required ‘/includes/includes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /public_html/cren/wp-content/plugins/rift-slider/class-initialize.php on line 3
Could you please take a look into it?
Thank youForum: Plugins
In reply to: [Simplr Registration Form Plus+] Show custom fields in admin welcome emailHi Arsie,
Yeah, but I had to add few lines to plugin file (which probably isn`t perfect solution, as these changes will be lost on plugin update and you will have to re-do it again)
Anyway here it is…
1.Go to plugin editor,find following file: simplr-registration-form/simplr_form_functions.php
2.Find following lines:
function simplr_send_notifications($atts, $data, $passw) { global $simplr_options; $site = get_option('siteurl'); $name = get_option('blogname'); $user_name = @$data['username']; $email = @$data['email']; $notify = @$atts['notify']; $emessage = @$atts['message']; $headers = "From: $name" . ' <' .get_option('admin_email') .'> ' ."\r\n\\"; wp_mail($notify, "A new user registered for $name", "A new user has registered for $name.\r Username: $user_name\r Email: $email \r",$headers); $emessage = $emessage . "\r\r---\r"; if(!isset($data['password'])) { $emessage .= "You should login and change your password as soon as possible.\r\r"; }
3. Make the changes (the example is to add First Name and Last name):
function simplr_send_notifications($atts, $data, $passw) { global $simplr_options; $user_firstname = @$data['first_name']; <-------- ADD LINE TO REGISTER FIELD - FIRST NAME $user_lastname = @$data['last_name']; <-------- ADD LINE TO REGISTER FIELD - LAST NAME $site = get_option('siteurl'); $name = get_option('blogname'); $user_name = @$data['username']; $email = @$data['email']; $notify = @$atts['notify']; $emessage = @$atts['message']; $headers = "From: $name" . ' <' .get_option('admin_email') .'> ' ."\r\n\\"; wp_mail($notify, "A new user registered for $name", "A new user has registered for $name.\r\r Username: $user_name\r\r Add this line for fields to appear in email ---->First Name: $user_firstname\r\r Last Name: $user_lastname\r <---- \r Email: $email \r",$headers); $emessage = $emessage . "\r\r---\r"; if(!isset($data['password'])) { $emessage .= "You should login and change your password as soon as possible.\r\r"; }
So first we`ve registered two fields:
$user_firstname = @$data[‘first_name’];
$user_lastname = @$data[‘last_name’];And then add fields into email itself by adding this:
First Name: $user_firstname\r\r Last Name: $user_lastnameI put arrows inside the code for guidance…
Hope this helps,
Slava
web designForum: Plugins
In reply to: [Simplr Registration Form Plus+] email wont sendFound the problem, my bad. There is an actual field where you have to paste email address if you want to be notified when clicked on tiny MCE.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Registration notificationFound the problem, my bad. There is an actual field where you have to paste email address if you want to be notified when clicked on tiny MCE.
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] Registration notificationSame here, no admin notification emails…
Some help please?Thankyou
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] email wont sendHi there,
I have exactly the same situation. Everything works perfect, but when a new user registers on the site, admin doesn`t get a confirmation email…
What is wrong?Thank you
Forum: Hacks
In reply to: Insert date in Scroll post excerptWould you guys know by any chance how to show thumbnails?
Forum: Plugins
In reply to: [TAB SLIDE] Still locks open in IE8.Hello, I am experiencing the same problem with ie8…Using 1.50 version, Is there a fix to it?
Thank you for a great plugin by the way.
Hi guys, have you found the fix to it???
ThanksForum: Plugins
In reply to: WP Catalogue – No product page foundHey guys, I had the same problem. Fixed it by just re-saving my permalinks. Setings —> Permalinks