Forum Replies Created

Viewing 30 posts - 60,121 through 60,150 (of 67,463 total)
  • Author
    Posts
  • 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

    in reply to: Topmenu not clickable #238168

    Hi typoskull!

    Go to Appearance > Menus then create a custom link. Place a hashtag on the URL.

    Cheers!
    Ismael

    in reply to: CSS Issue with IgniteWoo events calendar. #238165

    Hi uglymethod!

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

    Can you please give us a link to the website?

    Best regards,
    Ismael

    in reply to: Breadcrumbs #238164

    Hi Jane!

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

    Unfortunately, that is not possible without modifications. Please hire a freelance developer to move the breadcrumbs below the slider. For further customization, please visit Werkpress.

    Cheers!
    Ismael

    in reply to: Problems after activating childtheme #237788

    Hey!

    Did you copy header.php file on the child theme folder? Please delete that and duplicate the header.php file from the parent theme folder. Yes, there a lot of changes with the header. Kriesi added a new platform to modify the header settings. You’ll see more options on Enfold > Header. CSS modifications that you added for the header might be rendered useless, please remove them then reconfigure the header settings.

    Best regards,
    Ismael

    Hey!

    Please use this instead:

    .header_color .main_menu ul:first-child > li.current-page-ancestor > a {
    color: red !important;
    }

    This should highlight the ancestor menu item.

    Best regards,
    Ismael

    in reply to: Logo's customers #237781

    Hi IrisMar17!

    You need to manually add grayscaled images or add this on Quick CSS or custom.css:

    .avia-logo-element-container img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    }

    This will render the partner/logos to grayscale.

    Cheers!
    Ismael

    in reply to: Header social icons #237779

    Hi intosuwo!

    I’m sorry but I’m a bit confused about your question. The social icons do appear on the top bar and above the header which is called header_meta. Can you please post the link to the website? A screenshot of the issue or what you’re trying to do will help.

    Regards,
    Ismael

    in reply to: Styling issues with Enfold and OptimizePress plugin #237776

    Hey!

    Please use this on Quick CSS or custom.css:

    .op-plugin .content {
    border: none;
    }

    Go to Enfold > Styling > choose Stretch Layout.

    Best regards,
    Ismael

    in reply to: Enfold + Polylang #237773

    Hi cerf!

    1.) Please use this plugin: http://wordpress.org/plugins/codestyling-localization/

    Go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language (italian) and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain.

    2.) I can’t see any example of the second issue above. Please post a link to the actual page with the said strings.

    Regards,
    Ismael

    Hi sergeesteves!

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

    Can you please give us a link to the website? I don’t think this is possible because the menu doesn’t recognize any relations between a post inside a category page. This may require modification that is beyond the scope of support. Please hire a freelance developer or visit Werkpress for further modifications.

    Regards,
    Ismael

    Hey f!

    Honestly, we don’t have access to the plugin so we can’t tell you if you’ll encounter any compatibility issues. It looks safe though. Please contact the plugin author, maybe someone already ask him about Enfold.

    Best regards,
    Ismael

    in reply to: Can't Install Enfold theme #237763

    Hey!

    Please try to contact your host and ask them if there is a limit on the max upload size. FTP should work without problem though. Please try it.

    Regards,
    Ismael

    in reply to: After new update can't find Logo div in Header.php #237478

    Hey tlow87!

    You can find the logo on includes > helper-main-menu.php. Find the code on line 101:

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

    Best regards,
    Ismael

    in reply to: Icon Box repopulates text when saving as blank #237477

    Hi danmandle!

    Edit the iconbox then switch to the text or html editor then add a span or anything.

    <span class="blank"></span>
    

    This will show nothing.

    Best regards,
    Ismael

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

    Hey Jorge!

    Did you translate the pages to Spanish? You need to have the translated version of the pages first before you can add them on Spanish version of the menu. After you translated the pages, you can automatically sync the menu on WPML > WP Menus Sync.

    Regards,
    Ismael

    in reply to: Header issues after update #237471

    Hi!

    You can add this on Quick CSS or custom.css to position the bottom menu to the left:

    .html_header_top.html_logo_center .main_menu ul:first-child {
    width: 100%;
    }

    Regards,
    Ismael

    in reply to: copy content from different pages #237470

    Hi fourdesigncornwall!

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. You can copy those shortcodes on another page.

    Best regards,
    Ismael

    in reply to: Static Page #237467

    Hi!

    Please reset the settings on Settings > Reading to default. Set the homepage on Enfold > Theme Options > Frontpage settings. Don’t select any page on “Where do you want to display blog?” option. Edit your home page then add the Blog Post element, set “1” for Post Mumber.

    Regards,
    Ismael

    in reply to: Removing border for table CSS code? #237465

    Hey Paul!

    You can add this on Quick CSS or custom.css to remove the border:

    tr:first-child th, tr:first-child td {
    border: none;
    }

    Regards,
    Ismael

    in reply to: Loading Speed – Lightning #237434

    Hey mattmorse!

    You can use this plugin to minify scripts and stylesheets: https://wordpress.org/plugins/bwp-minify/

    Cheers!
    Ismael

    in reply to: Attractive VIP Login Screen #237433

    Hi mattmorse!

    You can add this on functions.php:

    add_filter( 'the_password_form', 'avf_custom_password_form' );
    function avf_custom_password_form() {
    	global $post;
    	$label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID );
    	$before = '<form class="protected-post-form" action="' . get_option('siteurl') . '/wp-pass.php" method="post">
    	' . __( "<img src='IMAGE URL HERE'>This post is password protected. To view it please enter your password below:" ). '
    	<label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" />
    	</form>
    	';
    	return $before;
    }
    

    On the $before variable, you can change the image url, add text, divs etc.

    Best regards,
    Ismael

    in reply to: Search Results Page #237432

    Hi mattmorse!

    You can edit includes > loop-search.php file to change the search results page. Create a folder called includes then add the loop-search.php file. You can remove line 136:

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
    

    And line 139-144 to remove the tabbed widget:

     the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id,
                    'before_widget' => '<div class="widget avia_combo_widget">',
                    'after_widget' => '</div>',
                    'before_title' => '<h3 class="widgettitle">',
                    'after_title' => '</h3>'
                ));

    Best regards,
    Ismael

Viewing 30 posts - 60,121 through 60,150 (of 67,463 total)