jasom
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polilang add a new language code end of the category slugsEvery 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.
@mceblackbirdSame problem here.
Forum: Themes and Templates
In reply to: [Digital Nomad] How remove category instead of relocate?closing issue
Forum: Themes and Templates
In reply to: [Digital Nomad] Security issue leaks login nameok. btw when you are afraid leaking login name, check regular wordpress json endnode ??
Forum: Themes and Templates
In reply to: [Digital Nomad] How remove category instead of relocate?copy digital-nomac/templates/post-single.php to mychildtheme/templates/post-single.php and override code there.
Forum: Plugins
In reply to: [Breadcrumb NavXT] 7.0 Fatal errors – detailed infoI 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.
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' );
Forum: Themes and Templates
In reply to: [Digital Nomad] Adding columnsGood 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.
Forum: Themes and Templates
In reply to: [Digital Nomad] Ability to change a fontTheme 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.
Forum: Themes and Templates
In reply to: [Digital Nomad] JetpackHi 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.Forum: Plugins
In reply to: [WP Super Cache] Various PHP warningsIt was only 3 days ago, but I’m not sure where I copy them from. From shell, I guess ??
Forum: Plugins
In reply to: [Fast Velocity Minify] Zend OPcache API is restricted by “restrict_api”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.
Forum: Themes and Templates
In reply to: [Digital Nomad] MenuForum: Themes and Templates
In reply to: [Digital Nomad] MenuOk, so I just uploaded new release with main menu support. Let me know if it fits you.
Forum: Themes and Templates
In reply to: [Digital Nomad] Menu1. You are fast.
2. Ok, I already have some concept how to add menu to comply with theme philosophy. Check this issue tomorrow.