Forum Replies Created

Viewing 30 posts - 60,061 through 60,090 (of 67,463 total)
  • Author
    Posts
  • in reply to: Footer / Socket words #238538

    Hi!

    Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }
    
    .disclaimer {
    width: 100%;
    clear: both;
    padding-top: 10px;
    text-align: center;
    }
    }
    

    Best regards,
    Ismael

    in reply to: WP layerslider. #238536

    Hey grwebs!

    Please refer to this link: https://kriesi.at/support/topic/layersliders-deleted/

    Cheers!
    Ismael

    in reply to: Fullwidth easy slider safari bug #238532

    Hi!

    I checked this on Safari and Chrome. The full width slider looks ok. Can you please post a screenshot of the issue? You can use imgur or clipular.

    Best regards,
    Ismael

    in reply to: Inserting Tag Line Within Header #238530

    Hi!

    You can refer to this link: https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/

    Instead of editing header.php, find the code on includes > header-main-menu.php. Go to line 101:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Follow the instructions on the link.

    Regards,
    Ismael

    in reply to: Random Lines? #238529

    Hi bert787!

    Can you please give us a link to the website? I tested it on my end but it’s not happening. I assume when you say “dropdown”, you’re talking about the accordion element.

    Cheers!
    Ismael

    in reply to: Scroll bad positioning #238525

    Hi CloudChoice!

    Can you please post a link to the website?

    Refer to this link for the fix: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325

    Cheers!
    Ismael

    in reply to: Archives by year #238523

    Hi osukaru!

    You can use this plugin: http://wordpress.org/plugins/flexo-archives-widget/

    Unfortunately, there is no filter to change the default wp archives widget.

    Regards,
    Ismael

    in reply to: Avisio to Enfold: Fallback Menu Issue #238521

    Hey!

    Please go to Enfold > Sidebar > Page Sidebar navigation, disable the nested navigation.

    Regards,
    Ismael

    in reply to: Avisio to Enfold: Side Nav Issue #238517

    Hey!

    Please go to Enfold > Sidebar > Page Sidebar navigation, disable the nested sidebar.

    Regards,
    Ismael

    in reply to: Mega Menu problem #238511

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

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

    in reply to: permalinks #238508

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

    Hi!

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

    Hi!

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

    in reply to: RTL Support – Font Styles #238503

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

    in reply to: "You Might Also Like" at bottom of posts malfunctioning #238502

    Hi!

    Related posts are shown by tag. You only have 4 posts with “dehydrated recipes” tag.

    http://www.jonnyfreesh.com/tag/dehydrated-recipes-2/

    Regards,
    Ismael

    in reply to: hide mega menu column title in breadcrumbs #238501

    Hey!

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

    in reply to: Video Background Settings #238500

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

    in reply to: as show products User (WooCommerce) #238499

    Hey!

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

    in reply to: Logo support for SVG #238497

    Hey!

    Please post the url of the website here once the website goes live. We need to inspect it.

    Regards,
    Ismael

    in reply to: Header social icons #238495

    Hey!

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

    in reply to: Advanced Layout Editor when creating posts? #238493

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

    in reply to: Problems adding avia button in Spanish #238490

    Hi!

    I checked the Appearance > Menus again. Looks like you managed to add the spanish version of the menu.

    Cheers!
    Ismael

    Hey!

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

    in reply to: Advanced Layer Slider Not Working After Update #238479

    Hey!

    Glad it is working now. Maybe a setting is stuck or something. :)

    Regards,
    Ismael

    Hey!

    Please post the login details here. Set it as a private reply. We would like to inspect it.

    Cheers!
    Ismael

    in reply to: Unable to install fresh theme via WordPress dashboard #238475

    Hey!

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

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

    in reply to: Small jitter bug (not Wham!) #238472

    Hey freeHat!

    Can you please give us a link to the website? A screenshot of the issue will help.

    Best regards,
    Ismael

    in reply to: Retina Display Thumbnails #238248

    Hi 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 masonry
    

    Increase the width and height then regenerate the thumbnails.

    Best regards,
    Ismael

Viewing 30 posts - 60,061 through 60,090 (of 67,463 total)