Forum Replies Created
-
AuthorPosts
-
Hi there,
I’m Gabriel, the developer that worked on Kindergarten. I must apologize for my colleague from support that wrote the answer with the buttons shortcodes, looks like she got a little fast forward. I’ll detail below:
Currently we have a shortcodes plugin only for our Vintage Wedding theme. We added the CP Shortcodes plugin to Kindergarten theme only this week (and my colleague from support was notified about it to familiarize herself with the documentation), but the update hasn’t been yet approved at ThemeForest. It should be approved within the next 12 hours.
When the update is approved, you should receive an email notification from Envato. Please download the latest theme version, install the CP Shortcodes plugin and see the “Shortcodes” section in the theme’s documentation for how to use to add buttons and columns on your website.
You can see the shortcodes in the theme demo: https://craftedpixels.net/demo-wp/kindergarten-theme/shortcodes/
—
For tables change the border color in the css file.
—
The theme’s footer is like any other WordPress theme the footer.php file.
—
IMPORTANT: If you have modified the theme in any way, updating will erase your modifications. Use the child theme for modifications. For example for modifying footer, copy footer.php file in the child theme and modify the copy as you see fit.
Kindergarten does not have dashboard theme options to change those colors, this is why in this case making those modifications is considered customization.
I mentioned in my previous post the only way in which to make those modifications: use the child theme and add your own css styles. A child theme is recommended because if you modify the theme’s style.css file you will lose the modifications if you update the theme in the future.
Hello,
Sorry buy I cannot advise about customizations. Like is stated on ThemeForest here: http://themeforest.net/item_support/what_is_item_support/6174058?url_name=kindergarten-wordpress-theme and on our homepage at https://craftedpixels.net/support/ , support does not cover customizations.
For such ample modifications please use the child theme provided and add your own css styles.
The table in the demo is manually added html. This is the code:
<table> <tbody> <tr> <th>Table Header 1</th> <th>Table Header 2</th> <th>Table Header 3</th> </tr> <tr> <td>Division 1</td> <td>Division 2</td> <td>Division 3</td> </tr> <tr> <td>Division 1</td> <td>Division 2</td> <td>Division 3</td> </tr> <tr> <td>Division 1</td> <td>Division 2</td> <td>Division 3</td> </tr> </tbody> </table>
If you do not have html knowledge, I would recommend a plugin like TablePress (for tables only) or TinyMCE Advanced (for more elements). Both plugins are free. You can download TablePress here: https://wordpress.org/plugins/tablepress/ and TinyMCE Advanced here: https://wordpress.org/plugins/tinymce-advanced/
The theme does not have a special page template for Team Members. However, you can create the page and add team members photos with WordPress’ default photo adding and put the member’s name as caption.
Hi,
1. About tables: Please confirm if it’s table as the html tag
<table>
(as seen in the demo here: https://craftedpixels.net/demo-wp/kindergarten-theme/2013/09/29/tables-and-formatting/ ), the time table (with the classes and activities) or table (furniture) arrangement in the classroom.2. For buttons please see the theme’s documentation. We provide a Shortcodes plugin made by us and you can easily add buttons anywhere on your website.
No, Visual Composer is not included. Kindergarten theme does not have a page builder included.
Hello again.
We modified the plugin and submitted the update for approval at CodeCanyon. Updates are typically approved within a few hours, and you should receive an email notification from Envato upon approval.
We made the following modifications:
1. Made invitation emails to appear as sent from the Email Address in Settings > General, instead of the default “wordpress@yourdomain.com”.
2. Made invitation emails sender’s name to be the Site Title in Settings > General, instead of the default “WordPress”.Hello. Email invitation configuration settings are in the
RsvpController.class.php
file located in theclasses
folder. But I have limited advising for this, it’s best our developer handle the issue, as he developed the plugin functionality.I added a to-do for our developer colleague to check on this issue today and I will get back to you with his answer. If there is a problem, he will fix it and we will release a plugin update.
Hello,
The problem is caused by the theme you are using. You have this in your theme’s style.css file, on line 1398:
.wedding-form-inner input, .wedding-form-inner textarea { font-weight: 300; border: 1px solid #62636a; background: #2e2f38; color: #a4a3a0; padding: 15px 0 15px 20px; text-transform: none; font-size: 17px; font-size: 1.7rem; width: 100%; -webkit-appearance: none; border-radius: 0; }
The quickest solution would be to delete
-webkit-appearance: none;
.I’m guessing you added
-webkit-appearance: none;
to prevent iOS from adding native styling for certain inputs, but targeting all input types in the.wedding-form-inner
is wrong, because-webkit-appearance: none;
affects all Webkit based browsers, including Chrome and Safari on desktop, not just iOS Safari. So as an alternative solution you can modify the css file to target specific input types like submit or search.Hi! We haven’t heard back from you about this issue.
Support is officially entering Winter Holidays today and will be back in January, but we wanted to extend the curtesy to solving this problem so that we can all have a great holiday and a great New Year start.
Hello. Please provide us link and access credentials to your website so we can investigate the problem.
Please use the forum “Set as private reply” option (so only the forum admin and you will be able to see your post), or alternatively you can send us the credentials by email at support@craftedpixels.net
Unfortunately those options cannot be removed without customizing/manually modifying the core files of the plugin (html and basic php knowledge is required).
Please note that support does not cover customizations. Please see the definition of support on ThemeForest here: http://themeforest.net/item_support/what_is_item_support/4511456?url_name=vintage-wedding-wordpress-theme
Details about what is covered by support are also available on our support forum at http://craftedpixels.net/support/Please see the new and correct answer I wrote at your first post here: http://craftedpixels.net/support/forums/topic/error-on-blog-and-home/#post-1884
No templates necessary, if you still have this problems even with the correct setting in Settings > Reading, please provide access credentials to your dashboard so we can test.
I’m very sorry, please disregard the previous answer, it was referring to a different theme.
To answer your question: Please make sure that in Settings > Reading you have the default “Your latest posts” selected, not a static page (see screenshot).
Attachments:
You must be logged in to view attached files.You’re welcome. I can now confirm the update was sent for approval at ThemeForest. We hope it will be approved quickly. Sorry again for the inconvenience.
Hello,
Yes, sorry, the mistake is on our part. We corrected now and we are sending the update at ThemeForest as we speak.
-
AuthorPosts