• Resolved tazotodua

    (@tazotodua)


    the first page after installation – the “import demo” page is buggy.

    View post on imgur.com

    then, all page titles of plugin is titled with “uLisitng” (instead of “uListing”). Just these immediate crossovers, right away after installation of plugin, is annyoing.

    and also, many other issues (like JS console issues, i.e. https://i.imgur.com/fJtrtl1.png ) over other dashboard pages of your plugin. you might better to enable WP_DEBUG while you develop the plugins.

    otherwise, should be excellent plugin

    (btw, i have installed wp in subfolder, and on localhost. on production domain, the “demo” problem didnt happen.)

    • This topic was modified 5 years, 4 months ago by tazotodua.
    • This topic was modified 5 years, 4 months ago by tazotodua.
    • This topic was modified 5 years, 4 months ago by tazotodua.
    • This topic was modified 5 years, 4 months ago by tazotodua.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter tazotodua

    (@tazotodua)

    + neither CHOOSE ICON shows icons (on localhost)
    + doesn’t work UNICODE words in attributes (and probably other areas too). Shows empty after saving:

    View post on imgur.com

    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    Thread Starter tazotodua

    (@tazotodua)

    probably you should also have two constants in main file ulisting.php:
    `
    define(‘ULISTING_BASE_URL’, ‘/1/api’ );
    define(‘ULISTING_REL_PATH’, home_url(”,’relative’).ULISTING_BASE_URL );
    `

    and use ULISTING_REL_PATH instead of ULISTING_BASE_URL in some cases, like i.e. in various .js files (i.e. ulisting\assets\js\admin\stm-item-card-layout.js) , change manual urls, like:

    .$http.post("ulisting-builder/listing-item-card-layout

    it should be changed to like:

    .$http.post( ULISTING_URL + "ulisting-builder/listing-item-card-layout

    and it might solve issue.

    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    • This reply was modified 5 years, 4 months ago by tazotodua.
    Thread Starter tazotodua

    (@tazotodua)

    also, would be nice if in “attribute” types, there was “link” (hyperlink) type for website/facebook urls.

    Thread Starter tazotodua

    (@tazotodua)

    ..

    • This reply was modified 5 years, 3 months ago by tazotodua.
    • This reply was modified 5 years, 3 months ago by tazotodua.
    Thread Starter tazotodua

    (@tazotodua)

    ? I see that the problem rises mostly if plugin activated only on other subsite in Multi-Site network.

    ? Please disregard one my above message, talking about $http.post in javascripts. Instead, the changes needs to be done to includes/enqueue.php and includes/admin/enqueue.php (both places) for

    “Vue.http.options.root = ‘/1/api’;”);
    into
    “Vue.http.options.root = ‘”.ULISTING_REL_PATH.”‘;”);

    (so, no changes needed to route.php). that will fix the issues of : https://i.imgur.com/vfT97lq.png

    the problem that remains is that the attributes data for post (when clicking UPDATE) doesnt get saved (so, on page reload, the fields are empty). happens only in secondary sub-site inside multisite.

    • This reply was modified 5 years, 3 months ago by tazotodua.
    • This reply was modified 5 years, 3 months ago by tazotodua.
    • This reply was modified 5 years, 3 months ago by tazotodua.
    • This reply was modified 5 years, 3 months ago by tazotodua.
    • This reply was modified 5 years, 3 months ago by tazotodua.
    Thread Starter tazotodua

    (@tazotodua)

    what is this?

    View post on imgur.com

    there are everywhere “lisitngs”, “lisitn” and such words. why so many typos?

    Thread Starter tazotodua

    (@tazotodua)

    adds backslashes after update, in front of ‘ chars:

    View post on imgur.com

    Thread Starter tazotodua

    (@tazotodua)

    listing pages doesnt show any content..

    too many issues, untested plugin. i am leaving it and switching to other..

    Hello Toma,

    Regarding the first issue which you had, you need to change the permalink structure to the “Post Type” to fix the demo import and JS errors.

    Also, we will correct the typo errors in the coming update of the theme. Could you please clarify, which other problems do you have with the plugin and we will try to provide the needed solutions for you?

    regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘multiple issues’ is closed to new replies.