Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
Code: Select all
<cms:template title='Products' clonable='1' dynamic_folders='1' gallery='1'>

<cms:repeatable name='product_details' label="Product Details">
    <cms:editable type='text' name='item_title' label='Item Title' />
    <cms:editable type='nicedit' name='item_spec' label='Item Specifications' />
</cms:repeatable>
</cms:template>

<cms:show_repeatable 'product_details' >
                             <p class="pop-uptitle" style="text-transform:capitalize;"><cms:show item_title /></p>
                             <p><cms:show item_spec /></p>
                             </cms:show_repeatable>



the nicedit won't display,

Image


and it shows error when I tried to save it, an row with blue background showed up and I cannot delete any rows.
Image

Any one know how to solve it??
Hi @nsy,

I logged into the admin-panel and found that a JS error was being reported (Chrome devtools) -
"Resource addons/nicedit/nicedit.js not found'.

Had a look at the nicedit addon folder and noticed that, instead of nicedit.js, a file named 'nicEdit.js' was present (notice the Caps). How this happened would be better known to you, I simply renamed the file fixing the case and now everything seems to be working as expected.

Please test and verify.
yes. it now working just fine. I never change anything in addonn folder, I not sure why the nicedit has been renamed to nicEdit. But I happy it's fixed.

And do you mind to solve another problem with pretty URL? it seems pretty funny on this case, it does not show correct link.

Thank you.
For the pretty url problem.

The pretty url works well independently, example:
http://www.abc.com/products/
http://www.abc.com/homepage/
http://www.abc.com/aboutus/

But when I try to link from a page to page, the link become strange, example:
I'm at "homepage", and try to link "products" page, the link become:
http://www.abc.com/homepage/products.php

If I'm at "about", and try to link "homepage" page, the link become:
http://www.abc.com/aboutus/homepage.php

All the links are messed up, what is happening here?
Sorry, my bad.

I figure out why. So, please ignore pretty url problem.

Thank you.
5 posts Page 1 of 1
cron