dorothai
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Permalinks and 404 ErrorsIn my case it simply looses the parent
/kids-store/girls-clothes/dresses/pink-cotton-summer-dress
all works fine to
/kids-store/girls-clothes/dresses/
then 404 error
latest version of woocommerce and wp 3.6.1
it only works as such:
/kids-store/dresses/pink-cotton-summer-dress
So I conclude that not all parents are fetched properly it looks like only the direct parent is found.
Keep on looking – it’s not a wp issue – I am pretty sure about this because all worked fine until I played with shop page in combo with their woo permalinks in wp permalinks settings – since then bad luck.Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] Now I cannot login at my login pageabongwa
“Please login wordpress attack protection CAPTCHA enter user name: lij6rsq Password. The result of math 25+5”
will never be generated by this plugin. SI Captcha does not ask to calculate anything, You have posted on the wrong plugin support page. ??I found a solution whoever comes acroos the disappearing scrollbar in IE10 and has a responsive theme simply add this code to the header.php:
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" <?php language_attributes();?>> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" <?php language_attributes();?>> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" <?php language_attributes();?>> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html <?php language_attributes();?>> <!--<![endif]--> <!--[if !IE]><!--><script> if (/*@cc_on!@*/false) { document.documentElement.className+=' ie10'; } </script><!--<![endif]-->
This creates a an ie10 class in the html tag which you can call in your css sheet. Simply add:
`
html.ie10 {overflow-y: scroll} to your style.css and scrollbar stays and does not disappear anymore in IE10 and yes you can add more classes for specifically IE10 the same way.
IE10 does not respond to the conditional tags anymore as we knew them.even more weird the close button works in all browsers (from MSI browsers I got only IE10 to check) but wipes out the scrollbar.
This means users are unable to scroll and cannot reach the navigation anymore.
One solution is the back top top floater but not nice either.Forum: Plugins
In reply to: [Fast Secure Contact Form] PHP safe_mode turned onHi Mike,
we have the same problem with a client web site, which is on a windows server.
No errors – when mail is sent.
Test mail sends properly.
Hosting confirmed that safe_mode is off.
After modifying the file as described above the red message is still there. Weird, never saw this before and it seems it does not really have an impact.Forum: Reviews
In reply to: [Swift SMTP (formerly Welcome Email Editor)] Easy and handyoeps, NO DONATE BUTTON ON YOUR PLUGIN?
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] Si Captcha & Woocommerce login widgetyip wait for this one too.
tried to implement it myself but if there is a update later on the delivered site nobody will be able to login in.Forum: Themes and Templates
In reply to: slider issue with Photoria – jquery errorThanks bodhizero!!!!
This resolved the looped slider issue of my Woo Theme!!!Forum: Reviews
In reply to: [SI CAPTCHA Anti-Spam] not workingAre you not using the contact form of Mike?
Because SI CAPTCHA is a stand alone version whereas FS contact form comes with a integrated secure Captcha.
We use Mike’s form and captcha since years now – we are also extremely visible on the net and have no spam coming in via our forms, only manual entered entries reach us.Funny how naif some users are.
I worked with Secure Captcha before I even used Mike’s Forms and WordPress. You would take days hours/days to crack the code because it’s md5 hashed and this changes each time yoy access.
We have zero spam via the forms and manage more than 120 forms online. The only spam which actually bypasses it, is entered by people manually offering their services.
Additionally if you have replaced a form with spam problems with the Fast Secure Contact Form and you keep the same name then spammers can use the same form name – at least change then the subject line so you can identify if this is coming from Mike’s form.
And yes too many plugins do slow down the web site and definitely can interfere with each other.Forum: Plugins
In reply to: [WooCommerce] Receiving Orders on My Site That Have Not Been Paid For!Sounds severe! did you get any orders at all that were paid?
Not true that all works like charm if it is bought at woocommerce – the last update knocked attributes out – if woo-themes or not.
And uninstalling a plugin to re-install it so they can upgrade the plugin automatically (You do not loose any data!!! in the mail) – lost a 690 row database table of manual inserted FedEx, EMS and Registered Mail data.
So whenever – always test first or make at least a MySql db backup.
They are marketing their stuff – that is clear and won’t say hey we make big boos too – we are just human! that can trash your web site.
Install Apache / PHP and MySql (same versions you have on the server) on your machine and test any upgrades first here.Thanks camelgraph for sharing this!
Why don’t you translate it -> language files .po and .mo should be in plugin folder. You can install CodeStyling Localization Plugin and can edit it easily.
Forum: Plugins
In reply to: [Plugin: All-in-One Event Calendar] Interfering with Option TreeHi there,
can’t do without option-tree yet it is also colliding with js-hotel, which has a calendar
I have found two errors:jQuery.tableDnD
is undefined
/option-tree/assets/js/jquery.table.dnd.js?ver=1.1.8.1
bind('mousemove', jQuery.tableDnD.mousemove)
Line 114
—————————————–
admin.php
line 664
$("#color_highlight1")
.ColorPicker is not a function
/wp-admin/admin.php?page=option_tree
onChange: function (hsb, hex, rgb)
——————————————
WordPress 3.3.2
Firefox with Firebug installedSymptoms:
The design is out of wack.
As soon as I disable the plugin js-hotel, then option-tree works flawless.
Symptoms are: Nivo slides cannot be opened – page does not update without refresh and drag and drop is impossible.DEBUG button does not work anymore – is dead in admin bar.
I hope this helps.
Good luck with it – I hate javascript conflicts.