Forum Replies Created

Viewing 30 posts - 8,131 through 8,160 (of 93,430 total)
  • Author
    Posts
  • in reply to: Content reveal #1412362

    Hi Thijs,

    There’s nothing like that in the theme by default unfortunately. I’m not aware of any plugins which does that either, but maybe you could try searching in the WordPress plugin repository?

    Best regards,
    Rikard

    in reply to: Paid for support but it says I didn't. #1412361

    Hi,

    There’s a link to the purchase code in your first screenshot. Here are further instructions: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-

    Best regards,
    Rikard

    Hi,

    Please try this CSS as well:

    .avia-button .avia_loading_icon {
      background: rgba(0,0,0,0);
    }

    Best regards,
    Rikard

    in reply to: Background color gradient #1412358

    Hey Antonio,

    Which element would you like to apply it to? Could you post a link to where we can see the element in question?

    Best regards,
    Rikard

    in reply to: Double separator #1412357

    Hi,

    Thanks for that. Please try the following in Quick CSS:

    .container_wrap {
      border-top-width: 0;
    }

    Best regards,
    Rikard

    in reply to: Paid for support but it says I didn't. #1412317

    Hey Brian,

    Sorry for the problem. Could you share the extended support receipt with us please?

    Best regards,
    Rikard

    in reply to: Quero cancelar minha compra #1412315

    Hey Cirlene,

    Thanks for reaching out to us. We don’t sell anything with that name, are you sure that you have contacted the correct company?

    Best regards,
    Rikard

    in reply to: Upgrade Crashes Site: PHP Fatal Error #1412313

    Hi,

    Sorry for the late reply. You might have to rewrite your customisation for that file then, I’m not exactly how it has been done previously. Writing customisation from scratch would unfortunately be out of scope of theme support.

    Best regards,
    Rikard

    in reply to: Enfold for Staffing Agencies #1412171

    Hi Mike,

    There is no such functionality in Enfold by default, but I’m sure you could find a plugin which offers that functionality: https://wordpress.org/plugins/search/jobs/. We haven’t tested the theme with any plugins like that, so we don’t have anything to recommend unfortunately.

    Best regards,
    Rikard

    in reply to: Formular element Checkbox #1412146

    Hi,

    Please try this CSS as well:

    .page-id-156 #element_avia_6_1 input#avia_6_1 {
      margin-bottom: 30px;
    }

    Best regards,
    Rikard

    in reply to: Upgrade Crashes Site: PHP Fatal Error #1412145

    Hi,

    This part can be removed since it’s commented out and should not do anything:

    // require_once(‘inc/theme-shortcodes.php’);
    // require_once(‘inc/avia_new_section.php’);
    // require_once(‘inc/pardot-iframe.php’);
    // require_once(‘inc/avia-boxes.php’);
    // require_once(‘inc/show-template-shortcode.php’);
    // require_once(‘inc/hp-modal-popup.php’);
    // require_once(‘inc/footer-highlight-widget.php’);
    // require_once(‘inc/custom-post-types.php’);

    This is not required anymore, it can now be set in the theme options under Enfold->Layout Builder:

    add_theme_support(‘deactivate_layerslider’);

    The rest I can’t really tell you unfortunately, since I don’t know what has been done in those files. I would recommend that you remove all of the code, then add it back line by line to see when it starts breaking:

    require_once(‘inc/theme-functions.php’);
    require_once(‘inc/scripts-child.php’);
    require_once(‘inc/theme-filters.php’);
    require_once(‘inc/avia-partner-logo.php’);
    require_once(‘inc/custom-post-types.php’);
    require_once(‘inc/avia-boxes.php’);
    require_once(‘inc/disable-google-maps.php’);

    Best regards,
    Rikard

    in reply to: PHP update error #1412144

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: “Page Not Found” when page is updated #1412143

    Hey bimsenfold,

    Thanks for the login details. Does it make any difference if you temporarily deactivate all plugins? You could also try to move the content to a test page by copy/pasting the shortcode content. You can activate debug mode in order to see the shortcodes under Enfold->Layout Builder->Show advanced options->Debug Mode.

    Best regards,
    Rikard

    in reply to: CRITICAL Uncaught ValueError #1412142

    Hey RavanH,

    Where can we see the problem you are having? Which version of the theme are you running? Which PHP version are you running?

    Best regards,
    Rikard

    in reply to: PHP update error #1412103

    Hi,

    Thanks for that. The problem seems to be coming from your wp-config.php file, when this line is commented out, your site works as it should running both PHP 8.0 and 8.1:

    define( 'WP_AUTO_UPDATE_CORE', minor ); 

    That is related to automatic updates, but I can’t tell you why it’s breaking your site unfortunately. If you need further help with that, then please try reaching out to your hosting provider.

    Edit; I’ve left the code commented out for now, and the PHP version is set to 8.1.

    Best regards,
    Rikard

    • This reply was modified 2 years, 8 months ago by Rikard.
    in reply to: Upgrade Crashes Site: PHP Fatal Error #1412102

    Hi,

    It would likely be a PHP file, since it’s generating a server error.

    Best regards,
    Rikard

    Hey Jimmy,

    You need access to the Themeforest account which was used to purchase the theme, otherwise you can’t generate the token which is now used to verify the purchase. If you need help with access to your account, then please try reaching out to Envato/Themeforest support instead.

    Best regards,
    Rikard

    in reply to: Drag & Drop Not Functioning in Avia Layout Builder #1412100

    Hey Kirstie,

    I tried editing the page in private, but I can’t see any problems there. Could you let us know how to reproduce the problem you are seeing on your end please?

    Best regards,
    Rikard

    in reply to: Create form with database connection #1412099

    Hey bergamotoner,

    There’s no functionality like that in the theme by default unfortunately. I would recommend that you take a look at a dedicated contact form plugin instead, or write the functionality from scratch.

    Best regards,
    Rikard

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey Lin84,

    The grid at the top of the page goes to 100% width at 767 pixels on my end. If there is something wrong with that, then please try to explain the problem a bit further, or post a screenshot highlighting it.

    Best regards,
    Rikard

    in reply to: A smaller padding on a 13 inch screen #1412096

    Hi,

    Thanks for the info, I can’t reproduce the results in your screenshot in either of those browsers though. We would need a way to reproduce the results you are seeing on your end to help you out further.

    Best regards,
    Rikard

    in reply to: Upgrade Crashes Site: PHP Fatal Error #1412052

    Hi,

    Thanks for that. I uploaded the latest version of the theme and activated it, and everything is working after that, but the site crashes when your child is activated. Please try to remove all custom code you have added to the child, then activate the new version by renaming the enfold_new folder in the themes folder. Rename the current enfold folder to enfold_old before that. Once the site is working with the new version and the empty child, then you can start adding your custom code back in one by one to the child, to see when it starts crashing.

    Best regards,
    Rikard

    in reply to: Accordion slider that is centrally updated #1412048

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    in reply to: Catalog function does not seem to work properly #1412047

    Hey Rob,

    If content is disappearing after saving, then it’s most likely due to open markup in the content. Please make sure to check for any html tags which might have been left open.

    <strong>Properly closed strong tag</strong>

    If you need further help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    in reply to: Enfold not Working on one.com site #1412045

    Hey Metin,

    I’m running Enfold without any problems on the most basic one.com hosting, so the problem is likely local to your sites. Which versions of the theme are you running on your sites? Please make sure it’s 5.6.3 first of all: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    in reply to: Max Mega Menu/Horizontal Gallery Autoplay Glitch #1412044

    Hi Garrett,

    We can’t provide support for third party plugins like Mike pointed out earlier, and the theme has Mega menu functionality already. If you need further help with the plugin in question, then please try reaching out to their support.

    Best regards,
    Rikard

    in reply to: my homepage (anasayfa) have problem please help #1412043

    Hi,

    Thanks for the update. First of all, please make sure that you have a working SSL certificate for the site, then set your site URL to https on the page in private.

    Best regards,
    Rikard

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    in reply to: Update Entfold #1412039

    Hi,

    Thanks for that, the login details are not working though. Please check and verify.

    Ungültige Anmeldedaten.

    Best regards,
    Rikard

Viewing 30 posts - 8,131 through 8,160 (of 93,430 total)