Forum Replies Created

Viewing 30 posts - 57,151 through 57,180 (of 67,197 total)
  • Author
    Posts
  • in reply to: read more link in portfolio grid #291388

    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">  &rarr;</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,
    Ismael

    in reply to: Showing text if no posts found Magazine module #291383

    Hi!

    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!
    Ismael

    in reply to: Read More Tag #291378

    Hi 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!
    Ismael

    in reply to: How can I widen blog text area? #291375

    Hi!

    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,
    Ismael

    in reply to: WPML Language Selector Text Instead of Flag #291372

    Hi!

    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,
    Ismael

    in reply to: weird spacing in portfolio section #291370

    Hi!

    Glad you figured it out. If you still have questions, let us know.

    Regards,
    Ismael

    in reply to: Feature image adjust size on full page #291369

    Hey!

    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,
    Ismael

    in reply to: show submenu on click instant hover #291367

    Hi 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!
    Ismael

    in reply to: Blog Preview image size #291361

    Hi!

    Glad it worked. If you still have questions, let us know. :)

    Best regards,
    Ismael

    Hi 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,
    Ismael

    Hey!

    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,
    Ismael

    in reply to: Contact Subject #291355

    Hi!

    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,
    Ismael

    in reply to: New Lightbox Issues #291354

    Hey 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,
    Ismael

    Hey!

    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!
    Ismael

    in reply to: iframe within website #291043

    Hi 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,
    Ismael

    in reply to: Set Video Post Format to use Featured Image #291011

    Hi 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,
    Ismael

    in reply to: Enfold – Gallery upload balooning in size #290994

    Hi!

    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!
    Ismael

    in reply to: Border below blog post #290980

    Hi 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!
    Ismael

    in reply to: Captions for EasySlider images #290974

    Hey 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!
    Ismael

    in reply to: How can I widen blog text area? #290964

    Hi!

    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!
    Ismael

    in reply to: Incorrect display of standard icons in Chrome browser #290884

    Hey 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,
    Ismael

    in reply to: Enfold Social Media Links at Top – Yelp? #290732

    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,
    Ismael

    in reply to: masonry galley loading all items in gallery library #290730

    Hi!

    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!
    Ismael

    in reply to: custom sidebar wont go live #290725

    Hi!

    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,
    Ismael

    in reply to: Make Mobile Menu the Desktop Menu #290724

    Hi!

    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!
    Ismael

    in reply to: Post Photo Snippets #290723

    Hi 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,
    Ismael

    in reply to: Landingpage Style 1 #290722

    Hey 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,
    Ismael

    in reply to: Photo arrow expanders #290721

    Hi!

    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!
    Ismael

    in reply to: replace date with price #290720

    Hey 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

    in reply to: "Meet the team" page #290719

    Hi 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,
    Ismael

Viewing 30 posts - 57,151 through 57,180 (of 67,197 total)