Forum Replies Created
-
AuthorPosts
-
Hi!
Thank you for using the theme. There is a hidden space html entity right after the “completed” word which makes it look like this “completed&nbps ;RETURN” rendering it as one word. Please try to retype the paragraph or the sentence, see if that helps. Add this on Quick CSS or custom.css:
.active_tab_content p { word-break: break-word; }Regards,
IsmaelHey MeryVi!
Thank you for using the theme.
Please add this on functions.php to sort the next or previous page navigation by category:
function avf_same_category_navigation($settings) { if($settings['taxonomy'] == 'portfolio_entries') $settings['same_category'] = true; return $settings; } add_filter('avia_post_nav_settings','avf_same_category_navigation', 10);The downside is, it will only filter the current category.
Cheers!
IsmaelHi Fudge!
Thank you for using the theme!
You can select your own color when you insert the button shortcodes. Edit the option then look for the Button Color, scroll below, choose the Custom Color. You can change the icon list icon color with this:
span.iconlist-char { color: red; }And the icon list background using this:
.main_color .avia-icon-list .iconlist_icon { background-color: blue; }Best regards,
IsmaelHey!
Thank you for the info.
I tried to add a menu and it works fine although the speed is real slow. Please deactivate all plugins especially the TinyMCE Advanced plugin then we’ll check it again. Thanks!
http://www.6-sens.fr/agence-communication-globale/wp-admin/nav-menus.php
Cheers!
IsmaelHi!
Thank you for the update.
I just noticed that you’re using a very old version of the theme, 1.3.1. Please update to WordPress 3.9 then download the latest version of Enfold 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/
Best regards,
IsmaelHi faterra!
Thank you for using the theme!
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi rickmcl!
Thank you for using the theme!
Did you add any widgets on the footer widget areas? The default style does not have a menu background. Do you mind if we take a look at the actual website?
Best regards,
IsmaelHi ssasi!
Thank you for using the theme.
Have you tried recreating the gallery element from scratch? Transferring the site should be done using this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Best regards,
IsmaelHey!
Thank you for the update.
Is this the page you’re trying to duplicate? http://kriesi.at/themes/enfold/pages/
Please edit the page then set the Layout to No Sidebar. Add the Fullscreen slider on top of everything then insert 1/4 and 3/4 column layouts below. Add the Widget Area element on the 1/4 column layout and the content on the 3/4 column. I hope that helps.
Best regards,
IsmaelHey!
Thank you for the info.
Once you activated the child theme, you don’t have to deactivate it. Just override the parent theme files via FTP. The child theme will be updated automatically unless you copied a file on the child theme folder.
Cheers!
IsmaelHi headbentdesign!
Thank you for using the theme!
If you don’t mind, we would like to see the actual website. A screenshot how you want the logo to look like will help. Maybe, you can set the logo as background when viewing on mobile device. Add this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo img { display: none; } .responsive.html_header_top.html_logo_center .logo { background: url('IMAGE URL HERE') no-repeat; width: 100px; height: 70px; } }The logo image size should correspond on the width and height property that you set on the css.
Best regards,
IsmaelHey tangodaddio!
Thank you for using the theme.
Do you mind if we take a look at the current website? We would like to check it. Make sure that you’re running the latest version of Enfold which is version 2.7.
Best regards,
IsmaelHey guneybil!
We’re sorry that you’re having this issue.
If you don’t mind, please post the url of the website here. We would like to check it. Please download the latest version Enfold 2.7 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/
Best regards,
IsmaelHey!
Thank you for the info.
Do you mind if we take a look at the website? What exactly is the error? Please try to ask your host. We’ll provide you with a proper response once we have taken a look at the website.
Best regards,
IsmaelHi!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to fix the sold out notice:
span.soldout { min-height: 52px; min-width: 52px; padding: 4px; font-size: 10px; font-weight: bold; position: absolute; text-align: center; line-height: 52px; top: 6px; left: 6px; margin: 0; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 40px; background: #C11B17; background: -webkit-gradient(linear,left top,left bottom,from(#C11B17),to(#7E2217)); background: -webkit-linear-gradient(#C11B17,#7E2217); background: -moz-linear-gradient(center top,#C11B17 0,#7E2217 100%); background: -moz-gradient(center top,#C11B17 0,#7E2217 100%); text-shadow: 0 -1px 0 #7E2217; color: #fff; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2); }Regards,
IsmaelApril 28, 2014 at 9:16 am in reply to: How to make the featured image in the blog view clickable #256948Hey!
Thank you for using the theme!
Please edit includes > helper-post-formats.php, find this code on line 164:
if(!function_exists('avia_image_slideshow_filter')) { function avia_image_slideshow_filter($current_post) { $prepend_image = get_the_post_thumbnail(get_the_ID(), 'large'); $image = ""; if(!$prepend_image) { $image = avia_regex($current_post['content'],'image'); if(is_array($image)) { $image = $image[0]; $prepend_image = '<div class="avia-post-format-image"><img src="'.$image.'" alt="" title ="" /></div>'; } else { $image = avia_regex($current_post['content'],'<img />',""); if(is_array($image)) { $prepend_image = '<div class="avia-post-format-image">'.$image[0]."</div>"; } } } else { $prepend_image = '<div class="avia-post-format-image">'.$prepend_image."</div>"; } if(!empty($prepend_image) && is_string($prepend_image)) { if($image) $current_post['content'] = str_replace($image, "", $current_post['content']); $current_post['before_content'] = $prepend_image; $current_post['slider'] = ""; } return avia_default_title_filter($current_post); } }Replace it with this:
if(!function_exists('avia_image_slideshow_filter')) { function avia_image_slideshow_filter($current_post) { $prepend_image = get_the_post_thumbnail(get_the_ID(), 'large'); $imagelink = get_permalink(); $image = ""; if(!$prepend_image) { $image = avia_regex($current_post['content'],'image'); if(is_array($image)) { $image = $image[0]; $prepend_image = '<div class="avia-post-format-image"><a href="'.$imagelink.'"><img src="'.$image.'" alt="" title ="" /></a></div>'; } else { $image = avia_regex($current_post['content'],'<img />',""); if(is_array($image)) { $prepend_image = '<div class="avia-post-format-image"><a href="'.$imagelink.'">'.$image[0]."</a></div>"; } } } else { $prepend_image = '<div class="avia-post-format-image"><a href="'.$imagelink.'">'.$prepend_image."</a></div>"; } if(!empty($prepend_image) && is_string($prepend_image)) { if($image) $current_post['content'] = str_replace($image, "", $current_post['content']); $current_post['before_content'] = $prepend_image; $current_post['slider'] = ""; } return avia_default_title_filter($current_post); } }Cheers!
IsmaelHey!
Thank you for the info.
I’m not sure if this is what you want but you can set the post format to “Link” then add the url of the page where you want to redirect.
Regards,
IsmaelHi Konstantin!
Thank you for visiting the support forum!
You can copy the header.php file on your child theme folder then place the tagmanager code right after the body tag:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>Cheers!
IsmaelHi!
Thank you for the update.
Do you mind if we take a look at the website? On the same page, at the top of the code suggested, please look for this codes:
if(empty($avia_config['widget_image_size']) || 'display title and excerpt' != $excerpt) { echo "<strong class='news-headline'>".get_the_title(); if($time_format) { echo "<span class='news-time'>".get_the_time($time_format)."</span>"; } echo "</strong>"; } echo "</a>";Replace it with:
if(empty($avia_config['widget_image_size']) || 'display title and excerpt' != $excerpt) { echo "<strong class='news-headline'>".get_the_title(); if($time_format) { echo "<span class='news-time'>".get_the_excerpt()."</span>"; } echo "</strong>"; } echo "</a>";Cheers!
IsmaelHey Vabel!
Unfortunately, that is not possible yet. Only the pages that you set as Enfold Main Menu will be included on the mobile or responsive menu. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey riatech!
Thank you for using the theme!
I checked the website on mobile view by resizing the browser and the input fields looks ok. Did you fixed this?
Best regards,
IsmaelHey!
Thank you for the update.
You can use this to set the width of the gallery thumbnails:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 125px !important; }The default width is 20%, also, depend on the number of columns that you set on the gallery options. Note that specifying the width using pixels might break the layout on smaller screens.
Use this to convert the thumbnails to grayscale:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img { filter: url(filters.svg#grayscale); filter: gray; -webkit-filter: grayscale(1); } #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a:hover img { filter: none; -webkit-filter: grayscale(0); }Best regards,
IsmaelHey warittelmann!
Thank you for using the theme! Glad you like it.
Yes, you can insert the Advance Layer Slider on any page that you want.
Best regards,
IsmaelHi!
We’re sorry that you’re having this issue. If you don’t mind, we would like to take a look at your websites. Please make sure that you’re running the latest version of Enfold, version 2.7, and that you have minimal plugins activated. Also, please check the file permission of the wp files including the uploads folder located on wp-content folder.
Cheers!
IsmaelHi bayraktart!
After reviewing the information provided above, I would try checking with your hosting provider on this particular issue as it sounds like something related to your setup is causing this. Typically, this is due server configuration problems (i.e. underpowered, traceroute issues, packet loss, permissions errors, et cetera). Additionally, your host will be able to diagnose things much better due to the fact that they have a more complete view of your account and can work behind the scenes with you. If the problem you are experiencing persists after working with your host, don’t hesitate to let us know and we will be happy to assist you. Any relevant information that you can share with us from your host is also greatly appreciated as it will help us to better ascertain the source of the problem.
If you have access to php.ini, please add this settings:
upload_max_filesize: 64M post_max_size: 90M memory_limit: 128M max_excecution_time: 600 max_input_time: 600Regards,
IsmaelHey!
Honestly, we haven’t tried the plugin but as long as it doesn’t contain any heavy scripts that might be in conflict with the theme, the plugins should work just fine. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Best regards,
IsmaelHi!
Thank you for the update.
Please add this to fix the borders:
#header_main { border-bottom: 0; }I checked the website but I don’t see any dropdowns. Can you please provide a link to the actual page?
Best regards,
Ismael -
AuthorPosts
