Forum Replies Created

Viewing 30 posts - 62,461 through 62,490 (of 67,033 total)
  • Author
    Posts
  • in reply to: Need 2.4.1 #193721

    Hi DENTICS!

    I’m sorry but the 2.4.1 version is not available and is gone on themeforest. We suggest you keep a copy of the old version before you update to the newest one.

    Cheers!
    Ismael

    in reply to: Avisio to Enfold – Theme changing #193720

    Hi MarcG5!

    Enfold is a completely different theme compare to Avisio. The framework is different and it has become more complicated because of the Advance Layout Editor. You might need to recreate a lot of your content manually.

    Cheers!
    Ismael

    Hey Delphiine!

    What type of Blog Style do you have right now? Can you please give us a link to the blog page? Add this on your custom.css or Quick CSS:

    .big-preview.multi-big a {
    pointer-events: none;
    }

    Regards,
    Ismael

    in reply to: Some questions #193717

    Hey tomdeloof!

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

    .news-time {
    display: none;
    }

    2.) Edit framework > php > class-breadcrumb.php, find this code on line 186:

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',

    Edit includes > loop-index.php, find this code:

    $current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span>') : get_the_excerpt();

    3.) You can change the color of the iconlist content using this:

    .main_color .iconlist_content {
    color: red;
    }

    Best regards,
    Ismael

    in reply to: reduce space in menu #193714

    Hey Delphiine!

    Can you please give us a link to the page? Are you using a “Small fixed header”?

    You can add this on your custom.css or Quick CSS to move the main menu:

    .main_menu {
    top: 20px;
    }

    You can disable the pink line or hover effect using this:

    .avia-menu-fx {
    display: none !important;
    opacity: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: 2nd level navigation don't work on iPhone / Safari #193712

    Hi german_photographer!

    Let me ask Devin and Yigit to check this on iOS device. Please wait for their response.

    Cheers!
    Ismael

    in reply to: Hide Menu Bar on Single Page #193710

    Hey jvines!

    Can you please give us a link to the page that you want to hide the menus?

    If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.

    .page-id-2251 .main_menu {
    display: none;
    }

    Regards,
    Ismael

    in reply to: Icons don't work. #193706

    Hey corky23!

    You’re using a very old version of the theme. Please download the latest version on your themeforest account. Note that there are a lot of changes on the latest update and you may have to recreate some of the elements like iconbox, iconlist etc. Watch this video on how to update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Ismael

    in reply to: Disable Featured Image on Posts #193702

    Hey jmaguirrei!

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

    .single .big-preview.single-big {
    display: none !important;
    }

    Best regards,
    Ismael

    Hi!

    Glad you finally fixed it. We’ll keep that in mind. Thanks. :)

    Best regards,
    Ismael

    in reply to: Customize Accordion Sortable "All" Tag #193696

    Hi!

    I’m not sure if this is possible with a child theme. I’ll ask Dude.

    Best regards,
    Ismael

    Hi!

    Glad we could help. :)

    Best regards,
    Ismael

    in reply to: widen breadcrumb bar and footer #193692

    Hi awakeningthedivine!

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

    #main {
    padding: 159px 0 !important;
    }

    What changes did you do on the theme? Did you add any css modifications?

    Cheers!
    Ismael

    in reply to: Auto responder with contact form #193691

    Hey jazbird!

    Yes, you can use html codes on the “Autorespond Text” field when using the Contact Form element. You can also use plugins like Contact Form 7 and Gravity Forms.

    Cheers!
    Ismael

    in reply to: layer slider text on mobile #193688

    Hey jazbird!

    Please edit the layer then go to Attribute. Give it a unique css class or id, example “awesome-layer”. Use media queries to hide it on mobile view. Add this on Quick CSS field:

    @media only screen and (max-width: 767px) {
      .awesome-layer {
    display: none !important
    }
    }

    This will hide all layers with “awesome-layer” css class attribute on mobile view.

    Regards,
    Ismael

    in reply to: Mega Menu as dropdown not responding #193686

    Hey Jorge!

    What do you mean by “set the mega menu as dropdown”? Please watch this video on how to properly set up a mega menu: https://vimeo.com/channels/aviathemes/67651241

    Cheers!
    Ismael

    in reply to: Main menu brakes in two lines in ipad #193681

    Hey!

    Hi!

    You can add this on your custom.css or Quick CSS to reduce the font size and padding of the bottom menu:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 11px;
    }
    
    .main_menu ul:first-child > li > a {
    padding: 0 11px;
    }

    Cheers!
    Ismael

    Regards,
    Ismael

    in reply to: Reduce column spacing #193676

    Hey!

    Yes, you can remove the “Home” menu item on Appearance > Menus.

    Regards,
    Ismael

    in reply to: Flash Integration for a Client Site #193675

    Hey blueunderground!

    Can you please post the flash code here? Did you switch to text mode when you insert the code? Embedded flash objects or movie should work properly on the theme but like you said they are not supported on iOS devices and that would be a problem.

    Regards,
    Ismael

    in reply to: Home Slider Issues #193670

    Hey!

    Go to LayerSlider WP > Slide > Global Settings > Layers Container. Specify a specific width for it.

    Cheers!
    Ismael

    in reply to: Set width for #193396

    Hey!

    It would have affected the post layout and other elements header because the selector “.entry-content-header” are being use on a lot of elements within the theme if I am not mistaken. Yes,that is exactly what it says “In portfolio-preview-content, change the width for entry-content header”. :)

    Best regards,
    Ismael

    in reply to: how to reverse "next portfolio item" from left to right #193395

    Hi dulei07!

    It should be in the correct order but if you want to reverse it, you can edit functions-enfold.php then find this code on line 341:

     $entries['prev'] = get_previous_post($same_category);
            $entries['next'] = get_next_post($same_category);

    Replace it with:

    $entries['prev'] = get_next_post($same_category);
            $entries['next'] = get_previous_post($same_category);

    Best regards,
    Ismael

    in reply to: Problems – Elements, Versions, Tables #193394

    Hey ovanes84!

    Can you please give us a link to the website? Try to deactivate all plugins and increase the php memory limit, see if it fixes the issue: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Non-clickable blog preview #193386

    Hey!

    I hope it work. :)

    Regards,
    Ismael

    Hi!

    Do you have the latest version of Enfold? Have you recently upgrade the WordPress installation? Please post the login details here as a private reply. Deactivate all plugins if possible, we don’t want to mess with your plugin settings. Also check if disabling the plugins fix the issue.

    Regards,
    Ismael

    in reply to: Image Size Error at Partner-Grid in Internet Explorer #193382

    Hey!

    Please add this on your custom.css or Quick CSS:

    #top .avia-logo-element-container img {
    width: auto;
    }
    
    #top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img {
    width: auto;
    }

    Cheers!
    Ismael

    Hey!

    Please use this instead to remove the featured image:

    .single .small-preview {
    display: none !important;
    }

    The website seems to load properly on mobile devices including iPad when I check it here: http://responsinator.com/?url=http%3A%2F%2Fwww.interiorinnovations.com.au%2Ftest%2F

    Cheers!
    Ismael

    in reply to: Set width for #193378

    Hi agarkitekter!

    Can you please give us a link to the website? We need to inspect it to give you a proper css solution. You can try this:

    .portfolio-preview-content .entry-content-header {
    width: 200px;
    }

    Cheers!
    Ismael

    in reply to: Ajax portfolio #193376

    Hi!

    Sorry but it is not possible yet. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests

    Cheers!
    Ismael

    in reply to: Logo is not working properly #193372

    Hey disruptivevision!

    Are you using the Small Fixed Header? You can edit js > avia.js, find this code:

    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height/2)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/2;
                        header.addClass('header-scrolled');
                    }

    Replace it with:

    var st = win.scrollTop(), newH = 0;
    
                    if(st < el_height/1.5)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/1.5;
                        header.addClass('header-scrolled');
                    }

    You can decrease the 1.5 value if you want a larger header when you scroll down the page. Please remove browser cache then reload the page a few times. You can also test it on another browser.

    Regards,
    Ismael

Viewing 30 posts - 62,461 through 62,490 (of 67,033 total)