Forum Replies Created

Viewing 30 posts - 24,931 through 24,960 (of 25,536 total)
  • Author
    Posts
  • in reply to: Enfold Youtube Preview Image #709030

    Hey Itai!

    Thanks for contacting us and for your patience. :) The issue seems to appear only in Chrome and not on other browsers, the issue appears on both mac and pc. Please give us some time to try and give you a solution as it is a bit complicated.

    It seems the
    Cheers!
    Nikko

    in reply to: Change breadcrumb hierarchy on custom post type #709023

    Hey alnalu,

    Thanks for contacting us. :) When you mentioned it’s a behavior on portfolio items (breadcrumb), are you referring to the breadcrumbs (below the menu) of the portfolio item you can find here: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/ ?

    Best regards,
    Nikko

    in reply to: 1 button on a particular page is not working #709019

    Hi!

    I have checked it again and it seems you have already moved the button to the right column.

    Best regards,
    Nikko

    in reply to: How to change theme font family #709010

    Hi,

    Yes, you can use it on your child theme since it’s just the same site. And yes, you can replace PT Sans Narrow with Crimson text :)

    Best regards,
    Nikko

    in reply to: Post slider: #709006

    Hi,

    The order of Post Slider is from recent/latest post to the oldest post, you will need to change the published date in order to change it’s order.

    Best regards,
    Nikko

    Hey Glyphism,

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Customizing the Author Name and Updated on date #709001

    Hi Vinod!

    I don’t think I have reduced the size of the text in sidebars and I could actually confirm it since what was modified was the text and php not css, if you want to make it 17px kindly add this to Quick CSS (located in Enfold > General Styling):

    #top .sidebar .news-wrap li {
        font-size: 17px;
    }

    As for the meta data you can change the font size by adding this code to Quick CSS:

    span.post-meta-infos span {
        font-size: 17px !important;
        padding-top: 6px;
    }

    The thread is already too long and your other request is off topic to the Title, kindly post it in another thread.

    Best regards,
    Nikko

    in reply to: Blog Posts Borders #708996

    Hi,

    Can you post a link to that page? so we can inspect further. You can place the link in the “private content” section so only moderators can view.

    Best regards,
    Nikko

    in reply to: Sub Menu Hover Affects Main Menu Text #708947

    Hi kmac ,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Nikko

    in reply to: Paginator not working #708946

    Hi Karl,

    I checked the link you posted and this is what I could see: http://imgur.com/a/Cr8Sx

    Best regards,
    Nikko

    in reply to: shortcode blog #708945

    Hi!

    It should be fixed, the problem was caused by the shortcode you pasted which is:
    [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes' conditional='yes']

    I have replaced it with this shortcode instead:
    [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='3' offset='0' paginate='yes' conditional='']

    Let us know if it’s good on your end also. :)

    Cheers!
    Nikko

    in reply to: Change text size for blog post #708943

    Hi!

    I have checked on it the w3 total cache was causing the issue. I have disabled minify css of w3 total cache and the code in Quick CSS now shows the expected results :)

    Cheers!
    Nikko

    in reply to: Remove "animation/overlay" on Enfold pictures #708941

    Hi!

    I checked on the issue but it seems to be fixed. The code may have not worked properly or isn’t reflecting because of the caching plugin. Let us know if this is fixed on your end also?

    Regards,
    Nikko

    in reply to: Fullwith Slider Image Resolution #708939

    Hey!

    I couldn’t find the slider in the homepage, I have disable all plugins except for Wordfence and created 2 test pages (links below), the first one’s slideshow is created after all plugins except wordfence has been disabled and the second one, after I have re-enabled all the recently deactivated plugins, it seems the issue doesn’t appear anymore which is weird. And yes I was suspecting the problem is most likely caused by ShortPixel Image Optimizer, WP Rocket. Let us know if the issue still persists on your end.

    Regards,
    Nikko

    in reply to: Dark grey bar above header section #708935

    Hi!

    I tried to check on your site but when I try to access the WordPress Dashboard (link in the private content), it returns HTTP ERROR 500. Can you try to contact your host to fix that problem and let us know if we can already access the dashboard.

    Cheers!
    Nikko

    in reply to: Avia Layout Builder Won't Save Edited Content #708934

    Hi!

    Sorry I missed this thread. I tried to check using the login details but it doesn’t seem to work, please check.

    Best regards,
    Nikko

    in reply to: Masonry gallery won't allow me to select images from media #708932

    Hi,

    I tried to insert images in the Masonry Gallery of your homepage, just below This is how my art comes to life and I have successfully added images, here is a link showing the backend and front of the page after I have added the images to masonry: http://imgur.com/a/BNxpk

    I have returned it to it’s original state after inserting the images.

    Regards,
    Nikko

    in reply to: Woocommerce Product Grid displays different sized images #708925

    Hey!

    Can you try to use set Catalog Images and Single Product Images to 325px x 325px, Save it and run Regenerate Thumbnails? 334 x 334px appearing is actually scaled down from 450 x 450px that has been set (if you hover on it you should see Natural 450 x 450), as for the longer image you should see the natural size is 325 x 450px but since the image is being stretch in width to fill in the full width, and the height is also increased as a result to preserve the ratio of the image.

    Cheers!
    Nikko

    in reply to: Mobile Menue: Shopping Cart Icon displayed always on #708924

    Hi Tom,

    Kindly add this code inside @media only screen and (max-width: 800px):

    .responsive #top #menu-item-shop .cart_dropdown_link > span[data-av_iconfont="entypo-fontello"]:before {
        border: 1px solid #ddd;
        padding: 14px 16px;
    }

    Let us know if it helps :)

    Cheers!
    Nikko

    in reply to: Sub Menu Hover Affects Main Menu Text #708920

    Hey kmac,

    Try to replace this code:

    #top #header .av-main-nav > li:hover > a:hover { color:rgba(0,0,0,0) }

    To this:

    #top #header .av-main-nav > li:hover > a {
        color: rgba(0,0,0,0);
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: every image with link has automaticly a bad decoration #708913

    Hi,

    Glad you fixed it :)

    Best regards,
    Nikko

    in reply to: Header conflicts withht body text in mobile view #708911

    Hey mhiller,

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

    @media only screen and (max-width:767px) {
      .responsive #top #main {
        padding-top: 88px !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Add Socket text text inline w/copyright, but far right #708908

    Hi,

    Go to footer.php and find this line of code (line 128-132):

    
    if($menu){ 
       echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
       echo $menu;
       echo "</nav>";
    }
    

    Below it kindly add this code:

    echo "<span class=\"footer-phone\">XXX-XXXX</span>";

    Just replace XXX-XXXX with your phone number, then add this code in Quick CSS (located in Enfold > General Styling):

    span.footer-phone {
        float: right;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    Hi Christian,

    Let us know if your hosting provider has fixed the issue otherwise we might need to ask for ftp details :)

    Best regards,
    Nikko

    in reply to: Need to place an image in the footer #708903

    Hey kinnear,

    You can just go to Media Library and get the link of the logo, then go to Appearance > Widgets, use a Text Widget and paste this code:
    <img src="PUT_THE_LINK_HERE" alt="logo" />
    Just replace PUT_THE_LINK_HERE with the link of the logo. Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: Dark grey bar above header section #708902

    Hey ekwon,

    Yes, we would like to help you get rid of it. 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: place text in header and borders under and above menu #708901

    Hi,

    Yes, it’s possible. Kindly add this code in Quick CSS (located in Enfold > General Styling):

    #header_main #avia-menu {
        border-bottom: 2px solid #202020;
        border-top: 2px solid #202020;
        height: 54px;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: center text and bring image to the left #708899

    Hey alexanderjohannes,

    Kindly add this code to Quick CSS:

    .page-id-434 #av_section_1 .av_textblock_section {
        text-align: center;
    }
    
    .category-live .av-masonry-image-container:before {
        right: auto;
        left: 5px;
    }

    The first code block is for (A) and the second is for (B). Let us know if it works :)

    Best regards,
    Nikko

    in reply to: 1 button on a particular page is not working #708897

    Hey Crossfitbsa,

    The button couldn’t be clicked because the arrow down icon blocks it, to fix this issue on that page, kindly add this code in Quick CSS (located in Enfold > General Styling):

    .page-id-509 #av_section_1 .avia-button-right {
        position: relative;
        z-index: 999;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Reduce padding between widgets displayed in sidebar #708895

    Hi,

    The link you returns Nothing Found, the page doesn’t exist. Also Rikard’s code should work, is it still added in your Quick CSS? if it is and didn’t work 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.

    Best regards,
    Nikko

Viewing 30 posts - 24,931 through 24,960 (of 25,536 total)