Forum Replies Created
-
AuthorPosts
-
Hey!
The non-code change would be to use less menu items or decrease the length of them.
Best regards,
DevinHi totofunk!
No, it isn’t possible at the moment.
Cheers!
DevinHi nedimhazar!
For color sections that is correct. You can use the Fullscreen slideshow element instead if you want to have options for player controls and sound.
Best regards,
DevinHi vessants!
We’ll need a few more specific like the URL for the site and what version and browser on Android OS. If its a carrier specific skin of Android that would need to be known as well.
Best regards,
DevinHi!
Its still on 4.6.5. Kriesi has not had a chance to test out 5.0+ yet.
Best regards,
DevinClear all of your cache from plugins and unminify the pages. Re-publish and try the pages again.
Do you have an example it not working/working?
The effect on a background image alone is slight. When adding other elements is when you get more of the visual effect. For an example look at the first video element in the demo here and its text: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
They move at slightly different speeds which gives the user the feeling they are at different positions. This is the very definition of Parallax:
the effect whereby the position or direction of an object appears to differ when viewed from different positions, e.g., through the viewfinder and the lens of a camera.
February 11, 2014 at 4:32 pm in reply to: Background image is shorter than the page contents #222287Hey ryan_wallis!
Your background image css actually sets the background to white:
#main, .html_stretched #wrap_all { background: url("http://backup.mcewan.co.za/rich_grill/wp-content/themes/enfold/images/background-images/fullsize-background_main_content.jpg") no-repeat scroll center top #FFFFFF; }
The #FFFFFF should be the color you want the background to be.
Cheers!
DevinHi!
It isn’t an overtly big effect at the moment and may be tweaked later but it is, pretty much, the same thing as having a fixed image in the background.
Best regards,
DevinHi!
The ThemeForest update api does a check for updates every 12 hours. So you can update manually via FTP, Uploading through your dashboard or wait for the theme to be alerted and update through the theme admin.
Cheers!
DevinFebruary 11, 2014 at 3:09 pm in reply to: Internet Explorer 10 and under compatibility issue #222262Hi!
Testing your site with a native install of IE8 and IE9 I am not getting any issue with that page or the fullscreen sliders on your site.
Best regards,
DevinHi makeitbritish!
Make sure that the page you have set as the news/blog page is not also set in the Theme Settings as such unless you’ve set the default style of blog to Grid in the general options.
What happens is that the themes Blog page setting will override any settings on that page if set from the theme options just like what will happen from the WordPress settings.
Best regards,
DevinHey Tali!
Hard to say without knowing exactly what the XAMP settings are. My guess would be some server side setting or memory allowance isn’t set correctly which is causing the install to just fail.
If you have a live server you can use or have used in the past you could compare its settings with your own to see any difference and try adjusting from there. without a log or error on whats happening I’m not sure what we could suggest.
Cheers!
DevinHi!
If you create your page layout without a proper sidebar and instead use 1/3 columns for the sidebar you can break up the page using color sections. Then wherever you want the menu to be add a widget area into the 1/3 area.
Outside of that there isn’t a way within the theme to have a menu only show at a specific height/area of the page content within the sidebar.
Regards,
DevinHey webhappy2013!
Where are you making the css edits? There isn’t anything in the theme that should be causing that *unless* you are editing the themes stylesheet in the uploads folder directly. That file is where the Quick CSS and styling options are saved each time you save the theme options and anything added outside of the theme options would be cleared out.
Best regards,
DevinFebruary 11, 2014 at 4:51 am in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #222029Hi!
Your child theme sets the color of the sidebar menu nav links right now with this:
.main_color .sidebar a { color: #d1ada1; }
and
.main_color .sidebar a:hover { color: #7aa84a; }
Slideshows inside columns have a margin which is set by:
.flex_column .avia-slideshow { margin: 20px 0; }
So you can target that inside of the color section ID and remove the margin if you want.
Your logo gets squished because you only set a max height but the theme still sets its max width to adjust for the larger menu as the theme shrinks down. You also need to add a declaration for max-width as needed.
Regards,
DevinHi!
Everyone is always free to work on the theme and customize it however they want. I closed it so that it didn’t continue to get discussed on or get off topic which usually happens on any theme where the exact focus isn’t crystal clear.
We are in the process of pushing out a very very large update and bringing all of the themes up to date with the newest version of WooCommerce (for those that support it). So at any given time we can’t necessarily add in or code something that someone requests.
There is a feature request topic for a reason and we unfortunately can’t keep everyone happy with an answer, timeline or response.
I’m glad you found a solution that works for you and thank you for sharing it. The previous topic is still in Kriesi’s queue for topics to address and he may or may not still add in theme support for this case.
Regards,
DevinFebruary 10, 2014 at 10:30 pm in reply to: Can i make a Advanted LayerSlider with Single Slide to Loop? #221887Hey FuscAzul!
The Global Options for that slideshow will have an option for looping in the Slideshow group. It is labeled Loops and has a field for setting the number of loops for the slideshow to go through. 0 is what tells the plugin to keep looping through.
The issue you may run into however is that it will just keep re-starting the slideshow which won’t keep the text static so I’m not sure you’ll be able to get that exact result.
Cheers!
DevinHi Kimberly!
See: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
Make sure that you add a featured image to each portfolio item so that the theme has something to use in the portfolio grid element.
Regards,
DevinHi lpfa!
Looks like it may be an issue with the newest update of WooCommerce: https://kriesi.at/support/topic/woocommerce-2-1-release-monday-february-10th/
We have not yet fully tested all themes for bugs and found fixes for them but if you can point us to a specific example on your site so we can try re-creating it we’ll see what we can do in the short term.
Regards,
DevinHey sendton!
That would be in your Theme Options>Footer unless you’ve previously modified the footer.php file directly or via a child theme.
Best regards,
DevinHi!
Your custom.css is overriding the quick css:
p { font-size: 1.2em; line-height: 1.65; margin: 0.85em 0; }
Where one is on the body the others is specific to p and within a media query.
Best regards,
DevinFebruary 10, 2014 at 9:17 pm in reply to: Feat. post thumbnail doesn't show | http://arnoldveeman.com/testsitenieuw #221842Hi Aerny!
It doesn’t look like you have a featured image set on your individual blog posts. That image should be set from the meta box on the right hand side of the Post editing screen:
Cheers!
DevinAs far as I know that is the only setting related to that. If it isn’t preventing the first fade in then I don’t know of a way to do it.
February 10, 2014 at 9:12 pm in reply to: Mobile Device display -suppressing Layerslider and controlling button display #221838Hi!
I’m not sure if this is at all related but that last line is php and should go in your functions.php file.
Cheers!
DevinFebruary 10, 2014 at 9:06 pm in reply to: How can I index my website for inprove site visibility? #221834Hi Iladevi!
You should look into using a plugin like WordPress SEO to help increase your sites visibility: http://wordpress.org/plugins/wordpress-seo/
Regards,
DevinHi Fabrice!
Not sure what you mean without an example. Can we take a look at a page live where this is happening?
Cheers!
DevinHey stephenr_nl!
You would need to hire a freelance developer to write a script or function that would do that as its beyond what we can do through support.
Best regards,
DevinFebruary 9, 2014 at 6:53 pm in reply to: Token Access – Link to Content after submitting certain password #221370Hey eaglehood!
Nothing within the theme can do that and really it would only be doable with one of the membership plugins that is available unless you had something written custom.
There very well could be a plugin like it out there but I don’t know of any.
Cheers!
Devin -
AuthorPosts