Forum Replies Created

Viewing 30 posts - 62,851 through 62,880 (of 66,017 total)
  • Author
    Posts
  • in reply to: Portfolio order #166348

    Hey!

    Glad you figured it out.

    Best regards,
    Ismael

    Hi!

    The sidebar nav text is aligned to the right. It is only logical for the indent to be on the right side. You modify the navigation using this:

    #top .widget_nav_menu ul ul li:before {
    content: "";
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li {
    list-style: disc inside;
    margin-right: -10px;
    }

    Cheers!
    Ismael

    in reply to: Contact form redirection #166340

    Hi vadi4ek!

    Can you give us a link to the contact page? By native CF, you mean the theme’s own styling for contact forms?

    Cheers!
    Ismael

    in reply to: Yoost SEO plugin conflict #166339

    Hey cree8teevgrl!

    You’re using a very old version of Enfold. Please download version 2.2 on your themeforest account then update the theme. You can watch this video on how to update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356

    Cheers!
    Ismael

    Hey MulderMind!

    1.) You can set the content background on Enfold > Styling. What do you mean by ” x%”? Can you give us a screenshot of what you’re trying to do?

    2.) You can add this on your custom.css to change the color of the image circle overlay:

    .main_color .image-overlay .image-overlay-inside::before {
    background: red;
    }

    3.) What type of header do you have right now? You can use this:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Regards,
    Ismael

    in reply to: Issues with the menu nav in IE8 #166330

    Hi!

    The menu looks fine on IE8 but the caption needs some adjustment.

    You can use this to adjust the caption position on IE8:

    .caption_right .slideshow_caption {
    top: 40%\9;
    }

    Regards,
    Ismael

    in reply to: Theme Update #166329

    Hello!

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

    .avia-fullscreen-slider .avia-slideshow > UL > LI {
    	max-width: 100%;
            min-width: 100%;
            background-repeat: no-repeat\9;
    }

    Regards,
    Ismael

    in reply to: Parent page breaks the link #166328

    Hey DavyE!

    That’s weird. Can you give us a link to the website please? Have you tried re-adding the menu item after you apply the parent page attribute?

    Best regards,
    Ismael

    in reply to: How to align post slider and aWeber form #166327

    Hey!

    Yigit’s code will raise the aWeber form. It doesn’t affect the post slider.

    Cheers!
    Ismael

    in reply to: Codestyling Localization display several errors #166326

    Hello!

    Looks like a plugin conflict. Please deactivate all plugins except for WPML and Codestyling.

    Cheers!
    Ismael

    in reply to: Enfold Latest Portfolio + WPML #166325

    Hi!

    You can use Widget Logic. Please refer to this link:

    http://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Regards,
    Ismael

    in reply to: Columns within columns #166324

    Hi andreanapier1985!

    Insert 2 1/2 columns side by side. Place a text block on each columns then add this on the Text or HTML mode of each Text Blocks:

    <div class="flex_column av_one_half first">Content Here</div>
    <div class="flex_column av_one_half">Content Here</div>

    Best regards,
    Ismael

    in reply to: ISSUE: Icon List Renders Q as O or cuts off the Tail Page #166320

    Hey!

    You can add this on functions.php to add the Roboto font:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Roboto'] = 'Roboto:400,900italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Roboto'] = 'Roboto:400,900italic';
    return $fonts;
    }

    You can manually apply the font on a specific element:

    .avia-icon-list .iconlist_title {
    font-family: 'Roboto', sans-serif;
    }

    Best regards,
    Ismael

    in reply to: Menu Error #165483

    Hey!

    It will be included on the next update. I’ll tag Kriesi so that he’ll know.

    Best regards,
    Ismael

    in reply to: Avia Layout Builder Problems #165477

    Hi rogermedia!

    Please send the login details to //…

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Questions about thumbnails and featured images. #165475

    Hey Torlock!

    1.) I don’t see any grey spaces on your blog grid. It looks exactly like the demo.

    2.) You need to upload images larger than 1030x360px. It will ensure that all featured images will use the images for fullsize pages and fullsize slider. The thumbnails size is specified on functions.php:

    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1030, ‘height’=>360 ); // images for fullsize pages and fullsize slider

    Cheers!
    Ismael

    in reply to: Changing the Header Add an Extra DIV #165473

    Hi!

    1.) Add this on your custom.css:

    .header-top {
    z-index: 1;
    }

    2.) To increase the logo size, use this:

    .logo, .logo a {
    height: 115px;
    margin-top: -13px;
    }

    3.) Use this to resize header top on smaller screens:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .header-top {
    z-index: 1;
    width: 80%;
    height: 80px;
    margin: 0 auto;
    }
    }

    4.) I’m sorry but you need to open a new topic for this if in case the client requested it.

    Best regards,
    Ismael

    Hi!

    Please download this sql file. It contains all the dummy data. You can manually Import this via phpMyadmin to the site’s database.

    http://www.mediafire.com/?rq52b2fkhn4if64

    Best regards,
    Ismael

    in reply to: Theme Update #165448

    Hi!

    Please disable the Compatibility View on IE8.

    Regards,
    Ismael

    in reply to: Issues with the menu nav in IE8 #165445

    Hey omakad!

    Can you give us a link to the page? Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    in reply to: How can I add a portfolio item to the menu? #165443

    Hey BelIblis!

    Go to Appearance > Menus, look for Screen Options then enable the Portfolio Items.

    Best regards,
    Ismael

    in reply to: Styles tab not working child theme. #165440

    Hey!

    Can you please list specific elements that you want to change? What version of Enfold do you have? Please deactivate all plugins.

    Regards,
    Ismael

    in reply to: mega menu column title #165430

    Hey ridcon!

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

    #top #header .mega_menu_title a {
    pointer-events: none;
    }

    Best regards,
    Ismael

    in reply to: Remove Bullets from Widget Menu #165428

    Hey!

    You can add this on your custom.css or Quick CSS to adjust the padding and move the box:

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-left: 20px;
    left: -21px;
    }

    Cheers!
    Ismael

    Hey!

    I’ll tag this thread to Yigit.

    Regards,
    Ismael

    in reply to: any way to change the default height of images in the mobile? #165424

    Hey!

    Configuring the LayerSlider’s height on a mobile device is a bit complicated. I suggest you use the Fullscreen Slider. You can add this on your custom.css or Quick CSS to modify the height on mobile device (iPhone).

    @media only screen and (max-width: 767px) {
    .avia-fullscreen-slider .avia-slideshow {
    min-height: 200px;
    }
    }

    Best regards,
    Ismael

    in reply to: Collapsable menu #165419

    Hey!

    Place the js folder with the avia.js file on the child theme’s folder. Add this on the child theme’s function.php:

    if(!function_exists('avia_register_frontend_scripts'))
    {
    	if(!is_admin()){
    		add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts');
    	}
    
    	function avia_register_frontend_scripts()
    	{
    		$template_url = get_template_directory_uri();
    		$child_theme_url = get_stylesheet_directory_uri();
    
    		//register js
    		wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
    		wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true );
    		wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
    		wp_register_script( 'avia-prettyPhoto',  $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    		wp_register_script( 'wp-mediaelement',  $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
    
    		wp_enqueue_script( 'jquery' );
    		wp_enqueue_script( 'avia-compat' );
    		wp_enqueue_script( 'avia-default' );
    		wp_enqueue_script( 'avia-shortcodes' );
    		wp_enqueue_script( 'avia-prettyPhoto' );
    		wp_enqueue_script( 'wp-mediaelement' );
    
    		if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }
    
    		//register styles
    		wp_register_style( 'avia-style' ,  $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
    		wp_register_style( 'avia-grid' ,   $template_url."/css/grid.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-base' ,   $template_url."/css/base.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-layout',  $template_url."/css/layout.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-scs',     $template_url."/css/shortcodes.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-custom',  $template_url."/css/custom.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-media'  , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
    
    		//register styles
    
    		wp_enqueue_style( 'avia-grid');
    		wp_enqueue_style( 'avia-base');
    		wp_enqueue_style( 'avia-layout');
    		wp_enqueue_style( 'avia-scs');
    		wp_enqueue_style( 'avia-prettyP');
    		wp_enqueue_style( 'avia-media');
    
            global $avia;
    		$safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    
            if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' )
            {
                $avia_upload_dir = wp_upload_dir();
    
                $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
                wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
                wp_enqueue_style( 'avia-dynamic');
            }
    
    		wp_enqueue_style( 'avia-custom');
    
    		if($child_theme_url !=  $template_url)
    		{
    			wp_enqueue_style( 'avia-style');
    		}
    
    	}
    }

    Best regards,
    Ismael

    in reply to: Can I put the search widget on front page without a sidebar? #165414

    Hey jbiasucci!

    What theme are you currently using? You can use this code on your header.php:

    /*
    							* Display the search form
    							*/
    							get_search_form();

    First, we need to know what kind of theme you’re using.

    Best regards,
    Ismael

    in reply to: Adding large images #165404

    Hey!

    Glad it is fixed now. :)

    Cheers!
    Ismael

    in reply to: Blurry Images in Gallery #165403

    Hey nvictory!

    The images you’re using is 495x400px only. It is very small. Please try a larger image. Suggested image size is 900x400px.

    Best regards,
    Ismael

Viewing 30 posts - 62,851 through 62,880 (of 66,017 total)