Forum Replies Created

Viewing 30 posts - 24,541 through 24,570 (of 25,536 total)
  • Author
    Posts
  • in reply to: Sidebar showing at the bottom of the post as well #714808

    Hi!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #main .entry-content-wrapper .widget_recent_entries {
        display: none;
    }
    
    @media only screen and (max-width:767px) {
      #main .entry-content-wrapper .widget_recent_entries {
        display: block;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    Hey!

    As long the changes you’ve made are in the child theme, it shouldn’t be overwritten during update.

    As for lining the captcha with send you can use this code and add it to Quick CSS(located in Enfold > General Styling):

    @media only screen and (min-width:768px) {
      .page-id-3665 #element_avia_17_1 {
        position: relative;
        top: 105px;
      }
    }

    just adjust the top value, however I don’t recommend this solution instead, I suggest to make it inline left with the button but on top of it, if you want to try this please remove the code I gave above and use this:

    .page-id-3665 #element_avia_17_1 {
        width: 100%;
        margin-left: 0;
    }

    Hope this helps. :)

    Regards,
    Nikko

    Hey!

    The checkbox (Don’t display image on single post) does work whether you use small featured image or the big one, however it’s only applicable in the single post page, checking that option will allow you to display or hide featured image in that post only, but that option doesn’t affect anything on small or big featured image.

    Best regards,
    Nikko

    in reply to: Problem with form options on iphone #714797

    Hi!

    Upon checking on your site, this shows up:
    Error establishing a database connection
    If I try to login, this is what shows up:
    One or more database tables are unavailable. The database may need to be repaired.

    Regards,
    Nikko

    in reply to: vTiger form embed breaks enfold page builder #714794

    Hi acscreativenew!

    The code you added seems to mess up your post here. Can you try to post the code in http://pastebin.com/index.php ?

    I have checked the backend and can verify it’s messed up. I have removed it and it was fixed. Can you try adding the code in Appearance > Widgets, just create a new widget area and put the code in an html widget. Then in the page itself, use Widget Area in Advanced Layout Builder. Hope this helps. :)

    Best regards,
    Nikko

    Hey!

    Can you give us temporary admin access? so we can inspect it further.

    Cheers!
    Nikko

    in reply to: sidebar logo icons #714789

    Hey!

    I have cleaned up your Quick CSS and add some indentions so it’s easier to read and debug. It should work properly now. Let us know if it’s good on your end too. :)

    Best regards,
    Nikko

    Hey pako69,

    Do you have this code in your child theme’s function.php?

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    If you already have it, you just need to create a folder named shortcodes in your child theme then paste in your my-postslider.php. Hope this helps.

    Best regards,
    Nikko

    • This reply was modified 7 years, 5 months ago by Nikko.
    in reply to: sidebar logo icons #714768

    Hi!

    The login details you gave doesn’t work, please check. I think the reason it’s not working because on top of the code I gave you, this css code has an extra }

    
    @media only screen and (max-width: 767px) { .av-catalogue-content p:last-child {
    font-size: 11px;
    }
    .avia_message_box_content {
    margin-left: -8px;
    margin-right: -8px;
    }}
    
    }

    Please try to remove that extra closing brace.

    Best regards,
    Nikko

    in reply to: Shop page default Woo Commerce but can't edit it anywhere #714762

    Hi Moonbeam!

    1.) By title you mean the one in head tag?
    <title>Products – Bistropack</title>
    if it is you might need to use Yoast SEO plugin here is how to change it: https://kb.yoast.com/kb/how-do-i-change-the-woocommerce-shop-page-title/

    2.) No, it doesn’t automatically set if you haven’t set the base shop.

    3.) What do you want to edit? the shop page only shows a list of products in columns, you can only edit the page title for the shop page, if it’s on the products, you should edit the product.

    Regards,
    Nikko

    in reply to: The settings for the rotating of the Logo/Partner element #714753

    Hey!

    There are no other option/settings for Logo/Partner element except for what you see when you edit, you only need to set the columns (example: 4 Columns) and the important is to set Logo Slider or Logo Grid Layout to Slider and that’s it. If it’s not working even with those setting it would be hard for us to find the problem since it’s on your local machine, the basic solution for this is to deactivate other plugins.

    Regards,
    Nikko

    in reply to: Advanced Layerslider on Mobile Devices #714750

    Hi,

    Sorry for the delayed response, since there are lots of queries lately, I checked you site in mobile and the text seems cut off, can you try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .avia-layerslider .ls-slide p {
        padding: 0 20px !important;
        position: static;
      }
    }

    Let us know you’re feedback after adding this code, if you have other pages that uses layer slider, since the code I gave will other layersliders, I think putting it it a section and adding an id will be a better solution for the customization to be specific. Hope this helps.

    Regards,
    Nikko

    in reply to: Facebook button #714747

    Hi troupdim!

    Here is how to change the font size of the icon:

    .html_header_sidebar #top #header .social_bookmarks li a {
        font-size: 20px;
    }

    Regarding changing the icon, can you elaborate more on that? like what icon would you like to replace it. Hope this helps. :)

    Cheers!
    Nikko

    in reply to: Responsive design #714742

    Hi!

    Glad we could help. :)

    Cheers!
    Nikko

    in reply to: Portfolio Grid weird spacing firefox #714741

    Hi,

    I see the issue showing in firefox but not on chrome. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Socket styling #714738

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Empty cells not equal height in pricing table #714736

    Hi!

    We are sorry to hear that and we thank you that you are still using and supporting enfold. I think the issue might be a bug 16months ago, but I have tested the option above on my local server but the pricing table works fine with the latest version of Enfold which I believed is already resolved, However sometimes some issues appear because of some conflict whether caused by some plugin, custom codes, cache, etc. Try creating a test page that uses a pricing table, and if the issue still persists please let us know and atleast give us some access so we can atleast reproduce the issue and report it to our devs.

    Best regards,
    Nikko

    in reply to: Contact Form #714734

    Hey djshortkut!

    Does the issue still persists on your end? I tried checking it with iphone 4s but don’t get the zoom effect you are experiencing, the only thing I see is when you are selecting a field, is the outline in the border.

    Cheers!
    Nikko

    in reply to: Responsive design #714733

    Hi!

    1.) Ignore the code I have above for 1.) and add this code in Quick CSS:

    .responsive .boxed#top {
        max-width: 100%;
    }

    2.) Try adding this code in Quick CSS:

    #header #menu-item-shop {
        border: 0 !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Socket styling #714728

    Hi!

    Try to add this inside Rikard’s code:

    
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    

    It should look like this:

    #socket .social_bookmarks li a {
      color:#fff !important;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Adjust Color Section Image on iPhone #714725

    Hi djshortkut!

    This solution is specific to the page you have given, try adding this code in Quick CSS (located in Enfold > General Styling):

    .page-id-4990 #av_section_5 {
        background-attachment: scroll !important;
    }

    Let us know if it works :)

    Cheers!
    Nikko

    in reply to: Animated Count Down not working #714724

    Hey!

    I checked on the issue and it seems there is a js error, it seems to have some conflict. Can you try to deactivate all plugins and check if the issue still persists? if it doesn’t try to activate the plugins one by one to know what plugin causes the issue, if it still persists, please allow us to deactivate your plugins and also give us ftp access so we can inspect further on the files.

    Cheers!
    Nikko

    in reply to: Slider configuration #714721

    Hey!

    1.) Instead of using slider, try using Color Section set Section Minimum Height to 100% of browser height, add a background image, set it to Background Attachment to Parallax and Background Positon to Center Center (or anything you’d like). Then Add an Image (under Media Elements) make sure it’s centered.

    2.) Add a Special Heading in Color Section and make sure the Heading Style is set to centered.

    I have created a test page so you can have a sample based on the instructions I gave, the link is in the private content. Let us know if it’s good :)
    Regards,
    Nikko

    in reply to: Remove animation from gallery #714718

    Hi!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-gallery a.avia-gallery-big {
        opacity: 1 !important;
    }

    Let us know if it works :)

    Regards,
    Nikko

    in reply to: Portfolio Pages are not being responsive to mobile #714714

    Hi!

    Glad that this is fixed. :)

    Regards,
    Nikko

    in reply to: Socket styling #714711

    Hey!

    Here is the css code for the menu links in the footer (hover):

    .sub_menu_socket .menu li a:hover .avia-menu-text {
        color: #000 !important;
    }

    This one is for the social icons in the footer (hover):

    #socket .social_bookmarks li a:hover {
        color: #000 !important;
    }

    Hope this helps :)

    Cheers!
    Nikko

    in reply to: Custom Css Class for Fullwidth Sub Menu #714706

    Hi Anton,

    The ftp access doesn’t work, but it should be good now (I found your wp-admin detais which I could still modify functions.php). I have added this script in your functions.php:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function myscript() {
    		var $windowH = jQuery(window).height(),
    			$submenuH = jQuery('#top.page-id-6741').find('#sub_menu1').height(),
    			$headerH = "",
    			$bgH = "";
    
    		if ( jQuery( "#wpadminbar" ).length ) {
    		    $headerH = jQuery('#wpadminbar').height();
    		    $submenuH = $submenuH + $headerH;
    		}
    		
    		$bgH = (($windowH - $submenuH)/$windowH) * 100;
    		jQuery('#top.page-id-6741').find('#av_section_1').css({'max-height': $bgH + 'vh'});
    	}
    
    	myscript();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');

    And cleared the cache. Let us know if it’s good on your end also? the code I added is specific to your services page only.

    Cheers!
    Nikko

    in reply to: Change Logo Text to different color in shrinking header #714699

    Hi!

    We apologize for a bit delayed in responding. Try adding this code in Quick CSS:

    @media only screen and (max-width:1024px) {
      #header .logo .subtext {
        color: #000 !important;
      }
    
      #header.av_header_transparency .logo .subtext {
        color: #fff !important;
      }
    }

    Let us know if this works :)

    Cheers!
    Nikko

    in reply to: Responsive design #714695

    Hi!

    1.) Seems to be already in fullwidth, but try to add this code to Quick CSS:

    @media only screen and (max-width:1024px) and (min-width:768px) {
      .page-id-504 #after_full_slider_1 .container {
        padding: 0;
      }
    
      .page-id-504 #after_full_slider_1 .entry-content-wrapper > * {
        padding-left: 50px;
        padding-right: 50px;
      }
    
      .page-id-504 #after_full_slider_1 .entry-content-wrapper > .hr-custom {
        padding-left: 0;
        padding-right: 0;
      }
    
      .page-id-504 #after_full_slider_1 .entry-content-wrapper > .av_one_full {
        padding-left: 20px;
        padding-right: 20px;
      }
    }

    2.) Try to add this code in Quick CSS:

    @media only screen and (max-width:989px) and (min-width:768px) {
      #top #header .main_menu {
        right: 46px;
      }
    }

    Let us know if it works :)

    Regards,
    Nikko

    in reply to: Masonry image load issue #714550

    Hey norbou,

    Can you try to deactivate all plugins and check if the issue still persists.

    Best regards,
    Nikko

Viewing 30 posts - 24,541 through 24,570 (of 25,536 total)