Forum Replies Created
-
AuthorPosts
-
Hi,
Translation files (.mo and .po) are included, so you can use a plugin like WPML to translate the form.
Or, if you just want the form translated (without the dashboard admin table) and have some basic php knowledge, you can manually modify the RSVP form file (you can find the file in the plugin folder > views > rsvp-form.phtml). If you are not sure how to modify such a file, just let me know and I will modify it for you.
Hi,
You will find the psd files for the bouquet and the slider ribbon in the PSD-files folder. Edit them as you please.
For the buttons, you can use the option of custom CSS input. Just go to Appearance > Theme Options > CSS Styles and input your own styles. Or you can directly modify the stylesheets:
• for the Featured Area button: style.css line 520
• for the RSVP button: style.css line 463 –input[type='submit']
If you want to add a class in html, you will find the Featured Area button in home.php line 207 and the RSVP button in the plugin folder > views > rsvp-form.phtml line 107. You can use one of the existing button color classes (see here) or create your own.
-
This reply was modified 11 years, 2 months ago by
CP-Support.
Hi,
I’m happy the fix is working.
Thank you for the appreciative words.Have a good day, too.
Apparently this is a known Chrome bug – on Windows only apparently (see more details here: https://code.google.com/p/chromium/issues/detail?id=336476#c40 ), and from what I have read the fix I gave you in the previous post does not always work. I will keep on searching for a possible fix, and hope that the team at Chromium release an update soon.
Also, thank you for the effort of making a video. I appreciate it, it helped a lot (I can see browser, browser extensions, OS and plugins installed). I will keep researching for this issue.
Hi,
I was not able to reproduce the issue. I use the latest Chrome too as primary browser, and it’s the browser that I develop my themes on. I looked on both Mac OS and Windows repeatedly, but no problems appeared ever.
I don’t know exactly what may be the cause, but recently somebody pointed out to me a Chrome bug, so please try adding this in the custom CSS field in Dashboard (Appearance > Theme Options > CSS Styles):
body { -webkit-animation-delay: 0.1s; -webkit-animation-name: fontfix; -webkit-animation-duration: 0.1s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; } @-webkit-keyframes fontfix { from { opacity: 1; } to { opacity: 1; } }
Please let me know if this solves the problem, as I have not way of testing this. If it solves, I will include this fix in the next theme update.
You’re welcome, Fabien. I will include the countdown in the translation files in the next theme update, so that modifying .php file would not be necessary anymore.
Hi,
First of all, for support issues, please create your own forum topic, do not reply to an existing one. Thanks. I have moved your reply into a new topic.
Second, like the error message says, you cannot attach this type of files (php) for security reasons.
I cannot know what is wrong with the form unless I take a look and test. So please provide a link to your website. Also, have you read the Documentation provided with the template? You have to first add your email to make the contact form work. You will find all the details in the Documentation (it is also available online here: http://craftedpixels.net/documentation/kindergarten-html/ ).
Hi,
If you want “weeks”, “days”, “hours”, “minutes” and “seconds” to be displayed in French, you will have to modify the home.php file:
Weeks - line 121 Days - line 128 Hours - line 135 Minutes - line 142 Seconds - line 149
If you are unsure how to modify such a file, let me know, I will modify it for you and attach it to my reply here.
-
This reply was modified 11 years, 2 months ago by
CP-Support.
Please address this to Envato support, they are the only ones that can do refunds. Although I do not understand why you want refund when there are solutions, I respect your decision.
-
This reply was modified 11 years, 2 months ago by
CP-Support.
Hi,
The gallery is a filterable multiple-album gallery, so the albums cannot be separated and displayed on different pages (and linking is not possible).
If you want a stand-alone gallery that can be linked from the slider, you can use WordPress’ native gallery functionality.
The font needs to be in several formats .ttf, .eot (for Internet Explorer), .svg (for Retina devices) and .woff. You can see the current font in style.css for example.
If you do not have all this formats, just use the webfont generator here: http://www.fontsquirrel.com/tools/webfont-generator. You upload there your .ttf font, and it will generate all the necessary formats plus the css styling.
Hi,
The theme update was released about 9 hours ago, now the slider is visible on all resolutions and I fixed the menu-toggle icon alignment on iPad and iPhone.
I already answered you 2 days ago. You can find your answer here: http://craftedpixels.net/support/forums/topic/moved-change-bd-cartoon-shout-font/
Please stop replying to other forum topics, you need to create your own topic when you have a support issue.
Hi,
The search exists by default in WordPress, it can be added on site as a widget in any sidebar of the theme.
-
This reply was modified 11 years, 2 months ago by
-
AuthorPosts