Forum Replies Created

Viewing 30 posts - 15,691 through 15,720 (of 25,536 total)
  • Author
    Posts
  • in reply to: Fixed menu header using ava_after_main_container #986114

    Hi CloudChoice,

    We apologize for the late response.
    We’re having a hard time accessing your site, ftp doesn’t work and it’s the same with your wp-admin login.
    Can you try to after echo $output, try echo out one or few more closing divs, it might help fix the broken footer.

    Best regards,
    Nikko

    in reply to: Height padding between columns #985952

    Hi Pas7o,

    Can you try using this css code:

    #cchirappresentiamo .flex_column_table.av-equal-height-column-flextable.-flextable .flex_column_table_cell {
        padding: 0 !important;
    }
    
    #cchirappresentiamo .flex_column_table.av-equal-height-column-flextable.-flextable .flex_column_table_cell .av_textblock_section {
        min-height: 96px;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Sidebar background colour #984241

    Hi ac,

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

    Best regards,
    Nikko

    in reply to: Add extra content to burger overlay menu #984079

    Hi maxgorelkine,

    Thanks for giving us the link to your site.
    I have checked it with multiple browsers and it works properly.
    If you’re still having issues, can you tell us what errors appear in the console when this happens?

    Best regards,
    Nikko

    in reply to: Burger Menu is not displayed on mobile devices #984073

    Hi gaverzicht,

    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: Http Error 500 #984072

    Hi zielina,

    Thanks for giving us admin access.
    I got this error when setting Enfold as the primary theme:

    Fatal error: Call to undefined function apply_filters_deprecated() in /wp-content/themes/enfold.s/framework/php/class-framework-widgets.php on line 2234

    It seems that you are using an outdated version of wordpress (version 4.4.16), which doesn’t have that function defined. Please try to update wordpress to the latest version and try to set the Enfold theme again. Hope it helps.

    Best regards,
    Nikko

    in reply to: Spacing #984067

    Hi Lara,

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

    Best regards,
    Nikko

    in reply to: Hide words in title or change title in slide-entry #984065

    Hi Daniel,

    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: Pricing Table #984062

    Hi apremierdj,

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

    @media only screen and (max-width:959px) and (min-width:768px) {
      #top .pricing-table li.avia-pricing-row {
        font-size: 36px;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    in reply to: Height padding between columns #984060

    Hi Pas7o,

    I have checked on your previous replies and noticed that what you wanted to achieve was the images on top, text/content in the middle and button located at the bottom.
    And it seems that you have already done it, is it just the spacing that you want to adjust? or I might have missed what your trying to point?

    Best regards,
    Nikko

    in reply to: Fatal Error #984056

    Hi laflacker,

    Please do the following:

    1. Switch to a default wordpress theme like twentyseventeen
    2. Delete your recent Enfold theme
    3. Upload and install the latest version of Enfold

    Let us know if it helps :)

    Best regards,
    Nikko

    in reply to: HTTP ERROR 500 #984055

    Hi zielina,

    We have seen the thread you created, we will be replying on the other thread :)

    Best regards,
    Nikko

    in reply to: Http Error 500 #984054

    Hi zielina,

    Can you give us admin access to your site as well as the login page link?
    Just post the details in private content.

    Best regards,
    Nikko

    Hi zizibe1,

    Thanks for giving us admin access, I modified the code to:

    function remove_title_attr(){
    ?>
    <script>
    jQuery(window).load(function(){
      jQuery('#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    And it worked properly. Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Ajax Search Function #981931

    Hi goodinkcreative,

    I think that’s not what Dude meant but you can use that as a starting point to do what you’re trying to achieve.

    Best regards,
    Nikko

    in reply to: image in testimonial grid #981928

    Hi,

    I have added this php code in your functions.php:

    function my_avatar_size( $size, $src, $class ) {
        return 'full';
    }
    
    add_filter('avf_testimonials_avatar_size', 'my_avatar_size', 10, 3);

    And it looks much better now.
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Fixed menu header using ava_after_main_container #981921

    Hi CloudChoice,

    Sorry for the late response.
    I tried the first login credential you gave, it works but Editor isn’t available in the Appearance Menu.
    The other credential you gave doesn’t work and still returns:

    Persona non grata - Abusive behavior You are out dude!

    Maybe you can give ftp access instead? so it’s easier and safer to modify the code.

    Best regards,
    Nikko

    in reply to: Column Layout Issue: "No Space Between Column" #981918

    Hi Eagles1227,

    Can you remove the code I gave and replace it with this code instead:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      #top #wrap_all .av_one_fourth {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
      }
    }

    This should make it 2 columns instead of 4. Let us know if it helps.

    Best regards,
    Nikko

    in reply to: error product_snippet_review.php on line 80 #981908

    Hi Mike,

    It should be fixed in the future releases of Enfold.
    For the meantime, the solution is using this method.

    Best regards,
    Nikko

    in reply to: Can I make the buttons all the one length? #981292

    Hi Kinnear,

    You can use Custom CSS Classes to do that.
    First go to Enfold > Layout Builder > check Show element options for developers > then Save.
    Edit the button (in the page) then find Custom Css Class located at the bottom then add this value: custom_button.
    Go to Enfold > General Styling > Quick CSS, then add this css code:

    #top .custom_button {
      width: 200px !important;
    }

    Just adjust the width value as you see fit, hope this helps :)

    Best regards,
    Nikko

    in reply to: Enfold Instagram Widget Spacing #981287

    Hi prospanicatc,

    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: LayerSlider not displaying after update to 4.3.1 #981283

    Hi Commun-IT,

    I have created a Test page and it seems weird that it’s working fine without blogposts but doesn’t display when combined with blogposts which the error starts appearing.
    Can you try to disable all plugins and clear cache and check if the it works properly especially plugins that is related to blog/posts? if it does enable the plugins one by one to know which is causing the issue. If it doesn’t please give us ftp access, to check further.

    Best regards,
    Nikko

    in reply to: CSS & Javascript Merging and Compression #981274

    Hi kesdeg,

    Can you give us also ftp access? so we can try to enable the error logs and check further.
    Just post the details in private content so it’s only visible to the moderators.

    Best regards,
    Nikko

    in reply to: Column Layout Issue: "No Space Between Column" #981272

    Hey Eagles1227,

    Thanks for giving us those screenshots, it helps a lot :)
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div {
        clear: none !important;
      }
    }

    Best regards,
    Nikko

    in reply to: category and grid view #981262

    Hey automatedcontacts,

    I’m not really sure why it’s behaving that way but we can try to offer a workaround.
    Can you try to change Birthday to Birthdays and change the slug as well, then create a new category and call it Birthday then for the 2 posts in the Birthdays category, change their category to Birthday (the newly created category). Hope this workaround helps.

    Best regards,
    Nikko

    in reply to: Button to the right of some text #981257

    Hi Sophie,

    Can you try to add this html code instead of the button element:

    <a href="link_here" class="avia-button avia-color-dark avia-position-right"><span class="avia_button_icon" aria-hidden="true"></span><span class="avia_iconbox_title">Button</span></a>

    Then replace link_here with the right link and Button with the text you want to appear inside the button.

    Best regards,
    Nikko

    in reply to: Portfolio Masonry #981250

    Hi tinip2,

    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: Woocommerce add to cart button #981249

    Hi bilgecelik,

    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: The Events Calendar Database Error with Enfold #981241

    Hey tAALz,

    Can you give us temporary admin and ftp access? so we can try to check further and debug your site.
    You can post the details in private content, so it’s only visible to you (thread creator) and us (moderators).

    Best regards,
    Nikko

    Hi swotes,

    Just to make this thread not confusing, please try to create a new thread and please put the link to this thread.
    Also Please post us your login credentials (in the “private data” field), so we can take a look at your backend (in the other thread).

    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

Viewing 30 posts - 15,691 through 15,720 (of 25,536 total)