Forum Replies Created
-
AuthorPosts
-
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,
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,
IsmaelHi typoskull!
Go to Appearance > Menus then create a custom link. Place a hashtag on the URL.
Cheers!
IsmaelHi 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,
IsmaelHi 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!
IsmaelHey!
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,
IsmaelMarch 14, 2014 at 7:11 pm in reply to: Main menu item highlighted, when being on a grandchild page #237787Hey!
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,
IsmaelHi 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!
IsmaelHi 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,
IsmaelHey!
Please use this on Quick CSS or custom.css:
.op-plugin .content { border: none; }Go to Enfold > Styling > choose Stretch Layout.
Best regards,
IsmaelHi 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,
IsmaelMarch 14, 2014 at 6:39 pm in reply to: highlighting item menu when in a post that belongs to the category's name #237770Hi 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,
IsmaelMarch 14, 2014 at 6:31 pm in reply to: Addon Visual Composer – is this plugin working with Enfold? #237764Hey 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,
IsmaelHey!
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,
IsmaelHey 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,
IsmaelHi 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,
IsmaelHey 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,
IsmaelHi!
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,
IsmaelHi 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,
IsmaelHi!
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,
IsmaelHey 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,
IsmaelHey mattmorse!
You can use this plugin to minify scripts and stylesheets: https://wordpress.org/plugins/bwp-minify/
Cheers!
IsmaelHi 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,
IsmaelHi 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 -
AuthorPosts
