Forum Replies Created

Viewing 30 posts - 61,381 through 61,410 (of 66,033 total)
  • Author
    Posts
  • in reply to: Fonts changed after HTTPS/SSL #195049

    Hey eric_peeters!

    The font url should change from http to https automatically. Edit framework > php > class-style-generator.php, find this code on line 186:

    $prefix = "http";
    			if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') $prefix = "https";

    Replace it with:

    $prefix = "https";
    			if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') $prefix = "https";

    Cheers!
    Ismael

    in reply to: navigation #195048

    Hey!

    You can do something like this. Edit the menu item then change the “Navigation Label” to something like this:

    Print/Scan <span class="menu-second-line">Oplossing</span>

    Add this on your custom.css or Quick CSS:

    .menu-second-line {
    clear: both;
    display: block;
    position: relative;
    top: -70px;
    }

    Cheers!
    Ismael

    in reply to: Colour Section Page Background Problem #195047

    Hi!

    There is an unclose div on the first layer slider. Please check it or post the login details here as a private reply.

    Cheers!
    Ismael

    in reply to: i just bought enfold , #195043

    Hi!

    Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes

    Regards,
    Ismael

    in reply to: Several Header Questions #195041

    Hi JaredBurnett!

    Kriesi wanted to make kriesi.at unique in some way so we can’t give you any details about the design. Please hire a freelance developer to customize the header for you. If you’re using a Small Non-fixed Header, you can change the 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: Size of Featured Images #195040

    Hi derek62!

    Where are you using the featured image? Posts? You can find the thumbnail size use for post on functions.php, find this code:

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    Change the width and the height then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: ENFOLD – how to reduce width of site and overall spacing #195038

    Hi joerainbow!

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

    /* #Desktop - Large
    ================================================== */@media only screen and (min-width: 1140px) {
      .responsive .boxed#top {
        width: 960px;
      }
      .responsive .container {
        width: 860px;
      }
      .responsive .container .one.unit,
      .responsive .container .one.units {
        width: 20px;
      }
      .responsive .container .two.units {
        width: 30px;
      }
      .responsive .container .three.units {
        width: 120px;
      }
      .responsive .container .four.units {
        width: 210px;
      }
      .responsive .container .five.units {
        width: 300px;
      }
      .responsive .container .six.units {
        width: 390px;
      }
      .responsive .container .seven.units {
        width: 480px;
      }
      .responsive .container .eight.units {
        width: 570px;
      }
      .responsive .container .nine.units {
        width: 660px;
      }
      .responsive .container .ten.units {
        width: 750px;
      }
      .responsive .container .eleven.units {
        width: 840px;
      }
      .responsive .container .twelve.units {
        width: 930px;
      }
      .responsive #top.boxed .stretch_full {
        width: 960px;
      }
      .responsive #top .offset-by-one {
        padding-left: 90px;
      }
      .responsive #top .offset-by-two {
        padding-left: 180px;
      }
      .responsive #top .offset-by-three {
        padding-left: 270px;
      }
      .responsive #top .offset-by-four {
        padding-left: 360px;
      }
      .responsive #top .offset-by-five {
        padding-left: 450px;
      }
      .responsive #top .offset-by-six {
        padding-left: 540px;
      }
      .responsive #top .offset-by-seven {
        padding-left: 630px;
      }
      .responsive #top .offset-by-eight {
        padding-left: 720px;
      }
      .responsive #top .offset-by-nine {
        padding-left: 810px;
      }
      .responsive #top .offset-by-ten {
        padding-left: 900px;
      }
      .responsive #top .offset-by-eleven {
        padding-left: 990px;
      }
    }

    2.) Please use this:

    @media only screen and (max-width: 767px) {
    .responsive.social_header .phone-info {
    position: relative;
    top: 5px;
    }
    }

    Best regards,
    Ismael

    in reply to: Google Maps widget language #195037

    Hey Tomaž!

    Edit framework > php > class-framework-widgets.php, find the code “sensor=false”. You can find them on line 1140 and line 1197. Add the language url. If you want to use the Russian language, you can change them to “sensor=false&language=ru-RU”. Please refer to this link: http://www.wpgmaps.com/documentation/changing-the-google-maps-language/

    Best regards,
    Ismael

    in reply to: Shaky Icon Box #195035

    Hi!

    That is weird. I’m not sure what is causing the shake. Do you have any plugins installed? Have your tried it on another page? Please create same two icon boxes on another page. Give us a link afterwards.

    Regards,
    Ismael

    in reply to: Some questions #195033

    Hey!

    2.) Change line 26 and line 186.

    3.) Please test it on another browser. Can you please give us a link to the post?

    Best regards,
    Ismael

    in reply to: Is There a Way to Customise The Breadcrumbs? #194693

    Hi!

    Glad it worked. :)

    Best regards,
    Ismael

    in reply to: Change text in page header #194688

    Hey!

    Glad it worked. :)

    Cheers!
    Ismael

    Hi!

    Are you talking about the lightbox’s black border when you click on the image?

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

    #top #menu-item-search {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Insert Default WordPress ShortCodes within Advanced Editor #194684

    Hey!

    You can do this using the Advance Layout Builder. I tested it using the Text Block element.

    Regards,
    Ismael

    Hi!

    You can do it on the Advance Layout Builder. It will sort the portfolio items on random order. Please try it.

    Cheers!
    Ismael

    in reply to: Adding the theme button into the menu #194682

    Hey judetsai!

    The code is located on line 184 and 185 of header.php. You can add the html code of the button shortcode below.

    Cheers!
    Ismael

    in reply to: CSS needed #194680

    Hi!

    The promo box is responsive and it is full width when I checked the site. You can use this selector to change it:

    .av_promobox {
    position: relative;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    padding: 20px 30px;
    clear: both;
    margin: 50px 0;
    width: 100%;
    float: left;
    padding: 15px 10px;
    }

    Cheers!
    Ismael

    in reply to: Totally break website BIG BUG : please help me. #194677

    Hey!

    1.) The HR uses this selector:

    .main_color div {
    border-color: #E1E1E1;
    }

    2.) Please remove the CSS:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 19% !important;
    }

    Cheers!
    Ismael

    in reply to: Sensei plugin looks horrible on my website #194668

    Hey!

    I’m not sure if Kriesi is planning to integrate the plugin. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Ismael

    in reply to: Increase Spacing Between Paragraphs in Blog Post #194654

    Hey!

    Can you please give us a link to your posts? Did you edit anything on the theme files?

    Regards,
    Ismael

    in reply to: Best way to have an horizontal image slider #194653

    Hi Jorge!

    You can use the Media Elements > Easy Slider.

    Best regards,
    Ismael

    in reply to: Is There a Way to Customise The Breadcrumbs? #194651

    Hey sgrobert!

    You can edit framework > php > class-breadcrumbs.php, find this codes on line 26:

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';

    and 186:

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',

    You can modify the breadcrumb text using this on Quick CSS:

    .title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    }
    
    .alternate_color .breadcrumb {
    color : red;
    }

    Cheers!
    Ismael

    in reply to: Insert Default WordPress ShortCodes within Advanced Editor #194650

    Hi!

    You can use this plugin: http://wordpress.org/plugins/insert-php/

    This will enable you to insert php codes directly on the Text Editor. Instead of using “<?php CODE HERE ?>”, you need to use “[insert_php] CODE HERE [/insert_php]”.

    Cheers!
    Ismael

    Hi sgrobert!

    You can change the order of the portfolio using this on functions.php:

    function custom_post_grid_query( $query, $params ) {
    $query['orderby'] = 'rand';
    return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);

    Best regards,
    Ismael

    in reply to: Russian localisation #194646

    Hey maximadz!

    You can use http://www.poedit.net/ to edit the strings and produce .mo file. I’m sorry but none of the support team member knows Russian as far as I know.

    Regards,
    Ismael

    in reply to: Datepicker and validation in Custom From #194642

    Hey!

    Sorry but you need to hire someone to modify it for you. Please visit http://werkpress.com/.

    Best regards,
    Ismael

    in reply to: Woocommerce cart empty when navigating as guest #194640

    Hi!

    Are you testing this on a browser that accepts cookies? I want to check the shop page but the woocommerce plugin is disabled. http://14.192.65.20/~mymakna/test/home-3/?page_id=2495

    Cheers!
    Ismael

    Hey!

    I can’t locate the Gallery. Can you please give us a link to the actual page with the gallery on it?

    Regards,
    Ismael

    in reply to: !URGENT! # in-page links on main menu not working #194637

    Hi!

    I checked the website using Chrome and the Solutions dropdown navigation works properly even when navigating from other pages. Please remove browser cache then reload the page. Please check it on another browser.

    Regards,
    Ismael

    in reply to: Product Page Images #194636

    Hey!

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

    .single-product .four.units.single-product-main-image.alpha {
    display: none;
    }
    
    .single-product .eight.units.single-product-summary {
    width: 100%;
    }

    You can manually add the featured image on the slider if you want.

    Cheers!
    Ismael

Viewing 30 posts - 61,381 through 61,410 (of 66,033 total)