Forum Replies Created
-
AuthorPosts
-
Hi!
Again, there must be some other conflict or something going on. That simply isn’t how WordPress updates options. All theme settings are tied to the theme name and when you update there is nothing telling WordPress to do anything with the settings.
I’ve updated literally hundreds of client and users sites and have not once had theme settings or WordPress settings re-set when updating. Even on my dev install where I have all of Kriesi’s themes I don’t lose settings when updating all of the themes at once and moving between the themes to test out features and questions.
Best regards,
DevinHi jackyking!
I’m not sure what you are asking how to do. The css you’ve listed doesn’t add a new social icon but instead it styles a single social icon.
Regards,
DevinMay 8, 2014 at 7:04 pm in reply to: some blog post related questions: adv. layout manager and visual shortcut editor #261938Hey!
What is it that you are expecting the LayerSlider to do? All of its settings are manual by the user so any responsiveness you want to happen needs to be added in by you.
Best regards,
DevinFor this kind of usage it looks like you’ll need to purchase the plugin by itself and then disable the included version. The interaction between the theme and it while included is causing a conflict somewhere that we’ve been unable to track down.
You can disable it with:
add_theme_support('deactivate_layerslider');
Right after the
global $avia_config;
in a parent theme or in the child themes functions.php at the top.What you are describing is how the menu is intended to work with that option as far as I know. Because the sub-menu has no link, there is nothing to link to (just #).
Hey!
Have you tried using the raw output from youtube for that video? Eg:
<iframe width="560" height="315" src="//www.youtube.com/embed/HFew6KXUsX0" frameborder="0" allowfullscreen></iframe>
That is the “correct” way as far as I know.
Using the previous way you were running into the fact that Firefox does not have the correct licensing to run the youtube html video spec (when using the movie spec).
Regards,
DevinThe only thing I could suggest would be to test the same thing using one of the default themes and see if its a WooCommerce or Enfold thing.
May 8, 2014 at 6:44 pm in reply to: Partner/logo element was hidden under the fullscreen slider on the mobile device #261923Hi!
I’m not getting that on my end. When viewing it at that size with any ipad its showing the logos on top of the slider correctly.
I did notice you have a javascript error preventing the WordPress javascript from loading fully though I don’t know the cause or what effects it could be having.
Regards,
DevinMay 8, 2014 at 9:13 am in reply to: Is that possible to change the products page layout like this…? #261691Hi tangcslanyu!
Yes this is possible with a bit of coding through a child theme and functions. If you’d like to have it done for you we recommend looking into a freelance developer from Envato Studio, Codeable or http://kriesi.at/contact/customization
Regards,
DevinHi Enmodeaffaires!
The theme’s base style for unordered lists is for the bullet to be on the outside which browsers will render like that when the text is centered. You can change it by 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:
.entry-content-wrapper ul { list-style: disc inside; }
Cheers!
DevinHi Jonathan!
The base value as it is now which is 30px of margin on the top and bottom but only when the element is the first or last element in a section.
If you wanted to just remove it you could with:
body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first { margin: 0px 0; }
Regards,
DevinHey Mono14!
WPML is the only officially support plugin because of its consistent usage and results. I know specifically qTranslate will not work because of how it handles the translations but have had no experience with polylang.
You can always do a single translation with http://wordpress.org/plugins/codestyling-localization/ however.
Regards,
DevinThe errors are likely the cause of the issue. Try deactivating all active plugins before copying over the theme files or for a more direct approach delete the theme before doing an update by uploading the whole theme folder again.
Were you able to check if its happening when not using the Enfold theme? If its a theme issue or if its a general WooCommerce issue it can help considerably in trying to find the source and possibly a fix.
Hey!
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:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img{border-radius: 2px; display: block; position: relative; overflow: hidden;}
Regards,
DevinHi talelie!
Is this after generating your font file from Fontello? Can you upload that zip to dropbox or something like that so we can download it and give it a try to see if there is an issue with the file or if its something possibly server side.
Regards,
DevinHi magicznechwile!
The *gallery* version of the masonry effect does not have sorting unfortunately. This demo is the Masonry Gallery: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
While this is for a portfolio http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
Cheers!
DevinHi aneubaue!
When you installed on the test/demo version what are your steps for installation? Do you have any plugins active while doing it?
Cheers!
DevinHi!
You can try updating the files indicated in the version.txt file that is available in the full download you can get from your downloads on themeforest you could try using to update just those files.
Really though, customizing the main core theme is going to be a bad idea and you should strongly consider moving to a child theme for all customization.
Cheers!
DevinHey!
On our internal discussion board Kriesi did a quick test and replied with:
Nope, unless the user encountered a weird bug I don’t see any reason why this should happen. tested it locally and it doesnt happen for me either…
Is there some steps we can take on your live site to re-produce the breadcrumb issue?
Best regards,
DevinHey mrgreenwaters!
The theme doesn’t actually use a copied template for WooCommerce or any template file overrides. Instead it uses the recommended method of functions to add in additional divs and code as needed.
All of the customization is in the config-woocommerce folder with the bulk of it in config.php.
I did an example code snippet you could use in a child theme to change the layout of the single product page and add a right sidebar here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Best regards,
DevinHi!
I’ll flag the FF issue for Kriesi as realistically if there is a major issue with it rendering the site it would need to be done as a theme update. There really shouldn’t be since reading over the browser specs they don’t seem to have any difference from the desktop version of FF.
Best regards,
DevinEdit: What carrier is the phone on and exact version. There is carrier specific junkware on many phones so the more specific the better.
- This reply was modified 10 years, 6 months ago by Devin.
Hey!
You would need to use a child theme with that name changed. Then the parent can update without issue.
Otherwise no, you will need to update manually.
Cheers!
DevinMay 7, 2014 at 8:40 pm in reply to: Layer slider Not showing text and custom css not responding #261490Hi!
We can forward on the suggestion :)
Best regards,
DevinHi lombrano!
You can active the debug field which shows you the raw shortcode data: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
DevinHey Angiec13!
No, not within any of the theme elements. Your best route would be to create the layout with the Avia Layout Builder and then target each element with css to customize it since the individual columns don’t have any other method to style them.
It’ll be pretty simple if you wrap the whole section in a color section with the developer ID filled in so you can target that block by its ID and then the sub elements. Also turning on the custom class field will help: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
DevinHi!
How do you have that page setup on the backend? Its duplicating the page elements inside of itself which is causing the double padding. You can force a fix just for that page with the following css but its not a sitewide change:
#top.page-id-3550 main.template-shop.content { padding-top: 0; }
Best regards,
DevinMay 7, 2014 at 4:50 pm in reply to: Displaying a video WINTHIN an image of a monitor in the slider.. #261376Hi Christiaan!
Not one that I know of so it would be trial and error until you find a solution that works for you. There might even be a plugin that can do it for you better than trying to force one of the slideshows to do it.
Best regards,
DevinMay 7, 2014 at 4:39 pm in reply to: How to solve problem with pixelated phrase titles in the slider image? #261370Hi!
Try using an image that has a much much larger canvas size. See how the theme example on this page uses a bigger image:
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
and the images
http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg and http://kriesi.at/themes/enfold/files/2013/06/tablet-1-1500×1500.jpgBest regards,
Devin -
AuthorPosts