rleon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nice Code blocksI have seen plugins but it seems like overkill for what I want to do. Plus the plugins I found done do the “grey” back ground in the block code.
I will keep looking.
Forum: Fixing WordPress
In reply to: Nice Code blocksI found some plugins but it seems like overkill for waht I want to do.
Forum: Themes and Templates
In reply to: Manually create this kind of table.Oh and the goal is when someone clicks on the details page .. it goes to another link in a shopping cart website.
Thanks again
Ricardo
Forum: Plugins
In reply to: [Contact Form 7] Change the hover effect and color of input textSorry about that.
Here is the link ..
https://www.ricktheruler.net/contact/general-contact/
I also noticed that it seems like my dropdown box looks “funky”.
Is there a way for me to fix this?Thanks
RicardoForum: Plugins
In reply to: Copy paste from wordpress ..I have fixed this using the following
Forum: Fixing WordPress
In reply to: post as simple text ..Finally if I post from this post .. to the terminal it also works fine:
awk ‘{ print length(), $0 | “sort -n” }’[ Please do not bump, that’s not permitted here. ]
Forum: Fixing WordPress
In reply to: post as simple text ..Ok ..
so .. after some testing .. using the lastest post
awk ‘{ print length(), $0 | “sort -n” }’
Using firefox,IE or Crome
They work fine if I post from the website to a text file:
awk ‘{ print length(), $0 | “sort -n” }’If I past from the website to a terminal window .. i get
awk { print length(), $0 | sort -n^T }^RIf I past from the website to a text file to a terminal window . same thing.
awk { print length(), $0 | sort -n^T }^RIf I past from the original text file to the terminal window no issues:
awk ‘{ print length(), $0 | “sort -n” }’So it seems that wordpress maybe changing the characters some where?
Forum: Fixing WordPress
In reply to: post as simple text ..thanks for the prompt response.
I tried and that didn’t help
I am trying this on the latest post on:
Should I maybe put html tags around it?
I also forgot to mention that even if I type it manually I get the same results.
Forum: Fixing WordPress
In reply to: post as simple text ..thanks for the prompt response.
I tried and that didn’t help
I am trying this on the latest post on:
Should I maybe put html tags around it?
I just noticed the same thing …
Just curious .. what facebook plugin did you end up going with that had all of the options this one did?
Forum: Plugins
In reply to: subscribe2 with godaddy linux hosting no email confirmationHi
Has everyone tried to add an email adress that is within your domain?
If your blog is example.com create a user that is sending the emails subscribe that has the email in the settings subscribe.com.If you are trying to send out a subscribe email from
Gmail yahoo and so on it will not work.Forum: Plugins
In reply to: Issue with subscribe2Hi
Thanks for the reply .. but I created an email [email protected] .. and no luck.
does it have to be [email protected] ?Do I have to set up the smtp some where in the plugin?
Forum: Plugins
In reply to: subscribe2 with godaddy linux hosting no email confirmationBump .. I am having the same issue with godaddy Linux hosting.
Forum: Fixing WordPress
In reply to: Email when there is a new post ?I downloaded the plug in but having problems getting emails to go out.
I will post in the plugin forum.Forum: Themes and Templates
In reply to: Ignore Catagory .. breaks Previous EntriesThat did it ..
Thanks!!!