NWTD
Forum Replies Created
-
Guerilla, did the new username also contain any special characters? We had a similar situation and a new username resolved the issue. Note – we also changed the password to not contain special characters.
Thread – https://tinyurl.com/93f3vl7
Adam, it is more than likely the username and the @ symbol. I posted this just a few mintues ago: https://tinyurl.com/93f3vl7
Hope it helps.
Daedalon: You can use Notepad++ to compare two documents. It’s Windows and Linux friendly and is free.
Is there anyway to adapt this plugin to work with other video hosters? I’m trying to use a video that is on pinkbike.com (https://www.pinkbike.com/video/255363/)
Forum: Fixing WordPress
In reply to: TinyMCE not working properly on the front-endI have found that when the user role of “edit Pages” is enabled, this behavior occurs. If I disable this function for a user group, the TinyMCE works fine.
Any thoughts as to why this may be happening?
Forum: Fixing WordPress
In reply to: Author bio(s)That works and I think a custom author page will be fairly simple. I’m just stuck on creating an excerpt for the author’s bios.
Forum: Fixing WordPress
In reply to: Author bio(s)Sorry, forgot to mention that I’m using the TwentyEleven theme.
Thanks for that info!
I’m not too familiar with PHP, so forgive my ignorance. To get an excerpt, I would assume that on the single post page, I would change the author meta:
<?php the_author_meta( 'description' ); ?>
to something like:
<?php echo substr('$description', 0, 140); ?>
?
Assuming I just wanted the first 140 characters on the author’s bio?
Thanks!
I manually added the javascript to my template. the
<a href="#" onclick="window.print(); return false;">
is included already.if it would help, here’s a link to an example:
https://nwtechanddesign.com/services/invoices/?invoice_id=286d451476969deaf6e7f9b6eeef3fdfThanks Denys. I posted my response and votes here: https://feedback.twincitiestech.com/forums/9692-wp-invoice/suggestions/404820-client-dashboards
I’m having a similar problem in that tables on my invoice page are not being shown.
An example can be seen here
thanks!
Forum: Plugins
In reply to: Nivo Slider posts from categorybump
Forum: Plugins
In reply to: Nivo Slider posts from categoryHere’s the link to the this dev site: https://nwtechanddesign.com/yea/
Forum: Fixing WordPress
In reply to: Display list of recent posts on pagethanks @alchymyth, that worked.
Forum: Fixing WordPress
In reply to: New page 404that fixed it. thanks for catching it!
Forum: Fixing WordPress
In reply to: New page 404.htaccess is in the root of the WordPress directory
The error I see is:
[Tue Aug 30 11:32:08 2011] [error] [client 10.10.2.133] File does not exist: /var/www/electric, referer: https://10.10.2.201/
This is a server that I built for test with just LAMP