Forum Replies Created

Viewing 30 posts - 60,511 through 60,540 (of 67,534 total)
  • Author
    Posts
  • in reply to: How to use the custom css class #233182

    Hi!

    Did you use .overflow with the dot on custom css class? You should remove the dot. You can then use it on Quick CSS like this:

    .page-id-27 .avia-builder-el-10 .overflow {
    display: none !Important;
    }

    Maybe adding the !important will help.

    Cheers!
    Ismael

    in reply to: Portfolio categories do not work with wpml #233181

    Hi!

    I think Dude is referring to editing the files on both languages simultaneously. I think you should avoid that and edit or translate the entries one at a time.

    Best regards,
    Ismael

    in reply to: I want a Pinterest Button on post images #233089

    Hi erickeith9!

    How are you? I hope you’re doing well today. You can use this plugin: http://wordpress.org/plugins/addthis/

    Refer to this link for more info: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header?replies=4#post-134606

    Best regards,
    Ismael

    in reply to: Image link constrainsts. #233088

    Hi!

    If you follow the instructions above about adding the custom css support for avia elements. You’ll find a “Custom Css Class” field when editing an Image element or any other avia elements using the Advance Layout Builder. Add a unique css class selector like, “awesome-image” for example. You can then use that selector for that specific image element on Quick CSS:

    .awesome-image {
    width: 100px;
    height: 100px;
    }

    Regards,
    Ismael

    in reply to: Remove link from thumbnails in Portfolio Gallery #233084

    Hi!

    Glad we could help. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/

    Closing the thread now.

    Cheers!
    Ismael

    in reply to: Fullwidth Easy Slider Static Height #233083

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can use this but it will stretch the images:

    .event-portfolio {
    height: 500px;
    }
    
    .event-portfolio .avia-slideshow.image_no_stretch li img {
    width: 100%;
    height: 500px;
    }

    You should upload images with the same ratio and dimension to maintain a static slider height. If you want to maintain the image proportion of the images, you can use this:

    .event-portfolio {
    height: 500px;
    }
    
    .event-portfolio .avia-slideshow.image_no_stretch li img {
    width: auto;
    height: 500px;
    }

    Cheers!
    Ismael

    in reply to: Enfold keeps adding breaks #233082

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    Yes, Enfold does have this problem before but I can see that you’re using a very old version of the theme. Please download the latest version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    It has been fixed on the latest update. Updating might affect the content of your website especially those elements that are using font icons. You might need to recreate them. Please always check for theme updates.

    Best regards,
    Ismael

    in reply to: broken page design #233080

    Hey newmesis!

    How are you? I hope you’re doing well today.

    You’re using a very old version of the theme. Please download the latest version 2.5.4 on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    It should fix most of the issues that you’re having right now.

    Best regards,
    Ismael

    in reply to: Blogpost with Gallery using short code #233079

    Hey!

    How are you? I hope you’re doing well today.

    If you choose the post format gallery then added images using the add media button or add the shortcode gallery, that gallery will be shown as featured image for that specific post. What do you want the post format gallery to look like? It’s not out of whack, it is suppose to look that way when using the gallery format. If you want to learn more about posts format you can refer to this link: http://codex.wordpress.org/Post_Formats

    Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/

    Cheers!
    Ismael

    in reply to: Custom CSS Hover on ALB Image Element #233077

    Hey stacyr311!

    Thank you for the question. I hope all is well with you today.

    Please refer to this link: http://selfcontained.us/2008/03/08/simple-jquery-image-rollover-script/

    Instead of using the Image element, please use a text block then follow the steps on the link I gave you. You can place this image: http://www.fpcosms.com/fpcnew/wp-content/uploads/2014/03/gather-hover.png as the data-hover:

    <img src="first.gif" data-hover="http://www.fpcosms.com/fpcnew/wp-content/uploads/2014/03/gather-hover.png" />
    

    Place the jquery code on js > avia.js on line 7 below this code:

    $(document).ready(function()
        {

    Make sure that the first image and the rollover has the same size for better results.

    Best regards,
    Ismael

    in reply to: Layout makes "jump". #233075

    Hi!

    How are you? I hope you’re doing well today.

    I think the jump is cause by fact that the search icon is loaded after the menus. Please use a caching and minifying plugin to optimize page speed. The “jump”, does not occur when the page has been loaded multiple times by hitting refresh.

    Regards,
    Ismael

    Hi akamaxbuz!

    Thank you for the question. I hope all is well with you today.

    You can add this on Quick CSS or custom.css:

    .single .current_page_parent a {
    text-transform: uppercase;
    }

    Best regards,
    Ismael

    in reply to: Different Size Icon Lists #233072

    Hi AndrewDelaware!

    Thank you for using the theme. I hope you’re doing great.

    1.) Change the icon list background color using this:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    2.) Please use this on Quick CSS or custom.css to change the size of the icon list on the toggle:

    .avia-icon-list .iconlist_title {
    text-transform: normal;
    color: #C14000 !important;
    }
    
    .page-id-56 .iconlist-char {
    font-size: 15px;
    }
    
    .page-id-56 .avia-icon-list .iconlist_icon {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 15px;
    margin-right: 30px;
    margin-left: 15px;
    }

    Best regards,
    Ismael

    in reply to: Separating groups of posts when using post nav #233071

    Hi understandchristianity!

    Thank you for using the theme. I hope you’re doing great.

    You can only filter the avia post navigation by post category. Add this on functions.php:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }

    This will return all posts with the same category.

    Cheers!
    Ismael

    in reply to: Where are stored the format parameter of a post? #233070

    Hey pako69!

    Thank you for using the theme. I hope you’re doing great.

    You can use this plugin instead: WP MigrateDB or WP MigrateDB PRO

    Best regards,
    Ismael

    in reply to: Archive Page Issue #233069

    Hi Albulushi!

    How are you? I hope you’re doing well today.

    1.) Please add this on Quick CSS or custom.css to remove the shortcode:

    .slide-entry-excerpt {
    display: none;
    }

    2.) Please add this on functions.php:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ($args['title'] == 'Blog – Latest News')
        {
            $args['title'] = ucfirst(get_the_category($id));
            $args['link'] = get_permalink($id);
       }
        return $args;
    }

    Regards,
    Ismael

    in reply to: mobile view #233063

    Hey!

    Please add this on Quick CSS to prevent the image from being cut off on iPhones or screens with 320px resolution:

    @media only screen and (max-width: 321px) {
    .responsive #main .container_wrap:first-child {
    border-top: none;
    max-width: 320px;
    }
    }

    Regards,
    Ismael

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    What do you mean by it’s not working? It opens a lightbox instead? Please add the class=”nolightbox” on the link code. You can also hide the vimeo url using goo.gl then use it instead of the actual vimeo url. A link to your website will help.

    Regards,
    Ismael

    in reply to: Icon rollover into portfolio #233060

    Hi alfredo72!

    Thank you for using the theme. I hope you’re doing great.

    No, that is not possible without heavy customization. Are you referring to a set of portfolio images on a portfolio category page? Please post a screenshot of what you’re trying to do. Maybe we can separate them by page id.

    Best regards,
    Ismael

    in reply to: Still having problems with Colorbox heights #233059

    Hey biklops!

    How are you? I hope you’re doing well today.

    You’re using a very old version of the theme. Please download the latest version 2.5.4 of Enfold on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Anyway, the site looks fine when I checked it on smaller screens. The three buttons are not being cut off.

    Best regards,
    Ismael

    in reply to: Tags search #233058

    Hey Pablo!

    How are you? I hope you’re doing well today.

    You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Best regards,
    Ismael

    in reply to: Layout Sections Background Colour #233057

    Hi Snerp!

    You can also use a Custom Background Color for the Color Section instead of the Background Image. Edit the color section then look for “Custom Background Color”.

    Best regards,
    Ismael

    Hi!

    Thank you for using the theme. I hope you’re doing ok.

    Can you please give us a link to the website? What heading font are you trying to use? Make sure that the dynamic_avia folder’s permission is writable.

    Cheers!
    Ismael

    Hey Bundus!

    Thank you for using the theme. I hope you’re doing great.

    I’m not sure why it would cause errors when woocommerce plugin is not installed. Do you have a cache plugin? Can you please give us a link to the actual website? If you’re experiencing the issue when you add a third party plugin, please contact the actual plugin author.

    Best regards,
    Ismael

    in reply to: Easy Slider problem on mobile #233053

    Hey!

    How are you? I hope you’re doing well today.

    You can adjust the size of the slider using this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #main .container_wrap:first-child .container {
    width: 528px;
    margin: 0 auto;
    }
    }

    Adjust the width value if necessary.

    Best regards,
    Ismael

    Hi Frankcom!

    Thank you for using the theme. I hope you’re doing great.

    I’m not sure if we can help you with this one. I checked the website on IE8 and IE9 on Windows 7 and they are working fine. I don’t have a windows xp machine to test this with and I doubt if any of the support team member have it. FYI on April 2013 XP is no longer supported by Microsoft: http://www.microsoft.com/en-us/windows/enterprise/endofsupport.aspx and same goes with Enfold.

    And with XP at 11% http://www.w3schools.com/browsers/browsers_os.asp and IE8 at 3% http://www.w3schools.com/browsers/browsers_explorer.asp, these browsers and OS can be ignored in near future imo.

    Best regards,
    Ismael

    in reply to: How get product images same size? #233051

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    Make sure that you’re uploading images with the same dimension and ratio to get a nice overall look for the shop page. You can change the thumbnail size on config.php and set the crop settings to false if necessary. Regenerate the thumbnails.

    Best regards,
    Ismael

    in reply to: Portfolio Image Issue #233050

    Hi!

    Thank you for using the theme. I hope you’re doing great. Nice website!

    You can set a minimum and max height for the grid images. Add this on Quick CSS or custom.css:

    .grid-image.avia-hover-fx img {
    max-height: 240px;
    min-height: 240px;
    }

    Adjust the height value if necessary.

    Cheers!
    Ismael

    Hi!

    How are you? I hope you’re doing well today.

    Please add this at the very bottom of the child theme’s style.css:

    #top .social_bookmarks {
    position: relative;
    top: 43px;
    }
    
    .sub_menu {
    top: 47px;
    }

    Cheers!
    Ismael

    in reply to: Enfold – Single Portfolio 2/3 Gallery with preview #233047

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    I don’t it is possible to arrange the gallery thumbnail by category. Please hire a freelance developer if you want to make that change on the gallery shortcode. For further customization, please visit Werkpress.

    Cheers!
    Ismael

Viewing 30 posts - 60,511 through 60,540 (of 67,534 total)