Forum Replies Created

Viewing 30 posts - 57,751 through 57,780 (of 67,602 total)
  • Author
    Posts
  • 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!
    Ismael

    in reply to: Logos too large in IE 10 & below #287641

    Hey!

    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,
    Ismael

    in reply to: One page website in Enfold #287637

    Hi!

    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,
    Ismael

    in reply to: 2 – BlogPost Meta – Categories VS Author #287635

    Hey 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!
    Ismael

    in reply to: problem with menu overlapping logo, menu disappears #287631

    Hey!

    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!
    Ismael

    Hi 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,
    Ismael

    in reply to: Next and Previous post link #287625

    Hi 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,
    Ismael

    in reply to: Styling keeps resetting! :( #287624

    Hey!

    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!
    Ismael

    in reply to: Tags appearing randomly in my posts #287623

    Hi 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!
    Ismael

    in reply to: Widget display: blog, pages, everywhere #287622

    Hi kirkmc!

    Thank you for using the theme.

    You can disable the default widgets on Enfold > Sidebar Layout. Disable the Page Sidebar navigation.

    Regards,
    Ismael

    Hi 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,
    Ismael

    Hi 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,
    Ismael

    in reply to: Adding icons into menu? #287617

    Hey 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,
    Ismael

    in reply to: Get rid of gravatar icons & preview pics in blogs #287616

    Hi!

    Thank you for the update.

    Please give us a link to the actual page. A screenshot of the alignment issue will help.

    Best regards,
    Ismael

    in reply to: Blank Page No-Header No-Footer? #287615

    Hey 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,
    Ismael

    in reply to: Menu Bar, No Logo #287614

    Hi!

    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,
    Ismael

    in reply to: Seitentitel immer anzeigen lassen #287613

    Hi 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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Header on bbPress forum pages #287611

    Hey!

    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,
    Ismael

    in reply to: How best to display portfolio entries #287610

    Hi 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,
    Ismael

    in reply to: SWAP EASY SLIDER IMAGE FOR MOBILE #287609

    Hi!

    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,
    Ismael

    in reply to: Learning how to work with the Advanced Layer Slider #287607

    Hi 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,
    Ismael

    in reply to: Including page categories in breadcrumbs #287057

    Hi 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!
    Ismael

    in reply to: Search field in the header of the template enfold #287054

    Hi!

    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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Easy Full Width Slider on mobile #287051

    Hi!

    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!
    Ismael

    in reply to: Advanced SEARCH options #287050

    Hey 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,
    Ismael

    Hey 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,
    Ismael

    Hey!

    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

    in reply to: Responsive Layout Problems #287043

    Hi!

    I thought you’re using the default table element of the theme. Anyway, the table looks ok when I checked it on a mobile device. You just need to scroll in order to see the remaining content.

    Regards,
    Ismael

Viewing 30 posts - 57,751 through 57,780 (of 67,602 total)