Forum Replies Created

Viewing 30 posts - 61,951 through 61,980 (of 66,623 total)
  • Author
    Posts
  • in reply to: Promobox with image (and on hover the image jumps) #195150

    Hey!

    Please use this:

    body .aligncenter {
        display: block;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Button Quick CSS Code #195148

    Hey!

    The property “url” is not a valid css property. You need to add the url link on the anchor tag.

    <a href="http://site/page-test" class="avia-button botask">Click Here</a>

    Best regards,
    Ismael

    in reply to: Problem with duplicating Layer sliders #195146

    Hey ideenstart!

    I’ve included Dude and Kriesi on the topic. For the meantime if you have access on the database, you can edit the wp_layerslider table then go to the slide that you want to rename.

    Best regards,
    Ismael

    in reply to: Facebook Like #195143

    Hey!

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

    .fb-social-plugin.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
    position: relative;
    z-index: 20;
    height: 300px;
    }

    Regards,
    Ismael

    in reply to: Full page slider scroll down #195142

    Hey msmazza!

    I’m sorry but I’m not clear about the question. I think users will automatically know that there is still a content below the fullscreen slider because of the browser’s scroll bar.

    Best regards,
    Ismael

    in reply to: Enfold: lost custom css (?) #195141

    Hi!

    You can use a child theme for this purpose. You can add the css modifications on the child theme’s style.css to avoid being overwritten when you update the theme. When you say “Custom CSS” are you talking about the Quick CSS? Note that all edits or css changes are saved on wp-content/uploads/dynamic_avia/enfold.css file, not on custom.css. Please watch this video on how to create a child theme: http://vimeo.com/channels/aviathemes/67221517

    Regards,
    Ismael

    in reply to: What would be the best way to implement H1's #195138

    Hi!

    It is usually use as page or post title. The theme uses h1 on post and page title container. It is based on Yoast SEO Heading Structure. You can edit functions-enfold.php then look for the avia_title functions:

    'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/

    Regards,
    Ismael

    in reply to: layer slider text on mobile #195137

    Hey!

    You can use this:

    @media only screen and (max-width: 767px) {
    .caption_fullwidth.caption_bottom {
    display: none !important;
    }
    }

    Cheers!
    Ismael

    in reply to: SabaiDiscuss css #195136

    Hey!

    Please post a temporary guest login details here. Set it as a private reply. I can’t see the flag button.

    Regards,
    Ismael

    in reply to: navigation #195134

    Hey!

    Glad it worked. :)

    Regards,
    Ismael

    in reply to: Phone number not appearing in header #195133

    Hi!

    Please add this on your custom.css or Quick CSS to move the phone number:

    .sub_menu {
    position: absolute;
    top: 75px;
    right: 75px;
    }

    Regards,
    Ismael

    in reply to: table header #195132

    Hey!

    Glad it worked. I just thought that we should adjust the width. :)

    Best regards,
    Ismael

    in reply to: Google Maps widget language #195069

    Hi!

    Glad it worked. :)

    Best regards,
    Ismael

    in reply to: Layout problem on portrait display of Android mobile phone #195066

    Hey hojoon!

    Did you not set Enfold > Responsive Layout to responsive layout? The sidebar looks broken, did you change anything on the css files?

    Cheers!
    Ismael

    in reply to: Enfold: lost custom css (?) #195062

    Hi Niels!

    Can you just copy the edits or css from the WP/Enfold to the subdirectory’s custom.css?

    Cheers!
    Ismael

    in reply to: Wp Post Ratings Implementation in Page Frontend Header #195060

    Hey Voxmoney!

    This is not possible because the rating code should be included within the <?php while (have_posts()) : the_post(); ?> code. You can only move the rating position using this on Quick CSS:

    .post-ratings {
    position: absolute;
    top: -30px;
    right: 0;
    }

    This will move it at the top of the featured images if you have one.

    Cheers!
    Ismael

    in reply to: width images masonry gallery #195057

    Hi Antonia!

    It works properly on our end. Can you please post the link to the website? And to be clear, please post a screenshot of the issue.

    Best regards,
    Ismael

    Hey!

    Can you please post the login details here? Set it as a private reply. Please switch the Advance Layout Builder 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";
    }

    Cheers!
    Ismael

    in reply to: Continue shopping button and number of products #195052

    Hi eric_peeters!

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

    
    .woocommerce-cart .entry-content .woocommerce .button {
    display: none;
    }

    2.) Use this:

    .product-category .count {
    display: none;
    }

    Regards,
    Ismael

    in reply to: display post with excerpt #195050

    Hi Roy!

    The link you provided is not safe. Can you please post a screenshot? You can use the Blog Posts element to create different kinds of blog layouts.

    Regards,
    Ismael

    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

Viewing 30 posts - 61,951 through 61,980 (of 66,623 total)