Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t know if anyone still needs this or if the plugin is being updated. But I needed it as well and figured out where the problem is.

    To fix it. Open up the Plugin Editor and navigate to — simple-retail-menu/js/jsrm-admin-script.js

    scroll down a little bit until you get to the Image Uploader section

    below window.sent_to_editor = function(html)
    the code says this
    imgurl = jQuery(html).attr(‘href’);

    simply replace that line with this
    imgurl = jQuery(‘img’,html).attr(‘src’);

    And it all should work now

    Thread Starter Cody Tooker

    (@drumn4life0789)

    Well I figured out away to do it but it is kind of hacky. I placed some php code in the header file of the theme I am using. That checks the url and if it matches a certain variable I send headers to forward to a specific folder where I will Place my site.

    This works but just wondering if there is a better way.

    Forum: Fixing WordPress
    In reply to: post navigation
    Thread Starter Cody Tooker

    (@drumn4life0789)

    hmmm okay. that doesn’t seem to work. I guess my theme isn’t set up that way.

    I guess the way I am doing it now is the only option unless there is a plugin that has the option to automatically put post of a certain category into the menu if the menu has categories in it

    Forum: Plugins
    In reply to: widget form disappearing
    Thread Starter Cody Tooker

    (@drumn4life0789)

    Searching and Searching and still cant find anything.

    Help Anyone?

Viewing 4 replies - 1 through 4 (of 4 total)