chaos_cb7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ctrl v issue in 4.2.1unfortunately its not that simple. I’m pasting in a large group of links and now even if I delete the place holder something has been changed so that it makes everything one long line instead of multiple lines. the script I have running doesn’t know what to do with that so i have to past in each link one at a time. that gets old fast. I wanted to upgrade wp not downgrade.
old way https://google.com https://yahoo.com https://youtube.com
new stupid way https://google.comhttps://yahoo.comhttps://youtube.com
Forum: Hacks
In reply to: View only domain name for linksthis helps a lot thanks again i appreciate it
Forum: Hacks
In reply to: View only domain name for linkswow that seems to work perfect. only thing iv noticed so far is that if i don’t hit enter and move the
</li>
below the last link is pushes the last link down to a 2nd line when viewing it on the site.Forum: Hacks
In reply to: View only domain name for linksthe code the other guy gave me was completely different and i thought it was working but if i have more then 1 spot in the post where i have links it breaks the code. It seems like your code is also only working on the first set of links and ignores everything else. starting to think this is a lot more complicated then i thought it would be.
Forum: Hacks
In reply to: View only domain name for linksor so i thought. its not working like it should either
Forum: Hacks
In reply to: View only domain name for linkswith the help of another guy i got everything working. thanks for the help.
Forum: Hacks
In reply to: View only domain name for linksdoesn’t seem to work. tried going to default theme and disabling all plugins but no good. anything with a ] also gets messed up now
looks like this now:<li class="ddl"> <a href="https://google.com/txsrf"> Google </a> <p> <a href="https://yahoo.com/[test"></a> ].txt.html </p> <a href="https://reddit.to/sdfsfsf"> Reddit </a>
i see it working on your site but i can’t figure out whats different
Forum: Hacks
In reply to: View only domain name for links<li class="ddl"> <a href="https://google.com/blabla"></a> <p> <a href="https://yahoo.com/blabla"></a> </p> <p> <a href="https://reddit.com/blabla"></a> </p>
that’s how the html look. as of right now because of how the first link is not in a <p> it actually gets pushed to the end of the list of links. it still looks alright and isn’t really an issue but figured id let you know.
Forum: Hacks
In reply to: View only domain name for linkswell i was able to get it to be on the same line with just:
ul.catg_list li.ddl a {
display: inline-block;
only thing i can’t figure out now is how to get the | after each download. is there a way to just put a | in after each link with the php?Forum: Hacks
In reply to: View only domain name for linksthats actually worked the best of anything iv gotten from people so far. only thing its not doing is setting up the links in one line. since the links get pasted in with line breaks the links come up like this.
google
yahoo
redditinstead of:
Google | Yahoo | Redditmight be able to change this in css im not sure yet
Forum: Plugins
In reply to: [The Events Calendar] no events pagetried that also with basic theme. weird thing is i have a test site with the same theme on the same server that it works fine on.
Forum: Plugins
In reply to: [The Events Calendar] no events pageI’m getting the same issue. I’ve tried what was stated above and also disabling all plugins. Even tried creating a page called “events” but still got a 404 when I clicked view this page. If I deactivate the calendar It then will let me see the events page. tried doing all this after changing the url in the calendar setting also but no luck.
It was a theme issue. I was using an older version of Easel. It had something to do with the index or functions php files because i just swapped those out with the newer version and it corrected it.
The issue with it not displaying css info correctly was still an issue in 2 different themes I tried though. Adding .ai1ec_event solved the issue but not everyone may know how to do that.
Forum: Plugins
In reply to: [PHP Snippets] [Plugin: PHP Snippets] Directory is not executable! errorthats fixed it
Forum: Plugins
In reply to: [PHP Snippets] [Plugin: PHP Snippets] Directory is not executable! errorthat worked for the default directory and I’m able to get the script working on the page but it seems like I’m still getting that error when I try and assign a different directory under settings.
this is on a live website so I can’t really give out admin rights