Forum Replies Created

Viewing 30 posts - 61,951 through 61,980 (of 67,023 total)
  • Author
    Posts
  • in reply to: Insert a gallery in a post #201047

    Hey!

    Glad you found it. Merry Christmas! :)

    Cheers!
    Ismael

    in reply to: How to target margin on a promo box on a specific page? #201046

    Hi Chrilles!

    Please use this instead:

    .page-id-2801 .av_promobox {
    padding: 10px 30px;
    margin: 10px 0;
    }

    Remove browser cache then reload the page.
    Regards,
    Ismael

    in reply to: Megamenu and Firefox #201045

    Hi mikeandrewfischer!

    Can you please post a screenshot of the mega menu? I’ll ask Josue and Devin to check this out.

    Regards,
    Ismael

    in reply to: Problem with filters in portfolio, wordpress version 3.8 #200931

    Hey natiugango!

    Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/

    Cheers!
    Ismael

    in reply to: !!!!! Logo Resize Problem~ #200929

    Hey wholereneducation!

    1.) Please remove cache then reload the page a few times. Maybe it is browser cache.

    2.) You can edit the file via ftp or your cpanel. Look for the js folder.

    Regards,
    Ismael

    in reply to: remove certain pages from search results #200927

    Hi fonterra!

    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/

    Regards,
    Ismael

    in reply to: Contact form in Slider #200925

    Hi fullvalue!

    Yes, you can use the Layer Slider. Insert the contact form shortcode no a Div / Video layer.

    [av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [/av_contact]

    Cheers!
    Ismael

    Hey!

    I tested this on Enfold Child Theme and it works just fine. I tried it on your end but it’s not working. We don’t want to mess with your plugin settings. Please deactivate all plugins then test it again.

    Cheers!
    Ismael

    in reply to: Remove Comments area in pages #200918

    Hi adrianej!

    Go to Settings > Discussions > Default article settings disable the “Allow people to post comments on new articles” option. You can also use this on Quick CSS to hide the comment area:

    .comment-entry.post-entry {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Portfolio Help – Please #200915

    Hi lrobbins303!

    You can create different portfolio pages using the Portfolio Grid element. Select which category to show on a specific portfolio page. Watch this video to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359

    Regards,
    Ismael

    in reply to: How to install fonts #200908

    Hi!

    Arvo is a google font. You can actually add this on your functions.php to add the font:

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

    Use this:

    h2 { font-family: ‘Arvo’, serif; }

    Cheers!
    Ismael

    in reply to: Website Not Working Properly in IE #200905

    Hi!

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

    .header_color .main_menu ul, .header_color .header_bg {
    background: white;
    }

    This should fix the drop down and header. Please remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Changing shapes of news.thumb and header issue. #200902

    Hi Lilipie!

    1.) I know it is doable but I’m having a hard time getting it. Use the .image_size_widget .news-thumb selector. Please experiment with it, refer to this link: http://jtauber.github.io/articles/css-hexagon.html

    2.) You can use this on your custom.css or Quick CSS:

    .bottom_nav_header.social_header #header_main .container{height:44px; line-height: 44px;}

    Adjust the height and line-height if necessary.

    Cheers!
    Ismael

    Hey bvalliance!

    You can create a copy of the includes folder on the child theme then copy the loop-index.php file. Make the changes that you want on the child theme’s loop-indes.php file.

    Cheers!
    Ismael

    in reply to: Sliders Height Adjusting After 1st Rotation #200899

    Hey!

    I’m sorry but the password is incorrect. Please check.

    Regards,
    Ismael

    in reply to: Insert a gallery in a post #200896

    Hey LarsGrottke!

    Use the Insert Shortcode wand to add the gallery.

    Regards,
    Ismael

    in reply to: How to change the font size in the certain part of a page #200894

    Hi!

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

    h2 span {
    text-transform: none;
    font-weight: 300;
    }

    You can also add a special css selector for the heading then apply css modifications to it.

    Best regards,
    Ismael

    in reply to: Portfolio 4 column grid – Title missing #200369

    Hey emil!

    Can you please give us a link to the website? Did you modify anything on the theme files?

    Regards,
    Ismael

    in reply to: Menu Always Small #200362

    Hey!

    Can you please give us a link to the website?

    Regards,
    Ismael

    in reply to: Media Queries, Take off Plugins on mobile devices #200361

    Hey Bruno!

    1.) You can find all the Media Queries css on css > layout.css > #Media Queries section.

    2.) According to some forums display:none; elements are not in the render tree all, so they will perform better at face value. There is really no difference on performance between display:none and visibility:hidden – even if there is, for as little as 1 or 2 elements it will be completely negligible. They said that your main concern should be, as you say, whether you want the elements to remain within the document flow, in which case visibility is a better option as it maintains the box model of the element.

    Best regards,
    Ismael

    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

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