Forum Replies Created

Viewing 30 posts - 57,121 through 57,150 (of 67,197 total)
  • Author
    Posts
  • Hi!

    Thank you for the update

    I’m sorry I made a mistake, I thought the full width easy slider have the same image size options as easy slider but you can use the No Scaling slideshow image size if you want to use the actual dimension of the uploaded image.

    Best regards,
    Ismael

    in reply to: how to use svg-images as a featured image? #292465

    Hi!

    Thank you for using the theme.

    After you’ve added the featured image, add this on Quick CSS:

    img.wp-post-image {
    min-width: 100% !important;
    }

    Cheers!
    Ismael

    in reply to: It doesn´t work… once more #292460

    Hey!

    Thank you for the info.

    Yes, it surely is possible. Remove the layer slider then replace it with the Color Section element. Add a background image. You can also use other sliders. Not sure why the layer slider will cause that kind of issue but maybe you added an html code on one of the layer then you forgot to close the tag.

    Regards,
    Ismael

    in reply to: Problem with images in explorer 10 #292351

    Hi!

    Like Josue, I can’t access the dashboard because of the error. Please contact your hosting provider. Also, the Trappediagram page does not exist. I don’t see it under Metematik menu item. A screenshot will help.

    Regards,
    Ismael

    in reply to: Fonts not loading on IE #292350

    Hey!

    Thank you for using the theme.

    You’re using version 2.6.2 of the theme. Please 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: Full width easyslider in html #292348

    Hi!

    Thank you for the update.

    Please remove the av_one_full shortcode because it will constrain the slider inside a container. Deactivate the cache plugin while working on the site.

    Regards,
    Ismael

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

    Hi!


    @laraparodi
    : We’ll close the thread for now. If the solutions abpve didn’t fix the issue on your end, please open another thread.

    Cheers!
    Ismael

    Hey allaboutapps!

    Thank you for using the theme!

    On the latest version of the theme, the Portfolio Grid element will inherit the size of its container so it will adjust to full width if you have the stretched layout. Edit the portfolio page then insert a 1/1 column. Place the Portfolio Grid inside the 1/1 column.

    Best regards,
    Ismael

    in reply to: image column layout strange in IE8 #292340

    Hey ShortieD!

    Thank you for using the theme.

    Please add a custom selector on the images inside the text block. Something like this:

    <img class="avia-img-fix" src="IMG URI HERE">
    

    After that, add this on Quick CSS:

    .avia-msie-8 .avia-img-fix {
    max-width: 211px;
    }

    Best regards,
    Ismael

    Hey!


    @broodjekaas
    : Yes, it is possible but not advisable because it will break the responsiveness of the slider. You can insert the slider inside a column layout to constrain its size.

    Best regards,
    Ismael

    Hey zohar!

    Thank you for the screenshots.

    If I am not mistaken this will vary on different screen resolutions. The script can’t accurately calculate the position of the isotope items. You can add this on Quick CSS or custom.css:

    div.grid-sort-container.isotope.no_margin-container.with-excerpt-container.grid-total-even.grid-col-4.grid-links-.isotope_activated {
    width: 99.9%;
    }

    Best regards,
    Ismael

    in reply to: custom sidebar wont go live #292333

    Hey!

    Thank you for the update.

    You added a custom menu but you didn’t select which menu to show. Please check: http://shanetucker.com/brian-davis/

    Also, please deactivate the cache plugin while working on the site. Activate it when you’re ready to go live.

    Regards,
    Ismael

    in reply to: It doesn´t work… once more #292331

    Hey!

    Thank you for the info.

    I can see the issue on my end before refreshing the page. What is the css code that you added on the previous thread? Also, please 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/

    Best regards,
    Ismael

    in reply to: Issue with slider #291432

    Hi Gurify!

    Thank you for using the theme.

    You have an old version of the theme which is not compatible with WordPress 3.9.1. Please 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/

    Note that the update might break some elements on the website because version 2.2 is a bit old and there lots of changes since.

    Cheers!
    Ismael

    in reply to: Problem with images in explorer 10 #291431

    Hey Bjørn!

    Thank you for visiting the support forum.

    Please post the website URL here. We would like to check it.

    Regards,
    Ismael

    in reply to: Layerslider does not fit in to the size #291430

    Hi elbnetz!

    Thank you for using the theme.

    Do you mind if we take a look at the website? Make sure that you have the latest version of the theme, Enfold 2.9.1. Also, please edit the slider then go Global Settings > Layout > Full-width slider settings. Disable this option then check the page.

    Cheers!
    Ismael

    in reply to: Editing files using child theme? #291427

    Hi srs6270!

    Thank you for using the theme.

    Why exactly do you want to edit the breadcrumbs? If I am not mistaken, the avia framework can only be modified using filters on the child theme functions.php. If you can tell us why you need to edit the breadcrumbs, maybe we can help. If you want to alter the avia shortcodes using a child theme, add this on functions.php:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Create a shortcode folder then copy the element or shortcode that you want to edit from config-templatebuilder > avia-shortcodes folder. Place it on the child theme’s shortcode folder. I’ll ask Dude to check, maybe my answer is insufficient.

    Best regards,
    Ismael

    in reply to: Related entries down't show #291425

    Hi!

    Thank you for the info.

    You didn’t add any tags on the post that’s why the related section is not showing. The related section is base on tags. Also, please update the theme. :)

    Cheers!
    Ismael

    in reply to: Icons are not dipslayed #291422

    Hey!

    Thank you for the update.

    First, see if the solution here fix the issue: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    You’re using a very old version of the theme, 2.0.1. The update should fix the issue but it might break some elements on the theme especially the header. All you need to do is to modify the theme options again and recreate some page elements on the advance layout builder. Please download the latest version 2.9.1 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/

    Please update the theme as much as possible. Always make sure that you have the latest patch of the theme to fix minor bugs.

    Regards,
    Ismael

    in reply to: Dropdown menu on top of logo #291421

    Hi!

    It looks ok now. Please remove browser cache and reload the page a few times:

    Best regards,
    Ismael

    in reply to: Logo alt text #291420

    Hey Steve!

    Thank you for using the theme!

    Please add this on functions.php:

    add_filter('avf_logo_alt', 'avf_change_logo_alt');
    
    function avf_change_logo_alt($alt) {
    	 $alt = "New Alternate Text Here";
    	 return $alt;			
    }

    Change the value.

    Cheers!
    Ismael

    in reply to: How to highlight active menu item #291419

    Hi!

    Thank you for the update.

    We can’t see the actual website, it requires us to login. Please post the login details here.

    Cheers!
    Ismael

    in reply to: Change color of mobile menu #291407

    Hi elbnetz!

    Thank you for using the theme.

    Please remove .avia_desktop selector. Use this:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #000!Important;
    color: #ffffff!Important;
    border-color: #000!Important;
    }

    Regards,
    Ismael

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

    Hi!

    Glad it work.


    @laraparodi
    : Please refer to this link and follow the instructions: https://kriesi.at/support/topic/gallery-edit-issues#post-277654

    Regards,
    Ismael

    in reply to: Buttons in Tables Misaligned. #291402

    Hey samforan!

    Thank you for using the theme.

    Have you tried adding a br tag before the button? Please post the actual page. We would like to check it. You can also add a unique selector on the p tag. Look for this code on the cf7 form:

    <p>[submit "Submit my Application"]</p>
    

    Replace it with this:

    <p class="form-top-margin">[submit "Submit my Application"]</p>
    

    Add a top margin on Quick CSS or custom.css:

    .form-top-margin {
    margin-top: 15px;
    }

    Cheers!
    Ismael

    in reply to: Web Accessibility Problem #291401

    Hey!

    You can open a request for the feature on our Feature Requests page. If enough users ask for this modification, we’ll add it on the theme.

    Cheers!
    Ismael

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

    Hey!

    Thank you for the info.

    I’m sorry about that. There are lots of changes since 2.2, fyi version 2.2 has been release September last year and there are lots of changes since then. One example is the new header builder on Enfold theme options and more. Please check the change log on Enfold Overview. Good thing you didn’t upgrade WordPress to 3.9 because it will surely break the theme but again version 2.7 of the theme fix this incompatibility issue. It is absolutely necessary that you update the theme frequently to fix minor bugs, get hold of new theme features, element improvements, browser fixes etc, unfortunately, you waited to long to do this.

    Regarding the modifications, please create a change log or use a child theme next time. I’m sorry but it is impossible for us to trace back the changes you’ve made on the theme. Like I said on my previous post, the update might break some elements on the theme.

    Cheers!
    Ismael

    Hi!


    @grwebs
    : What do you mean by “next products”? Can you please give us a link to the actual page? A screenshot will help.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Please post the login details on this installation. We would like to check it. What is the current version of PHP? Please ask your host.

    Cheers!
    Ismael

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

    Hi!

    Thank you for the link.

    Alright. Please replace the this line of code:

    echo "My awesome message here";
    

    with this:

    echo "<div class='jobs-message'>No jobs available.</div>";
    

    Add this on Quick CSS or custom.css:

    div.jobs-message {
    position: absolute;
    bottom: 25px;
    }

    Regards,
    Ismael

Viewing 30 posts - 57,121 through 57,150 (of 67,197 total)