Forum Replies Created

Viewing 30 posts - 421 through 450 (of 92,798 total)
  • Author
    Posts
  • in reply to: Function av_icon is deprecated since version 7.0! #1487285

    Hi,

    Thanks for that. The Appearance->Theme File editor is turned off on your installation, so we cannot check your child theme code. Please turn that on, or share FTP login details with us as well.

    Best regards,
    Rikard

    in reply to: Function av_icon is deprecated since version 7.0! #1487269

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: Enfold – PHP #1487266

    Hey Oliver,

    The latest version of Enfold is compatible with PHP 8.x.

    Best regards,
    Rikard

    in reply to: Site crashed when upgrading to PHP 8.3 #1487262

    Hi,

    Thanks for that. The FTP account still lead no where, but I checked via the file editor instead. this is what’s on line 32 in your child theme:

    avia_nav_menus(); function avia_nav_menus() { global $avia_config, $wp_customize; $avia_config['nav_menus'] = array( 'avia' => array('html' => __('Main Menu', 'avia_framework')), 'avia2' => array( 'html' => __('Secondary Menu <br/><small>(Will be displayed if you selected a header layout that supports a submenu <a target="_blank" href="'.admin_url('?page=avia#goto_header').'">here</a>)</small>', 'avia_framework'), 'plain'=> __('Secondary Menu - will be displayed if you selected a header layout that supports a submenu', 'avia_framework')), 'avia3' => array( 'html' => __('Footer Menu <br/><small>(no dropdowns)</small>', 'avia_framework'), 'plain'=> __('Footer Menu (no dropdowns)', 'avia_framework')), 'avia_responsive' => array( 'html' => __('Responsive Menu <br /><small>(If set will replace your main menu on mobiles)</small>')) ); add_theme_support('nav_menus'); foreach($avia_config['nav_menus'] as $key => $value) { $name = (!empty($value['plain']) && !empty($wp_customize)) ? $value['plain'] : $value['html']; register_nav_menu($key, THEMENAME.' '.$name); } } add_action( 'ava_after_main_menu', 'enfold_customization_add_responsive_menu' ); function enfold_customization_add_responsive_menu() { echo "<nav style = 'display:none;' class='main_menu_responsive' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia_responsive'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location' => $avia_theme_location, 'menu_id' => $avia_menu_class, 'menu_class' => 'menu av-main-nav', 'container_class' => $avia_menu_class.' av-main-nav-wrap'.$icon_beside, 'fallback_cb' => false, 'walker' => new avia_responsive_mega_menu() ); wp_nav_menu($args); echo '</nav>'; }

    What exactly is the purpose of that?

    Best regards,
    Rikard

    in reply to: Vimeo iframe solution / JS error #1487238

    Hi,

    Thanks for the update. You could try to deregister the script in question, then use your own code instead: https://developer.wordpress.org/reference/functions/wp_deregister_script/

    Best regards,
    Rikard

    in reply to: License #1487234

    Hey Sebastian,

    The only place to download the theme files is from a Themeforest account unfortunately.

    Best regards,
    Rikard

    in reply to: Function av_icon is deprecated since version 7.0! #1487233

    Hi,

    Thanks for that. Are you using something related to icons in a child theme?

    Best regards,
    Rikard

    in reply to: Function av_icon is deprecated since version 7.0! #1487223

    Hey laptophobo,

    Which PHP version are you using?

    Best regards,
    Rikard

    in reply to: Unable to Download Demo cURL Error 28 #1487222

    Hi,

    Thanks for that. I can’t see any obvious reason as to why the demo import is not working on your installation unfortunately. I’ve imported the content shortcode for the front page for you though, please let us know if you should need any further content. Note that the theme and page settings has to be set manually either in the theme options, or in the layout menu for each individual page.

    Best regards,
    Rikard

    in reply to: Huge gap in tab section #1487199

    Hi,

    Thanks for that. Did you read my earlier message?

    Also, did you check the Height settings in the element options?

    Best regards,
    Rikard

    in reply to: Merge new theme purchase with existing site #1487198

    Hey Katy Maurer,

    It should likely not change anythings, but I would advise that you update on a staging site first to check the results there first. If that is not a possibility for you, then make sure that you keep backups of your current site in case you should have to restore it. Once you are ready to update then the update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    in reply to: Unable to Download Demo cURL Error 28 #1487197

    Hey dbrya0,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    in reply to: How to edit Menu caption #1487182

    Hey Gianluca,

    Go to Apperance->Menus, then click Screen Options in the top right hand corner. Select to show Description in that menu.

    Best regards,
    Rikard

    in reply to: Site crashed when upgrading to PHP 8.3 #1487181

    Hi,

    Thanks for that. The FTP details are working, but all the folders are empty. If you are unsure about which user/details to use, then please reach out to your hosting provider for help with that.

    Best regards,
    Rikard

    in reply to: Site crashed when upgrading to PHP 8.3 #1487154

    Hi,

    Thanks for that. The Appearance->Theme File Editor option is turned off on your installation, so we cannot access the child theme files. Please post FTP login details in private as well. If you want to rename the child theme, then you can login via FTP, then navigate to the wp-content/themes folder, then rename the child from there.

    Best regards,
    Rikard

    in reply to: Demo import failure – cURL error 7 #1487128

    Hi,

    Thanks for the update. 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: Vimeo iframe solution / JS error #1487127

    Hey xela,

    First off, try turning off file compression under Enfold->Performance to see if that helps. If not, then post a link to where we can see the actual problem on your site.

    Best regards,
    Rikard

    in reply to: Mason Gallery color effect #1487031

    Hi,

    Thanks for the login details. Please try the following in Quick CSS under Enfold->General Styling:

    .av-masonry-image-container {
      opacity: 1;
    }

    Best regards,
    Rikard

    in reply to: Tab Section Malfuntion #1487030

    Hi,

    Great, I’m glad that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Enfold 4.4.1 – PHP update error #1487029

    Hey Marieke,

    The update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    in reply to: Site crashed when upgrading to PHP 8.3 #1487010

    Hi,

    The error messages are referring to code your child theme. Note that we don’t provide any code for child themes, that is added by users as they see fit. You could try to temporarily rename the child and try to login after that.

    Best regards,
    Rikard

    in reply to: Huge gap in tab section #1486998

    Hi,

    Thanks for that. I can’t see any large gaps on my end though, could you let us know how to reproduce the results that you are seeing on your end please? Also, did you check the Height settings in the element options?

    Best regards,
    Rikard

    in reply to: Default formatting settings #1486997

    Hi,

    The blue colour is coming from the Primary Color setting in the theme options. If you want to set a separate colour for the strong tag, then you can do so under Enfold->Advanced Styling.

    Best regards,
    Rikard

    Hi,

    We haven’t seen that in any of our test installations, and we haven’t had any reports from other users having the same problem. It’s very likely that something else is causing this problem on your installation.

    Best regards,
    Rikard

    in reply to: Change hover sub menu color #1486994

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    in reply to: Bug in main menu – links not correctly displayed #1486993

    Hey annevoelkel,

    On the page in private, the Flex Column that contains the Referenzen header has the ID ueber-uns. I’m guessing that it’s not correct? Simply remove the ID or put in the correct element.

    Best regards,
    Rikard

    in reply to: Launch a lightbox gallery with a button #1486991

    Hi,

    Please paste it as a PHP snippet in your plugin, or add it to functions.php in your child theme.

    Best regards,
    Rikard

    in reply to: Default formatting settings #1486973

    Hi,

    Then you can use CSS, for example:

    p strong {
      color: #000 !important;
    }

    If you need to learn basic CSS, then there are plenty of free resources online. W3Schools is a good one for example.

    Best regards,
    Rikard

    in reply to: Fatal Error on Contact Page – Theme Related Issue #1486972

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (7.1.1) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    in reply to: Can’t install any demo -curl error 28 #1486971

    Hi,

    Thanks for the update. I’ve copied the content shortcodes of the pages for you, and added the images that I think that you want. If you want to add more images, then they can be downloaded in your browser by right clicking and selecting save as on the demo pages. Settings for each page can be made in the Layout menu for each individual page.

    Best regards,
    Rikard

Viewing 30 posts - 421 through 450 (of 92,798 total)