Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter chaos_cb7

    (@chaos_cb7)

    unfortunately 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
    http://google.com
    http://yahoo.com
    http://youtube.com
    new stupid way
    http://google.comhttp://yahoo.comhttp://youtube.com
    Thread Starter chaos_cb7

    (@chaos_cb7)

    this helps a lot thanks again i appreciate it

    Thread Starter chaos_cb7

    (@chaos_cb7)

    wow 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.

    Thread Starter chaos_cb7

    (@chaos_cb7)

    the 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.

    Thread Starter chaos_cb7

    (@chaos_cb7)

    or so i thought. its not working like it should either

    Thread Starter chaos_cb7

    (@chaos_cb7)

    with the help of another guy i got everything working. thanks for the help.

    Thread Starter chaos_cb7

    (@chaos_cb7)

    doesn’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="http://google.com/txsrf">
    
            Google
    
        </a>
        <p>
            <a href="http://yahoo.com/[test"></a>
    
            ].txt.html
    
        </p>
        <a href="http://reddit.to/sdfsfsf">
    
            Reddit
    
        </a>

    i see it working on your site but i can’t figure out whats different

    Thread Starter chaos_cb7

    (@chaos_cb7)

    <li class="ddl">
    
        <a href="http://google.com/blabla"></a>
        <p>
            <a href="http://yahoo.com/blabla"></a>
        </p>
        <p>
            <a href="http://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.

    Thread Starter chaos_cb7

    (@chaos_cb7)

    well 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?

    Thread Starter chaos_cb7

    (@chaos_cb7)

    thats 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
    reddit

    instead of:
    Google | Yahoo | Reddit

    might be able to change this in css im not sure yet

    tried 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.

    I’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.

    Thread Starter chaos_cb7

    (@chaos_cb7)

    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.

    Thread Starter chaos_cb7

    (@chaos_cb7)

    thats fixed it

    Thread Starter chaos_cb7

    (@chaos_cb7)

    that 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

Viewing 15 replies - 1 through 15 (of 17 total)