Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cjboertjens

    (@cjboertjens)

    Thanks for that Ivovic! The closest one to the:

    <?php the_content(‘……’); ?>

    was called “slidebox”, so I made the changes in the style-slidebox.css and it worked perfectly.

    Thanks for all your help, really appriciate it!

    Cornelis

    Thread Starter cjboertjens

    (@cjboertjens)

    I use vSlider as the theme. I can find <div id=”content”> in the index.php, but nothing that relates to <div class=”whatever”>. However, when I had a look on the post.php I came across <class=”post-body>. Can that be it, or does it have to be listed in the index.php?

    I also tried to add this to the style_content.css file in the theme and all the links in the content changed, however, it also caused the headers of each post to display like that as well:

    #content a {
    color: blue;
    text-decoration: underline
    }

    #content a:hover {
    color: red;
    text-decoration: none
    }

    #content a:visited {
    color: purple;
    text-decoration: underline

    Getting close I think…

    Thanks

    Thread Starter cjboertjens

    (@cjboertjens)

    Hi Ivovic,

    Thanks for your reply. I added that code to my style.css sheet on the bottom, just before:
    /* End Structure */
    /*****************/

    However, it did not change anything to the link settings in the post or pages (or anywhere else). Do I need to use something else instead of “.entry”?

    Thanks!

    Thread Starter cjboertjens

    (@cjboertjens)

    Hi, thanks for the input. This issue has been resolved. It was with Dreamhost; something didn’t allow me to upload/change my files anymore and every time I did they got erased.

    Thread Starter cjboertjens

    (@cjboertjens)

    Hi Diane,

    I tried that, but it still keeps on deleting the content. What actually happens is that as soon as I click “Update File” is says “File edited successfully” and the whole screen is simply empty. All the text is gone. Then I copy paste the text into the window again and when I do the same thing, it is gone again. It seems like I can’t put any content in the php file, because even when I ftp the file to the server, it automatically resets the file size to “0”

    Thanks,

    Cornelis

Viewing 5 replies - 1 through 5 (of 5 total)