Forum Replies Created
-
AuthorPosts
-
Hey wtflovelife!
You can generate the icon shortcode on a post or page then insert it on the menu label. Go to Appearance > Menu, edit an item then insert the icon shortcode before the menu item label.
Regards,
IsmaelHi Jane!
It’s not happening on our end. Please post the link to the actual website. Did you add any css modifications for the header before? Please remove them.
Cheers!
IsmaelHi!
You can use this:
#av_section_1 div.flex_column { box-shadow: 10px 10px 10px gray; }Cheers!
IsmaelHey keithcrest!
Thank you for using the theme. I hope you’re doing great.
Remove all css modifications that you added for the header. Remove the header.php on the child theme then replace it with the new header.php from the parent theme folder. You can see the header code on includes > helper-main-menu.php. Please reconfigure the header settings again because Kriesi changed the header panel. You’ll see that there a lot of added options like header height, logo and menu position, extra element, phone etc.
Best regards,
IsmaelHi!
Use the largest image or the full size image. Recommended image size is at least 1500px in width.
Regards,
IsmaelMarch 16, 2014 at 7:53 am in reply to: Scroll button, submenu and adding Google font question #238239Hi chiummog!
1.) You can apply the anchor menus. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
2.) You can do the same as step 1.
3.) Raleway is already included for the heading font on Enfold > Styling. Add this on functions.php if you want to use it for the body font:
add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Raleway'] = 'Raleway'; return $fonts; }Regards,
IsmaelMarch 16, 2014 at 7:47 am in reply to: Notification – Trying to reduce padding above and below the box! #238238Hey!
Please use this on Quick CSS or custom.css:
.home #main .content { padding-bottom: 10px; } .home #av_section_1 { min-height: 80px; }Best regards,
IsmaelHey Luis!
I’m sorry but please elaborate. I’m not sure what is it you’re trying to do.
Best regards,
IsmaelHey!
Please post the login details here. Set it as a private reply. We would like to inspect it. Please try to flush the permalink settings on Settings > Permalink. Click the “Save” button once then try the Portfolio Grid element again.
Cheers!
IsmaelMarch 16, 2014 at 7:22 am in reply to: Emergency: Cant set-up Slide show and upload some photos for silde show #238234Hey!
Please post login details here. Set it as a private reply. Make sure that the folder permission of your wordpress installation is set to 755 or higher.
Cheers!
IsmaelHey!
Just remove this code
.html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a { line-height: 58px !important; }Best regards,
IsmaelHi abedia!
Please insert the logo as full size then add this on Quick CSS or custom.css:
.logo a img, logo a, .logo { width: 800px; height: 156px; }Best regards,
IsmaelHi Dogmut!
Can you please post a screenshot of what you’re trying to do? A link to the actual website will help. You can use css to apply the background image for the home page only We need to see the layout and your website first.
Cheers!
IsmaelHey!
Please flush the permalink settings on Settings > Permalink. Click the “Save” button once. On wp root folder, delete the .htaccess file then flush the permalink settings again. Please contact your host about the issue.
Cheers!
IsmaelHey!
Please edit the page then set it the layout to “No Sidebar”. Add the Color Section on top then 2/3 and 1/3 column elements below. Insert the content on the 2/3 element then add the Widget Area element on the 1/3 column.
Cheers!
IsmaelHi Nenad!
On what browser and OS are you testing this with? Let me ask Kriesi about this. I think I saw a few inquiries about the header_resize function not working on Chrome Windows 8.
Cheers!
IsmaelMarch 16, 2014 at 6:46 am in reply to: Layer Slider Setting – "Your Logo" is not reflecting / showing #238217Hi Labhanshi!
1.) The layer slider logo is working properly when I tested it on my end. There is actually no recommended logo size. You can experiment with it, see what works best.
2.) Please try to resave the settings. The demo works fine after the latest update of Enfold. Edit the slide then go to Slide Settings > Slideshow > Slideshow behavior, enable the “Start slideshow” setting.
Please give us a link to the website.
Best regards,
IsmaelHi yoginthusiast!
Can you please give us a link to the website? The breadcrumb and the menu has no relation with each other. You might want to remove the page hierarchy connection between pages.
Best regards,
IsmaelHey!
The latest version includes the latest update for the layerslider Version: 5.1.1. You might need to recreate the slider from scratch.
Best regards,
IsmaelHey!
Can you please give us a link to the website? Post the login details here as a private reply. Make sure that you translated all pages to spanish.
Cheers!
IsmaelHi!
Please add this on Quick CSS or custom.css:
div .av_one_half { width: 45%\9; max-width: 45%\9; }Cheers!
IsmaelHi zibaloon2!
Unfortunately, that is not possible at the moment. You can add something like this on a text block:
<div class="flex_column av_one_sixth first">Content here</div> <div class="flex_column av_one_fifth">Content here</div>You can add up to six div with av_one_sixth class.
Best regards,
IsmaelHey Jane!
Please post the link to the website. You can specify the widget title color using this on Quick CSS:
#footer .widgettitle { color: yellow; }Regards,
IsmaelMarch 16, 2014 at 5:57 am in reply to: One custom background image for all areas (header, main, footer) #238204Hey yoginthusiast!
Can you please post a screenshot of what you’re trying to do? There is no way you can add a background image to all the section automatically, you need to manually add the background image for each section. Or you can use css to apply a single image for all of them. A screenshot will help.
Regards,
IsmaelMarch 16, 2014 at 5:55 am in reply to: BUG: Testimonial slider doesn't reserve proper vertical spacing #238202Hey!
I checked the website but I don’t see the jump even with the twitter feed below.
Regards,
IsmaelHi Kimberlyjo!
1.) Please edit config-templatebuilder > avia-shortcodes > masonry_entries.php, find this code on line 382:
$sort_terms = get_terms( $this->atts['taxonomy'] , array('hide_empty'=>true) );Replace it with:
$sort_terms = get_terms( $this->atts['taxonomy'] , array('hide_empty'=>true, 'orderby' => 'name', 'order' => 'ASC',) );`
2.) What do you mean by yellow box? Can you please give us a link to the website? A screenshot will help.
Cheers!
IsmaelHi!
Did you add anything on functions.php? Please download the theme again then replace header.php and includes > helper-main-menu.php files.
Regards,
IsmaelMarch 16, 2014 at 5:32 am in reply to: ENFOLD – Space between social media shortcodes in footer #238197Hi!
You can add this on your custom.css or Quick CSS to create a right margin:
#footer #text-8 .av_font_icon { margin-right: 20px; }Best regards,
IsmaelMarch 16, 2014 at 5:28 am in reply to: single portfolio: big slider page crash – big slider dot #238196Hey fefrancesco!
1.) There is a database error connection. Please contact your host.
2.) The demo uses images with 1500px in width. 1024px is fine but if you want a sharper image you should use larger source image.
3.) Please fix the database error issue. Assuming you’re using a layer slider, please go to the slide’s Slide Settings > Navigation Area > Show navigation buttons. Disable all options.
4.) Go to Enfold > Footer. On the Copyright field add the [nolink] tag.
Cheers!
Ismael -
AuthorPosts
