rebelledesignstudio

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Changing Colors #50013

    rebelledesignstudio
    Free User
    Post count: 5

    Thanks for the code but I’m not 100% sure where I would paste this. Could you direct me to where in the css this would go. Can I change it via editor within my wordpress or would I have to edit the file via ftp?

    in reply to: Multi-Location feature not working #44859

    rebelledesignstudio
    Free User
    Post count: 5

    Okay. So when a person first lands on the home page, it won’t filter them by location? I don’t recall redirecting any pages.

    Here is the htaccess file:

    # BEGIN WordPress

    # BEGIN GeoDirectory Rules
    Redirect 301 /location/ //
    # END GeoDirectory Rules

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    in reply to: Multi-Location feature not working #44838

    rebelledesignstudio
    Free User
    Post count: 5
    This reply has been marked as private.
    in reply to: Multi-Location feature not working #44837

    rebelledesignstudio
    Free User
    Post count: 5

    Also, the event listing calendar isn’t giving any results.

    in reply to: Multi-Location feature not working #44834

    rebelledesignstudio
    Free User
    Post count: 5

    Hi there,

    I took off the location changer because it was not working and the site is now live. I want people to be able to view the events in accordance with their location. At this time I am not using the “places” feature. i just ran the the utility to correct the pages. Now when I click on the “events” tab in the nav it forwards me to a specific event rather than taking me to the event listing page which should be filtered by the users location.

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