Forum Replies Created

Viewing 30 posts - 15,361 through 15,390 (of 25,536 total)
  • Author
    Posts
  • Hi ManoLee,

    You can request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented.

    Best regards,
    Nikko

    in reply to: about us on desktop and mobile #1013624

    Hi Hayco,

    I checked it and noticed that the categories on the blogposts aren’t selected, I just selected all and it appeared in the page.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Remove Cookie consent bar if navigate to another page #1013573

    Hi Colin,

    I don’t think we will change the way it functions since navigating to other pages doesn’t really imply that you have agreed with policy and defeats the purpose of the two buttons in the policy.
    The best way to have that functionality that you would like to use is to disable the cookie consent policy in Enfold theme options and use the plugin instead.

    Best regards,
    Nikko

    Hi 48design,

    I agree, what I provided was a temporary workaround on how you can still use the less than symbol inside the table without breaking it.
    I have already reported this bug to Kriesi and our devs and they should be able to check on this issue and fix it after they are done with some other tasks which are urgent.
    If a fix will be released, the next patch should fix this issue. Hope you’ll be patient enough to wait for it, for the meantime please use the workaround we provided.

    Best regards,
    Nikko

    in reply to: Insert Revolution Slider Before Title and Breadcrumb section. #1013567

    Hi SilviaNT,

    The hook is located just below the header, just after the title & breadcrumbs section.
    You should see it in files like page.php, single.php, etc.
    You just need to hook it and add the php code at the bottom of functions.php, an example of the code you use is:

    function my_slider() {
        echo do_shortcode("[myshortcode]");
    }
    
    add_action('ava_after_main_title', 'my_slider');

    Just replace [myshortcode] with the shortcode you will use.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Author Title Tags & Category H1s #1013564

    Hi Havi,

    I’m not really sure about what you’re trying to achieve, can you give us a screenshot or probably a link where we can locate the “Posts” you’re referring.
    So we can identify it properly and try to give the solution.

    Best regards,
    Nikko

    in reply to: Remove Cookie consent bar if navigate to another page #1013562

    Hi Colin,

    Thanks for giving us the link to your site.
    On the first check, the Cookie Consent Bar at the bottom showed up and I clicked on the OK button and after the bar disappeared I navigated to other pages and it didn’t appear again.
    I don’t see any issue with it and it works how it is expected to function, let us know if I might have misunderstood the issue or maybe you can give steps on how we can reproduce the issue you’re having.

    Best regards,
    Nikko

    in reply to: Accordion not showing #1013421

    Hi HeadStudiosWeb,

    Glad to hear that.
    Regarding to Gutenburg issues you’re having, you can check Kriesi’s reply regarding it here: https://kriesi.at/support/topic/request-for-official-gutenberg-support-statement/#post-943629
    As of now, it would be better to use the old tinymce editor and not use Gutenburg yet.

    Best regards,
    Nikko

    in reply to: Portfolio page not found 404 #1013419

    Hi Nik,

    Glad to hear that it is fixed. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile Menü and alingment issues #1013418

    Hey Maneschka,

    For 1 & 2, try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #contact .flex_column.av_one_fourth {
        margin-left: 6% !important;
        width: 20.5% !important;
        clear: none !important;
      }
    
      #contact .flex_column.av_one_fourth.first {
        margin-left: 0 !important;
      }
    
      #contact .flex_column.av_one_fourth.avia-builder-el-19 {
        margin-left: 6% !important;
      }
    
      #contact .flex_column.av_one_fourth {
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      #top #wrap_all #header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background-color: transparent !important;
      }
    }

    Best regards,
    Nikko

    in reply to: External link to a specific slide into layerslider #1013416

    Hey ExagOne59,

    I think I get what you’re thinking and it’s really great.
    However, I think it’s complicated with layerslider and you would need to have great knowledge with javascript as well as layerslider, the customization you would like to do is outside the scope of our support.
    We can only help point you in the right direction, which is to check layerslider’s documentation regarding advance customization: https://layerslider.kreaturamedia.com/documentation/#advanced-customization
    Or you can hire a developer for this task.

    Best regards,
    Nikko

    in reply to: Problem bloc LayerSlider advanced #1013413

    Hi ExagOne59,

    Glad to hear that.
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hey 48design,

    Try adding this php code at the bottom of your functions.php:

    function less_than() {
    	return "<";
    }
    add_shortcode( 'lt', 'less_than' );

    Then try to replace < sign with [lt]

    This should convert all [lt] with the < on the frontend. Hope this helps. Best regards, Nikko

    • This reply was modified 6 years, 9 months ago by Nikko.
    in reply to: Insert Revolution Slider Before Title and Breadcrumb section. #1013408

    Hi SilviaNT,

    Yes, it’s possible to use a shortcode for that.
    You can use this hook ava_after_main_title to insert the shortcode after the title/breadcrumb section.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Personalize Contact Form in Enfold #1013404

    Hey dcarlsondesign,

    Enfold doesn’t have that feature.
    Though there’s a workaround to do that which you can find this in thread: https://kriesi.at/support/topic/contact-form-autoresponder/
    Hope this helps.

    Best regards,
    Nikko

    in reply to: EMode #1013401

    Hi prana_aok,

    We apologize for the misunderstanding.

    For your questions:
    How to have another row in footer,
    As now there are four column in one row in the footer, what i’m looking for is to have another row with another set of columns.

    You can install and use a child theme, copy footer.php from Enfold and paste it on the child theme and modify it.
    You can get the copy of the child theme here: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme

    How to bring the logo center on the row?
    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header_main .logo a {
        display: flex;
        align-items: center;
    }

    Images i added to the below project are not so good? These images are made in high definition and same these images in different location of the page looks nice as real but in this page it looks dull and low quality. Please look into this.
    I checked the original image, for example the one in private content and compared it with the one on the page and it seems to look similar except the cropping of the image. Let us know if it’s the right image, if not please point us to the right one.

    Best regards,
    Nikko

    in reply to: custom menu in widget area on main content #1013396

    Hi beenee,

    Yes it’s possible. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #menu-plp-sidebar_menu ul.sub-menu {
        display: none;
    }
    
    #menu-plp-sidebar_menu li:hover ul.sub-menu {
        display: block;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: lost settings in events calendar only on enfold #1013395

    Hi vasileandrei,

    Yes, it is disabled since Enfold modified the design of the event template and uses it’s own unique design to integrate better with the Events Calendar plugin.
    If you wish to have those settings back and have the plugin use a stand-alone you can remove this line of code in functions.php:

    require_once( 'config-events-calendar/config.php' );

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Remove Cookie consent bar if navigate to another page #1013391

    Hey Colin,

    The cookie consent bar integrated within Enfold should disappear once the user agrees with the condition even when navigating to other pages within the site.
    Can you give us a link to your site? to check the issue further.
    You can post the link in private content, if you want it to be seen only by the moderators.

    Best regards,
    Nikko

    Hi Jane,

    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

    #socket {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    
    #socket .container {
        padding-bottom: 30px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: error avia google map #1013387

    Hi czar,

    Thanks for giving us admin access. I was able to get this error from the console:

    Geocoding Service: You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account  For more information on usage limits and the Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/usage

    You can settle this on your google account which should fix the issue you’re having.

    Best regards,
    Nikko

    in reply to: Can this be done with two buttons? #1012675

    Hey park13,

    This is possible using Code block and custom js script but would require knowledge in html, css and javascript however Enfold doesn’t have the option to do this with ease.
    You can try to find plugins that might have this type of functionality.

    Best regards,
    Nikko

    in reply to: Footer bug #1012674

    Hey pixeet2016,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .postid-736 .container_wrap_first.container_wrap.sidebar_right .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    
    .postid-736 .container_wrap_first.container_wrap.sidebar_right .container .content.av-content-small {
        width: 100%;
    }
    
    .postid-736 .container_wrap_first.container_wrap.sidebar_right .container .content.av-content-small .entry-content-wrapper {
        padding-right: 0;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Sidebar Break on Tablet #1012672

    Hey Kirstie,

    Try adding this css code in Quick CSS located in Enfold > General Styling:

    @media only screen and (max-width:989px) {
      #top .sidebar_left .content {
        width: 100%;
        float: none;
        border: 0;
      }
    
      #top .sidebar_left .content .entry-content-wrapper {
        padding-right: 0;
      }
    
      #top #main .sidebar_left .sidebar {
        border: 0;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Adding Custom Social Icons #1011982

    Hi MattJensenMarketing,

    Glad that we could help :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Problem links, icons and fonts #1011980

    Hi smoke_house,

    Glad to hear that :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Post Slider Date above Headline #1011978

    Hi AD,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Filesize bigger than source of automatically scaled images #1011969

    Hi eC,

    Thanks for giving us admin access.
    I have tested it and I’m not sure why it’s uploading a larger image size.
    I already reported this to our devs to check further on the issue.

    Regards,
    Nikko

    in reply to: Ajax window stopped working #1011867

    Hi smoothbob,

    The page seems to load slower.
    If you click on the link with #europe hash it is more likely that the issue occurs since the js script isn’t loaded yet.
    Try to hook the js script to the header and make enable the page loader.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Post Slider Date above Headline #1011862

    Hi AD,

    Try to create a folder and name it: shortcodes then add postslider.php inside it.
    Let us know if this helps.

    Best regards,
    Nikko

Viewing 30 posts - 15,361 through 15,390 (of 25,536 total)