So, I just bought the plugin to get the extended features, but the description part is not working for me. All I get is three dots. The picture below is an example I made to show how it looks:
This is the code I have right now:
[nextpage title="Step 1" desc="Description here" img="134"]
My content here...
[/nextpage]
I'm using Wordpress 4.0
Ok, no problem,
This plugin has been bought hundreds of times, but we've never faced with such problem, this is a very specific situation only for your site. It seems you use some character or some text with specific encoding. The description text can not be lost in the script, this has been tested and used dozens of times.
There are not $asc and $asc_count variables in ACP Pro however you change doesn't break anything else. You can use it w/o any problem.
Haha, okey that's really weird. Well, as long as I'm not creating a resource drain or anything by changing it it should be alright then. I'm always a bit hesitant in changing code that I don't have a full understanding of. I guess my McGyver tactics will have to do for now. I might give you access to the site once I'm home again. Typing this on my tablet...
I'm a little hesitant on giving away full admin access to my website, even if I'm pretty sure you won't do anything harmful. I have tried every single different setting in that plugin, if that's what you're wondering.
Is there nothing I can try on my own? I might send some log in details later, but I'm not able to do it right now unfortunately since I am about to leave.
The website source code says "<div class="acp_desc">…</div>" where the dots are displayed, which brings me to this part in the editor:
if (strlen($desc) > $desc_count) { $desc = mb_substr($desc, 0, $desc_count) . '…'; }
I tested by changing all the "desc" to "asc" and now it works:
if (strlen($asc) > $asc_count) { $asc = mb_substr($asc, 0, $asc_count) . '…'; }
I didn't break anything by doing this, did I? I'm not that good at programming.
Sorry, but I have the EXACT same problem, description not showing, just ...
Hi Lucian,
Please let me know what ACP version you use ?
it is the Pro version, I just bought it today
Can you help me with a solution?
Ok, this is a something strange and may be a website specific issue, we'll need admin access to your dashboard to fix it. Could you please send admin username/password to support@gvectors.com email address?