Forum Replies Created
-
AuthorPosts
-
Hi Abdulkadir-Kul,
First, try disabling all active plugins and dropins that are installed and active. Then see if that helps out the issue.
Next, re-download the theme files from Themeforest and re-install the theme in case a file or files were corrupted on the initial upload.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Unfortunately that is a bit of a trick with css. You can try applying this tip from css-tricks: http://css-tricks.com/vertically-center-multi-lined-text/
Do you have an example of it added into the regular visual editor?
If its not working there then it could be a fundamental conflict with the theme code which doesn’t leave us much ability to try and address it.
Hi bethperkins,
I’m glad you found a workaround. I’ll tag the topic for Kriesi and he can forward it on to the LayerSlider crew.
Regards,
Devin
Hi darkcanvas,
The most straightforward way would be to try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.title_container {
display: none;
}Then re-enable it per page using the page or post ID and css.
Regards,
Devin
Hi Jan Bosman,
What is the url for your site?
If you have any other plugins or drop ins active try disabling them completely and then trying things out again. Also try using a different browser in case there is a browser extension or some local cache causing an issue.
Regards,
Devin
Hi timbonnett,
I’m not really sure if that is possible off hand. You would need to check with WooCommerce support to see if there is a filter for something like that or if you would need to just add a template to override the category template and then do something there.
Regards,
Devin
Hi Ben,
Looks like you’ve got a pretty good implementation as is. There isn’t really a proper way at this point to add in a banner since the theme doesn’t really have built in support for it in conjunction with the collapsing header style so whatever works for you is the best way to go.
Regards,
Devin
Hi duttonstuart,
That is a bit beyond what we can help with via support. Its definitely doable but has a very high margin for small errors which can cause things to not work or be a bit buggy.
Nick did a video integrating the Advanced Layout Editor with custom post type here but the results are not supported as its beyond what Kriesi wrote support for https://vimeo.com/channels/aviathemes/64996057
Regards,
Devin
Hi Daan,
You can add the css to your custom.css file in the Desktop only media query: http://www.daanbudgen.com/wp-content/themes/enfold/css/custom.css
That will then make it only effect your desktop viewers.
The search however is tied to the menu so when you move one you move both. Otherwise it starts to get a bit more involved in the changes you’ll need to do to keep everything still working cross browser and responsive.
Regards,
Devin
Hi Jason,
No, I’m not getting that behavior when viewing the site right now.
As for the slideshow there isn’t really anything that can be done on our end. Its user created and designed and scales according to the settings on the individual slide. So using percentages for items or using images instead of text is the best advice we can give to improve the look of things.
Regards,
Devin
July 25, 2013 at 4:43 am in reply to: Contact Form not sending fields with certain letter/signs in the title #131042Hi Harald,
Thank you very much for letting us know! I only encountered the issue one other time and wasn’t able to track down why it wasn’t working for the user.
I’ve tagged Kriesi for the topic so he can take a look at whats causing the bug and address it.
Regards,
Devin
July 24, 2013 at 10:37 pm in reply to: Is that passible to make the theme compatible with IE7? #131139Hi viiastudio,
Not without quite a bit of specific hacks for IE7. Since almost no one supports it any longer and the gap is so large now on what it supports vs even modern browsers it would be best to try and find an alternative.
Regards,
Devin
Hi louiserr,
Sounds like you have either quite a few menu items or very long text for them. There are a couple of options but seeing your site live will let us give advice for the best one to suit your needs.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Thanks for letting us know and glad you were able to figure it out :)
Hi Jenn,
There is no option available for 8 image grid for the portfolio grid so you would need to have a freelance developer add that option in to the theme for you.
For the portfolio items, each one *must* have a featured image added to the portfolio item for it to show an image in the regular portfolio grid. Just make sure that on the page you have the “portfolio grid” element that its option is set to Open the entry on a new page so that the portfolio works like in this demo: http://kriesi.at/themes/enfold/portfolio/
For the display of the portfolio you will also need to select No Title and No excerpt from the Excerpt dropdown when editing the portfolio grid options.
Regards,
Devin
The theme also uses serialized data to save the options so the string length values need to be changed accordingly. Its a pretty typical way to save theme data which is why plugins like WP MIGRATE DB exist since it takes the leg work out of doing the switch manually.
From that plugins description:
”
It even takes into account serialized data (both arrays and objects) and updates the string length values.Example: s:5:”hello” becomes s:11:”hello world”
“Hi doremus,
When you move a wordpress installation from one location to another you must move your database over as well to retain theme options, wordpress setting and the like.
You can use a plugin like WP MIGRATE DB to export the sql file.
Regards,
Devin
Hi ctaborda,
There are a couple things to try:
– Make sure you have at least 96mb of php memory available for wordpress. See: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
– Check that in your wp-content>uploads>dynamic_avia has chmod permissions of 755 and that the files inside of it have at least the same.
– Talk to your host and make sure that you are using regulr CGI and not FASTCGI. Another user recently reported this was causing issues for them.
Regards,
Devin
Hi Basile,
Right now the LayerSlider is only available outside of layout elements. You can however add a set width in the LayerSlider options for that slideshow by going to the Global Settings and adjusting the Slider width and Layers Container.
Regards,
Devin
You can use a different image entirely by uploading it to the options for the ajax portfolio display.
For example, this first item when viewed in the ajax view is the phone image but on the single page is different.
The image size should be at least 684 pixels wide.
Hi mrkuji,
The best way to center the logo would be to use its defined width and then auto left and right margin. If we can see the site live I can provide the css for it which should also work as the screen size adjusts.
Regards,
Devin
July 24, 2013 at 1:18 pm in reply to: Saving didnt work! Please reload the page and try again #129159I’ll take a look at your topic now mrkuji. Our Queue systme works by last posted item in a topic so each time you self responded it actually pushed it to the end of our queue.
Regards,
Devin
Hi FLSouthPaw,
Can we take a look at your site with an example? I’ve tagged the topic for Kriesi as well as I know there has been quite a bit of chatter and changes with the sliders in the past day so if its related to the issues being looked it a fix could be pushed out quickly.
Regards,
Devin
That is very strange. Have you don’t any changes to the theme files? Made alternate header files or anything like that?
The way the plugin works is that it just hooks into the wp_head which gets output on every page. I can see the other code that is getting output there but for some reason that specific script isn’t.
You could try including it in your footer.php file as an alternative as well as disabling all other active plugins and then deactivating the plugin and reactivating it.
July 24, 2013 at 1:11 pm in reply to: Hiding the Page Title and Breadcrumb Navigation in WooCommerce #130952Hi Rob7,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-product .title_container {
display: none;
}Regards,
Devin
I did a video here on updating with FTP: https://vimeo.com/channels/aviathemes/67209750
The second set is actually 2 different items. The first is a gallery with a preview and the second one is a gallery without a preview. Each is in a one half column to limit their width.
The last one is a gallery with a preview but inside a full width column (relative to the page layout).
-
AuthorPosts