Forum Replies Created

Viewing 30 posts - 60,691 through 60,720 (of 66,084 total)
  • Author
    Posts
  • in reply to: recommendation for best Map Plugin for Enfold #207536

    Hey!

    We don’t have really have any access with the plugins and we don’t usually support third party plugins. We’re just trying to suggest some plugins that you can use. Maybe you can start with these free plugins:

    http://wordpress.org/plugins/pronamic-google-maps/
    http://wordpress.org/plugins/wp-google-maps/
    http://wordpress.org/plugins/wp-google-map-plugin/

    Best regards,
    Ismael

    Hey Indiatravelz!

    Add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-button.avia-size-large {
    padding: 5px 20px;
    }
    }

    Best regards,
    Ismael

    in reply to: Two requests (logo and font) #207533

    Hey LinkedMediaGroup!

    1.) Can you please give us a link to the website? You can add this on your custom.css or Quick to change the header height if you’re using the default header. This will also increase the size of the logo:

    #header_main .container, .main_menu ul:first-child > li a{ height:128px; line-height: 128px; }

    2.) What is the font you’re trying to use? If it is a google font, you can add this filter on functions.php:

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

    Replace “Alef” with the google font you’re trying to use.

    Cheers!
    Ismael

    in reply to: Creating content that is included on each page #207528

    Hey Vada!

    This is what you can do. Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Copy the shortcode that you want to place after each content.

    Best regards,
    Ismael

    in reply to: Icon hover effect #207522

    Hi bloomfashion!

    Can you please give us a link to the actual page? I’ll ask Yigit to look. Maybe the section id on the other page is not the same.

    Cheers!
    Ismael

    in reply to: Add Floating Button, Remove Navigation Links #207293

    Hey nmillas!

    1.) Please try these plugins:

    http://wordpress.org/plugins/floating-menu/
    http://wordpress.org/plugins/codeflavors-floating-menu/

    2.) There are header types that includes social icons. You can set it on Enfold > Header > Header Type.

    3.) Please hire a freelance developer to add the pop up feature for you.

    Best regards,
    Ismael

    Hey!

    You can change the background color of the mobile menu select using this:

    #top .header_color select {
    border-color: blue;
    background-color: red;
    color: #155773;
    }

    Change the arrow select using this:

    #top .mobileMenu{
    background-image: url(IMAGE URL HERE);
     background-position: center right;
     background-repeat: no-repeat;
     border-radius: 2px;
    }

    Create your own image. The size should be 30x13px.

    Best regards,
    Ismael

    in reply to: Change the layout of portfolio #207285

    Hey!

    It will require major modifications with the theme and is beyond the of what we can do as support team. Please hire a freelance developer if you want that kind of portfolio layout. You can visit http://werkpress.com/ for wordpress modifications.

    Regards,
    Ismael

    in reply to: Show "logged-in" status in header #207284

    Hey!

    Edit header.php, find this code on line 116:

    $nav  = wp_nav_menu($args);
                                echo $nav;

    Below, add this code:

    if ( is_user_logged_in() ) {
    								$user = wp_get_current_user();
    								echo "<div id='header-welcome'>Welcome ". $user->display_name ."</div>";
    							}

    Add this on Quick CSS or custom.css:

    #header-welcome {
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 10px;
    margin-left: 20px;
    }

    Best regards,
    Ismael

    in reply to: Mobile site not formatted correctly… #207281

    Hey!

    You can add this on your custom.css or Quick CSS to move the caption more to the right:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption {
    left: 150px;
    }
    }

    Cheers!
    Ismael

    in reply to: Delete Widget Area Title? #207279

    Hey!

    Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: Header resizing issues #207277

    Hey!

    If you have this code on Quick CSS:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 90px !important;
    line-height: 90px !important;
    max-height: none !important;
    }

    Please replace it with:

    .logo img, .logo a {
    height: 90px !important;
    line-height: 90px !important;
    max-height: none !important;
    }

    Replace the code that I gave you with:

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

    Remove the title using this:

    #top .alternate_color.title_container .main-title {
    display: none;
    }

    Adjust the breadcrumb container height using this:

    #top .title_container .container {
    padding: 10px 0;
    min-height: 30px;
    }

    Best regards,
    Ismael

    in reply to: Enfold Theme: Advanced layerslider stopped displaying #207269

    Hi!

    The LayerSlider is working now. Please remove browser cache then reload the page a few times. Test it on another browser.

    Cheers!
    Ismael

    Hey!

    You can send it to ///. Please add the word “Kriesi” on the subject and the link of this thread on your email.

    Cheers!
    Ismael

    in reply to: Header resizing issues #207253

    Hey tusing!

    The space below he header is the main div padding. You can adjust it using this:

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

    Please give us a link to the actual website.

    Cheers!
    Ismael

    Hey!

    Please post the login details here as a private reply. We would like to inspec the LayerSlider.

    Regards,
    Ismael

    in reply to: Images will not insert into Page #207250

    Hi Chris!

    Can you please give us a link to the website? Post the login details here as a private reply.

    Regards,
    Ismael

    in reply to: Google Font Doesn't Load on Firefox #207247

    Hi!

    The code you used is incorrect. Please use the code I posted above then modify the css:

    .main_menu ul:first-child > li > a {
    font-size: 18px;
    font-family: 'Short Stack', cursive !important;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    Hi!

    On the Easy Slider element there is an option to select the image size, “Slideshow Image Size”. This will give you a specific height for all images.

    Best regards,
    Ismael

    in reply to: Breadcrumbs with full path terms (taxonomy) for post type #207241

    Hey!

    What type of header do you have? You can actually remove the default breadcrumb then add the navXT breadcrumb plugin. Edit header.php, find this code on line 185:

    do_action('ava_after_main_menu');
                            ?>

    Below, add this code:

    <div class="navxt">
                            <?php if(function_exists('bcn_display')) { bcn_display(); }?>
                            </div>

    Add this on your Quick CSS or custom.css:

    .navxt {
    position: absolute;
    right: 0;
    top: 73px;
    }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    in reply to: Google Font Doesn't Load on Firefox #207238

    Hi!

    How did you add the font? You can add this on functions.php to add the font properly, find this code on line 3:

    global $avia_config;

    Below,add this code:

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

    You can now select the “Short Stack” font on Theme Options > Styling > Heading and Body fonts.

    Regards,
    Ismael

    Hi blende64!

    You have a lot of plugins installed. Maybe one of them is causing the issue. Deactivate them one at a time, see if it fixes the issue. I tested this on my end and the sort order is not lost when I added new image on the gallery.

    Best regards,
    Ismael

    in reply to: Logo getting cropped in IE version 10 #207232

    Hey claesekberg!

    You have an old version of the theme. Please download the latest version of the theme on your themeforest account then watch this video by Devin on how to update the theme via FTP: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: Posts duplicated , custtom taxonomy #207223

    Hi Chenan!

    Please remove or deselect the Blog page on Theme Options > Where do you want to display blog? option. Maybe, the other blog page is pulling the settings from the default wordpress blog or index.php. :)

    Best regards,
    Ismael

    in reply to: Excerpt Not Showing on masonry Galley? #207219

    Hi!

    Edit the portfolio item then look for Screen Options, enable the Excerpt. You can specify the excerpt there.

    Cheers!
    Ismael

    in reply to: Fullwidth slider buttons #207218

    Hey!

    You can manually add the html code of the button on the Caption Tex field. It will looks something like this:

    <a href="LINK HERE" class="avia-slideshow-button avia-button-light" data-duration="800" data-easing="easeInOutQuad">Click me</a>

    Regards,
    Ismael

    in reply to: LayerSlider Issue #206736

    Hey bymenjil!

    Go LayerSlider WP > Global Settings > Slideshow > turn off “Random slideshow” option then turn on the “Animate first slide” option.

    Cheers!
    Ismael

    in reply to: Google Font Doesn't Load on Firefox #206734

    Hey deyowulf!

    Can you please give us a link to the website? What is the font you’re using? Are you working on a localhost?

    Cheers!
    Ismael

    Hey!

    Glad we could help. :)

    Regards,
    Ismael

    in reply to: Enfold – change slash symbol in meta infos Blog #206728

    Hi!

    Glad it worked. :)

    Regards,
    Ismael

Viewing 30 posts - 60,691 through 60,720 (of 66,084 total)