Title: multiple issues
Last modified: July 27, 2019

---

# multiple issues

 *  Resolved [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/)
 * the first page after installation – the “import demo” page is buggy.
 * > [View post on imgur.com](https://imgur.com/2SLFiKJ)
 * 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](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 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This topic was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This topic was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This topic was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).

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

 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11774467)
 * + 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](https://imgur.com/04XMHMm)
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11774500)
 * 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 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11774649)
 * also, would be nice if in “attribute” types, there was “link” (hyperlink) type
   for website/facebook urls.
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11776629)
 * ..
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11776672)
 * • 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](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 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
    -  This reply was modified 6 years, 10 months ago by [tazotodua](https://wordpress.org/support/users/tazotodua/).
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11777079)
 * what is this?
 * > [View post on imgur.com](https://imgur.com/lyf7jZr)
 * there are everywhere “lisitngs”, “lisitn” and such words. why so many typos?
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11777113)
 * adds backslashes after update, in front of ‘ chars:
 * > [View post on imgur.com](https://imgur.com/zwHL44x)
 *  Thread Starter [tazotodua](https://wordpress.org/support/users/tazotodua/)
 * (@tazotodua)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11777122)
 * listing pages doesnt show any content..
 * too many issues, untested plugin. i am leaving it and switching to other..
 *  [f3l1x](https://wordpress.org/support/users/f3l1x/)
 * (@f3l1x)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11780174)
 * 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.

 * ![](https://ps.w.org/ulisting/assets/icon-256x256.png?rev=2056532)
 * [Directory Listings WordPress plugin - uListing](https://wordpress.org/plugins/ulisting/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ulisting/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ulisting/)
 * [Active Topics](https://wordpress.org/support/plugin/ulisting/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ulisting/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ulisting/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [f3l1x](https://wordpress.org/support/users/f3l1x/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/multiple-issues-33/#post-11780174)
 * Status: resolved