Forum Replies Created

Viewing 30 posts - 16,321 through 16,350 (of 25,536 total)
  • Author
    Posts
  • in reply to: Add button to next portfolio item in same category #957620

    Hey dweddell,

    Yes, 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: Footer Twitter Feed only showing on Desktop #957618

    Hey Stevo,

    Thanks for giving us the link to your site.
    I have checked it using my mobile phone and I do see the tweets in the widgets.
    Can you give us a screenshot on what it looks on your end?

    Best regards,
    Nikko

    in reply to: Customizing header, no quick CSS works #957616

    Hi draadeind,

    Glad that you fixed it. As for the header width less width and more height, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header {
        width: 80%;
        left: 10%;
    }

    you may need to adjust width and left values. As for the height you should be able to adjust it in Enfold > Header > Header Layout (tab) > Header Size and set to custom pixel value. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Change order to custom set of Social Media Buttons #957612

    Hey emilgandersson,

    In Enfold > Social Profiles you should be able to switch places of the social links showing in header or footer.
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: Gallery Images are faded #957604

    Hey Richard,

    Thanks for giving us the link to your site, I checked on your homepage but I couldn’t see the gallery, but if you’re referring to the gallery images on your Gallery page then try to edit the gallery then set Thumbnail fade in effect to Activate animation on page load (might be preferable on large galleries)
    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Header Widget not flowing on Mobile/responsive #957596

    Hi FionaH,

    Can you try to give us a link to your site? so we can check further and try to give you css code to fix the remaining issue.
    You can post the link in private content, so only moderators can view it.

    Best regards,
    Nikko

    in reply to: Right align login #957593

    Hey DROR,

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

    #top .form-row label {
        float: right;
    }
    
    #top .woocommerce .login .button {
        margin: 0 0 0 20px;
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Button on Picture #957590

    Hi Andreas_BS,

    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: Fullwidth Easy Slider, Hide on small screens option #957588

    Hi RDc_takenbyahufter,

    I understand your point however Hiding Elements via Screen Options doesn’t totally remove the slider but just hides the slider via css.
    I think that feature would be great however Enfold doesn’t have that type of feature yet, but it might have that improvement in the feature.
    Feel free to 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.

    Best regards,
    Nikko

    Hi gkarae,

    Yes, Ismael is referring to these two plugins:

    Best regards,
    Nikko

    in reply to: Cart page tables on mobile #957585

    Hey DROR,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top table {
        overflow: visible !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    Hi scorgan,

    This is the js error that shows the js conflict in search engine plugin:

    Uncaught TypeError: jQuery(...).mediaelementplayer is not a function

    Here is the screenshot showing the error: https://imgur.com/a/evB1lYF
    And code which the error occurs: https://imgur.com/a/ZzF8hAK
    Can you also give us ftp access? we’ll try to help if we can.
    Just post the details in private content, so it’s only visible to the moderators :)

    Best regards,
    Nikko

    in reply to: Color section background video loop no longer working #957575

    Hi KingConga,

    Thanks for your kind words and continually using Enfold :)
    We assure you that there are greater stuffs will be added on the future releases of Enfold.
    Make sure to check our changelogs for the latest updates.

    Best regards,
    Nikko

    in reply to: Anchor link in tabs element #957573

    Hey Boeckske23,

    Can you give us a link to the page mentioned? you can post the url in private content, so only moderators can see it.
    Tabs or Tabs Section doesn’t allow changing of link/url and doesn’t use the format you listed, it should only be like this format:

    #tab-id-xx

    If you’re referring perhaps on using those links to go to that section where the tab is located and opening the specific tab then adding it to the main menu should also work.

    Best regards,
    Nikko

    in reply to: How to place the photo and name above a testimonial #957566

    Hi Eefke,

    We apologize for the late response.
    I have checked your site and I could see the photo on the upper right, just above the testimonial and the name is above the testimonial as well.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: my account page on mobile is not looking good #957559

    Hi DROR,

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

    @media only screen and (max-width: 767px) {
      #top.rtl_columns .avia_textblock .woocommerce {
        display: flex;
        flex-direction: column-reverse;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Masonry not aligned correctly on mobile #957557

    Hey DROR,

    I have checked the link you gave but I don’t see any masonry, please check.

    Best regards,
    Nikko

    in reply to: Field at option choose #957555

    Hi MaxMiko,

    Thanks for giving us the link, I have inspected your site and the dropdown field have this id #avia_5_1 you should be able to use it.
    You should see the id using a web inspector, I have posted a link in private content, so you can see it.
    I think you already know how to add js code to Enfold, but just in case you need it, you can check it here: https://kriesi.at/documentation/enfold/add-custom-js/
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Forms text colour #957552

    Hi Picante,

    Okay, please add this css code in Quick CSS (located in Enfold > General Styling):

    #top label {
        color: white;
    }

    just change the color value to any color that you see fit.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: don't show text with mouse over images #957550

    Hi Marta,

    You’re welcome.
    Feel free to post back and give us feedback if it works or not once you have applied it :)

    Best regards,
    Nikko

    in reply to: Iconlist Problem #957547

    Hi Luca,

    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: Format #957546

    Hi carlamurray,

    Glad that we could help. :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    in reply to: 500 Error after Update and Downgrade #957544

    Hi Mathuseo,

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

    @Samuel Marín: php version 7.2 is the latest and didn’t experience any issues on my local install.

    Best regards,
    Nikko

    in reply to: Rename aviaCookieConsent to CookieInfoConsent #957150

    Hey royaltask,

    I can’t seem to find where aviaCookieConsent is placed? is it the class name you’re referring to?

    Best regards,
    Nikko

    in reply to: Highlight bar in main menu nav #957149

    Hey davideroppo,

    Yes, please go to Enfold > General Styling > Logo Area > Logo Area font color.
    Just change the color and that should work. This might also help, Logo Area secondary font color is for the color of the main menu which aren’t the current page.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Different languages in Enfold #957146

    Hey seykom,

    You will need to use WPML plugin for it.
    For more information you can refer to our documentation: https://wpml.org/documentation/theme-compatibility/enfold/
    Hope it helps :)

    Best regards,
    Nikko

    in reply to: 500 Error after Update and Downgrade #957144

    Hi Mathuseo,

    Thanks for providing the admin and ftp access.
    You should be able to login properly now, however I have to disable layerslider on your site as it was requiring atleast php 5.6.
    Let us know if you experience any issues or if you need further assistance :)

    Best regards,
    Nikko

    Hi Stephan,

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

    Best regards,
    Nikko

    in reply to: Accordian toggle don't open up on click #957134

    Hey Jens,

    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: Forms text colour #957133

    Hey Picante,

    Thanks for giving us the link to your site.
    You can change it in Enfold > General Styling > Main Content (tab) > Main Content font color.
    Just change the color there and it should affect the color of those labels.
    Hope it helps :)

    Best regards,
    Nikko

Viewing 30 posts - 16,321 through 16,350 (of 25,536 total)