Forum Replies Created
-
AuthorPosts
-
Hey Micheal0424!
Yes, this is possible but, sadly, I can’t find any yelp icon on http://fontello.com/. If you find the icon, you can do the following:
Edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['new-social-icon'] = array( 'font' =>'fontello', 'icon' => 'ue970'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['New Social Icon'] = 'new-social-icon'; return $icons; }If that doesn’t work please download the font that you want on http://fontello.com/ then upload it via Enfold > Enfold > Import/Export panel > Iconfont Manager. Edit functions.php, find this code:
'scrolltop' => array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),Below, add this code:
'new-social-icon' => array( 'font' =>'fontello', 'icon' => 'ue802'),I used the checkmark from Font Awesome. Edit includes > admin > register-admin-options.php, find this code on line 971:
'Youtube' => 'youtube',Below, add this code:
'New Social Icon' => 'new-social-icon',You can now select the Slideshare social icon. You can do the same with yelp icons. Regarding the icon codes, you need to remove the plus sign. U+E802 should be converted to ue802. You can do the same with different social icons.
Refer to this thread for more info: https://kriesi.at/support/topic/head-with-social-media-and-large-logo/
Regards,
IsmaelHi!
Thank you for the info.
I’m not sure if this is going to work on your installation but please refer to this link: https://kriesi.at/support/topic/gallery-edit-issues#post-277654
Cheers!
IsmaelHi!
Thank you for the update.
The login credentials that you provided are not working. Please check. We would like to check the page and widget settings.
Regards,
IsmaelHi!
Thank you for the update.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin like ubermenu or hire a freelance developer to add the feature for you. Please visit Envato Studio or 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
Cheers!
IsmaelHi srmathis!
Thank you for using the theme!
What do you mean by “photo-snippets”? Can you please elaborate or explain it a bit further?
Regards,
IsmaelHey luoja!
Thank you for using the theme.
The section is created using color sections, 1/3 columns and iconbox. Add a background on the color section then insert 3 column layouts. On each columns, add the icon box element. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
IsmaelHi!
Thank you for using the theme!
I think he’s talking about the image overlay. Use this on Quick CSS or Custom.css:
span.image-overlay.overlay-type-extern { display: none !important; }Cheers!
IsmaelHey Roy!
Thank you for using the theme.
Please edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 386:
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";Replace it with:
global $product; $product = new WC_Product( $entry->ID ); $price = $product->price; $output .= "<time class='slide-meta-time updated' $markup>" .$price."</time>";Regards,
IsmaelHi luoja!
Thank you for using the theme.
Which part are you having trouble with? If you import the dummy data, the team page is already included.
Best regards,
IsmaelHi juliuspang!
Thank you for using the theme.
Please use this on Quick CSS or custom.css to remove the 1px gap on the slider:
.avia-slideshow-inner { overflow: visible; width: 100%; }Best regards,
IsmaelHey!
I’m sorry but you might need to hire someone if you want the navigation to perform that way. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
IsmaelJuly 13, 2014 at 4:52 am in reply to: Enfold – Change number of portfolio columns depending on screen width #290713Hey mattock!
Thank you for visiting the support forum!
Add this on Quick CSS or custom.css to adjust the width of the portfolio items on iPad view:
@media only screen and (max-width: 989px) and (min-width: 768px) { #top .grid-sort-container .no_margin.av_one_fifth { width: 25%; } }Great work! Love the portfolio.
Best regards,
IsmaelHey sineadh!
Thank you for using the theme.
Please post the website url here. We need to inspect it. A screenshot will help. :)
Regards,
IsmaelHi!
Thank you for the link although I’m not really sure which blog style you’re referring to since you added an iframe link. Do you want this kind of blog? http://kriesi.at/themedemo/?theme=enfold
If that’s what you want, on Enfold > Blog Layout > Blog Style. Select Multi Author Blog.
Regards,
IsmaelHey!
Thank you for the update.
The ziparchive class is not enabled on your installation. If you check on the layer slider import/export panel, you’ll see the warning: http://www.purepepper.de/wp-admin/admin.php?page=layerslider
It says: “Status: ZipArchive isn’t avilable”.
Regards,
IsmaelHey df50!
Thank you for using the theme.
Please edit magazine.php, find this code on line 512:
if($loop !== 1 && !empty($this->atts['first_big_pos'])) $output .= "</div>"; $output .= "</div>"; } return $output;Below, add this code:
if($loop !== 1 && !empty($this->atts['first_big_pos'])) $output .= "</div>"; $output .= "</div>"; } else { $output .= "<div class='av-magazine-group {$css}'>"; echo "My awesome message here"; $output .= "</div>"; } return $output;Cheers!
IsmaelHey!
Thank you for the update.
I tested and the execution limit time max out so please try to increase the limit to 120. Refer to this link for more info: http://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded
Cheers!
IsmaelHey Thomas!
Thank you for using the theme.
Unfortunately, you need to hire someone if you want to add the Newscast accordion slider. Anyway, they are the same accordion slider. What do you mean by “its dark”? Are you referring to the caption background? You can change it with this:
#top .aviaccordion-preview-title-wrap { position: relative; display: table; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,0.5); padding: 0; filter: alpha(opacity=60); }Change the background color and opacity.
Best regards,
IsmaelJuly 13, 2014 at 4:05 am in reply to: Masonry Gallery – Overlapped thumbnails on mobile devices #290699Hey!
Thank you for using the theme.
You can use this on Quick CSS or custom.css to disable the captions on mobile devices especially on iPhones:
@media only screen and (max-width: 767px) { .main_color .container .av-inner-masonry-content { display: none; } }Cheers!
IsmaelHi!
Thank you for the update.
Right now, we’re still looking into making more simple but you can try this:
On a text editor, add this code:
<a class="iframe-popup" href="kriesi.at">Open PopUp</a>Then edit js > avia.js, look for this code on line 6:
$(document).ready(function() {Below, add this code:
$('.iframe-popup').magnificPopup({ type: 'iframe', iframe: { patterns: { kriesi: { index: 'kriesi.at', id: '/', src: 'http://%id%' } } } });Change url on the index parameter.
Regards,
IsmaelJuly 13, 2014 at 3:26 am in reply to: New Glassy header do not work with custome header size #290685Hey pako69!
Thank you for using the theme.
It looks fine when I tested it on my end. Please post the website URL here. We would like to check it.
Cheers!
IsmaelHey!
Thank you for the update.
Please edit the masonry gallery then look for Image Title and Caption. Select “Display Neither”.
Cheers!
IsmaelHey!
Also, try logging out and in again on wordpress dashboard. Maybe this is just a cache issue.
Cheers!
IsmaelHey!
Thank you for using the theme.
If possible, please avoid creating duplicated posts. Please refer to this link: https://kriesi.at/support/topic/no-follow-in-the-comments/
Regards,
IsmaelHi!
Thank you for the update.
You can add this on functions.php to disable the theme session but this might break the breadcrumbs:
add_theme_support('avia_no_session_support');If you have the time, please try this fix: https://kriesi.at/support/topic/help-trying-to-understand-error-message/
Best regards,
IsmaelHi courtney_martin!
Thank you for using the theme.
Please add this on Quick CSS or custom.css to remove the slider on mobile device:
@media only screen and (max-width: 767px) { .page-id-2 div#full_slider_1 { display: none !important; } }Note that videos on the sliders won’t play on mobile device so you have to add a fallback image.
Regards,
IsmaelHey!
Thank you for using the theme.
I checked the website and the layer slider looks good. Sometimes the preview might differ because some stylesheets are not loaded on wp dashboard like shortcodes.css etc. What you can do is estimate the adjustments to make it just right on the frontend. Anyway, please download the latest version of the theme Enfold 2.9.1. Some really cool stuff added on the latest patch. Enjoy the theme!
Regards,
IsmaelHey!
Thank you for using the theme.
If you want to remove the title and leave the breadcrumbs. Please add this on Quick CSS or custom.css:
.title_container .main-title { display: none; }Regards,
IsmaelHey themanwhoknows!
Thank you for using the theme!
Do you mind if we take a look at your installation? Please go to Enfold > Header Layout > Extra Elements panel. Disable the Header Secondary Menu.
Regards,
Ismael -
AuthorPosts

