Forum Replies Created

Viewing 30 posts - 9,841 through 9,870 (of 25,536 total)
  • Author
    Posts
  • in reply to: The link you followed has expired. #1210321

    Hey wundergunder,

    Are you using godaddy?
    Maybe the solution on this post would help: https://ph.godaddy.com/community/Managing-WordPress/Wordpress-theme-upload-error-quot-The-link-you-followed-has/td-p/101292
    Here’s the solution posted on that thread:
    Make these changes in PHP Options to correct:
    max_execution_time 180

    memory_limit 512M or your highest available

    post_max_size 32M

    upload_max_filesize 64M

    Best regards,
    Nikko

    Hey Jan-Paul,

    We’re glad that you were able to find a workaround :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: team member Social icons #1210318

    Hey Yossi,

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

    #top .team-social-inner {
        top: auto;
        bottom: 16px;
        margin-top: 0;
    }

    Best regards,
    Nikko

    in reply to: Edit Page overlay_colo #1210315

    Hi gaveni,

    It does work when I tested on my end.
    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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: #1210313

    Hi medialoggers,

    We’re glad to hear that and thanks for sharing the cause of the issue :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: botton row position fixed not centered #1210311

    Hi Katharina,

    We’re glad that we could help you and give you more insight in using z-index :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Reduce the height between items in sub-menus #1210309

    Hi octamedia,

    It must be some caching issue, that usually uses old css instead of fetching new ones.
    We’re glad to hear that it works properly now.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Icon tooltip width #1210302

    Hi Misko,

    I’m glad to hear that this is one of the rare moments :D
    We’re happy that we are able to help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Category of accordion does not break #1210298

    Hi bcerin,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: botton row position fixed not centered #1210178

    Hey KaJoHa,

    The z-index on buttons would be useless because z-index should be applied on the section or container (div) that’s a sibling to #fullwidthsection.
    To fix it, the div where #cta-buttons is contained should have a higher z-index (20 in the code I gave) and then #fullwidthsection z-index should be lower (10, in the code) and set its position to relative since static won’t recognize z-index value.

    Please replace this code:

    #cta-buttons{
    position: fixed;
    bottom: 0px;
    z-index: 9999!important;}

    to:

    #cta-buttons {
        position: fixed!important;
        bottom: 0px;
        left: 0;
        width: 100%;
    }
    
    #top .container_wrap_first {
        z-index: 20;
    }
    
    #fullwidthsection {
        position: relative;
        z-index: 10;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: center pricing on products #1210176

    Hi bobfurgo,

    Can you try this CSS code:

    #top .inner_product_header_cell span.price {
        display: block;
    }

    Best regards,
    Nikko

    in reply to: View blog posts by category #1210170

    Hey Basti_DLK_23,

    You should be able to do that using Blogposts element and select the specific category.
    If that doesn’t work, 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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Reduce the height between items in sub-menus #1210169

    Hey octamedia,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top #header .avia_mega_div > .sub-menu, 
    #top #header .avia_mega_div > .sub-menu.avia_mega_hr {
        padding: 5px 30px 15px;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi tokenofhon,

    We’ll be closing this thread then.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Add second row to grid row element #1210163

    Hi CharlieTh,

    It’s not possible for two gridrows to stack however it’s possible to have a gridrow and inside it are the 1/2 and 1/4 columns in the content layout.
    As for adding a cell to gridrow, there’s an Add Cell button on the lower right edge of the gridrow.
    As for setting the size there’s a Set Cell Size button just beside the Add Cell button.

    Best regards,
    Nikko

    in reply to: Blog Image Min Height Issue #1210159

    Hi Jas,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi mhaemmer,

    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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: #1210156

    Hey medialoggers,

    Can you tell us where we can see the problem?
    Maybe give us steps on how to see the issue.

    Best regards,
    Nikko

    in reply to: Enfold Theme – Avia Layout Builder 4.7.4 bug #1210154

    Hi marketing_aeco,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hey Lieser,

    Yes, it’s possible just generate a new token from envato and use it on the new site.

    Best regards,
    Nikko

    Hi Marion,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: LayerSlider saying my purchase code is invalid #1210144

    Hi ESWEENEY113,

    We apologize for the inconvenience but it’s a bundled version and not the standalone version that’s why some of its features are limited.
    We’ll be closing this thread as requested.
    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    in reply to: Problem with button #1210143

    Hi kikosanchezestudio,

    Please add this CSS code in Quick CSS, located in Enfold > General Styling:

    #top #main .entry-summary .price .amount, 
    #top #main .entry-summary .price .woocommerce-Price-currencySymbol {
        font-size: 32px;
    }

    Best regards,
    Nikko

    in reply to: Errors on page? #1210142

    Hey Yogabarnet2018,

    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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Icon tooltip width #1210140

    Hey Misko,

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

    #top .avia-icon-tooltip {
        width: auto !important;
        max-width: 250px;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hey Matthias,

    Thanks for contacting us!
    Enfold should be the right choice as it can showcase the items in an Online Art Exhibition, you can check on our demo sites: https://kriesi.at/themes/enfold-overview/
    However, with regards to restriction in publishing content, Enfold or most of the themes doesn’t have that feature, WordPress already has some basic features for that and you can give your artists a Contributor role and that should be enough for them to publish content without interfering with other artist’s content. If the basic features of WordPress aren’t enough you can look for Membership plugins that focuses on that feature.
    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Make ALL Headings BOLD #1210135

    Hi whdsolutions,

    I have checked your homepage and all headings seem to be bold already and the thickness or font-weight is the same on other pages.

    Best regards,
    Nikko

    in reply to: Social icons #1210130

    Hey regispt,

    Can you give us the link to your site?
    Also with regards to the social share buttons, it should show in Enfold > Social Profiles, it’s the last item in the dropdown.

    Best regards,
    Nikko

    in reply to: Insecure content #1210129

    Hi ryansmccain,

    I tried to login using the credentials you gave however this is the result:

    Unknown username. Check again or try your email address.

    Best regards,
    Nikko

    in reply to: flaticon – wrong icons appear #1210125

    Hey roosites,

    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
      ( to 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 an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

Viewing 30 posts - 9,841 through 9,870 (of 25,536 total)