Forum Replies Created
-
AuthorPosts
-
Hi,
The map is not showing probably because you haven’t input an address. Go to Appearance > Theme Options and fill the Contact Page details.
Several updates are planned for next week for two of our projects. Adding the link will be amongst the updates. You will be notified via email from Envato when the updates will be approved on ThemeForest.
Hello,
1. About the images. Yes, images are automatically resized to 670×400 px. But if you upload images smaller than 670px wide by 400px high, this problem appears, because the images cannot be stretched.
Please read the Documentation provided with the theme, you will find all the details there. The Documentation is also available online here: http://craftedpixels.net/documentation/kindergarten-theme/#wow
2. About the menu. I can guarantee it works as in the demo. You have to select a second-level parent for the page you want to be displayed at third level. To do that, go to Pages and click “Quick edit” on the page you want to be displayed at third level and select the proper parent. (see attached screenshot level.png)
3. There are no “Click here” links in the demo on homepage. Can you please provide some details or a screenshot?
4. This is not a support issue, but I will answer.
Upload the .pdf on your server via ftp, and put the link anywhere you want (page, post, widget etc). The link should look like this:<a href="http://yourdomain.com/path-to-the-file/file.pdf">Link text</a>
5. Unfortunately only one address can be pin-pointed on the map. You can mention the second address as a text on the contact page, or manually add a google map with that address.
6. The favicon can be found in the theme folder, it’s a file named favicon.ico. Just replace it with your own. Please remember to clear browser cache to make sure the new favicon is displayed.
Attachments:
You must be logged in to view attached files.Hi,
There is no limit of pictures per album. Depending on your hosting, there is an upload limit. The limit is diplayed in the WOW Slider tab in Theme Options (see attached screenshot). Always make sure that the sum of the pictures’ sizes you upload simultaneously does not exceed the max upload limit. You can upload multiple times to the same album.
Unfortunately, I cannot help in this case. The gallery cannot be made to support multiple instances. It was designed to suit the needs of a wedding. I understand what you have said, but you need another gallery system. At this point you have the option of hiring a developer who can create the gallery you need from scratch, or using a third party gallery plugin.
Attachments:
You must be logged in to view attached files.I tested and everything is ok. I created a child theme in the folder vintagewedding-child, containing a style.css and it works. I attached the archived child theme for you, you may use it.
I added 2 custom styles for testing purposes, just delete thet and add your own.
Attachments:
You must be logged in to view attached files.Hi,
The Gallery is an administrable page and does not support multiple instances.
But why have more pages, when the gallery has unlimited Albums?Sorry, but this is not an issue for support. Like any other ThemeForest authors, we deliver a ready-made product and offer support for problems/issues/questions beyond the documentation with all of our projects. But adding features and customizations are your option, and we cannot be held responsible. As stated on our website, we do not currently offer customization services.
You can find this information on forums or articles on the internet or hire a designer/developer.
Hi,
To change the text, go to Appearance > Theme Options > Featured Area. The text is in Call to Action (Text) field (see attached screenshot).
You can find this information in the Documentation provided with the theme, in Customizing > Theme Options > Featured Area. The documentation is also available online at http://craftedpixels.net/documentation/vintage-wedding-theme/
Attachments:
You must be logged in to view attached files.The error appears because the URL is wrong. WordPress is trying to install the plugins from a wrong path (You created a child theme).
the path:
/home/site..path/wp-content/themes/kindergarten-theme-child/plugins/cp-image-gallery.zip
should look like this:
/home/site..path/wp-content/themes/kindergarten-theme/plugins/cp-image-gallery.zip
Install first the required plugins, and create the child theme after installing them.
Hi,
The map modifies automatically when you change the default address with your address on line 63
<span id="address">Eiffel Tower, Avenue Anatole France, Paris, France</span>
Sorry, not all the code got copy-pasted. Add this too:
#sun-nav .sub-menu a { font: 15px 'Solomon Normal', sans-serif; } #sun-nav .sub-menu ul li a { font: 13px 'Solomon Normal', sans-serif; }
Please note that this is the first day of winter holidays vacation (there is a thread with the vacation days for more information). An exception has been made for this answer, but otherwise support will not be available until January. Thank you for understanding.
Pages can also be ordered by clicking “Quick Edit” and manually giving them a number.
But here is the solution for custom menu. Add this is style.css:
.nav-menu .sub-menu { background-color: #d5c651; display: none; padding: 15px 0 !important; position: absolute; left: 0; z-index: 99999; width: 100%; text-align: left; } #sun-nav .menu-item-has-children:after { content: '\0020 \25BE'; display: inline-block; color: #ec6713; font-size: 26px; } .sub-menu { border-radius: 4px; } #sun-nav .menu-item-has-children { width: auto; max-width: 100%; } #sun-nav .menu-item-has-children li { position: relative; } #sun-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu { position: absolute; left: -150px; top: 0; max-width: 150px; background-color: #ec6713; } #sun-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:hover { color: #fec42b; } @media (max-width: 1200px) { .menu-item-has-children:after { content: ''; display: block; clear: both; } #sun-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu { position: absolute; top: 0; max-width: 100%; background: transparent; } #sun-nav .menu-item-has-children:after { content: ''; display: none; } #sun-nav .menu-item-has-children .sub-menu, #sun-nav .page_item_has_children .sub-menu .page_item_has_children .sub-menu { left: 20px; max-width: 80%; } #sun-nav .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:hover { color: #ec6713; } }
I tested and it seems ok, let me know if you still have issues with the menu after the fix.
Sorry about this, the menu has to be registered in functions.php
Add this on line 213 in functions.php:register_nav_menu( 'footer', __( 'Footer Menu', 'kindergarten' ) );
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts