Forum Replies Created

Viewing 30 posts - 62,311 through 62,340 (of 66,017 total)
  • Author
    Posts
  • in reply to: Avia image hover -> use own images for hover state #176163

    Hey!

    We need to see the actual website. How did you add the 3 column image? Can you please elaborate the steps that you did? You add the style inside this media query:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    /* Add your Styles here */
    }`

    Best regards,
    Ismael

    in reply to: Different Menu on Blog Page #176161

    Hi!

    You can use this:

    .archive .main_menu div ul li {
    display: none;
    }

    Move this bit of code at the very bottom:

    #top #menu-item-search {
    display: block !important;
    }

    Regards,
    Ismael

    in reply to: Full-width colour sections #176160

    Hey,

    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. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:

    [av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_promobox]

    Regards,
    Ismael

    in reply to: Full-width colour sections #175939

    Hi bluegrassdigital!

    Why can’t you use the Advance Layout Builder? You can add a unique css selector to each Color Section if you want to style it differently or add an alternating background color or image. Can you please give us a mock up of what you’re trying to achieve? A link to your site will help.

    Cheers!
    Ismael

    in reply to: slide show gets stuck #175937

    Hi!

    I checked your site: http://www.stjohncmeok.org/stjohnwp/

    It doesn’t get stuck on the second slide. Please remove browser cache and reload the page a few times.

    Cheers!
    Ismael

    in reply to: Phone validation is not working #175933

    Hey kevinong!

    Did you set the field option to “Is not empty” on “Form Element Validation” option? Can you please give us a link to the website?

    Regards,
    Ismael

    in reply to: Portfolio grid aligned to the center #175929

    Hey!

    Sorry but what you’re asking is a bit complicated. Please hire a freelance developer to modify the portfolio alignment for you.

    Cheers!
    Ismael

    in reply to: change contact form #175923

    Hi e-conomy!

    You can adjust the padding and the minimum width. Add this on your custom.css or Quick CSS:

    #top .ajax_form .text_input, #top .ajax_form .select, #top .ajax_form .text_area {
    width: 100%;
    min-width: 50px;
    padding: 5px;
    }

    Cheers!
    Ismael

    in reply to: Video preview not displaying #175918

    Hey placewrightdesign!

    The background image source doesn’t exist. Are you sure this is the correct image url?

    http://www.alarm.com/videos/Energy_FINAL_040313.jpg

    Best regards,
    Ismael

    in reply to: Logo and menu display in IE8 #175916

    Hey hawea74!

    Do you have the latest version of Enfold? I think the IE8 issue with the logo is fixed on the latest update.

    Cheers!
    Ismael

    Hey!

    You have a lot of plugins installed. Have you tried deactivating one of them except for the Yeost SEO plugin? I don’t want to ruin any settings that you set on any of the plugins. Maybe a combination of plugins is causing the issue.

    Cheers!
    Ismael

    in reply to: Layerslider WP Not Clearing Previous Slide #175500

    Hello!

    Alright. I’ll wait for the email.

    Regards,
    Ismael

    in reply to: Still not getting Ajax to work #175496

    Hello!

    Can you please send in the login details?

    You can email it to ///.

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Best regards,
    Ismael

    in reply to: Blog disappearing when toggled to "Grid" View #175494

    Hello digitaltalentagents!

    Can you please post a link to your website and your blog page? Do you have any plugins installed that may interfere with the theme? Please disable them first.

    Cheers!
    Ismael

    in reply to: Menu drop downs on main page are clear after update #175492

    Hello!

    Glad it is fixed. :)

    Cheers!
    Ismael

    in reply to: how to change size of drop downs #175491

    Hello lpfa!

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

    #top .variations .label label {
    margin-top: 5px;
    text-align: left;
    min-width: 220px;
    }

    Regards,
    Ismael

    in reply to: Different Menu on Blog Page #175490

    Hello jaimemerz!

    You can add this on your custom.css or Quick CSS to hide the menu on the post page.

    .single .main_menu div ul li {
    display: none;
    }
    
    #top #menu-item-search {
    display: block !important;
    }

    Cheers!
    Ismael

    in reply to: Navigation menu for long single page website with Enfold #175488

    Hey kheong!

    You can follow these steps. You can add this on js > avia.js.

    $('#avia-menu li a').click(function(event) {
        
    		$('#avia-menu li a').click(function(){
    			 $('#avia-menu li a').removeClass('active');
    			 $(this).addClass('active');
    		});
    		
    	});

    Then add this on your custom.css or Quick CSS;

    #avia-menu li a:hover, #avia-menu li a.active { background: #ff0; color: red !important; }

    You can try the effect by creating a page with 3 Color Sections. Set an id on “For Developers: Section ID” field. Name the sections 1, 2 and 3 respectively. Go to Appearance > Menus, create a new menu. Add custom links with URL like #1, #2 and #3.

    Regards,
    Ismael

    in reply to: Layerslider WP Not Clearing Previous Slide #175483

    Hello!

    On Slide Options > Slide delay. Did you set a value?

    Can you please send in the login details?

    You can email it to //…

    Include the word “Kriesi” on the subject. Add the link of this thread on your email.

    Regards,
    Ismael

    in reply to: Issues with logo Max-Width #175480

    Hi!

    You can add the !important after the css property value to override the inline style. Can you please post a screenshot? A link to the actual website will help.

    Regards,
    Ismael

    in reply to: Change blog Grid template to use thumbnails #175478

    Hi ttem!

    The blog grid layout use the portfolio thumbnails set on functions.php

    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    You can change the size then regenerate the thumbnails.

    Best regards,
    Ismael

    in reply to: mobile menu icon changed position #175475

    Hey!

    I’m not sure if I’m following the thread correctly but this is what I see on mobile view. The menu toggle icon is correctly displayed.

    Cheers!
    Ismael

    in reply to: too many dots on easy slider : can I have them disappear ? #175474

    Hello totofunk!

    I guess you already found a fix. You can add this on your custom.css or Quick CSS:

    .avia-slideshow-dots {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Woocommerce catalog page #175473

    Hey alkross!

    You can use the Advance Layout Builder. Create a page then add the Product Grid or the Product Slider under Plugin Additions panel. Don’t set a Shop Base Page on Woocommerce Settings.

    Cheers!
    Ismael

    in reply to: Portfolio page Permalinks broken (dual language) #175472

    Hey swissfilm!

    I visited the site’s portfolio page and switch from English to Deutch. It doesn’t give me a 404 page. Have you tried this on a different browser? Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Enfold menu question #175468

    Hi pmconsulting!

    Can you please give us a link to the website?

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

    .current_page_ancestor.active-parent-item > a {
    color: red;
    }

    This is for the current submenu item:

    .current_page_ancestor.active-parent-item > .sub-menu .current-menu-item a {
    color: red !important;
    }

    Regards,
    Ismael

    in reply to: EASY SLIDER: image name = file name when hovering it #175442

    Hey colorit2!

    Browsers render the title attribute differently. We really don’t have any control over them. You can edit js > avia.js, find this code on line 5-6:

    $(document).ready(function()
        {

    Add this code below:

    $(".avia-slideshow li img").attr('title', '');

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Updating theme to latest version #175440

    Hi lpfa!

    Please copy the css on a notepad or any text editors then update the theme. You can paste it back on the Quick CSS field after the update. Actually, you won’t lose them when you update the theme but creating a backup is good. Please watch this video on how to update the theme via FTP. https://vimeo.com/channels/aviathemes/64927356

    Cheers!
    Ismael

    in reply to: Enfold Woo Product Image CSS #175436

    Hey NavGrief!

    Can you please give us a link to the product page with the huge images? Have you tried to regenerating the thumbnails?

    Regards,
    Ismael

    in reply to: Portfolio #175431

    Hello!

    This is not a theme issue. Please search google for possible WAMP application issues.

    http://forum.wampserver.com/read.php?2,70321

    Best regards,
    Ismael

Viewing 30 posts - 62,311 through 62,340 (of 66,017 total)