Forum Replies Created

Viewing 30 posts - 61,951 through 61,980 (of 67,003 total)
  • Author
    Posts
  • in reply to: Can't change font colors. #200356

    Hey Jorge!

    It looks red to me. :)

    Best regards,
    Ismael

    in reply to: iFrame width issue #200352

    Hey takingaction!

    Can you please give us a link to the page with the iframe code inside the Color Section element?

    Use this on your custom.css or Quick CSS:

    .avia-section .container {
    width: 100%;
    }

    Cheers!
    Ismael

    in reply to: Alternate Background Colour #200351

    Hi Haycreations!

    1.) You can change the background color using this on Quick CSS:

    .single-product #av_section_1 {
    background-color: red;
    }

    2.) You can hide the related products using this:

    .related.products {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Layer slider #200350

    Hey!

    Sorry for the delay.

    You can’t use the Layer Slider shortcode because it is disabled on the theme. However, you can disable the native plugin then install the LayerSlider as a standalone plugin if you want the shortcode to work. Add this on functions.php:

    add_theme_support( ‘deactivate_layerslider’ );

    This will disable the native LayerSlider. Buy the premium LayerSlider plugin then install it. You’ll be able to use the shortcode then.

    Regards,
    Ismael

    in reply to: Form Plugin #200349

    Hey Mono14!

    We usually suggest Contact Form 7 and Gravity Forms but I’m not sure if they are capable of sending data as spreadsheet.

    Please check these plugins to stop spammers:

    http://wordpress.org/plugins/stop-spammer-registrations-plugin/
    http://wordpress.org/plugins/spam-free-wordpress/

    Use this plugin to prevent your emails from going into the junk/spam folder : http://wordpress.org/plugins/easy-wp-smtp/

    Regards,
    Ismael

    in reply to: White space between color sections. #200348

    Hey Emmanuelppp!

    Please give us a link to the page with the Color Section. What browser and OS are you testing this with? A screenshot showing the issue or white space on the Color Section will help.

    Best regards,
    Ismael

    in reply to: Enfold > Masonry Blog > hover effect #200347

    Hey!

    I don’t see the Blog page on your website. Can you please point us to the actual page?

    Best regards,
    Ismael

    in reply to: Reduce the header's height #200346

    Hey!

    My bad! Please decrease height and the line-height on the code I gave you then you’ll see the difference.

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 44px; line-height: 44px; }

    Remove browser cache then reload the page. Don’t forget to adjust the top padding of the main container:

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    Adjust if necessary.

    Cheers!
    Ismael

    in reply to: LayerSlider Issue #200345

    Hi bondrako!

    You can’t use the Layer Slider shortcode because it is disabled on the theme. However, you can disable the native plugin then install the LayerSlider as a standalone plugin if you want the shortcode to work. Add this on functions.php:

    add_theme_support( ‘deactivate_layerslider’ );

    This will disable the native LayerSlider. Buy the premium LayerSlider plugin then install it. You’ll be able to use the shortcode then.

    Cheers!
    Ismael

    in reply to: Responsive layout & footer #200344

    Hi tobylove!

    Please remove browser cache then reload the page a few times. I checked the website and I saw the 1030px layout throughout the website.

    Regards,
    Ismael

    in reply to: Menu Always Small #200343

    Hey Tim!

    What type of header do you have? Please check on Enfold > Header > Header Type. You can disable the header resize on js > avia.js, find this code on line 24:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    Change the header height using this on Quick CSS or custom.css:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:44px; line-height: 44px; }

    Regards,
    Ismael

    in reply to: Full Screen Slider #200341

    Hi MaxMyBody1!

    Please try this on the Quick CSS or custom.css:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: center top !important;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Text Block not working #200339

    Hey MtnStreamGroup!

    Have you tried increasing the wp php memory limit? Please refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Deactivate all plugins, see if the issue persists.

    Cheers!
    Ismael

    in reply to: Multi Select Form Field #200337

    Hey pmgroup1!

    We always suggest the Contact Form 7 and the Gravity Forms plugin. Please give us a link to the contact form so that we can inspect it. You can find the forms css styling on css > base.css > #Forms section.

    Best regards,
    Ismael

    in reply to: Take out mention of Enfold from footer #200335

    Hi GJ2030!

    Go to Enfold > Footer > Copyright then add the [nolink] tag on the field. You can also use this on Quick CSS:

    .copyright {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Menu questions #200334

    Hey!

    Can you please give us a link to the website? A screenshot explaining what you want will help.

    Regards,
    Ismael

    in reply to: Blog page format #200333

    Hi!

    1.) If you want to show the blog on the homepage, you need to do this. Edit the homepage, this is the page that you set on Enfold > Theme Options > Frontpage Settings, add the Blog Posts element. Don’t set any page on Where do you want to display blog? option.

    2.) If you didn’t set a Frontpage, the theme will automatically use the index.php file which contains the template for a Blog or Posts page. Do the instruction above.

    Please watch this video to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359

    Regards,
    Ismael

    Hi michaelhiga!

    I can see the slide out mobile menu but the position is incorrect. You have a lots of plugins installed. Did you add any plugins prior to the issue? Please deactivate them, see if the issue goes away. Test it on another browser.

    Best regards,
    Ismael

    in reply to: Logo does not resize on mobile #200330

    Hey!

    Did you modify anything on the theme files? Are there any css modifications that you added for the logo?

    Regards,
    Ismael

    in reply to: Full Screen Slider #200328

    Hi!

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

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: center top !important;
    }

    This will adjust the top position of the slider image.

    Cheers!
    Ismael

    in reply to: Blog image thumbnails #200324

    Hi!

    Glad you fixed it. :)

    Regards,
    Ismael

    Hi!

    Can you please give us a link to the website?

    Cheers!
    Ismael

    in reply to: Please contribute and translate Enfold #200321

    Hi!

    Please try this: https://kriesi.at/support/topic/standard-theme-language-files/

    Best regards,
    Ismael

    in reply to: Button on site differ from avia #200319

    Hi!

    Please download this file then place it on images/layout folder:

    http://www.mediafire.com/view/h5m368lt4m9j6d0/bg-button.png

    Add this on Quick CSS:

    body div .avia-button{
    background-image: url("../images/layout/bg-button.png");
    }

    Cheers!
    Ismael

    in reply to: Single Product (Product Details) Page Header #200317

    Hi!

    You can try this. We will use the title container. Edit the product then look for Layout > Header Settings > enable the header. Add this on Quick CSS to hide the title and breadcrumb:

    .single-product .main-title.entry-title, .single-product .breadcrumb {
    display: none;
    }

    You can then add an image background on the title container for single product pages only.

    .single-product .stretch_full.container_wrap {
    background: url('http://blog.gettyimages.com/wp-content/uploads/2013/01/Siberian-Tiger-Running-Through-Snow-Tom-Brakefield-Getty-Images-200353826-001.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    }

    You can adjust the height. Change the background image url.

    Cheers!
    Ismael

    in reply to: I'm new and have questions #200315

    Hey dsauce!

    1.) Hire a freelance developer to modify the slider scripts for you.

    2.) Use this on Enfold > Styling > Quick CSS to change the top menu color:

    .header_color .sub_menu>ul>li>a {
    color: red;
    }

    3.) Yes, you can add the Layer Slider on different pages. Use the Advance Layout Builder.

    4.) Yes, it is safe to upgrade to WordPress 3.8. Please refer to this link to fix the portfolio sort issue: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    5-6.) Please experiment with the plugin. We dont’ usually support third party plugins.

    7.) Plugins usually use shortcodes. You can add the shortcode on a Text Widget on Appearance > Widgets > Footer columns.

    8.) Go to Enfold > Footer > Copyright, add the [nolink] tag to remove the Kriesi text.

    Regards,
    Ismael

    in reply to: LayerSlider Not Working… #200313

    Hey!

    You can’t use the Layer Slider shortcode because it is disabled on the theme. However, you can disable the native plugin then install the LayerSlider as a standalone plugin if you want the shortcode to work. Add this on functions.php:

    add_theme_support( ‘deactivate_layerslider’ );

    This will disable the native LayerSlider. Buy the premium LayerSlider plugin then install it. You’ll be able to use the shortcode then.

    Best regards,
    Ismael

    in reply to: Standard Theme Language files #200310

    Hey MatthijsLiethof!

    You can use a child theme then add the “lang” folder. Add this on the child theme’s functions.php:

    add_action('after_setup_theme', 'avia_lang_setup');
    function avia_lang_setup()
    {
    $lang = get_stylesheet_directory()  . '/lang';
    load_child_theme_textdomain('avia_framework', $lang);
    }

    You can also use FTP to update the theme and skip the lang folder.

    Cheers!
    Ismael

    in reply to: How can I change css styles of Headings Size and Color ? #200309

    Hi Lone1971!

    What headings? Can you please give us a link to the website?

    Best regards,
    Ismael

    in reply to: Pages in Menu #200307

    Hi jbc1407!

    Can you please post a screenshot? Deactivate all plugins. Make sure that you click “View All” on the Pages panel to see the list of all pages.

    Cheers!
    Ismael

Viewing 30 posts - 61,951 through 61,980 (of 67,003 total)