Joseph Jaramillo

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: homepage single slide not showing #35841
    Joseph Jaramillo
    Participant

    Hey Bill, thanks for the reply! I logged in via SFTP and changed permissions to 755 for the contents of the js folder in wp-includes but didn’t see any change. Here’s my .htaccess file code:

    AddHandler php-stable .php
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Thanks for your help!

    in reply to: blog excerpt #15729
    Joseph Jaramillo
    Participant

    That did the trick thanks!

    in reply to: centering page heading (titles) #15728
    Joseph Jaramillo
    Participant

    I added a text widget with the following in the body:

    COLLECTION

    Not sure if it’s the best way to go but it’s working. Have a great weekend and thanks for all your help!

    in reply to: centering page heading (titles) #15724
    Joseph Jaramillo
    Participant

    Hey Bill this worked exactly like I needed it to, thanks! I’d like to do the same with the home page “Home Block – Page Content” widget. Thanks again for all your help!

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