Forum Replies Created
-
AuthorPosts
-
Hey!
Try to set the post format to Video. Also, we kindly ask you to open your own thread. Thank you.
Best regards,
IsmaelHi microhound!
Thank you for using Enfold.
You can add two logos, one for the default header and another for the transparent header. Go to Enfold > Theme Options > Logo to set the main logo and then go to Enfold > Header > Transparency Options to set the transparent logo.
Best regards,
IsmaelHi pc37075!
Thank you for using Enfold.
The site looks nice but the width or container can use some adjusting. Increase the Max Container Width on Enfold > General Layout > Dimensions panel. Or you can set the elements of the header to stick to the edge of the browser. Go to Enfold > Header > Header Behavior then enable Let logo and menu position adapt to browser window option.
Best regards,
IsmaelHi bocable!
Thank you for using Enfold.
Did you add any html codes on the page? Make sure that you closed the tags properly or you will lose content below that element.
Best regards,
IsmaelHey!
Yes, it will but you’ll somehow be violating the license agreement. You can only use a single license on a single site or client. Can’t you just download the theme again?
Best regards,
IsmaelHey Jared!
Thank you for using Enfold.
Yes, it will work. Refer to this link for more info: http://fortawesome.github.io/Font-Awesome/get-started/
Cheers!
IsmaelHey Luigi Francesco!
Thank you for using Enfold.
If you want to see the breadcrumb below the main title, use this on Quick CSS:
.title_container .breadcrumb { position: relative; right: auto; top: 0; margin-top: 0px; padding-bottom: 8px; overflow: hidden; left: -2px; }Regards,
IsmaelJanuary 12, 2015 at 6:00 am in reply to: Enfold Multisite usage and language switch as a dropdown menü #378117Hi!
It does’t really matter which language you set as the main site because you can always change it. You need to create a new menu on Appearance > Menus panel then set it as Enfold Secondary Menu. Use this on functions.php to add the language switcher:
add_action('avia_meta_header', 'qtrans_lang_chooser'); function qtrans_lang_chooser() { if (function_exists('qtrans_generateLanguageSelectCode')) { ob_start(); echo qtrans_generateLanguageSelectCode('image'); $output = ob_get_contents(); ob_end_clean(); echo $output; } }Best regards,
IsmaelHi!
Try to add this on Quick CSS or custom.css:
div#portfolio .flex_column.av_one_third .avia-image-container, div#portfolio .flex_column.av_one_third .av_textblock_section { width: 47%; float: left; }Best regards,
IsmaelHi!
Use this:
#top .header_color input[type='text'] { color: blue !important; } #top .header_color textarea { color: blue !important; }This is for the asterisk:
.header_color .required { color: pink !important; }Regards,
IsmaelHey!
@Camille: How did you add the excerpt on the magazine element? Please give us a link to the actual page.
Cheers!
IsmaelJanuary 11, 2015 at 6:05 am in reply to: Help!!! Tried to add in google font to functions.php sheet and website has died! #377927Hi!
Thank you for using Enfold.
Move the filter below line 16 of functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;The filter should work by then. Select the new font on the theme options.
Regards,
IsmaelHey!
Thank you for using Enfold.
Creating a new single.php will return the entries from a custom post type not a specific category. You need to add wp conditionals, is_category to be specific, on a the current single.php then create a new loop template inside the includes folder. Please give us a link to the actual category page. We can use css to remove the social sharing for that specific category.
Regards,
IsmaelHey!
Replace the code with this:
function after_head_image_func(){ echo "<div class='custom_content'><a href='_LINK_HERE_'><img src='_URL_'></a></div>"; } add_action('ava_main_header', 'after_head_image_func');Regards,
IsmaelHi!
Go to Enfold > Sidebar Settings panel then set the Sidebar on Single Post Entries to show no sidebar.
Regards,
IsmaelHey!
Install a cache and minify plugin. Resave the background image as png format then enable Interlaced. This will show a lower resolution of the image while the page load.
Cheers!
IsmaelHey!
I checked the site on an iPod and I was able to watch one of the video. The website is not reloading automatically. Ask your visitor to restart his device then remove browser cache.
Best regards,
IsmaelJanuary 11, 2015 at 5:37 am in reply to: Header logo doesn't get smaller when window shrinks #377913Hi alex2545!
Thank you for using Enfold.
If you don’t mind, we would like to see the website. Post the url here. Is this happening on mobile view?
Cheers!
IsmaelHi Carlos!
Thank you for using Enfold.
Change the transparent menu colors on Enfold > Header > Transparency Options panel. What do you mean by internal menu?
Regards,
IsmaelHi Mac_ma!
Thank you for using Enfold.
You can remove the meta info on Enfold > Blog Layout > Blog meta elements.
Best regards,
IsmaelHi bjornwallman!
Thank you for using Enfold.
Add this on functions.php:
function limit_words($string, $word_limit){ $words = explode(" ",$string); return implode(" ",array_splice($words,0,$word_limit)) . '...'; }Edit config-template-builder > postslider.php, find this code on line 372:
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';Replace it with:
$blogtitle = limit_words($title,5); $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($blogtitle))."'>".$blogtitle."</a></h3>" : '';This will limit the title to 5 words. Adjust it on this line:
$blogtitle = limit_words($title,5);Regards,
IsmaelHey karlgrass!
Thank you for using Enfold.
There’s a maximum upload size on the Media panel. Try to increase it. Refer to this link how: http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Best regards,
IsmaelHi SRD!
Thank you for using Enfold.
I’m sorry but you’re using an old version of the theme, 2.8.1. Please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHey!
Thank you for using Enfold.
1.) You can zoom the browser window if you’re having trouble reading the descriptions.
2.) Again, zoom the browser or check your monitor color options.
3.) We’re using the default wp search so there’s no filter or anything. Since 99% or more of the inquiries are about Enfold, search results will give you Enfold topics mostly. One of the forum features that needs improvement in the future.
Cheers!
IsmaelHey dalboslampen!
Thank you for using Enfold.
Use this on functions.php:
add_filter( 'avf_logo_link', 'enfold_customization_logo_link' ); function enfold_customization_logo_link( $link ){ $link = "#top"; return $link; }Regards,
IsmaelJanuary 11, 2015 at 4:54 am in reply to: Sliders causing all text to "blink" or "flash" with every change of slide #377902Hey!
I tested the fix above and it works. You might need to adjust it for different screen sizes using media queries. What is the screen resolution of your monitor?
.home ul.avia-slideshow-inner { height: 535px !important; max-height: 535px !important; }Regards,
IsmaelHey!
I’m sorry but what you’re trying to do requires custom modifications that are beyond the scope of support. Please hire a freelance developer or to modify the elements. For further modifications, please visit Envato Studio or Werkpress. You can try to use color sections to enclose the slider and another color section for the 4 column containers below. Apply a unique id using the For Developers: Section ID field, use these selectors to modify the container and elements inside of the color section.
Regards,
IsmaelHey Shatteringdesign!
Thank you for using Enfold.
Add a unique id on the color section using the For Developers: Section ID field. Use “hide-bg-mobile” for example then add this on Quick CSS:
@media only screen and (max-width: 767px) { #hide-bg-mobile { background: none !important; } }Cheers!
IsmaelHey bryan1976!
Thank you for using Enfold.
Try to increase the column count to decrease the image size on WooCommerce > Settings > Products > Column Count. Decreasing the thumbnail size alone won’t do because the image will still inherit the size of the column container.
Best regards,
IsmaelHi!
You can try the following plugins:
https://wordpress.org/plugins/menu-items-visibility-control/
https://wordpress.org/plugins/zen-menu-logic/Cheers!
Ismael -
AuthorPosts
