Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter _beatrice_

    (@_beatrice_)

    it is under construction with all the changes right now. Here is a test site that is mirrored the same:

    Test

    The galleries were on the main menu to show each portfolio category, but it stopped working for some reason. I hope this would help either way though!!

    Thanks for looking!!

    Thread Starter _beatrice_

    (@_beatrice_)

    Using CSS Edit I looked at the style sheets for the page I want to change. Each portfolio page uses the same style.css and grid.css as each blog post page. So how can I make this change to only apply to the Portfolio pages in my theme?

    Thread Starter _beatrice_

    (@_beatrice_)

    I added this to .htaccess file in the /blog directory and it didnt fix it.

    # BEGIN WordPress
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index.php/$1

    # END WordPress

    Thread Starter _beatrice_

    (@_beatrice_)

    Thank you very much. I had the index.php in the /blog directory and changed it there, but no effect. I had to move it into the root directory and its running now.

    I also saw that I had a crossdomain.xml file and that takes care of the “www” issue.

    Now, when I update the permalinks, those are all going to clutter up my main root folder or will they get tucked into that /blog folder?

Viewing 4 replies - 31 through 34 (of 34 total)