Forum Replies Created

Viewing 30 posts - 59,701 through 59,730 (of 67,565 total)
  • Author
    Posts
  • in reply to: Text in Slider #244955

    Hey!

    Thank you for clarifying the issue.

    Please edit the layer within the layerslider then look for the Styles panel. On the Custom style settings, add an inline style. This will make sure that you get the correct style for the current layer. In your case, you can add something like this:

    color: red; font-weight: bold;	
    

    Best regards,
    Ismael

    in reply to: A tiny fix to make the shoppingcart icon perfect #244953

    Hi!

    Thank you for the fix. :)

    Cheers!
    Ismael

    in reply to: Can not remove the language Flap from the menu #244952

    Hey tangcslanyu!

    Thank you for using the theme! You got a nice website there.

    You can add this on each languages’ Enfold > Styling > Quick CSS field.

    .avia_current_lang {
    display: none !important;
    }

    You can also add it on the custom.css.

    Regards,
    Ismael

    in reply to: Parallax works in IE and Firefox, but not in Chrome #244950

    Hey beven!

    Thank you for using the support forum.

    I checked the site on Chrome Windows 8 and the smooth scroll works perfectly fine for the anchor menus. On what browser version and OS are you testing this with?

    Best regards,
    Ismael

    in reply to: Tables are not responsive #244949

    Hi!

    Thank you for doing as suggested above. Please add this on Quick CSS or custom.css to resize the table:

    @media (max-width: 767px) {
    .avia-data-table .avia-pricing-row td, .avia-data-table .avia-pricing-row th {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    max-width: 147px;
    word-break: break-word;
    }
    }

    Best regards,
    Ismael

    in reply to: SWYN plugins to use with Enfold? #244733

    Hi!

    I think the plugins got a bad review because they’re quite complicated to use compareto other social plugins but gives you extensive control over the social buttons. I hope the socialize plugin suit your needs. :)

    Cheers!
    Ismael

    in reply to: How can i set Grid layout of images on Home page #244732

    Hey!

    Will you mind posting a screenshot of the menu after installing the child theme? In order to correctly switch your theme to a child theme, make sure that you imported the parent theme settings on Enfold > Import/Export panel. Click the button saying “Import Parent Theme Settings”.

    I hope this helps. :)

    Best regards,
    Ismael

    in reply to: Dotted overlays on color section #244731

    Hey AntonNovikov!

    You add something like this for the color section:

    .avia-section {
    content: url('IMAGE URL HERE');
    }

    This will cover the background image that you set for the color section.

    Best regards,
    Ismael

    in reply to: Google Font #244729

    Hey chiummog!

    Please add this code below line 3 on functions.php:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Bree Serif'] = 'Bree Serif';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Bree Serif'] = 'Bree Serif';
    return $fonts;
    }

    The new font Bree Serif should be visible below all the fonts on the selection.

    Cheers!
    Ismael

    in reply to: Issues with secondary header navigation, top right #244727

    Hi!

    The codes’ suggested above should work but I think they’re not working on your end because you have a cache plugin. Please try to empty cache and make sure that you have added the suggested code above. Remove browser cache then reload the page a few times.

    @media all and (max-width: 989px) and (min-width: 768px) {
    .av-main-nav > li > a {
    font-size: 12px !important;
    padding: 0 5px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Title & Breadcrumbs vanished in second language version #244724

    Hey!

    Thank you for using the theme!

    I can see the issue for both languages. In order to assist you with this issue, we’ll first need you to provide us with some information below (don’t forget to select Set as private reply to ensure that your data is private:

    Your WordPress login credentials.
    Your FTP credentials in case we need to check the theme core files.

    Once we have all of this, we’ll be happy to take a deeper look into things.

    Cheers!
    Ismael

    in reply to: Shifting gallery slides down a notch #244722

    Hi Justin!

    Thank you for using the theme and link you provided.

    You can add this on Quick CSS or custom.css to move the slider downwards:

    .avia-fullscreen-slider {
    top: 25px;
    }

    Cheers!
    Ismael

    in reply to: mobile menu disappeared after upgrade #244721

    Hi!

    Thank you for checking the details. I can check the website now.

    You have the old header.php on your child theme. Please create a backup of that file then replace it with the new header.php file from the parent theme folder. Did you create a custom menu? There are no existing menus on Appearance > Menus when I checked it. Maybe I’m wrong but I think overriding the header.php file will fix the mobile menu issue but may mess up the custom menu that you created.

    Cheers!
    Ismael

    in reply to: Submenu Items #244719

    Hi!

    For the submenu, please use this:

    .header_color .main_menu .menu ul li a {
    color: red;
    }
    
    .header_color .main_menu .menu ul li a:hover {
    color: blue;
    }

    Are you trying to decrease or increase the width? The padding should work in increasing the submenu width. If you want to change it individually, you might need to hire a freelance developer to fix it for you. I’m sorry but that is beyond the scope of support. For further customization, please visit Werkpress.

    Cheers!
    Ismael

    in reply to: Fullwidth Mega Menu #244717

    Hey Pappasdg!

    Thank you for using the theme!

    I’m sorry but it’s not possible to make the megamenu fullwidth without creating a script that will calculate the browser width and apply it to the megamenu div. Anyway, you can specify the width of the mega menu using this on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px){
    .responsive .container .avia_mega_div.twelve.units {
    width: 1300px;
    }
    }

    For further customization, please visit Werkpress.

    Cheers!
    Ismael

    in reply to: How to set 1 default background for all components #244716

    Hey!

    Thank you the info.

    You can do the following in order to achieve the same effect:

    1.) Create a page then switch to Advance Layout Builder. Add the Fullscreen Slider or the Color Section element.

    2.) Look for the Layout metabox then enable the Header transparency.

    3.) Publish the page. :)

    You should disable the social icons and the top bar for best results.I hope this helps.

    Regards,
    Ismael

    in reply to: Header menu text moving #244715

    Hi!

    Sorry for the delay and thank you so much for using the theme!

    The new enfold release 2.6.2 includes a lot of IE fix which might take care of the problem you’re having right now. Please download the latest version of the theme from your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    If you want to center align the language flags you can add this on your custom.css or Quick CSS:

    #top ul.avia_wpml_language_switch li {
    margin: 0px 0px 0px 5px;
    display: inline-block;
    float: none;
    }
    
    .avia_wpml_language_switch {
    text-align: center;
    }

    Make sure that you add this on every languages’ Quick CSS or add it on custom.css.

    Regards,
    Ismael

    Hi willwatsongraphics!

    Thank you using the theme and the feedback!

    There are a lot of improvements on the latest update of Enfold especially on the header part. The markup has been changed drastically that a lot of users are complaining about it. Anyway, those changes are necessary to improve the way you modify the header options. You can now simply specify where you want the logo and menus to show, add extra elements, configure the header height etc. In your case, you can add this on Quick CSS or custom.css to remove the top padding:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large .home #main {
    padding-top: 0 !important;
    }

    Cheers!
    Ismael

    in reply to: Portfolio Grid Images Loading on top of each other #244712

    Hi!

    Thank you for using the theme!

    I tested the website however I can’t see the portfolio items stacking up with each other. Given that I have a slower internet connection speed compare to you and for most of the users here in that matter, I think you can assume that it will load much faster for other visitors. Another thing you can do is to optimize the page loading speed to decrease the possibility of this issue happening close to zero.

    There are lot of things that you can do to optimize the website speed and page load. You can do the following:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin.
    5. Install WP-Super cache, select all recommended settings, use memcache option, update .htaccess rules, increase cache to 840000, Save then delete cache.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Dont forget to smile.

    Best regards,
    Ismael

    in reply to: How can i set Grid layout of images on Home page #244711

    Hey!

    1.) Please watch this video to learn more about how to set up a child theme: http://vimeo.com/channels/aviathemes/67221517

    2.) After you added the theme support for custom css class on functions.php, you’ll see a new field option on every elements within the Advance Layout Builder. If you edit a Text Block, you can scroll below then look for “Custom Css Class”. This is true for every elements within the builder except for the column layouts.

    Refer to Dude’s example above. :)

    Cheers!
    Ismael

    in reply to: Enfold Mega Menu off-screen #244709

    Hi!

    Thank you for investigating the issue!

    For a temporary fix, please add this on Quick CSS or custom.css:

    #header .avia_mega_div {
    left: -300px !important;
    }

    In order to help you much further, we’ll need the link to your website so that we can inspect.

    Cheers!
    Ismael

    in reply to: Update causing issues #244708

    Hi!

    Thank you for updating!

    Please make it a habit to update the theme often. Unfortunately, version 2.4.4 is very old and some of the functions on this version are either changed or obsolete. You might need to recreate certain elements or pages and configure a lot options. If you check Enfold > Header, you’ll see a lot of new options. Please let us know if you have scourge your way through the new theme options then we’ll help you with some of the issues you’re still having.

    Cheers!
    Ismael

    in reply to: Mobile menu not working #244707

    Hi studio-dlhastings!

    Glad you figured it out. If you have any questions, let us know. :)

    Cheers!
    Ismael

    in reply to: Setting up Responsive One Page #244706

    Hi bert787!

    Thank you using the theme!

    You can set the theme to fixed layout on Enfold > General Settings > Responsive Layout. Choose the Fixed Layout to remove the responsive mode. Sadly, you can’t define which page you want the option to apply. You might need some help from a freelance developer to exclude a certain page from this option.

    Regards,
    Ismael

    in reply to: Video Sliders #244704

    Hi bert787!

    Thank you for using the theme!

    Unfortunately, it is not possible yet without your own modifications within the theme. You can look for help on Werkpress. Kriesi chose to disable the video function on mobile devices because there were simply too many incompatibilities and it doesn’t offer a good user experience. Each service (youtube, vimeo, self hosted) for videos had its own set of problems.

    Thank you for your understanding.

    Regards,
    Ismael

    Hi!

    Thank you for the link. Unfortunately, the theme is not using the NextGen Gallery plugin. It is using the prettyPhoto lightbox plugin by default. If you want to add the NextGen Gallery and disable the default lightbox plugin, edit js > avia.js. Find this code on line 60:

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
    

    Replace it with:

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
    

    Install the NextGen Gallery. You might encounter few incompatibility issues with the plugin so we suggest that you hire a freelance developer to fix them. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Issue With Floating Images #244698

    Hey Michael!

    Thank you for using the theme!

    On what browser and OS are you testing this with? I tested it on Firefox/Chrome Windows 8 but I don’t see the shift when I hover over the images. There’s a way where you exclude certain columns via CSS. You can insert the layout columns inside a color section. Edit the color section then look for the For Developers: Section ID field. Add an id on the field, let’s use awesome-section for example. Modify the columns inside the section using this on Quick CSS or custom.css:

    #awesome-section .av_one_fifth {
    width: 20%;
    margin: 0;
    }

    Good job on the website! Looks nice. :)

    Best regards,
    Ismael

    in reply to: Advanced layout editor to build your own blog layout? #244689

    Hey!

    How you are you? I hope you’re doing great!

    I tested your website and true enough the option is not working on your end. Weird thing is we have the same version of the theme and it is working fine on my end. Maybe a combination of plugins is causing the issue. We’ll investigate the issue further. If you don’t mind creating a test site on a sub domain with the same configuration, that will help a lot.

    Regards,
    Ismael

    in reply to: Select Author from Blog Post #244687

    Hi conversations!

    Thank you for using the theme!

    You can change the post author by editing the post then enabling the Author meta box on Screen Options. Select the author name.

    Regards,
    Ismael

    in reply to: Ubermenu sidebar is hidden: The sequel!! #244683

    Hey!

    Thank you for using the theme. The z-index fix is not working like before so please add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px) {
    #top #main .sidebar_left .sidebar {
    width: 269px;
    }
    }
    
    #top #main .sidebar_left .sidebar {
    position: relative;
    z-index: 100;
    overflow: visible;
    float: left;
    width: 239px;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top #main .sidebar_left .sidebar {
    width: 182px;
    }
    }

    Regards,
    Ismael

Viewing 30 posts - 59,701 through 59,730 (of 67,565 total)