Forum Replies Created
-
AuthorPosts
-
Hey Richard!
Thank you for using the theme.
Please edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 471:
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt."</div>" : '';Replace it with this:
$readmore = '<br /><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>'; $output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)).">".$excerpt.$readmore."</div>" : '';Best regards,
IsmaelHi!
Thank you for the info.
Where do you like to place the message? Please give us a screenshot or the actual link to the page.
Cheers!
IsmaelHi simchippy!
Thank you for using the theme!
Please edit the page then edit the Blog Posts element. On Blog Content length setting, choose Excerpt with Read More Link.
Cheers!
IsmaelHi!
Alright. Sorry about that. You also need to use this:
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: justify; max-width: 900px; margin: 0 auto; }Best regards,
IsmaelHi!
Thank you for the update.
Can you please provide us with the login details? We would like to check it. I doubt if it has anything to do with the php settings on your server but please do ask if possible. I tested Dude’s functions.php on my installation and it works fine.
Best regards,
IsmaelHi!
Glad you figured it out. If you still have questions, let us know.
Regards,
IsmaelHey!
Thank you for the info.
Images on the post slider will inherit the size of its container so using a 120x120px thumbnail size will give you a distorted or stretched image if the size of the column is, let’s say 700px. Please use the first option on Preview Image Size setting if you want the post slider to automatically pick the thumbnail size base on the column width.
Regards,
IsmaelHi alfredscholten!
Thank you for using the theme.
Edit js > avia.js, find this code on line 1063:
currentLink.bind('mouseenter', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); });Replace it with:
currentLink.bind('click', function() { event.preventDefault() sublist.stop().css({visibility:'visible'}).animate({opacity:1}); });Cheers!
IsmaelHi!
Glad it worked. If you still have questions, let us know. :)
Best regards,
IsmaelJuly 15, 2014 at 3:25 am in reply to: How to prevent height cropping in fullwidth easy slider #291360Hi danwinckler!
Thank you for using the theme!
Have you tried using the Masonry or the Extra Large image size? These thumbnail sizes have crop parameter disabled. You can also use this plugin if you want to manually set the size of the thumbnail or disable the crop parameter: https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelJuly 15, 2014 at 3:20 am in reply to: Enfold – Lightbox css, bringing back the white border around images #291358Hey!
Alright. If you want to add white border on the lightbox image, you can use this on Quick CSS or custom.css:
img.mfp-img { border: 5px solid white; padding: 0px; margin: 40px 0px; } div.avia-popup .mfp-close { width: 40px; height: 40px; right: 0px; } .mfp-counter { position: absolute; top: 0; right: 20px; }Best regards,
IsmaelHi!
Thank you for the update.
Add this on Quick CSS or custom.css to move the covering section downwards:
@media only screen and (min-width: 480px) { .home div#after_layer_slider_1 { margin-bottom: 260px; } }Regards,
IsmaelHey abskevin!
Thank you for using the theme!
1.) What kind of videos are you trying to open on lightbox? I mean is it a youtube, vimeo video etc? This should open in lightbox by default, you just need to use the right URL. Please refe to this link: http://dimsemenov.com/plugins/magnific-popup/documentation.html#iframe_type
2.) Try to remove the rel attribute. If you have a cache plugin, disable it then refresh the page a few times.
Best regards,
IsmaelJuly 15, 2014 at 2:59 am in reply to: Minor Woo Commerce error issue: "No products found which match your selection." #291352Hey!
Thank you for using the theme!
I’m not really sure how it got there but please update the theme to Enfold 2.9.1. Download the latest version 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/
Cheers!
IsmaelHi Jonn!
Thank you for using the theme!
Have you tried using the code block? Add the iframe tag. Something like this:
<iframe src="http://kriesi.at" width="100%" height="500"></iframe>Best regards,
IsmaelHi shreinmedia!
Thank you for visiting the support forum!
Please edit includes > loop-index.php, remove everything then replace it with this code: http://pastebin.com/eS219Y9y
Regards,
IsmaelHi!
Looks like it is possible to filter the thumbnail sizes only when they are needed but it is a bit complicated so a freelance developer might come in handy. Refer to this link: http://wordpress.stackexchange.com/questions/57369/new-image-size-version-only-for-the-featured-image-file
I haven’t tested this plugin and I’m not sure if this is of any help but you can try on a test server, maybe, just maybe it will solve your problem: http://wordpress.org/plugins/dynamic-image-resizer/
Cheers!
IsmaelHi aIVIis!
Thank you for using the theme!
You can add a border on the post-delimiter div right after each post. Use this on Quick CSS:
div.post_delimiter { border-bottom: 1px solid gray; }Cheers!
IsmaelHey Richard!
Thank you for using the theme.
You can add this on Quick CSS or custom.css to move the caption text under the slider image:
div.avia-caption { position: absolute; bottom: -120px; } .avia-slideshow-inner { padding-bottom: 120px !important; } .avia-slideshow-dots { bottom: 120px; }Cheers!
IsmaelHi!
Thank you for the info.
The code Devin suggested should increase the width of the entry content container. Do you mind if we take a look at the actual page where you want to apply this? Did you add this code?
#top .fullsize .template-blog .post .entry-content-wrapper>* { max-width: 1040px; margin-left: auto; margin-right: auto; }Cheers!
IsmaelHey NieuweDag!
Thank you for using the theme!
First of all, you have a very old version of the theme, 2.2. Please download Enfold 2.9.1. This should fix the icon fonts issue. If not, please refer to this link: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
The update might break some elements on the website. Please make it a habit to update the theme as much as possible.
Best regards,
IsmaelHey 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,
Ismael -
AuthorPosts

