Forum Replies Created

Viewing 30 posts - 59,971 through 60,000 (of 67,155 total)
  • Author
    Posts
  • in reply to: Issue with Logo in Mobile View #234685

    Hey stacyr311!

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

    Please add this below:

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
    margin: 0;
    max-width: 100%;
    }
    }

    Cheers!
    Ismael

    Hey Kathy!

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

    That is weird. Can you please give us a link to the actual page? I can’t reproduce it on my end. Did you add any plugins prior to the issue?

    Best regards,
    Ismael

    in reply to: Social Icon Shortcodes #234683

    Hey fgrippe!

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

    The shortcode for the actual social icons does not exist but there is a shortcode to generate the font icon of the social icons. Go to a post or page then use the insert shortcode wand. Insert the Icon elements inside the Contents element panel.

    Best regards,
    Ismael

    in reply to: Contact Form Message Font #234680

    Hi mattmorse!

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

    Please try this on Quick CSS or custom.css:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    font: 13px "Marcellus", serif;
    }

    Did you add the google font using Google Font filter on functions.php?

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

    Best regards,
    Ismael

    in reply to: Background appearing above color sections #234677

    Hi!

    How did you set up the page? We really need to see the actual website so that we can inspect it. You can create a separate color separation below the content then place the ocean background on it.

    Best regards,
    Ismael

    in reply to: Ajax Search Icon Size and Results Font #234676

    Hi mattmorse!

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

    The search icon shows fine on our end. Can you please give us a link to the actual website? I’m not really sure if I understand the font thing. Please elaborate, a screenshot of will help.

    Best regards,
    Ismael

    in reply to: Coming Soon Page #234671

    Hey themeforesttony!

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

    Create a page then look for Page Attributes > Template > choose the “Blank” template. Assign this page as frontpage on Enfold > Theme Options > Frontpage Settings.

    Regards,
    Ismael

    in reply to: Layer Slider not displaying #234669

    Hey clcintx!

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

    The links are not loading on my end. Please increase the wordpress php memory limit.
    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Backs Up & Revisions #234668

    Hi addwebtoday!

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

    Do you have the latest version of Enfold? Kriesi fixed the revisions for posts and pages.

    Best regards,
    Ismael

    in reply to: Remove bullits in front of Ajax tree #234667

    Hey Gee Are!

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

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

    #wpfb-filebrowser-2 ul.disc, #wpfb-filebrowser-2 .entry-content-wrapper ul {
    list-style: none outside !important;
    }

    Regards,
    Ismael

    Hi Philippe!

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

    You can edit the footer widgets on Appearance > Widgets > look for the Footer – columns widget areas.

    Cheers!
    Ismael

    in reply to: Incompatibility: Updated WooCommerce and jQuery/Enfold #234659

    Hi!

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

    You can use this plugin: http://wordpress.org/plugins/jquery-updater/

    Regards,
    Ismael

    in reply to: Changing "home" in breadcrumb #234656

    Hey!

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

    Please add this on functions.php:

    add_filter('avia_breadcrumbs_args', 'avia_change_home_breadcrumb', 10, 1);
    function avia_change_home_breadcrumb($args){
     $args['show_home'] = 'CHANGE THE HOME TEXT HERE';
    return $args;
    }

    Regards,
    Ismael

    in reply to: WooCommerce Product Slider – Broken href #234653

    Hey Tom!

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

    Did you add any plugins prior to the issue? You can edit the code on config-woocommerce > config.php, find this code on line 217:

    $output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span ".av_icon_string('details')."></span>  ".__('Show Details','avia_framework')."</a>";
    

    I don’t see anything wrong with it.

    Best regards,
    Ismael

    in reply to: Enfold > Map size #234651

    Hi!

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

    You can add this on your custom.css or Quick CSS to remove the map data:

    .gmnoprint {
    display: none !important;
    }

    Use this one to remove the padding:

    #avia_google_maps-2 {
    padding: 0;
    }

    Cheers!
    Ismael

    in reply to: Strange behavior of Enfold #234644

    Hey tomgraziani!

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

    What do you mean by “it can’t connect to the web”? I checked the website and I can see the images just fine.

    Regards,
    Ismael

    in reply to: Icon Box Title Links Don't Have Link Color #234559

    Hi auroradesignstudio!

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

    Please give us a link to the website. We need to inspect it. Add this on Quick CSS:

    .iconbox .iconbox_content .iconbox_content_title a:hover {
    color: red !important;
    }

    Change the color value.

    Cheers!
    Ismael

    • This reply was modified 11 years, 10 months ago by Ismael.
    in reply to: Black Header / Menu in IE9 #234555

    Hey!

    The suggestion above will also exclude the custom.css file. Anyway, glad you fixed it. :)

    Best regards,
    Ismael

    in reply to: Two Line Menu Option #234554

    Hey aribann!

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

    You can follow the instructions that I provided there. Enfold doesn’t have a feature yet to automatically create a two line menu which imo not a common feature use for websites. If you’re talking about the walker menu, you have to hire a freelance developer to add it on Enfold.

    Best regards,
    Ismael

    Hey neillin!

    How are you? I hope you feel great today. Thank you for the question.

    Please give us a link to the website. Try to flush the permalink settings on Settings > Permalink. Click the “Save” button once, see if the portfolio items are fix.

    Cheers!
    Ismael

    Hey mdekievit!

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

    Can you please give us a link to the actual page with the grid content? We need to inspect it.

    Best regards,
    Ismael

    in reply to: Dropdown background colour #234551

    Hey Rupert!

    Hope you’re feeling well today! Thank you for using the support forum.

    It requires username and password to see the website. Can you please post it privately here?

    Best regards,
    Ismael

    in reply to: Call to Action Button in Layer Slider #234549

    Hi fryec1135!

    How are you? I hope you feel great today. Thank you for the question.

    You can generate the button shortcode on a post using the insert shortcode wand then place it on layer slider using the Div / Video field.

    Regards,
    Ismael

    in reply to: how to set more image size to be choosen?? #234540

    Hey remix1998!

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

    Before you insert the image, please look for “ATTACHMENT DISPLAY SETTINGS”. Choose the thumbnail size that you want. Make sure that you insert the image on a column layout to constrain the size. The image width is set to 100% via css, it will inherit the size of the container.

    Best regards,
    Ismael

    in reply to: Background appearing above color sections #234539

    Hi wsmith187!

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

    I’m not really sure if I understand you correctly. Layers on the web doesn’t exactly work like photoshop. Please give us a link to the website and a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    in reply to: Vidoes Not Working. Help, please. #234538

    Hi!

    You’re using 2.5.2 which doesn’t include the video integration script that is specified on the 2.5.4 change log. Please download 2.5.4. Don’t worry about the contents they still be intact when you update the theme via FTP.

    Cheers!
    Ismael

    in reply to: Buttons Look Different on Live Page #234537

    Hi!

    Kriesi removed the gradient overlay on the latest version of the theme but he forgot to erase it on the Advance Layout Builder. You need to use css to apply the gradient again then change the color of the text. Did you add something like this on style.css?

    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
    color: red;
    }

    Please remove that. For further modifications, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Drop Down Menu #234535

    Hi!

    Did you add the css modifications that I gave you? It should center the advance menu toggle on mobile devices. Adjust them if necessary. I’m sorry but I don’t have a Samsung Tablet to check this. Please try this to center the menu on Samsung Tablet:

    @media only screen and (max-width: 800px) {
    .mobile_active #advanced_menu_toggle {
    display: block;
    left: 124px;
    }
    }

    I’ll ask the other support team members to check this on their tablets.

    Regards,
    Ismael

    in reply to: Enfold Theme Questions. #234532

    Hi simplyaha!

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

    I can see 3 videos when I checked the website. Please go to Global Settings > Slideshow. Set the “Automatically pause slideshow” to “auto”. 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: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Ismael

    in reply to: Gallery Thumbails Wrong Size #234529

    Hey!

    It is to 20% via CSS. I gave you the code to change the thumbnail size. Please use that.

    Cheers!
    Ismael

Viewing 30 posts - 59,971 through 60,000 (of 67,155 total)