JayWhy
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Responsive Tables] The update stopped working the responsive tableSame here, I rolled back to version 1.2 to get things working.
Forum: Themes and Templates
In reply to: [Portum] Upgrade IssuesAlso, worth noting…
Instagram Error
The access token link leads to:
{“error_type”: “OAuthForbiddenException”, “code”: 403, “error_message”: “You are not a sandbox user of this client”}
Are you still in sandbox mode?Colour Input field
Field obscured by colour dropdown, the following admin CSS applied:
.minicolors {
padding-top: 24px;
}Forum: Themes and Templates
In reply to: [Portum] Upgrade IssuesHi @mplusb,
Thank you for the reply however this is not yet resolved.
- Headline title and description – their positions have been switched can I revert so the smaller description text sits on top?
- PHP errors – they did go away for a while that is until I switched themes to troubleshoot — the errors have returned. Changing and saving settings has no effect, I’m seeing these (sometimes twice each on the same page):
Warning: Illegal string offset 'columns' in /.../public_html/wp-content/themes/portum/inc/helpers/class-portum-helper.php on line 233
Warning: Illegal string offset 'columnsCount' in /.../public_html/wp-content/themes/portum/inc/helpers/class-portum-helper.php on line 233
I’ve hidden the errors for now but wonder if they might be the reason the theme’s client list section is broken (I can send you a link via email or web form if you’re interested). - Advanced Slider – unfortunately due to the changes I’ve had to use a different slider plugin.
- Fixed theme copyright – thanks, I’m overriding the template part so it survives future upgrades.
- Missing backend CSS – this has been fixed and appears to be stable.
Jay
Forum: Themes and Templates
In reply to: [Portum] Upgrade IssuesUPDATE:
I’ve disabled all plugins, tested different PHP versions (5.6.38 and 7.0.27), double-checked memory limits.The php errors involving “clientlist-section.php” breaks the organized grid and stacks multiple logos at the end of the row.
The page builder (Epsilon/Alpha) preview and viewing the site whiled logged in shows the main menu as an unstyled list (the footer menu is also off), slider does not slide… the CSS is absent?
Forum: Reviews
In reply to: [Portum] Much better than original, make sure you update@isayuh91 – Agreed and thanks for the warning.
@machothemes – I’m part way through building a site, came looking for an update and found this negative review. Thanks Cristian, for restoring previously included features.
- This reply was modified 6 years, 1 month ago by JayWhy.
Forum: Reviews
In reply to: [Timed Content] Great for Daily DealsPerfect, many thanks for the quick fix.
Cheers!
Forum: Reviews
In reply to: [Timed Content] Great for Daily DealsHey, thanks for the reply.
1) That’s exactly what I’ve done and it’s working for my current scenario. Mentioning it in case there was an “infinity recurrence” option that I or others are in the same boat could make use of.
2) Yes, sorting by title is possible, however the rules screen defaults to newest on top. Is it possible to change the default to sort by title?
Forum: Plugins
In reply to: [WC Product Bundles] Incompatibility@marcrock thanks for the fix.
Forum: Reviews
In reply to: [Disable Gravity Forms Fields] As PromisedUnfortunately this broke after upgrading Gravity Forms and others. I was getting “jquery is not defined” and had to change the plugin code.
From this:
add_action( 'wp_enqueue_scripts', 'disable_gf_fields' ); function disable_gf_fields() { wp_enqueue_script( 'disable-gf-fields', plugins_url( '/disable-gf-fields.js', __FILE__ ) ); }
To this:
add_action( 'wp_enqueue_scripts', 'disable_gf_fields' ); function disable_gf_fields() { wp_enqueue_script( 'disable-gf-fields', plugins_url( '/disable-gf-fields.js', __FILE__ ), array('jquery')); }
Note: the addition of “, array(‘jquery’)”.
I also modified the js file to disable datepicker fields by adding this:
$(".gform_wrapper .readonly .ginput_container input").datepicker().datepicker('disable');
Hope this helps!
Forum: Plugins
In reply to: [Quotery: Quote of The Day] Cannot fetch quote from sourceI’ve confirmed the wisdom category is valid, so in my case it must have been a blip (reason #2).
Thanks for a nice plugin, cheers.
Forum: Plugins
In reply to: [Quotery: Quote of The Day] Cannot fetch quote from sourceI just noticed the same today but can’t say for sure when it started.
This is probably an issue on the Quotery.com side of things, not providing “quote data” for the widget to display.
Ahhh, I just refreshed and quotes are back. My guess is there was a temporary outage on their end, the plugin is not to blame. FWIW, we’ve had this installed for nearly a year without issue, aside from today.
Forum: Plugins
In reply to: [Remove Dashboard Access] Just upgraded now can't get into DashboardThanks for the plugin, Drew. Just wanted to report the same lockout happened to me when I upgraded recently.
Big thanks to Peter/p3000. Your experience sounds identical to mine, grateful for the fix. While sweating bullets, I almost missed the subtle name change in step 3 ??
Cheers.