Forum Replies Created
-
AuthorPosts
-
Hi losting!
You can upload and use your own icon font as part of the default theme functionality. See: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
DevinHi!
Have you disabled the theme version of LayerSlider? Both the stand alone plugin and the theme’s included version can not be running at the same time without issue.
If there is an issue with the standalone plugin there isn’t anything that we would be able to do from our end unfortunately.
Cheers!
DevinHi!
What other categories do you have? Are you setting them to show on the home page blog section by opening that masonry element and selecting all of the categories you want to show?
Best regards,
DevinJanuary 14, 2014 at 7:46 am in reply to: Inspiration needed: Frontpage with fullscreen pic and alternative menu #209339Hi Sebastian!
I actually just did something like that for a client the other day and am planning to do a more full write up for the online docs since its such a popular home page style.
The basics of what you need to do are simple: remove the header background, position it floating on top of the content and then give that first block of content extra padding to push it down below the menu.
/*Removes ================================================== */ #header_main { border: 0; } .header_color .header_bg { background: transparent; border: 0; } /* # Header ================================================== */ #top .logo { left: -4px; } /*Navigation*/ .header_color .main_menu ul:first-child > li > a { color: #fff; font-size: 15px; } .header_color .avia-menu-fx { background: #aabdd3; border-color: #aabdd3; display: none; } /* # Home Page Specifics ================================================== */ /*Header*/ #top.home #header { position: absolute; padding-top: 40px; } /* #intro */ #top.home #intro { padding-top: 128px; height: 710px; background: #e6e6e6; border: 0; }
This assumes that on your home page you have that first item set inside of a color section with the developers field filled in with “intro” so that its wrapped in the #intro ID. On your demo page the first div is #fullscreen_slider_0 . So you would replace intro with that:
#top.home #fullscreen_slider_0 { padding-top: 128px; height: 710px; background: #e6e6e6; border: 0; }
If you don’t want the transparent background to be on the sub pages then you would prefix the selectors with #top.home just like I’ve done for the #intro section and the modified version for your site specifically.
Best regards,
DevinJanuary 14, 2014 at 6:27 am in reply to: Need help with unwanted changes noticed after last update #209332Hey brianbu!
For #1 by default the theme has this as a strong element. In your custom.css you have strong and b set with a font-weight of 600 so its a bit heavier.
You can change the page title in single.php.
2)I’m not seeing an issue on my end:
Cheers!
DevinHi!
That kind of customization is far beyond what we can assist with through support. You will need to look into a freelance developer from somewhere like Microlancer, Codeable or even http://kriesi.at/contact/customization .
If you are still having issues with the slideshow showing we can assist with finding what the issue is there.
Best regards,
DevinIs that the full code you are using and it isn’t working in the text tab of a text element (not the regular tab but the secondary text tab)?
You may want to try re-installing Chrome and see if that helps. If you aren’t getting reports from users that its an issue and we aren’t seeing it either then at the very least it is probably not something that will effect your users view of the site.
Hi MtnStreamGroup!
You will need to use a plugin for now. Its on the to-do to add support for something like MailChimp but I’m not sure on when that will be getting added in.
Best regards,
DevinJanuary 13, 2014 at 10:31 pm in reply to: Internet Explorer 10 and under compatibility issue #209199Hi skewzy!
We would need to see your site live and if you can point us to some examples of what isn’t working on IE8 and IE9 we can see what can be done.
As is the theme is compatible down to IE8 and degrades gracefully where IE doesn’t have the correct html/css support for things like rounded borders and text shadow.
Cheers!
DevinSee: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_Wrappers
So wrapping it with this (from the codex example) should allow you to use the same script but without causing an issue with WordPress:
jQuery(document).ready(function($) { // Inside of this function, $() will work as an alias for jQuery() // and other libraries also using $ will not be accessible under this shortcut });
Are you using some other plugin to output the video from that url in regular visual editor content? Wistia isn’t listed as a WordPress oembed whitelisted site: http://codex.wordpress.org/Embeds
Hey!
No, unfrotunately not. Only the content that is in the demo data is available for redistribution.
Cheers!
DevinJanuary 13, 2014 at 10:14 pm in reply to: Double links to my home page in the Enfold BreadCrumbs #209190Hi DavidMiles!
What do you have set in both the Theme Options for the home page and under the WordPress Settings>Reading for the home/blog page?
Best regards,
DevinHi!
I don’t know of any off hand but I image there is at least one plugin out there somwhere that has a mobile specific option that will work around caching.
If not you could try looking into if any of the popular caching plugins have a way to prevent caching on a specific page or pages.
Regards,
DevinJanuary 13, 2014 at 9:53 pm in reply to: For some reason my Enfold site not showing on mobile at all (only 'Godaddy' page #209182Hi sterlingwilliam!
It is coming up fine for me on mobile now. If you just recent set it up it could have just been a delay in things showing for your mobile network or its dns getting resolved.
Best regards,
DevinHi hojoon!
You need to insert the image size at the size you want them to display when you are first going to insert image. Alternatively you can use the column layout elements to have an image in a half column and the content in the other half (50/50) which will constrain the image.
Regards,
DevinHey imaginemedia777!
The updated plugin is not yet supported with the theme officially. Kriesi is still testing it and making sure it wont effect how the theme integrates with LayerSlider.
You can opt to only use the LayerSlider stand alone plugin by adding the following at the top of your functions.php file just after the global avia_config variable is introduced:
add_theme_support('deactivate_layerslider');
Or just at the top of your child functions.php.
Best regards,
DevinHi!
Yes, that is normal and “correct”. You can hide all of the text with both css or just some with either. So add one at a time and remove as needed/desired.
Best regards,
DevinHi z2h!
This would be the best way to add it in: http://wordpress.org/plugins/custom-javascript-editor/
Regards,
DevinThe blog output is either handled by the individual advanced layout builder element, the shortcode if you added it in that way or by the global setting in the theme options “General Settings” tab under the “Blog Style” dropdown.
If you want an image to show where that icon is then you can add a featured image to your post.
Ah I see, glad you were able to get it sorted out :)
Hi kudesign!
In the functions.php file look for this line:
$avia_config['font_icons'] = apply_filters('avf_default_icons', array(
This starts the list of all of the icons that are used for the various theme functions. You can replace the icon number or upload your own and then replace the font type name and the number from your own font.
See this for how to add your own font: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
DevinHi carendavis!
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:
.logo img { padding-top: 20px; }
You can wrap it in the media queries for desktop only and mobile only so that you can have 2 different paddings for each display which are in the custom.css file already.
Best regards,
DevinHi!
It looks like custom permalinks aren’t working on your server. If you go to Settings>Permalinks in WordPress you can change them to Default and it will work.
You’ll need to try the troubleshooting tips here to get Custom Permalinks working on your server: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Best regards,
DevinJanuary 13, 2014 at 1:54 am in reply to: ajax slider gallery w menu bar (can u do this with enfold?) #208758Hi Pector!
You could try doing what they did there and use a tab container with image galleries inside each tab.
Cheers!
DevinJanuary 13, 2014 at 1:51 am in reply to: ENFOLD – EasySlider -> fixedHeigth instead of fixed width #208757Hey!
The image size chooses the image source. The css attached to that slider is what dictates its size.
So you would need to choose the image size you want and then constrain the slider to the size you want as well.
Best regards,
DevinThe included documentation and the descriptions next to the fields will give a better picture of what the settings all do than what I could describe. On any LayerSlider page go to the top right and there is a Help/Documentation tab that you can click on.
The Layers Container is what constrains the content of the container. The Responsive under is an override for the default responsive changes. I’m not sure if you can do exactly what you are looking for so it may be just a matter of some trial and error with the settings and image sizes.
As far as I know the LayerSlider plugin doesn’t let you choose how the responsive changes work onces it gets down to adjusting for tablets and mobile.
Hey caroberto6!
This is a customization done by Kriesi which isn’t available as a theme option. You would need to have a freelance developer customize your theme/child theme to get the same effect.
Cheers!
Devin -
AuthorPosts