Forum Replies Created
-
AuthorPosts
-
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!
IsmaelMarch 16, 2014 at 7:22 am in reply to: Emergency: Cant set-up Slide show and upload some photos for silde show #238234Hey!
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!
IsmaelHey!
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,
IsmaelHi 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,
IsmaelHi 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!
IsmaelHey!
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!
IsmaelHey!
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!
IsmaelHi 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!
IsmaelMarch 16, 2014 at 6:46 am in reply to: Layer Slider Setting – "Your Logo" is not reflecting / showing #238217Hi 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,
IsmaelHi 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,
IsmaelHey!
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,
IsmaelHey!
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!
IsmaelHi!
Please add this on Quick CSS or custom.css:
div .av_one_half { width: 45%\9; max-width: 45%\9; }Cheers!
IsmaelHi 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,
IsmaelHey 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,
IsmaelMarch 16, 2014 at 5:57 am in reply to: One custom background image for all areas (header, main, footer) #238204Hey 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,
IsmaelMarch 16, 2014 at 5:55 am in reply to: BUG: Testimonial slider doesn't reserve proper vertical spacing #238202Hey!
I checked the website but I don’t see the jump even with the twitter feed below.
Regards,
IsmaelHi 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!
IsmaelHi!
Did you add anything on functions.php? Please download the theme again then replace header.php and includes > helper-main-menu.php files.
Regards,
IsmaelMarch 16, 2014 at 5:32 am in reply to: ENFOLD – Space between social media shortcodes in footer #238197Hi!
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,
IsmaelMarch 16, 2014 at 5:28 am in reply to: single portfolio: big slider page crash – big slider dot #238196Hey 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!
IsmaelHey!
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,
IsmaelHey 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,
IsmaelHey!
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,
IsmaelHi!
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,
IsmaelHey djsmbd!
The site is not loading on my end. I’ll ask Devin and Josue to check this.
Cheers!
IsmaelHey 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,
IsmaelHey erwin_m!
Please add this on Quick CSS or custom.css:
#after_layer_slider_1 { position: relative; z-index: 9999; }Cheers!
IsmaelHey!
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,
IsmaelMarch 16, 2014 at 4:11 am in reply to: Enfold – Disable previous and next post arrows on posts #238172Hey!
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 -
AuthorPosts
