Viewing 30 results - 21,301 through 21,330 (of 244,526 total)
  • Author
    Search Results
  • #1372714

    In reply to: Table design

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1372709

    Hi Garrett,

    Could you try updating the theme to the latest version (5.2.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1372699

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1372688

    In reply to: Change post lay out

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    The line says in function.php line 74

    wp_register_script ( ‘gigla-custom’, ‘http://gigla.se/wp-content/themes/enfold-child/js/gigla-custom.js’, array(‘jquery’), $vn, true );

    <?php
    /* Child theme specific functions */
    /* Added by Maria */

    /* PT Sans: already in theme; 400/regular, 700/bold + italic */
    /* LOAD the following extra fonts:
    PT Sans Narrow: 400/regular, 700/bold
    PT Sans Caption: 400/regular. Not added: 700/bold.
    NOTE: Caption will only be used in explanation or image text,
    so it doesn’t need to be added to the styling panel.
    PT Serif: 400/regular, 700/bold. There are also italic normal, italic bold
    Serif can be used as paragraph font instead of sans */
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘chld_thm_cfg_ext1’, ‘https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&#8217; );
    wp_enqueue_style( ‘chld_thm_cfg_ext2’, ‘https://fonts.googleapis.com/css?family=PT+Sans+Caption&display=swap&#8217; );
    wp_enqueue_style( ‘chld_thm_cfg_ext3’, ‘https://fonts.googleapis.com/css?family=PT+Serif:400,700&#8217; );
    }
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    /* add Narrow to the styling panel – heading fonts */
    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow’;
    return $fonts;
    }
    /* add Serif to the styling panel – content fonts */
    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘PT Serif’] = ‘PT Serif’;
    return $fonts;
    }

    /* enable svg upload – use this only temporary, turn off after uploading */ /*
    function cc_mime_types($mimes) {
    $mimes[‘svg’] = ‘image/svg+xml’;
    return $mimes;
    }
    add_filter(‘upload_mimes’, ‘cc_mime_types’);
    */

    /* set to debug, useful to see shortcodes – use this only temporary */ /*
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }
    */

    /* Remove title pop-ups from links and images */
    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘a’).removeAttr(‘title’);
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_tooltip’);

    /* Register a custom jquery file */
    wp_register_script ( ‘gigla-custom’, ‘http://gigla.se/wp-content/themes/enfold-child/js/gigla-custom.js&#8217;, array(‘jquery’), $vn, true );
    wp_enqueue_script ( ‘gigla-custom’ );

    #1372653

    Topic: PHP 8 upgrade

    in forum Enfold
    rgenieters
    Participant

    Hello,

    I am informing about the compatibility of Enfold 5.2.1 running on WordPress 6.1 with PHP 8 or PHP 8.1.

    Our host is upgrading from PHP 7.4 to PHP 8 but now we are faced with all sorts of error messages which aren’t even Enfold related I am guessing..

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /data/www/ourdomain.nl/www/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /data/www/ourdomain.nl/www/wp-includes/class-wp-widget.php:163 Stack trace: #0 /data/www/ourdomain.nl/www/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct() #1 /data/www/ourdomain.nl/www/wp-includes/widgets.php(115): WP_Widget_Factory->register() #2 /data/www/ourdomain.nl/www/wp-content/plugins/tmls_testimonials/inc/widget.php(57): register_widget() #3 /data/www/ourdomain.nl/www/wp-includes/class-wp-hook.php(308): tmls_widget_init() #4 /data/www/ourdomain.nl/www/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #5 /data/www/ourdomain.nl/www/wp-includes/plugin.php(517): WP_Hook->do_action() #6 /data/www/ourdomain.nl/www/wp-includes/widgets.php(1854): do_action() #7 /data/www/ourdomain.nl/www/wp-includes/class-wp-hook.php(308): wp_widgets_init() #8 /data/www/ourdomain.nl/www/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #9 /data/www/ourdomain.nl/www/wp-includes/plugin.php(517): WP_Hook->do_action() #10 /data/www/ourdomain.nl/www/wp-settings.php(617): do_action() #11 /data/www/ourdomain.nl/www/wp-config.php(100): require_once('...') #12 /data/www/ourdomain.nl/www/wp-load.php(50): require_once('...') #13 /data/www/ourdomain.nl/www/wp-blog-header.php(13): require_once('...') #14 /data/www/ourdomain.nl/www/index.php(17): require('...') #15 {main} thrown in /data/www/ourdomain.nl/www/wp-includes/class-wp-widget.php on line 163

    I replaced our domain name with ourdomain.nl in the error code above.. for privacy reasons

    Do you have any tips or pointers on how we can get this working 100%?

    Hope to hear from you soon

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Dear Enfold Support,
    Can I get some help with this please? And any reason why the support team skipped over this request?
    Thank you,
    Tim

    #1372642

    In reply to: Support

    This reply has been marked as private.
    #1372637

    Hi,
    Glad we were able to help, I thought that I should explain a little further, the reason the elements are hidden with CSS is because the Responsive option is based on the users screen size and WordPress can not determine the users screen size on the server side, the only way to determine the screen size is on the client side after the user has downloaded the source code.
    Then the user’s browser will use the CSS, or JS could be used, to hide the element. I hope this helps explain the limitation better.
    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1372634
    intension
    Participant

    Hello,
    I updated the enfold theme and now the footer is showing the default Footer text/links. I’ve filled some items in the footer columns design > widgets but still not working.
    Thanks in advance!

    #1372631

    In reply to: Usage of technologies

    Hi,

    Great, I’m glad that Ismael could help you out. 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

    I was in contact with Loopia (my webb hosting entity) and they asked me to change in the wp-config file, Debug to true in stead of false. In PHP 7,4 mode i got this information:

    Notice: Undefined variable: vn in /www/webvol13/43/l8gbopo3ldp3k09/gigla.se/public_html/wp-content/themes/enfold-child/functions.php on line 74

    Notice: Funktionen wp_register_script anropades felaktigt. Skript och stilmallar bör inte registreras eller läggas i kö innan någon av åtgärds-hookarna wp_enqueue_scripts, admin_enqueue_scripts och login_enqueue_scripts har körts. Denna notis utlöstes av hanteraren gigla-custom. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 3.3.0.) in /www/webvol13/43/l8gbopo3ldp3k09/gigla.se/public_html/wp-includes/functions.php on line 5835

    Notice: Funktionen wp_enqueue_script anropades felaktigt. Skript och stilmallar bör inte registreras eller läggas i kö innan någon av åtgärds-hookarna wp_enqueue_scripts, admin_enqueue_scripts och login_enqueue_scripts har körts. Denna notis utlöstes av hanteraren gigla-custom. Mer information finns i Felsökning i WordPress. (Detta meddelande lades till i version 3.3.0.) in /www/webvol13/43/l8gbopo3ldp3k09/gigla.se/public_html/wp-includes/functions.php on line 5835

    Hi Rikard,

    sorry for the late reply!
    Meanwhile we separated the shop to the subdomain and fixed the issues.

    Unfortunately we had to pay extra for the Enfold support and really waited long time to get your reply which finally didn’t bring any results.
    I didn’t expect that it’s that complicated, but luckily we found a solution.

    Best regards,
    Dirk

    #1372622

    Thank you for the answer, it is very crazy because I am using the enfold theme + similar plugins on another site and there is no crash……

    I send you the details of my staging environment.

    #1372608

    Just for a point of reference, I use both Rank Math and Rank Math Pro on multiple Enfold sites without issue, with one of those sites being a Multisite. I would say neither the plug-in or the theme itself is the issue but something site specific that’s causing you trouble.

    #1372602

    Hi James,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1372601

    In reply to: Usage of technologies

    Hey Marc,

    Thank you for the inquiry.

    The theme has a Google reCaptcha integration but you have to enable it first in the Enfold > Google Services panel using your own API keys. The option is not enabled by default and will not load without the API keys.

    Best regards,
    Ismael

    #1372598

    Hi navindesigns,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    .headerCustomBG {
        min-width: 740px;
        height: 103px;
    }
    
    @media only screen and (max-width:980px) {
      .headerCustomBG {
        min-width: 100%;
      }
    }
    
    @media only screen and (max-width:640px) {
      .headerCustomBG {
        padding-top: 30px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1372597

    Hi,

    Thank you for the update.

    Have you tried disabling the flags from the Enfold > Header > Extra Elements panel? Please look for the Enfold WPML Language Flags (Global Setting) and adjust it accordingly.

    this code: is not working.

    You can try this instead.

    add_action('after_setup_theme','avia_remove_main_menu_flags', 9999);
    function avia_remove_main_menu_flags() {
    	remove_filter( 'wp_nav_menu_items', [ avia_WPML(), 'handler_append_lang_flags' ], 9999, 2 );
    	remove_filter( 'avf_fallback_menu_items', [ avia_WPML(), 'handler_append_lang_flags' ], 9999, 2 );
    }
    

    Or as we mentioned above, the flag settings can be adjusted from the Extra Elements panel.

    Best regards,
    Ismael

    #1372595

    Hey makeck,

    Thank you for the inquiry.

    You can add this css code to display the copyright field below the featured image.

    small.avia-copyright {
        display: inline-block;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css.

    Best regards,
    Ismael

    #1372586

    In reply to: 100% height sidebar

    Hi Antonio,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #main .sidebar_left .sidebar {
        position: absolute;
        top: 0;
        left: 0;
        width: 21.8%;
        height: 100%;
    }

    Please review your site after.

    Best regards,
    Nikko

    • This reply was modified 3 years, 4 months ago by Nikko.
    #1372584

    In reply to: Change post lay out

    Hi Antonio,

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

    #top .av-alb-blogposts .entry-content-wrapper {
        position: relative;
    }
    
    #top .av-alb-blogposts .entry-content-wrapper .entry-content {
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    
    #top .av-alb-blogposts .entry-content-wrapper .post-meta-infos {
        margin: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1372583

    Hi Daniel,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .responsive #top #main .sidebar {
        display: block !important;
    }

    Best regards,
    Nikko

    #1372581
    nzoasisfan
    Participant

    My blog posts have funny spacing and formatting on all devices, Desktop, mobile, everything, as seen here:

    I would love to get these fixed. Maybe its some enfold settings?

    #1372580

    Hi Rickard,

    Thanks for the update.

    1a I have tried copying an older site backup to STAGING…… but that site now shows a Critical Error when trying to load the page……which was the original issue I was trying to deal with re the update to ENFOLD….. I will try to find out what is causing the critical error and come back to you.

    1b. SHouldn’t the CHILD THeme Custom Styling STILL WORK despite the update? If you look at the HOME Page link that I shared, the Custom code is NOT working, but if you look at the /academy page I shared, it IS Working? Look at the various pages on the site, the CSS is working on ALL BUT THE HOME page?

    QU – Why would it work on some pages but not the HOME Page? That seems to be the only issue? Do you have any thoughts on this one?

    2. It’s very strange that the Transparent Header has now somehow been selected, when PRIOR to the update, the coloured Logo showed, so either the styling was working before the update OR the header was not transparent on those pages but has somehow become transparent after the update?

    mlubimow
    Participant

    I’m using enfold child theme (5.1.2), in Settings -> Privacy and Cookies -> Cookie Handling I’ve removed one button from cookie consent bar. It works well, but when settings get exported and imported, buttons get reset and removed button is visible again. Is it a bug or I am doing something incorrectly?

    #1372576
    TT2495
    Participant

    Hello Enfold support,

    I having a problem with using Rankmath with the Enfold Theme. By deactivating RankMath or changing the Theme it works fine.

    So the problem is that the “analyzer.js” javascript crashes my editor. By deleting this javascript I can use the editor normally but without changing SEO meta titles and more.

    The editor does not crash on all posts, only a few. Crash means that the site is not more reacting in the browser and I need to close it.

    Is it the file in /seo-by-rank-math/assets/admin/js/analyzer.js?ver?=1.0.101:1

    Any help on this?

    Regards

    Andre

    #1372567

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 results - 21,301 through 21,330 (of 244,526 total)