Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Same here, I rolled back to version 1.2 to get things working.

    Thread Starter JayWhy

    (@jaywhy)

    Also, 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;
    }

    Thread Starter JayWhy

    (@jaywhy)

    Hi @mplusb,

    Thank you for the reply however this is not yet resolved.

    1. Headline title and description – their positions have been switched can I revert so the smaller description text sits on top?
    2. 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).
    3. Advanced Slider – unfortunately due to the changes I’ve had to use a different slider plugin.
    4. Fixed theme copyright – thanks, I’m overriding the template part so it survives future upgrades.
    5. Missing backend CSS – this has been fixed and appears to be stable.

    Jay

    Thread Starter JayWhy

    (@jaywhy)

    UPDATE:
    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?

    @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.
    Thread Starter JayWhy

    (@jaywhy)

    Perfect, many thanks for the quick fix.

    Cheers!

    Thread Starter JayWhy

    (@jaywhy)

    Hey, 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?

    @marcrock thanks for the fix.

    Thread Starter JayWhy

    (@jaywhy)

    Unfortunately 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!

    JayWhy

    (@jaywhy)

    I’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.

    JayWhy

    (@jaywhy)

    I 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.

    Thanks 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.

Viewing 12 replies - 16 through 27 (of 27 total)