Forum Replies Created
-
AuthorPosts
-
Hey!
Please go to Enfold > Sidebar > Page Sidebar navigation, disable the nested sidebar.
Regards,
IsmaelHi Kimberlyjo!
Edit the mega menu column then put a single dash “-” if you don’t want to show the title.
Mega Menu Column Title (if you dont want to display a title just enter a single dash: "-" ).Best regards,
IsmaelMarch 17, 2014 at 7:40 am in reply to: NEED HELP- With Setting Header, Catogories, Latest News, Blog + Comment (ENFOLD) #238509Hey Wanderlustme!
Looks like you need to watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/
Refer to this link for basic stuffs: http://kriesi.at/documentation/enfold/
Please come back to use after you watch the videos and figured out most of the things above. You can setup a blog using the Blog Posts element on a page. You can select which categories to show and how many posts you want to show on a specific page. Select different blog style like grid, multi author etc. You can control the number of comments on Settings > Discussion. Related posts are shown by tag.
For the menu, please go to Appearance > Menus then create a new menu. Assign this new menu as Enfold Main Menu.
Create portfolio page using the Portfolio Grid element. Like the blog posts, you can select which categories you want to show on a specif page. You can also use the full width masonry element if you want to show the blog or portfolio in a different way.
Best regards,
IsmaelHey Philippe!
I’m sorry but you can’t remove that slug on the url. You can only change it on Settings > Permalink > Portfolio Entry Settings > Portfolio Items Base.
Regards,
IsmaelMarch 17, 2014 at 7:31 am in reply to: HUGE PROBLEM after update wordpress editor has disappeared !!!! #238507Hi!
Please post the actual link to the website. Try to increase the wordpress memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Post the login details here as a private reply. We would like to inspect it.
Regards,
IsmaelMarch 17, 2014 at 7:28 am in reply to: One custom background image for all areas (header, main, footer) #238505Hi!
You can use the Boxed Layout then upload the background image. Make the other container transparent using css:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div { background-color: transparent; } .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: transparent; } .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: transparent; } #wrap_all > * { background: transparent; }Regards,
IsmaelHi oravidor!
Can you please give us a link to the website? You can use this filter on functions.php to add google fonts:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; }Change “Source Sans Pro” with the font that you want to use.
Best regards,
IsmaelMarch 17, 2014 at 7:08 am in reply to: "You Might Also Like" at bottom of posts malfunctioning #238502Hi!
Related posts are shown by tag. You only have 4 posts with “dehydrated recipes” tag.
http://www.jonnyfreesh.com/tag/dehydrated-recipes-2/
Regards,
IsmaelHey!
Make sure that they are not a parent page. You can create a custom link and use that as the mega menu column if you don’t want to use the actual page. Special Pages is not the parent page of “Forums, Search and Author Page” that’s why they are not showing on the breadcrumb.
Regards,
IsmaelHi Joshua!
What kind of video are you currently using right now? If you’re using the vimeo or youtube, you should probably embed or upload videos that is already encoded to 320p or with a lower resolution.
Cheers!
IsmaelHey!
Unfortunately, that is something we can’t provide support for. I think you need to hire a freelance developer to add that feature. This is not available in the theme options and beyond the scope of support. For further customization, please visit Werkpress.
Regards,
IsmaelHey!
Please post the url of the website here once the website goes live. We need to inspect it.
Regards,
IsmaelHey!
I can’t find the Editor on Appearance panel. Did you deactivate it somehow? I would like to check the code. I”m not sure why the social icons is outside the header_meta container. Please download the theme again on your themeforest account then update the whole theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
If that doesn’t work, please check the file permission of wp-content/uploads/dynamic_avia to 755 or higher. Delete enfold.css file. Go to Enfold > Styling then change the predefined color scheme back and forth to regenerate the enfold.css file.
Best regards,
IsmaelHey abedia!
How are you? I hope you’re doing well today.
1.) The advance layout builder is not available for post. You can only use the insert shortcode wand. The Advanced Layout Builder is not set up to run on posts correctly so it isn’t something we support. You can watch this video on how to add the avia builder to posts: http://vimeo.com/64996057
These are the following problems that may occur when you switch to Advance Layout Builder on posts.
– Featured image will be lost on the single post view.
– The post title will switch to the left of the header instead of below the featured image.
– You can’t comment on posts.
– No related posts will be shown or interesting links.2.) You can add this on Quick CSS or custom.css to remove the post meta infos:
.post-meta-infos { display: none; }Best regards,
IsmaelHi!
I checked the Appearance > Menus again. Looks like you managed to add the spanish version of the menu.
Cheers!
IsmaelMarch 17, 2014 at 6:31 am in reply to: single portfolio: big slider page crash – big slider dot #238485Hey!
That will require a major modification within the theme and is beyond the scope of support. Please hire a freelance developer. For further customization, please visit Werkpress.
Best regards,
IsmaelHey!
Glad it is working now. Maybe a setting is stuck or something. :)
Regards,
IsmaelMarch 17, 2014 at 6:19 am in reply to: Layer Slider Setting – "Your Logo" is not reflecting / showing #238478Hey!
Please post the login details here. Set it as a private reply. We would like to inspect it.
Cheers!
IsmaelMarch 17, 2014 at 6:08 am in reply to: Unable to install fresh theme via WordPress dashboard #238475Hey!
Increasing upload max size, time limit, memory limit etc. can be done by editing the .htaccess or php.ini file but asking your host is far more convenient.
Cheers!
IsmaelMarch 17, 2014 at 6:05 am in reply to: How to remove "Archive for category: " before the title of "Category" #238473Hey abedia!
Please add this on functions.php:
add_filter('avf_which_archive_output','avf_remove_which_archive', 10, 3); function avf_remove_which_archive($output) { if ( is_category() ) { $output = __('','avia_framework')." ".single_cat_title('',false); } return $output; }Best regards,
IsmaelHey freeHat!
Can you please give us a link to the website? A screenshot of the issue will help.
Best regards,
IsmaelHi Ignazio!
Please edit functions.php, find this code on line 98:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonryIncrease the width and height then regenerate the thumbnails.
Best regards,
IsmaelHey 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,
Ismael -
AuthorPosts
