Forum Replies Created
-
AuthorPosts
-
Please note that Kindergarten is a responsive theme, and that is the mobile/small resolution menu. It appears for resolutions smaller than 1200px width, where the classic menu would not fit.
Hi,
For disabling the guest list validation, please read the Documentation provided with the theme (in section Customizing > RSVP & Invitations – last paragraph, starting with: “If you prefer not to have to add your guests in the guest list”). The Documentation is also available online here: http://craftedpixels.net/documentation/vintage-wedding-theme/#rsvp
Sure. In the js folder you will find the file named wowtransition.js. Modify on line 21 the delay:
delay:22*100
Replace 100 with 500 or 1000 for example, to suit your need.
Go to Appearance > Theme Options > CSS Styles and write there this text:
.top-widget { display: none; }
Click “Save Options”.
The map does not appear because the address does not exist on Google Maps. Go to maps.google.com and type there your address, and it will say that the address cannot be found. I have attached a screenshot with the message on Google Maps.
Attachments:
You must be logged in to view attached files.I also tested in BrowserStack with your settings, but none of the issues appeared. I attached a screenshot.
Attachments:
You must be logged in to view attached files.Thank you for posting the solution for the special character. It’s very troubling to see such an old bug (IE6 and 7 from 2008) in the latest Windows and IE11. However, I still cannot reproduce the issue, though I repeatedly tested/reloaded the demo. I tested on a native IE11 on a Windows 7 machine (no virtual machines or browserstack) and no issues appear. No text positioning problems and no special character problem. The bride and groom names already contained a G, so I added J, Q and I for testing. I attached a screenshot with the header in IE11.
Attachments:
You must be logged in to view attached files.Try clearing your browser cache. If squares appear instead of the menu arrow, it means that the page is not loading properly.
Also, please tell me what version of Internet Explorer are you encountering the issue in. Do you encounter the same issue on the theme demo (http://ithemewordpress.com/vintage-wedding-theme/), or only on your website?
I was not able to reproduce the issue on the demo site. So please provide a link to your website so I can take a look.
I must mention that IE8 support was dropped (on ThemeForest from November 20th 2013), because is a very old unreliable browser used mainly with Windows XP, and even Microsoft dropped support for XP, because it’s a 12 year old operating system.You’re welcome.
The plugin textdomain is wrong on line 328, and I think this might cause the issue.
Please modify this:$this->_view->success = __('Your RSVP was submitted. Thank you.', 'vw_rsvp');
into this:
$this->_view->success = __('Your RSVP was submitted. Thank you.', 'wi-rsvp');
Sorry, I forgot to mention. For translating the rsvp, if you just want the rsvp form translated, you can just modify the RSVP form file (rsvp-form.phtml), if you prefer not to use a translation plugin.
Hi,
For translating the RSVP form there is a similar forum thread here: http://craftedpixels.net/support/forums/topic/change-rsvp-language/ . It can be translated, using a plugin like WPML. Translation files (.mo and .pot) are included with the theme, and they include the RSVP plugin texts too.
Unfortunately, there is no option to hide the fields. You will have to manually delete them from the form file (plugin folder > views > rsvp-form.phtml). Lines 80-92 need to be deleted:
<div class="grid col-300"> <label for="kids"><?php _e('Nr. of kids menus', 'wi-rsvp'); ?></label> </div> <div class="grid col-460 fit"> <input type="text" id="kids" name="kids" class="input-small" value="<?php echo $kids; ?>"/> </div> <div class="grid col-300"> <label for="vegetarian"><?php _e('Nr. of vegetarian menus', 'wi-rsvp'); ?></label> </div> <div class="grid col-460 fit"> <input type="text" id="vegans" name="vegans" class="input-small" value="<?php echo $vegans; ?>"/> </div>
Let me know if you need further assistance in making the modifications.
Have a great day too!This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts