Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)
  • Every time I update one of my existing categories, it automatically adds the language code to that specific category, even if the slug is completely unique.

    @mceblackbird

    Same problem here.

    Theme Author jasom

    (@jasom)

    closing issue

    Theme Author jasom

    (@jasom)

    ok. btw when you are afraid leaking login name, check regular wordpress json endnode ??

    Theme Author jasom

    (@jasom)

    copy digital-nomac/templates/post-single.php to mychildtheme/templates/post-single.php and override code there.

    I got fatal error after an update as follows:

    
    PHP Warning:  include(/home/html/example.com/wp-content/plugins/wp-super-cache/wp-cache-base.php): failed to open stream: No such file or directory in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 99
    Warning: include(/home/html/example.com/wp-content/plugins/wp-super-cache/wp-cache-base.php): failed to open stream: No such file or directory in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 99
    PHP Warning:  include(/home/html/example.com/wp-content/plugins/wp-super-cache/wp-cache-base.php): failed to open stream: No such file or directory in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 99
    Warning: include(/home/html/example.com/wp-content/plugins/wp-super-cache/wp-cache-base.php): failed to open stream: No such file or directory in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 99
    PHP Warning:  include(): Failed opening '/home/html/example.com/wp-content/plugins/wp-super-cache/wp-cache-base.php' for inclusion (include_path='.:/usr/share/php') in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 99
    Warning: include(): Failed opening '/home/html/example.com/wp-content/plugins/wp-super-cache/wp-cache-base.php' for inclusion (include_path='.:/usr/share/php') in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 99
    PHP Warning:  include_once(/home/html/example.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php): failed to open stream: No such file or directory in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 122
    Warning: include_once(/home/html/example.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php): failed to open stream: No such file or directory in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 122
    PHP Warning:  include_once(): Failed opening '/home/html/example.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php' for inclusion (include_path='.:/usr/share/php') in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 122
    Warning: include_once(): Failed opening '/home/html/example.com/wp-content/plugins/wp-super-cache/ossdl-cdn.php' for inclusion (include_path='.:/usr/share/php') in /home/clients/example.com/wp-content/plugins/wp-super-cache/wp-cache.php on line 122
    PHP Fatal error:  Uncaught Error: Call to a member function get_value() on string in /home/clients/example.com/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php:538
    

    I will report this issue to project’s GitLab.

    Thread Starter jasom

    (@jasom)

    Ok, it was cached by browser. Thank you for a plugin ??

    Put this code to functions.php

    
    /**
     * Removes '?cli_action=1601400098.174' from url
     */
    function remove_cli_action_cookie_plugin() {
    
        if (isset( $_COOKIE[ 'viewed_cookie_policy' ] )) {
    
            ?>
            <script>
                function removeParam(key, sourceURL) {
                    var rtn = sourceURL.split("?")[0],
                            param,
                            params_arr = [],
                            queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : "";
                    if (queryString !== "") {
                        params_arr = queryString.split("&");
                        for (var i = params_arr.length - 1; i >= 0; i -= 1) {
                            param = params_arr[i].split("=")[0];
                            if (param === key) {
                                params_arr.splice(i, 1);
                            }
                        }
                        rtn = rtn + "?" + params_arr.join("&");
                    }
    
                    let length = rtn.length;
                    if (rtn.charAt(length - 1) === '?')
                        rtn = rtn.slice(0, length - 1);
    
                    return rtn;
                }
    
                currentUrl = window.location + '';
    
                window.history.pushState('hopcipiripi', null, removeParam('cli_action', currentUrl));
    
            </script>
            <?php
        }
    
    }
    
    add_action( 'wp_footer', 'remove_cli_action_cookie_plugin' );
    
    Theme Author jasom

    (@jasom)

    Good day to you too,

    if you wants “three columns” then three columns theme :D. I can do a customization for you if this is a paid request.

    Theme Author jasom

    (@jasom)

    Theme uses system default fonts. I don’t like to use external fonts because they harm performance (additional request). Despite this, Fabrizio, if you want to have extra Google Fonts, I can add this feature. Just write to the comment below something like “I want google fonts”.

    Sorry for reply after 3 months, I came to support forum just now (WordPress in not sending notification email when new issue is opened).

    Best way how to contact me is over my homepage.

    Theme Author jasom

    (@jasom)

    Hi Josh,
    I don’t use JetPack although I recommend Wp Super Cache. If you decided to use JetPack and you face some issue, report them here, to the theme support.

    Thread Starter jasom

    (@jasom)

    It was only 3 days ago, but I’m not sure where I copy them from. From shell, I guess ??

    Thread Starter jasom

    (@jasom)

    Thank you, I’ll look into that soon.

    Great

    disable debug mode … that warning won’t show up.

    It’s already disabled.

    It is hosting specific warning.

    Theme Author jasom

    (@jasom)

    After a month, www.remarpro.com still did not released Digital Nomad theme update 1.1.1. Theme version 1.1.1 is available on my Github

    • This reply was modified 4 years, 6 months ago by jasom.
    Theme Author jasom

    (@jasom)

    Ok, so I just uploaded new release with main menu support. Let me know if it fits you.

    Theme Author jasom

    (@jasom)

    1. You are fast.
    2. Ok, I already have some concept how to add menu to comply with theme philosophy. Check this issue tomorrow.

Viewing 15 replies - 1 through 15 (of 33 total)