Rakoonie
Forum Replies Created
-
Yes, it was, Jack upgraded it to 3.12.1 and it started working as normal again… thank you very much for your help.
I have the same problem. My website loads a blank white page. I needed to disable Mailpoet 3 via the cPanel in order to get the website back.
I’m having the same issue – can’t work out how to add the options for a drop down selector, and can’t find any documentation about it either… can someone please help?
Forum: Plugins
In reply to: [WooCommerce] Single product result using product searchThanks for the prompt reply Caleb.
Adding to the query seems to be working but how do I limit the results to 1?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Admin emails not workingThanks for your help Reggie, it’s very much appreciated.
I discovered that our Admin’s email address was setup through Gmail as an alias email address. As soon as we changed the Admin’s email address from the alias, away it went and now working perfectly. For some reason it didn’t like the email address to be an alias.
Again thank you for time and effort Reggie.
Forum: Plugins
In reply to: [Invoices for WooCommerce] customizationHI again Bas, Please don’t worry, I found the solution in the FAQ section, but if you would clarify that this will not be overwriiten by any updates?
Forum: Plugins
In reply to: [Invoices for WooCommerce] customizationHi Bas, I’m also having a customisation problem, I would like to change the word “INVOICE” on the template and make it “TAX INVOICE”. I’m using a child theme and presume I need to put a copy of the template in there somewhere (Apologies, I’m new to this) can you please explain what I need to do in order to add the word “TAX” before the the word “INVOICE” in the PDF template please? But I need a solution that will not be overwritten by any updates please.
I look forward to your reply.
Forum: Themes and Templates
In reply to: [Customizr] Google Translator in the menuI wish I could ElectricFeet, but I don’t want to steer anyone in the wrong direction. I’m a bit of a fumbler when it comes to code. All I can tell you for sure was that I ended up copying the “class-header-menu.php” file over to the Child theme and played around with the code there. I ended up using a Table to hold both elements in place, as I couldn’t get div’s to hold them properly.
Please note that when viewing it on a smaller screen, the translator disappears.
Thank you for all your help and doing what you do!
This is what I ended up with, please excuse it if it’s messy, like I said earlier, I’m a fumbler when it comes to code.
<br></br><table> <tr> <td width="70%"><form method="get" id="search_form" action="<?php bloginfo('home'); ?>"/> <input type="text" class="text" name="s" value="" > <input type="submit" class="submit" value="Search" /> </form></td> <td width="30%"><div id="google_translate_element"></div><script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td> </tr> </table>Forum: Themes and Templates
In reply to: [Customizr] Make tranisition in images fade instead of slide?@electricfeet: You’re also a Legend! Thank you, it now works just like a bought one!
Forum: Themes and Templates
In reply to: [Customizr] Make tranisition in images fade instead of slide?Sorry to keep this string going but I’ve just noticed that while the fade effect is working very nicely, when the slideshow is now viewed on a smaller screen (like a mobile phone) the text and text area moves behind the image.
Is there a way to correct this?
The site I’m currently working and that I refer to can be found at http://m3australia.com/B-K at the moment
Forum: Themes and Templates
In reply to: [Customizr] Center the header@rdellconsulting, thank you so much, you’re a Legend!
I had to play around with a few %’s but I got it! Thanks again!
Forum: Themes and Templates
In reply to: [Customizr] Center the headerThanks for that rdellconsulting – I’m not using any social icons so I just want the tagline centered directly under the logo and then the menu directly under the tagline.
Forum: Themes and Templates
In reply to: [Customizr] More "Featured" images on the home pageMany thanks for the reply Gentlemen and thank you for this great template!
Forum: Themes and Templates
In reply to: [Customizr] Make tranisition in images fade instead of slide?Many thanks ElectricFeet… you’re a Champion!
Forum: Themes and Templates
In reply to: [Customizr] Hide navigation arrows in the sliderI put it in the In the Child Style Sheet, but if you not sure about that you may want to try in the Customiz’it! >> Custom CSS area.