Forum Replies Created

Viewing 30 posts - 59,791 through 59,820 (of 67,155 total)
  • Author
    Posts
  • in reply to: Ajax Portfolio help #238236

    Hey!

    Please post the login details here. Set it as a private reply. We would like to inspect it. Please try to flush the permalink settings on Settings > Permalink. Click the “Save” button once then try the Portfolio Grid element again.

    Cheers!
    Ismael

    Hey!

    Please post login details here. Set it as a private reply. Make sure that the folder permission of your wordpress installation is set to 755 or higher.

    Cheers!
    Ismael

    in reply to: Change Navigation Bar above the header #238231

    Hey!

    Just remove this code

    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    Best regards,
    Ismael

    in reply to: Putting a wider logo in the center #238230

    Hi abedia!

    Please insert the logo as full size then add this on Quick CSS or custom.css:

    .logo a img, logo a, .logo {
    width: 800px;
    height: 156px;
    }

    Best regards,
    Ismael

    in reply to: Background immage and transparent content area. #238229

    Hi Dogmut!

    Can you please post a screenshot of what you’re trying to do? A link to the actual website will help. You can use css to apply the background image for the home page only We need to see the layout and your website first.

    Cheers!
    Ismael

    in reply to: New pages not being created #238228

    Hey!

    Please flush the permalink settings on Settings > Permalink. Click the “Save” button once. On wp root folder, delete the .htaccess file then flush the permalink settings again. Please contact your host about the issue.

    Cheers!
    Ismael

    in reply to: Color section #238223

    Hey!

    Please edit the page then set it the layout to “No Sidebar”. Add the Color Section on top then 2/3 and 1/3 column elements below. Insert the content on the 2/3 element then add the Widget Area element on the 1/3 column.

    Cheers!
    Ismael

    in reply to: Enfold Demo not shrinking menu on tablets #238222

    Hi Nenad!

    On what browser and OS are you testing this with? Let me ask Kriesi about this. I think I saw a few inquiries about the header_resize function not working on Chrome Windows 8.

    Cheers!
    Ismael

    Hi Labhanshi!

    1.) The layer slider logo is working properly when I tested it on my end. There is actually no recommended logo size. You can experiment with it, see what works best.

    2.) Please try to resave the settings. The demo works fine after the latest update of Enfold. Edit the slide then go to Slide Settings > Slideshow > Slideshow behavior, enable the “Start slideshow” setting.

    Please give us a link to the website.

    Best regards,
    Ismael

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

    Hi yoginthusiast!

    Can you please give us a link to the website? The breadcrumb and the menu has no relation with each other. You might want to remove the page hierarchy connection between pages.

    Best regards,
    Ismael

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

    Hey!

    The latest version includes the latest update for the layerslider Version: 5.1.1. You might need to recreate the slider from scratch.

    Best regards,
    Ismael

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

    Hey!

    Can you please give us a link to the website? Post the login details here as a private reply. Make sure that you translated all pages to spanish.

    Cheers!
    Ismael

    in reply to: IE 8 & 9 Problem #238208

    Hi!

    Please add this on Quick CSS or custom.css:

    div .av_one_half {
    width: 45%\9;
    max-width: 45%\9;
    }

    Cheers!
    Ismael

    in reply to: Six column in Layout Elements #238207

    Hi zibaloon2!

    Unfortunately, that is not possible at the moment. You can add something like this on a text block:

    <div class="flex_column av_one_sixth first">Content here</div>
    <div class="flex_column av_one_fifth">Content here</div>

    You can add up to six div with av_one_sixth class.

    Best regards,
    Ismael

    in reply to: Widget Title #238206

    Hey Jane!

    Please post the link to the website. You can specify the widget title color using this on Quick CSS:

    #footer .widgettitle {
    color: yellow;
    }

    Regards,
    Ismael

    Hey yoginthusiast!

    Can you please post a screenshot of what you’re trying to do? There is no way you can add a background image to all the section automatically, you need to manually add the background image for each section. Or you can use css to apply a single image for all of them. A screenshot will help.

    Regards,
    Ismael

    Hey!

    I checked the website but I don’t see the jump even with the twitter feed below.

    Regards,
    Ismael

    in reply to: Portfolio sort by title and title display on hover #238200

    Hi Kimberlyjo!

    1.) Please edit config-templatebuilder > avia-shortcodes > masonry_entries.php, find this code on line 382:

    $sort_terms = get_terms( $this->atts['taxonomy'] , array('hide_empty'=>true) );
    

    Replace it with:

    $sort_terms = get_terms( $this->atts['taxonomy'] , array('hide_empty'=>true, 'orderby'       => 'name', 
        'order'         => 'ASC',) );

    `

    2.) What do you mean by yellow box? Can you please give us a link to the website? A screenshot will help.

    Cheers!
    Ismael

    in reply to: Header social icons #238198

    Hi!

    Did you add anything on functions.php? Please download the theme again then replace header.php and includes > helper-main-menu.php files.

    Regards,
    Ismael

    Hi!

    You can add this on your custom.css or Quick CSS to create a right margin:

    #footer #text-8 .av_font_icon {
    margin-right: 20px;
    }

    Best regards,
    Ismael

    Hey fefrancesco!

    1.) There is a database error connection. Please contact your host.

    2.) The demo uses images with 1500px in width. 1024px is fine but if you want a sharper image you should use larger source image.

    3.) Please fix the database error issue. Assuming you’re using a layer slider, please go to the slide’s Slide Settings > Navigation Area > Show navigation buttons. Disable all options.

    4.) Go to Enfold > Footer. On the Copyright field add the [nolink] tag.

    Cheers!
    Ismael

    in reply to: Enfold Slider — Contact into slider #238189

    Hey!

    I don’t see any layer slider on the website. Can you please post the link to the actual page with the layer slider? Like what Yigit said, create a layer then add the contact form code HTML/Video/Audio panel. You can even use the contact form shortcode.

    Regards,
    Ismael

    in reply to: Ajax Portfolio Main Image is Blurry #238188

    Hey Snerp!

    Can you please give us a link to the website? You can edit functions.php to increase the image size for the ajax portfolio preview image, look for this code:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    

    Increase the width and height. Something like this:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>900 'height'=>600 );						// images for portfolio entries (2,3 column)
    

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

    Regards,
    Ismael

    in reply to: Enfold Slider — Changing Background Picture #238187

    Hey!

    Create a slide then insert 4 layers, on the last layer insert the video. Edit the first layer then add an image, go to Transition panel. On transition in option, set the Delay to 0. Do the same with the second layer but give it a Delay of 2000 for example. For the third layer give it 4000 for the delay. You can increase the delay if you want the background images to stay longer. Make sure that the last layer with the video has a 0 delay so that it will show up first when the slide loads.

    Best regards,
    Ismael

    in reply to: Header in Mobile #238179

    Hi!

    I’m sorry but all three sites are not loading on my end. I’m not sure why this is happening on my end but have you tried to reconfigure the header settings? Saving the settings on Enfold > Header might fix the issue. Kriesi created a new platform with a lot of options to modify the header.

    Best regards,
    Ismael

    in reply to: Drop down menu not working in mobile or ipad #238178

    Hey djsmbd!

    The site is not loading on my end. I’ll ask Devin and Josue to check this.

    Cheers!
    Ismael

    in reply to: Delay Advance layer slider until visible #238177

    Hey 4youth!

    Thank you for using the theme. I hope you’re doing great.

    I’m sorry but this is beyond the scope of support. You should probably contact the plugin author of the layer slider or hire some someone who can do it for you.

    Regards,
    Ismael

    in reply to: Position a widget over the layerslider #238175

    Hey erwin_m!

    Please add this on Quick CSS or custom.css:

    #after_layer_slider_1 {
    position: relative;
    z-index: 9999;
    }

    Cheers!
    Ismael

    in reply to: Mobile Menu options #238174

    Hey!

    Can you please give us a link to the website? Please try 2.6.1, afaik Dude already provided a patch for the WPML language selector.

    Regards,
    Ismael

    Hey!

    You can find the avia post navigation functions on functions-enfold.php:

    if(!function_exists('avia_post_nav'))
    {
    	function avia_post_nav($same_category = false, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '';
    		$settings['wpversion'] = $wp_version;
            
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            	$output = "";
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    
                $tc1   = $tc2 = "";
                $link  = get_permalink($entry->ID);
                $image = get_the_post_thumbnail($entry->ID, 'thumbnail');
                $class = $image ? "with-image" : "without-image";
    
                $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    		    $output .= "    <span class='label iconfont' ".av_icon_string($key)."></span>";
    		    $output .= "    <span class='entry-info-wrap'>";
    		    $output .= "        <span class='entry-info'>";
    		    $tc1     = "            <span class='entry-title'>".avia_backend_truncate(get_the_title($entry->ID),75," ")."</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;
                $output .= "        </span>";
                $output .= "    </span>";
    		    $output .= "</a>";
    		}
    		return $output;
    	}
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 59,791 through 59,820 (of 67,155 total)