McAsh
Forum Replies Created
-
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Security vulnerabilityI received these warnings as well… Any updates?
Forum: Plugins
In reply to: [Yoast SEO] Site title + logo on GoogleThe issue has not yet been resolved. However, I searched the entire source code and found the phrase “Marianne Kuipers logo” in an alt text on the logo. I have now deleted that but i dont actually see why this should solve the problem. So to answer you’re question: no its still not resolved ?? If you Google “Marianne Kuipers”, you’ll see what I mean.
Forum: Plugins
In reply to: [Livefyre Comments 3] Pop up window is too smallTry it yourself in Chrome with this link: https://blog.valtech.dk/2014/04/02/tryghedsgruppen-online-election-campaign/
Scroll to the bottom and try to post a comment.
Forum: Fixing WordPress
In reply to: svg in not displaying in chromeBecause it should be optimized for retina displays.
Forum: Plugins
In reply to: Remove WooCommerce "From" price // Product VariationsAnyone has a solution for this? Any help would be greatly appreciated. Thanks ??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout crashes with IE 8-9Which version of WordPress are you running?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout crashes with IE 8-9Thanks for the reply Zookie. But when I open the checkout page in the WordPress editor, there’s only a shortcode to
[woocommerce_checkout]
which is why I thought I should edit the WooCommerce file. Am I doing something wrong?Forum: Plugins
In reply to: [WooCommerce] woocommerce email notifications not workingI had the same issue before going live with my site. But i used .htaccess for password protection while developing the site. But after I removed the password protection everything worked like a charm.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout crashes with IE 8-9WooCommerce also seems to crash for me when checking out, only in IE6-8.
However, Zookie – I can’t find any span tags in the WooCommerce plugin checkout php files. So please let us know which files you’ve been modifying.Thanks a lot.
/McAsh
Forum: Plugins
In reply to: Woocommerce email notification / receipt not workingI password protected the root folder from my FTP file manager which created a .htaccess file in the same folder. It generated the following code inside the .htaccess:
AuthType basic AuthName "Secured area" AuthUserFile yourdomain.com/subfolder/newfolder/.htaccess Require valid-user
I deleted this snip which removes the password protection and after that the email system worked perfectly and everybody received the right notifications etc.
Good luck ??
Forum: Plugins
In reply to: Woocommerce email notification / receipt not workingYea, I found the issue and everything is running smoothly now. However, my problem seemed to be related to my payment gateway (ePay). The notifications didn’t get send due to the fact that I had protected my site with password before I went live. For some reason this password protection (.htaccess) interfered with the ePay plugin and caused the issue. The minute I removed the protection the issue was solved ??
Dunno if that helps?
Otherwise, I know there’s been similar issues with Paypal as payment gateway. This guy has exactly the same problem but that is due to some IPN configuration:
https://github.com/woothemes/woocommerce/issues/446Forum: Themes and Templates
In reply to: How to pull excerpt from Advanced Custom FieldWorks perfectly. Thanks a lot for your help ??
Forum: Themes and Templates
In reply to: How to pull excerpt from Advanced Custom FieldWorks! Thank you ??
Just one more thing: The excerpt is not displaying three dots when the word limit is reached. How can I display these dots. I you’ve tried to incorporate them in your code snippet above so I guess it’s due to the original excerpt function from my theme which goes as follows:
[Code moderated as per the Forum Rules. Please use the pastebin]
Can you see what I need to change here in order to make the dots appear?
Forum: Themes and Templates
In reply to: How to pull excerpt from Advanced Custom FieldThanks for helping out. However, it doesn’t seem to do the trick. I’ve pasted the function into functions.php, changed ‘field_name’ to the right name and inserted <?php echo custom_field_excerpt(); ?> into my template.
This results in the entire field being displayed. The word limit is not taking effect.
I’m pretty new to PHP so I really appreciate your help ??