Forum Replies Created

Viewing 30 posts - 58,651 through 58,680 (of 67,463 total)
  • Author
    Posts
  • in reply to: Portfolio images size #262725

    Hey anokmarg!

    Thank you for using the theme!

    Do you mind if we take a look at the actual portfolio page? Do you have a sidebar on the single portfolio page? You can change the thumbnail size on functions.php, find this code on line 110:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Adjust the width and height then set the crop parameter to false:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270, 'crop'=>false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: enfold lightbox in fullscreen? #262724

    Hey nicolasweh!

    Thank you for using the theme!

    The gallery uses the large thumbnails size. Change the size settings on Settings > Media. Look for the Large thumbnail then set the max width and max height to 9999. Upload the gallery images again or regenerate the thumbnails.

    Regards,
    Ismael

    in reply to: Help with grid layout and videos #262723

    Hi jenki!

    Thank you for using the theme!

    First of all, we would like to know if you’re using the portfolio items or just the default posts for the full width masonry. You can use this plugin to sort the order of the posts but there are reports that the plugin is causing duplication issues on the masonry element: http://wordpress.org/plugins/post-types-order/

    Unfortunately, the width of the content block will depend on the Size Settings. You can choose the Perfect Manual Masonry: Manually control the height and width of entries by adding either a “landscape” or “portrait” tag when creating the entry. Elements with no such tag use a fixed default size, elements with both tags will display extra large.

    Regards,
    Ismael

    in reply to: Advanced styling options issue #262721

    Hi thanp73!

    Thank you for using the theme!

    Do you mind if we take a look at the website? A screenshot of what you’re trying to do will help. We will give you a proper solution once we have taken a look at the menu.

    Regards,
    Ismael

    in reply to: sidebar size #262720

    Hi!

    Thank you all for using the theme!

    On functions.php, you can change the allotted grid units for the content and the sidebar, find this code on line 153:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Decrease the content units to eight then increase the sidebar width to four:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');

    Regards,
    Ismael

    in reply to: Fix for disappearing Titles and Breadcrumbs #262719

    Hey!

    Thank you for the update.

    You can enable the custom field support for portfolio items if you edit includes > register-portfolio.php. Find this code on line 38:

    'supports' => array('title','thumbnail','excerpt','editor','comments')
    

    Replace it with:

    'supports' => array('title','thumbnail','excerpt','editor','comments','custom-fields')
    

    Regards,
    Ismael

    in reply to: Missing Images in FireFox 29 #262718

    Hey TinyGiantStudios!

    Thank you for using the theme!

    Did you update the theme from 2.6.2? I’m sorry but I’m not certain of the issue with the color section. Looks like creating the color section from scratch is a viable option. The website http://gocommerce.co.za/ is working on Firefox as expected. If you can provide us with the login details, we would like to check it. Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Enfold – Latest Upgrade Issue #262717

    Hey!

    Thank you for the update.

    Looks like it is trying to fetch the revisions of the portfolio items. Please login to your phpMyAdmin interface then create a backup of your database. Try to delete and remove all existing post revisions entries and rows from WordPress database Posts table. Select the appropriate database then go to the SQL command line interface. Issue the following command (it is important that you create a backup of the database before performing the deletion SQL statement):

    DELETE FROM wp_posts WHERE post_type = "revision";
    

    Let us know if it works. I’ll ask Dude and Kriesi to check this issue. Please wait for their response.

    Regards,
    Ismael

    in reply to: Enfold Showcase #262716

    Hi!


    @cstibi
    : Thank you for using the theme! Nice work. You’ve got a very lucky friend. :)

    Best regards,
    Ismael

    in reply to: Font #262715

    Hi!

    Thank you for the info.

    Please try to add this on functions.php:

    add_action('wp_head','ava_google_analytics');
    
    function ava_google_analytics() {
         $output = "<link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>";
         echo $output;
    }

    Regards,
    Ismael

    in reply to: Top Bar – erratical behavior #262710

    Hey!

    Thank you for the update.

    We tried to changed the header background of the german and it seems to work. Still not sure where the blue tint is coming from. We added this on the Enfold(DE) > General Styling > Quick CSS field:

    div#header_main {
    background-color: #f8f8f8 !important;
    }

    Best regards,
    Ismael

    in reply to: Latest update give an WP error in Upgrade line 208 #262708

    Hey!

    Thank you for using the theme!

    You said that “I swapped theme to another and something else pop up”, is this another error? We can assume that a plugin is causing the issue since both theme are experiencing errors. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy. Any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Please try to open a ticket on WP SEO forum and wordpress.org community.

    On another note, do you have a cache plugin? Please try to empty cache.

    Cheers!
    Ismael

    in reply to: Blank site after update to WP 3.9 #262700

    Hey!

    Thank you for the update.

    If you don’t mind, we would like to see the actual page. I’m not sure if I encountered this issue recently but I did saw a -1 string when I’m trying to work on a page. Deleting that page fix the issue. No, themeforest doesn’t allow themes that are corrupted and we will be flooded with the same inquiry by now if that is the case.

    Cheers!
    Ismael

    Hi Angiec13!

    Thank you for using the theme!

    1.) To be honest, this will require a lot of testing on your part but we would like to ask if you set the Responsive Under and Layers Container options on the Slider Settings > Layout > Fullwidth Slider Settings. Default value for both is 1140. Anyway, I tested this on my end, screen resolution is 1366×768, the coffee is properly flush to the right.

    2.) How did you add the background? I just can’t find the selector. You can use this media query to remove it on ipad views:

    @media only screen and (max-width: 978px) {
      /* Add your Mobile Styles here */
    }

    Regards,
    Ismael

    in reply to: Featured Image Size #262697

    Hi peluso91!

    Thank you for using the theme!

    If you’re using the Multi Author Blog style, the theme will use the entry_with_sidebar thumbnail size and the dimension is 710x270px. Based on this info, uploading images with 1500x500px dimension will work quite well.

    Cheers!
    Ismael

    in reply to: Sidebar not showing up on blog #262696

    Hi!

    Thank you for the update. Glad it is fixed.

    Actually, color sections won’t disable the sidebars but it will definitely push the sidebar below because color sections’ are set to be full width. If you can give us a link to the actual page where this is happening, we’ll be happy to inspect it.

    Best regards,
    Ismael

    Hi!

    Thank you for the update.

    I tested the code and I just added the z-index property and it works fine. Please use this:

    #socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; z-index: 9999;}
    #socket .container { padding: 4px 0 6px 0; }
    html {background: #ffffff; }

    Best regards,
    Ismael

    in reply to: How to remove marker in Google Maps? #262692

    Hey!

    Glad it worked. If you have any questions, let us know. :)

    Cheers!
    Ismael

    in reply to: Fixed-width image to left of responsive-width content #262691

    Hi Ben!

    Thank you for using the theme!

    What you can do is to create a page then insert 2/5 and 3/5 or 1/5 and 4/5 depend on how wide you want to the grid to be. Add the content on the larger portion of the page then we’ll set the image as background image on the smaller column. We’ll help you with the css once you set up the page. Please provide us with the image URL.

    Best regards,
    Ismael

    in reply to: Google Map – Tool Tip #262690

    Hi Dominik!

    Thank you for using the theme!

    I’m sorry but I’m not sure if I understand you clearly. Can you please elaborate? A screenshot explaining what you want on the google map will help. Use imgur, dropbox, clipular etc to post a screenshot.

    Cheers!
    Ismael

    in reply to: Icon shortcode #262689

    Hey Gary!

    Thank you for using the theme!

    The wp dashboard doesn’t load the css that is needed for the shortcodes so the preview won’t render them properly. It will work on the front end though.

    Regards,
    Ismael

    in reply to: no layerslider found click here to create one #262688

    Hi!

    Thank you for the update.

    You can try to create a dummy site with the Enfold theme then go to Enfold > Import/Export panel. Click the “Import dummy data”. The layer slider items are included. After importing the dummy data, go to the Layer Slider panel then Export the sliders. Go back to your current installation then Import the sliders.

    Best regards,
    Ismael

    in reply to: gallery not working #262687

    Hi deerstonedevelopment!

    Thank for visiting the support forum!

    What theme are you currently using? If you updated to WP 3.9, you need to download the latest version of the theme then update it via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Image issues #262686

    Hi!

    Thank you for the update.

    We would like to chime in but we don’t have an access to the website. If you don’t mind, please post the login details that you gave to Josue then post it here as a private reply so that every time that a support member read this thread, they will be able to check it.

    Cheers!
    Ismael

    Hey dmudie!

    Thank you for using the theme!

    1.) I’m sorry but we’re not entirely certain of the what it is you’re trying to do. Are you trying to link the post slider items to an author page? Maybe you can create a post then set the post format to link. Add the url of the author page.

    2.) Add this on functions.php to display the selected name:

    add_filter('avf_author_nickname', 'avf_author_display_name');
    
    function avf_author_display_name($name) {
    	$curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
    	$output = __('Author Archive','avia_framework')." ";
    	
    	if(isset($curauth->nickname) && isset($curauth->ID))
    	{
    		$name = $curauth->display_name;
    		$output .= __('for:','avia_framework') ." ". $name;
    	}
    	
    	return $name;
    }

    Best regards,
    Ismael

    in reply to: Enfold – Menü (avia) bitte ohne Rahmen (border) #262683

    Hey!

    Thank you for visiting the support forum!

    From what I understand, you want to remove the borders of the main menu. Please use this on Quick CSS or custom.css:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    border: none;
    }

    Cheers!
    Ismael

    in reply to: table issue with tab #262682

    Hi!

    Thank you for the update.

    Unfortunately, this is an old issue with the responsive table and we haven’t find any fix until now. What you do is to remove the mobile phone media query for the table on css > shortcodes.css. Find this section then remove it:

    @media only screen and (max-width: 767px)
    {
    	.responsive .avia-pricing-table-container , .responsive .pricing-table-wrap{display:block;}
    	.responsive .pricing-table{display:block; margin-bottom:40px;}
    	.responsive .pricing-table.avia-desc-col{display:none;}
    }

    Cheers!
    Ismael

    Hi playball1!

    Thank you using the theme!

    Do you mind if we take a look at the actual page? If you don’t mind, please provide us with a temporary login details. A screenshot regarding the issue will greatly help. We’ll give you an update once we have taken a look the confirmation page.

    Cheers!
    Ismael

    in reply to: Changing sidebar width #262251

    Hi!

    Thank you all for using the theme!

    On functions.php, you can change the alotted grid units for the content and the sidebar, find this code on line 153:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Decrease the content units to eight then increase the sidebar width to four.

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'eight', 		 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
    $avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha',   'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');

    Regards,
    Ismael

    in reply to: Author pic is not showing #262244

    Hey!

    I’m very sorry for the delay.

    You need to register the author email on http://en.gravatar.com/ to show the author pic. :)

    Cheers!
    Ismael

Viewing 30 posts - 58,651 through 58,680 (of 67,463 total)