Forum Replies Created

Viewing 30 posts - 25,141 through 25,170 (of 25,536 total)
  • Author
    Posts
  • in reply to: Section Bottom Border Styling #706063

    Hey Picante,

    Can you post a screenshot of “it’s carrying through to another colour section below”, I checked on your site but I couldn’t see it on my end.

    Best regards,
    Nikko

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: SSL und layerslider #706059

    Hi,

    Glad that it worked. That plugin should always be activated, if soon it’s not updated I’m pretty sure there will be alternative plugins which does the same job that will be pretty much available.

    Best regards,
    Nikko

    in reply to: move meta data above post contact #706053

    Hi,

    Try to add this code to functions.php:

    function move_postmeta(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery( ".page .template-blog header.entry-content-header, .single-post .template-blog header.entry-content-header" ).each(function() {
    jQuery( this ).find( ".post-meta-infos" ).insertBefore( jQuery(this).find('.big-preview') );
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

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

    .html_elegant-blog #top .post-entry .post-meta-infos {
        float: none;
    }

    Let us know if it works.

    Best regards,
    Nikko

    in reply to: Errors with fresh Enfold folder installation #706044

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Errors with fresh Enfold folder installation #706039

    Hi,

    I have already replied in your other thread: https://kriesi.at/support/topic/enfold-health-demo/ not all files have been uploaded to your theme, re-updating it fixes the issue. :)

    Best regards,
    Nikko

    in reply to: Click to view image lightbox on iPad #706037

    Hey m,

    There’s no mouse hover in ipad, so I don’t think we can really do something about it. Probably the only thing I can think of is putting a note that tells the user that it opens in lightbox.

    Best regards,
    Nikko

    in reply to: WooCommerce Advanced Product Labels issues #706036

    Hey tankerhq,

    Can you post a screenshot showing the white borders? I couldn’t see it on my end because the background is also white, the text has already been centered upon checking.

    Best regards,
    Nikko

    in reply to: IMAGE COLORSECTOR BACKGROUND FULLWIDTH #706011

    Hey mleite1,

    I checked the link and the backround image of the color section is already full. Is this already fixed? if not can you post a screenshot on how it looks like in your end?

    Best regards,
    Nikko

    in reply to: Seiten Menü #706008

    Hi,

    Can you post a link to the page mentioned? so we can inspect further. Just place the link in the Private Content section when you reply.

    Best regards,
    Nikko

    in reply to: Form causing weird formatting in footer #706006

    Hi,

    I apologize for the delay, the css style isn’t applying to the messed up footer. Try to add this css code in Quick CSS (located in Enfold > General Styling):

    html #top .footer_color .widgettitle {
        border-style: solid;
        border-width: 1px;
        padding: 10px 0;
        border-left: none;
        border-right: none;
        margin-bottom: 15px;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Broken images in the backend #706004

    Hi,

    Can you give us ftp access to your testsite? so we can inspect further.

    Best regards,
    Nikko

    in reply to: Costom the Partners/Logo element Height #706001

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Context Title for Tag Archive Pages #705999

    Hey JeeBar,

    I’m not really sure what you meant, can you try to post a link to that page in “private content” and a screenshot maybe of how you want it to look.

    Best regards,
    Nikko

    in reply to: Enfold Health Demo #705997

    Hi,

    I have overwritten your theme file since most of the files are already lost, this fixed the problem of your site being messed up. As for the error, I removed the lifestyle font in Enfold > General Styling > Fonts and the error showing up is fixed. Let us know if it’s all good on your end also :)

    Best regards,
    Nikko

    in reply to: Video in mobile version #705991

    Hi,

    Try to change 1024 to 767 from Ismael’s code, it should look like this:

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

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Columns or Row grid? #705990

    Hi,

    I don’t think there’s another way besides using 2 text blocks in 1/3. What are you trying to achieve in the front of that page? can you post what it currently looks like in the front and also how you want it to look in front? probably we can give you solutions for that.

    Best regards,
    Nikko

    in reply to: Change order extra info and social icon #705989

    Hi,

    Try to add this code in functions.php located in Appearance > Editor or via ftp/cpanel:

    function switch_social_extra(){
    ?>
      <script>
        jQuery(window).load(function(){
          	var $curr = jQuery('#header .phone-info');
          	$curr.prependTo( $curr.parent() );
    
        });
      </script>
    <?php
    }
    add_action('wp_footer', 'switch_social_extra');

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Remove thin white line under image #705986

    Hi,

    The login details doesn’t seem to work, also can’t check any page except the Under Construction page. Regarding the issue, does your images have the same width and height?

    Best regards,
    Nikko

    Hi,

    Try to replace Ismael’s code to this:

    /* Hide shortcode wand */
    function admin_head_mod() {
      echo '<style type="text/css">';
      echo 'div[aria-label="Insert Theme Shortcode"] { display: none !important; }';
      echo 'div[aria-label="Add LayerSlider"] { display: none !important; }';
      echo '</style>';
    }
    add_action('admin_head', 'admin_head_mod');

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Gravity Forms – Margins #705971

    Hey!

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: Google Maps, Advanced Editor error #705969

    Hi,

    There are some errors showing up in canine.js, can you try to replace all instances of $ to jQuery. Let us know if this is changed and if the problem still persists.

    There’s a lot of
    Best regards,
    Nikko

    in reply to: Fullscreen slider problem #705962

    Hey Freek,

    Yes, responsive element just means the elements/layout adapts with the device. However as for parts of the images which are cut off, the fullscreen will try to fit the image to the device viewing it depending on their screen size. For example in your site, try to view the link to the image in the Private Content, you will notice that there’s white space on the right, what fullscreen slider is trying to achieve is to expand the width of the image to cover the whole screen however expanding the width to 100% would also mean that the height of the image will also be expanding more than the height of the monitor, therefore the top and bottom part of the image are cut off (height or width is sacrificed just to preserve the ratio of the image). But if you really want it to show all parts of the image, try to add this code in Quick CSS (located in Enfold > General Styling):

    .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: 100% 100% !important;
    }

    It will show all parts of the image but the ratio will not be preserved. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Using the fullwidth menu #705958

    Hi,

    Setting to postion relative rarely causes problems, but if you want to make sure you can test it with other browsers or devices. Just let us know if there are still any issues after setting it to relative position :)

    Best regards,
    Nikko

    in reply to: How to translate blog post dates #705957

    Hi,

    Try to use this plugin https://wordpress.org/plugins/loco-translate/ it allows you to find a word in your site and translate it

    Best regards,
    Nikko

    in reply to: errors on google search console #705956

    Hi,

    Robots.txt prevents robots/crawlers from scanning your site or part of your site. You can check this thread for more info: http://www.robotstxt.org/robotstxt.html

    Best regards,
    Nikko

    in reply to: Column Margin-Top -400px display not right on mobile device #705955

    Hi,

    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: Portfolio next/prev buttons in page #705954

    Hi,

    Glad that you fixed it. The code above works when you added the else statement is because the else part tells if it’s not a portfolio post then just use the original content unlike the code that has no else statement which doesn’t return any content that’s why it’s just a blank content that is displayed. Hope my explanation is clear :)

    Best regards,
    Nikko

    in reply to: Full sized images on gallery link through #705953

    Hey MartinNorton,

    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: Blog Image & Single Post Image Cropping #705950

    Hi,

    1.) Please refer to this thread: https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functions-php/ or you may want to use Simple Image Sizes plugin.

    1.b) Are you using a default editor and use it as a blog? or are you using Advance Layout Builder and the blog module?

    2.) I have tested it on my end but since on your end it’s not working 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.

    Also I also request for ftp access, since it’s very critical to modify functions.php on wp theme editor.

    Best regards,
    Nikko

Viewing 30 posts - 25,141 through 25,170 (of 25,536 total)