Forum Replies Created

Viewing 30 posts - 60,181 through 60,210 (of 82,585 total)
  • Author
    Posts
  • in reply to: Font not sharp #370204

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    }

    Cheers!
    Yigit

    in reply to: Change transparency to border in small bar above main menu #370186

    Hi!

    Border between secondary menu items are gone on my end – http://i.imgur.com/5aFjRfW.png
    Would you like to remove borders from social icons as well? If so, please add following code to Quick CSS as well

    #top .av_header_transparency #header_meta li { border: none; }

    If not, please post a screenshot and show the changes you would like to make

    Regards,
    Yigit

    in reply to: Remove image hover effect #370185

    Hey!

    Can you please make Style.css file writable so we can add custom CSS codes? Currently code i add to Quick CSS field is not being applied

    Regards,
    Yigit

    in reply to: CSS styling issue #370182

    Hi!

    You are welcome Erik, we are always happy to help :) #TeamKriesi

    Best regards,
    Yigit

    in reply to: Centering logo for mobile view #370109

    Hi!

    Please try centering manually with following code then

    @media only screen and (max-width: 480px) {
    .logo { position: relative; left: 20px; }}

    Best regards,
    Yigit

    in reply to: Secondary menu #370107

    Hey stevewturnbull!

    Please go to Appearance > Menus and create a second menu and add your pages into it then check “Enfold secondary menu” under Menu Settings. Then go to Enfold theme options > Header > Extra Element and choose to display your secondary menu

    Cheers!
    Yigit

    in reply to: Remove image hover effect #370101

    Hi!

    Can you please try adding following code to Style.css file of your child theme in Appearance > Editor

    .col.span_1_of_2.card.products > a {
    display: compact!important;
    }

    I cannot edit the file because of permissions

    Regards,
    Yigit

    in reply to: Gallery Thumbnail – How to change size? #370095

    Hey!

    Please go to WooCommerce > Settings > Products and change “Product Thumbnails” and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    in reply to: Body Shadow box effect #370092

    Hey!

    That is expected behaviour when you are using a sticky header, what you see when you scroll down is page content.

    Best regards,
    Yigit

    in reply to: Centering logo for mobile view #370090

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .responsive #header_main .inner-container .logo {
    margin: auto;
    display: block; }

    Cheers!
    Yigit

    in reply to: Font not sharp #370087

    Hi!

    They are using Open Sans font family as well but with a lighter font weight (300). Can you please post the link to your website and point out which elements would you like to edit and apply lighter font?

    Cheers!
    Yigit

    in reply to: Body Shadow box effect #370083

    Hey!

    Please change the code to following one

    footer#socket {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    div#header_meta, header#header, div#wrap_all, body#top, div#main, .header_bg {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    }

    Best regards,
    Yigit

    in reply to: Headers get cut off when resizing window #370076

    Hey!

    I have edited the code i posted above. Please try it now

    Best regards,
    Yigit

    in reply to: Remove image hover effect #370070

    Hey!

    Can you please try de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    in reply to: Easy Slider Transitions Affecting Rest of Page #370062

    Hey!

    Please try adding following code to Quick CSS as well

    .avia-mac #wrap_all { -webkit-transform: translateZ(0)!important; }

    and ask your friend to flush browser cache and refresh your page a few times

    Regards,
    Yigit

    in reply to: Remove image hover effect #370051

    Hey!

    Can you please post the link to your website and point out the images? Just to make sure that we are on the same page, this is the overlay you would like to remove – http://i.imgur.com/Khsyb78.png is that correct?

    Regards,
    Yigit

    in reply to: CSS styling issue #370038

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .arrowchat_block_menu select {
    width: 135px!important;
    }
    textarea.arrowchat_chatroom_message_input {
    width: 97%!important;
    }

    Regards,
    Yigit

    in reply to: Gallery Thumbnail – How to change size? #370035

    Hi bryan1976!

    “You do not have permission to preview drafts.” we cannot see drafts. Please firstly publish the page and then post the link to us :)

    Best regards,
    Yigit

    in reply to: Change portfolio image size #370033

    Hey!

    Please remove the plugin and go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    and adjust the sizes as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

    in reply to: Facebook Ads Conversion Tracking Pixel #370031

    Hey!

    Please try adding following code to Functions.php file in Appearance > Editor

    function add_custom_facebook(){
    ?>
    <!– Facebook Conversion Code for LeadsPixel Emmen –>
    <script>(function() {
    var _fbq = window._fbq || (window._fbq = []);
    if (!_fbq.loaded) {
    var fbds = document.createElement('script');
    fbds.async = true;
    fbds.src = '//connect.facebook.net/en_US/fbds.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(fbds, s);
    _fbq.loaded = true;
    }
    })();
    window._fbq = window._fbq || [];
    window._fbq.push(['track', '6025433469488', {'value':'0.00′,'currency':'EUR'}]);
    </script>
    <noscript></noscript>
    <?php
    }
    add_action('wp_footer', 'add_custom_facebook');

    Cheers!
    Yigit

    in reply to: NO PROBLEM, BUT COULD USE A RECOMMENDATION #370030

    Hey silviouk!

    Have you tried Twitter’s own widget? – https://twitter.com/settings/widgets
    Thank you, merry Christmas and happy new year to you too :)

    Best regards,
    Yigit

    in reply to: Forms fields just disappeared in site #370029

    Hi!

    You should update via FTP this time and please do not remove theme version number.

    Regards,
    Yigit

    in reply to: Product list widget #370025

    Hey!

    Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/I5TDQx2.png

    Best regards,
    Yigit

    in reply to: entypo-fontello font size #370024

    Hi mdpreston!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    span.iconlist-char {
    font-size: 24px;
    }

    Best regards,
    Yigit

    in reply to: contact form: no message sent despite success message #370019

    Hi Irja!

    Please try Contact Form 7 plugin and check if it works – https://wordpress.org/plugins/contact-form-7/

    Regards,
    Yigit

    in reply to: Twitter Widget Code Embed not showing up in Widget area #370014

    Hi!

    Yes, please add following code to Quick CSS in Enfold theme options under General Styling tab

    #socket .social_bookmarks li {
    font-size: 18px;
    }

    Best regards,
    Yigit

    in reply to: Centering logo for mobile view #370012

    Hey kork!

    Can you post the link to your website please?

    Cheers!
    Yigit

    in reply to: Img on left of page title #370011

    Hey!

    Can you post the link to your website please?

    Cheers!
    Yigit

    in reply to: Problem with Submenue on iPad/Tablet #370005

    Hi!

    Please try adding !important rule as following

    @media only screen and (max-width: 1024px) {
    .avia_mega_div.six.units {
    width: 378px!important;
    }}

    Cheers!
    Yigit

    in reply to: Picture behind your title #370002

    Hi sunnyboy83!

    Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
    You can set custom background image for each color section element and place a special heading element inside them

    Regards,
    Yigit

Viewing 30 posts - 60,181 through 60,210 (of 82,585 total)