Forum Replies Created
-
AuthorPosts
-
July 7, 2014 at 3:09 am in reply to: Error fetching content on Avia Image, Post Slider, Content Slider #287784
Hi!
Thank you for the update.
It must have something to do with your wordpress core files. Please get a fresh copy of wordpress then override your installation. If possible, please test it on another browser.
Cheers!
IsmaelHey!
Thank you for the update.
I guess you’re referring to the logo columns or slider. Please try to add this on Quick CSS or custom.css:
#top .avia-logo-element-container.av-border-deactivate img { box-shadow: none; width: auto; }Good job on the website. :)
Regards,
IsmaelHi!
Thank you for the update.
1.) You can use add the absolute URL plus the anchor link. Something like this: http://www.yourwebsite/#anchor
2.) You can add a horizontal rule element on top of the image. Set it to white space then adjust the height as necessary.
Best regards,
IsmaelHey Bedros!
Thank you for visiting the support forum!
The filter is working when I test it. Please try this:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }Cheers!
IsmaelHey!
Thank you for the update.
You haven’t change the setting on Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu Activation then choose the second option in order to show the mobile menu earlier. Add this on Quick CSS or custom.css:
nav.main_menu { width: 70%; } @media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 8px; line-height: 30px !important; height: 30px !important; } }This should wrap the other menu items on a second line.
Cheers!
IsmaelJuly 6, 2014 at 3:58 am in reply to: Portfolio Entry – How to re-order portfolio items in other languages #287626Hi StepmotioN!
Thank you for using the theme.
You can use this plugin in order to manually sort the portfolio items: https://wordpress.org/plugins/post-types-order/
Best regards,
IsmaelHi Veroniqueprins!
Thank you for using the theme.
The navigation is already available for posts by default. You can see it on the edge of the screen.
Best regards,
IsmaelHey!
Thank you for the update.
Yes, it is definitely a good idea to turn off page cache while you’re working on the site then enable it once you’re done with the customization. Make sure that you export the theme settings on Import/Export panel in case it reverts back to an old version.
Cheers!
IsmaelHi dcashion!
Thank you for using the theme.
Maybe, you have forgotten to close a certain html tag and it’s breaking the layout of the post. The tags should be place below the content by default. Do you mind if we take a look at the actual page?
Cheers!
IsmaelHi kirkmc!
Thank you for using the theme.
You can disable the default widgets on Enfold > Sidebar Layout. Disable the Page Sidebar navigation.
Regards,
IsmaelJuly 6, 2014 at 3:47 am in reply to: How to show related posts the same way it is shown in your demo site #287621Hi Mkieling!
Thank you for using the theme!
If I am not mistaken, it will be included on the latest patch of the theme early next week along with other improvements. I’ll ask Kriesi to confirm.
Best regards,
IsmaelJuly 6, 2014 at 3:29 am in reply to: Transparent textbox over picture with hover over effect #287619Hi AndyHopkinz!
Thank you for using the theme!
You’ll need to create posts and add featured images. Set a category for these specific posts. Create a page then use the Masonry element on the Advance Layout Builder. Select the category of the posts.
Best regards,
IsmaelHey Damian!
Thank you for using the theme!
You can use the icon shortcode on the menu label. Generate the icon shortcode on a post or page then add it before the menu or navigation label on Appearance > Menus panel.
Best regards,
IsmaelHi!
Thank you for the update.
Please give us a link to the actual page. A screenshot of the alignment issue will help.
Best regards,
IsmaelHey David!
Thank you for using the theme!
First, create a page then leave the template setting to default. We need to find the page id of that specific page. In order to find the current page id, you can use firebug or google chrome’s inspect element. Look for the body class id. It looks something like this:

On the example above, the page id is page-id-734. Add something like this on Quick CSS or custom.css:
.page-id-734 #header { display: none; }This will remove the header on that specific page. You might need to adjust the padding of the #main container as well.
Regards,
IsmaelHi!
Thank you for the update.
First, set the height of the header on Enfold > Header Layout > Header layout panel. Look for Header Size then select the custom pixel value option. Adjust the height then add this on Quick CSS or custom.css:
strong.logo.bg-logo { display: none; }Best regards,
IsmaelHi Olligator!
Thank you for using the theme!
From what I understand, you want a fixed header. Is that correct? You can change the behavior of the header on Enfold > Header Layout > Header Behavior. Enable the Sticky Header.
Best regards,
IsmaelJuly 6, 2014 at 2:45 am in reply to: Events Manager Single Event Page Title using Blog "News" header title #287612Hey!
Thank you for the update.
I checked the link and the title is already “Screenings”. Please remove browser cache then reload the page a few times.
Best regards,
IsmaelHey!
Thank you for the update.
You can enable the Header Title on Enfold > Header Layout panel. Set the Header Title and Breadcrumbs settings. If that is not what you’re looking for, a screenshot will help.
Best regards,
IsmaelHi Andrea!
As always, thank you for using the theme!
Did you place the masonry element on a column layout? If yes, please remove the column then let the masonry element span through the whole width of the container. There should be at least 4 columns on the masonry element.
Regards,
IsmaelHi!
Thank you for the update.
First, you need to add a unique selector for each sliders. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the sliders then add a unique css selector on “Custom Css Class” field. Add hide-mobile on those elements that you want to hide on mobile device and hide-desktop for those that you want to hide on desktop view. Use css media queries to alter their presence on different view port:
@media only screen and (min-width: 990px) { .hide-mobile { display: none !important; } } @media only screen and (max-width: 989px) { .hide-mobile { display: block !important; } .hide-desktop { display: none !important; } }Regards,
IsmaelHi Mkieling!
Thank you for using the theme!
We don’t have any official tutorial for the layer slider but you can go to youtube and search for it. Sample of a video tutorial can be found here: http://www.youtube.com/watch?v=WB3Xyc_QDRM
Regards,
IsmaelHi OpenEyeMedia!
Thank you for using the theme.
Did you use a plugin to add category on pages? Please add this on functions.php:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 5, 1); function avia_change_breadcrumb($trail) { if(is_page()) { global $post; $front = avia_get_option('frontpage'); $blog = avia_get_option('blogpage'); if($post->ID == $blog || $post->ID == $front) return $trail; $category = get_the_category($post->ID); if(!empty($category)) { $home = $trail[0]; $last = array_pop($trail); $trail = array(0 => $home); foreach($category as $key => $data) { $link = '<a href="'.get_category_link($data).'">'.$data->name.'</a>'; $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link); $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link); $link = '<span typeof="v:Breadcrumb">'.$link.'</span>'; $trail[] = $link; } $trail[] = $last; } } return $trail; }Cheers!
IsmaelHi!
Thank you for the update.
Where do you want to place the search form? If you want to position it to the right of the header. Add this on Quick CSS or custom.css:
#advanced_menu_toggle + form#searchform { position: absolute; right: 0; top: 10px; }You should probably hide it on mobile device. Add this code:
@media only screen and (max-width: 989px) { #advanced_menu_toggle + form#searchform { position: absolute; display: none !important; } }Regards,
IsmaelJuly 4, 2014 at 7:23 am in reply to: Getting Enfold audio mp3 player to work when viewing on an iphone or iPad #287053Hey!
No, the settings will remain intact as long as you didn’t modify any of the theme files. Did you modify the shortcodes.js file? Yes, it will be overwritten when you update the theme. Extract the code that you added in order to fix the mp3 audio player before updating the theme. Add it again after. Regarding the layer slider, did you deactivate the default layer slider? You don’t really have to buy the plugin because it is already included on the theme package.
Regards,
IsmaelHi!
You can change the caption title font size to make room for the caption text below. Add this on Quick CSS or custom.css:
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 1em; } }Yes, it is possible to set a minimum height for the slider but it will stretch the images into unpleasant proportions. You can also try the full screen slider. Or use both, show the fullwidth easy slider on desktop then hide it on mobile device and show the fullscreen slider instead. You can do it via css media queries.
Cheers!
IsmaelHey masuurikas!
Thank you for using the theme.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
IsmaelJuly 4, 2014 at 7:03 am in reply to: Events Manager Single Event Page Title using Blog "News" header title #287048Hey killyman!
Thank you for using the theme.
Please refer to Dude’s response here: https://kriesi.at/support/topic/enfold-and-the-event-calendar-plugin/#post-174332
Add this code on functions.php:
add_filter('avf_title_args', 'fix_events_page_title', 10, 2); function fix_events_page_title($args,$id) { if (get_query_var('post_type') == 'tribe_events' && !is_single()) { if((tribe_is_upcoming() || tribe_is_past())) { $args['title'] = 'Events List'; } else if(tribe_is_showing_all()) { $args['title'] = 'List all events'; } else { $args['title'] = 'Screenings'; } } return $args; }Best regards,
IsmaelJuly 4, 2014 at 6:56 am in reply to: Change number of posts/columns displayed in post slider on mobile version #287047Hey!
Thank you for the update.
The screen resolution of the the device you’re using spans up to 960px. Please try this:
@media only screen and (max-width: 960px) { .avia-content-slider .slide-entry { width: 100%; } }Best regards,
Ismael -
AuthorPosts
