Jaroslav Svetlik
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] installation errorOk i have played little to debug this issue and i have found the next issues:
File 1: plugins/awesome-support/vendor/composer/autoload_files.php
File 2: plugins/awesome-support/vendor/composer/autoload_static.phpBoth those files are trying to load a next files whic seems to be not found in the plugin:
autoload_files.php
return array( //'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', //'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', 'bee91f6e081cee6ae314324bd77cdd19' => $vendorDir . '/ericmann/wp-session-manager/includes/deprecated.php', '94da49b8a6ca768bd9153ee879ff4877' => $vendorDir . '/gambitph/titan-framework/titan-framework.php', );autoload_static.php
public static $files = array ( //'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', //'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', 'bee91f6e081cee6ae314324bd77cdd19' => __DIR__ . '/..' . '/ericmann/wp-session-manager/includes/deprecated.php', '94da49b8a6ca768bd9153ee879ff4877' => __DIR__ . '/..' . '/gambitph/titan-framework/titan-framework.php', );As you can notice I have marked the first two array values in both files and the plugin was successfully activated without PHP error.
It’s obvious that the plugin is missing those two files and that’s why is throwing the PHP error.
Hope this will help the author of the plugin to investigate further and resolve the issue.
- This reply was modified 4 years, 12 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [componentz] Edit-post-link seems brokenHello @alangdundee,
We will check the issue and prepare a proper update for the theme.
Thanks for reporting this issue.
Regards
Forum: Plugins
In reply to: [Gold Addons for Elementor] Infinite Scroll IssueForum: Plugins
In reply to: [Gold Addons for Elementor] Infinite Scroll IssueForum: Themes and Templates
In reply to: [componentz] componentz child theme header background problemeWe are working on the update, hope we will release it today.
Thanks for your patience 😉
Forum: Themes and Templates
In reply to: [Agama Blue] Missing Navigation Menu in Tablets or PhonesAdd next CSS code to the Customize -> General -> Additional CSS
body.device-xs .site-header h1 { white-space: break-spaces; }Regards
- This reply was modified 5 years, 5 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama Blue] Missing Navigation Menu in Tablets or PhonesForum: Themes and Templates
In reply to: [Agama] Unexpected white texts in menuTry adding next one too:
#agama-mobile-nav ul > li > ul li.menu-item-has-children > a { color: #000 !important; }Forum: Themes and Templates
In reply to: [Agama Blue] Autoreplay YouTubeThe Agama theme should not have an impact on autoplay configuration in the Elementor plugin.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] Missing Navigation Menu in Tablets or PhonesYou need to check 2 things:
1) Appearance -> Menus – Assign the desired menu to the “Mobile Navigation” location.
2) Appearance -> Customize -> Header -> Navbar Buttons – Check if mobile icon is enabled.
Regards
- This reply was modified 5 years, 6 months ago by Jaroslav Svetlik.
- This reply was modified 5 years, 6 months ago by Jaroslav Svetlik.
Forum: Themes and Templates
In reply to: [Agama] Unexpected white texts in menuAdd next CSS code to the: Customize -> General -> Additional CSS
#agama-mobile-nav ul > li.menu-item-has-children.open > a { color: #000 !important; /* Desired color name or number */ }Regards
Forum: Themes and Templates
In reply to: [Agama] How to hide page/post titlesAdd next Custom CSS to: Appearance -> Customize -> General -> Additional CSS
body.page .entry-header { display: none; }Regards
Forum: Themes and Templates
In reply to: [Agama] JS Issue – jQuery.fn.load is deprecatedI do not think this is an Agama theme related issue.
I cannot reproduce the same deprecated message on the clean Agama website.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] (Missing) Navigation Menu in Tablets or PhonesDo you use any plugin related to the menus?
Try disabling the plugin and see if anything happens.
Regards
Forum: Themes and Templates
In reply to: [Agama Blue] (Missing) Navigation Menu in Tablets or Phones