Forum Replies Created

Viewing 30 posts - 6,451 through 6,480 (of 10,428 total)
  • Author
    Posts
  • in reply to: 404 page layout #648454

    Hi,

    Please paste the shortcode in the 404 php file which is in folder includes > error404.php

    Best regards,
    Vinay

    in reply to: Mega menu with a long list of sub-items #648451

    Hi,

    Here you go this code will make the long menus scroll Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header  ul:first-child >li > ul  {
        overflow: auto!important;
        max-height: calc(100vh - 200px);
    }
    
    /*-----------------------------------------*/
    /* Custom scrollbar */
    /*-----------------------------------------*/
    
    ::-webkit-scrollbar {    width: 6px;}
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    #header .widget:hover::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 56px rgba(0,0,0,0.9)!important;    
    }
    #header .widget:hover::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 56px rgba(0,0,0,0.85)!important;
    }
    #header .widget:hover ::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,.085)!important;
        box-shadow: inset 1px 0 50px rgba(0,0,0,.61)!important;
    }
    
    

    Best regards,
    Vinay

    in reply to: Forum – Not mobile friendly #648448

    Hi,

    Thank you for bringing this to our notice, we couldn’t find the issue you are trying to point to would you mind posting us a screenshot/mockup :)

    Best regards,
    Vinay

    in reply to: redirection, mobile redirect #648243

    Hi,

    Sorry for the delay, like i mentioned earlier the reason you were getting a 404 error is because of a preview link. There is no re-direction problem with your site or any pages on the site. all tho the content and the design of the example link you shared looks very similar to the homepage.

    Best regards,
    Vinay

    in reply to: Content not centered when zooming #648235

    Hi,

    Sorry for the delay, in the example link the featured image lines up correctly with the text below it.. please check the screenshot attached. if this is not what you see on your end please try to hard refresh and clear the browser cache.

    Best regards,
    Vinay

    in reply to: filters options portfolio categories does not work #648232

    Hi,

    Sorry for the delay, I checked a few tags on the portfolio items and it appears tow ork correctly.

    Please let us know if you have more questions.

    Best regards,
    Vinay

    in reply to: Define custom light box window size and bg opacity #648230

    Hi,

    Sorry for the delay, I was checking for the issue and when I inspect the lightbox image the width is 1280px. did you get this sorted? The aspect ratio of the vertical images look fine too.

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Gallery Images are opening in a new page #648226

    Hi,

    It appears the gallery is working correctly and is opening in a lightbox.

    Please let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: How to customize a view of blog posts #648187

    Hi,

    1. Please use a blog element in advanced layout builder and select “single author big preview”.

    2. To make the post link not clickable in the post page please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    *remove .single-post in the below code if you like to do the same everywhere on the site.

    .single-post .post-title {
    	pointer-events: none!important;
    }
    

    3. To hide the title and breadcrumbs on the post you have to edit the post entry in the backend and hide the title and breadcrumbs in the right sidebar page “Layout” options it will definitely work.

    4. glad the code worked :)

    Don’t worry your English is great! please feel free to ask us more questions if you have any doubt and share the link to your site we would love to see what you have made :)

    Best regards,
    Vinay

    in reply to: Content on Mobile showing far right #648169

    Hi,

    I check the page you mentioned and it appears the layout has changed and the issue is resolved as everything looks great on this layout!

    Let us know if you have more questions.

    Best regards,
    Vinay

    in reply to: WordPress 4.5 issue #648120

    Hi,

    Please refer to this link for a viable solution if your site do not work after updating the theme https://kriesi.at/support/topic/having-problems-after-updating-to-enfold-3-6-please-read-this-first/

    If you still have any issue please update the theme manually and it will fix the issue.

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Hearder mega menu show all #648114

    Hi,

    sorry but there is not menu by the name team and you are using a mega menu it will only show the submenu items that are added in Appearance > menu there cannot be any other menu that we can display here apart from the once you add in the Appearance > menu.

    Best regards,
    Vinay

    in reply to: Contact Form Email #648113

    Hi,

    I noticed the problem on frontpage, I made a test page and checked on it and it works fine. Could you please delete the contact form on homepage with the issue and create a new contact form. It should fix the issue or else enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and copy the shortcodes from homepage to a different page to close the page and try changing the email address.

    Best regards,
    Vinay

    in reply to: Background Youtube video in HD720 #648106

    Hey rusoaie,

    Please elaborate the issue let us know what exactly you are trying to achieve? we can try to provide you a workaround.

    Best regards,
    Vinay

    in reply to: Align Google Maps #648104

    Hey Tim,

    We need to take a closer look at the backend. 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,
    Vinay

    in reply to: Remove related items from protfolio #647994

    Hey Viramedia,

    Please refer to this post https://kriesi.at/support/topic/hide-related-items-on-portfolio/

    Let us know if you have any questions.

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    in reply to: Reduce space between layout elements? #647992

    Hey kilimats,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    body#top.home .avia-builder-el-3.column-top-margin {
        margin-top: 0px!important;
    }
    

    Best regards,
    Vinay

    in reply to: Pre-Filtered Portfolio Grid #647971

    Hey psdtofinal,

    Please try adding this at the very end of your themes / child themes functions.php file:

    Change the digit 1 in eq(1) to 2, 3 and so on to activate the filter of your choice.

    Add the correct page id by right click and inspect the body tag in the < body > class of the page to target specific pages.

    function select_portfolio_filter(){
    ?>
    <script>
    jQuery( window ).load(function() {
      jQuery('.page-is-xx .inner_sort_button:eq(1)').click();
      jQuery('.page-id-xx .inner_sort_button:eq(1)').click();
    });
    </script>
    <?php
    }
    add_action('wp_head', 'select_portfolio_filter');

    Best regards,
    Vinay

    in reply to: Iframe für die Pressebox wird nicht dargestellt #647970

    Hi,

    Please try the code on a default wordpress theme and check if it works. If it don’t work on default wordpress theme there is not much we can do about it. however would you mind posting the iframe code on pastebin.com and share the link so we can test it on out installation ?

    Best regards,
    Vinay

    in reply to: Masonry Gallery – odd behaviour #647969

    Hey seanchk,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    Hi,

    It is recommended to backup your theme/slite first.

    Then Switch to main enfold theme or default wordpress theme and see if that makes any difference.

    If it does not help login via FTP and rename the plugin folder to plugin2 and see if it brings back all the list.

    We await your test results.

    Best regards,
    Vinay

    in reply to: Blog entrys are not shown on the front end #647961

    Hi,

    Please uncheck “Mega Menu ” option in Appearance > Menu > coaching (screenshot attached).

    Request you to open new tickets for issues that are not related so we can keep the focus on main topic :)

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: No images ? #647956

    Hey ripanti,

    It appears your theme is not latest version 3.6.1 please confirm this by going to Enfold > Theme update

    If you are using an old version please update the theme it will fix this issue.

    If you don’t see the update option in Enfold > Theme updates, Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    If you are using the latest version 3.6.1 and still see this error 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,
    Vinay

    Hey spleeky,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a{
        padding-right: 14px!important;
    }
    

    Best regards,
    Vinay

    in reply to: Issues with latest enfold update to 3.6 #647952

    Hi,

    Some files are in conflict hence the auto update is not working once you replace the files manually everything will work correctly and your theme will be able to receive auto updates from themeforest once the API key is added in theme options and also it depends on the Server environment should be able to make use of the auto update feature provided by ThemeForest.

    Best regards,
    Vinay

    in reply to: How to decrease width of right sidebar #647948

    Hey spleeky,

    Did you have a look at enfold them options settings > General layout > Dimension ?

    Feel free to change the values here to suit your design needs.

    To achieve the look of the example link please use a blogpost element with grid layout options.

    Best regards,
    Vinay

    in reply to: Enfold special heading displayed inside header menu #647944

    Hi,

    We added this code to the Quick CSS section under Enfold > General Styling :

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 119px!important;
    }
    

    Best regards,
    Vinay

    in reply to: Button Style #647941

    Hey BPC,

    Yes this is possible. Please enable custom css class name for Advanced layout builder elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add your button css to Enfold > General Styling > Quick css
    and add the class name to the button element in edit options.

    Check this link or google for more CSS3 button generators https://css-tricks.com/examples/ButtonMaker/

    Best regards,
    Vinay

    in reply to: Help Needed: Positioning logo and menu #647939

    Hi,

    Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Please don’t forget to rate our theme on themeforest, it really helps! :)

    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: always display post date in grid #647938

    Hey LP-Media,

    Please refer to this post https://kriesi.at/support/topic/display-date-category-blog-posts-grid-layout/#post-389032

    Let us know if you have any questions.

    Best regards,
    Vinay

Viewing 30 posts - 6,451 through 6,480 (of 10,428 total)