Rileylaker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: index.php not hitting the right themeWOW I FIGURED IT OUT!!!
Front Page Displays – Your latest posts.
Site is live and kicking now!
Thanks Matt for the help nonetheless.
Forum: Fixing WordPress
In reply to: index.php not hitting the right themeI’m wanting WordPress to run from the sub directory and not the root.
Forum: Fixing WordPress
In reply to: index.php not hitting the right themeDoing some more digging here and with me being new to wordpress, I thought I’d throw this out there too. In wp-admin, when I goto Appearance>Header, this shows the website that is live on my server. However, it’s not the theme I have selected. I am using the Onetone theme and when I goto Appearance> Onetone Options, I see the website I want to make live. The question now is how do I get the Onetone theme live? It’s a single page.
Forum: Fixing WordPress
In reply to: index.php not hitting the right themeHere’s the info from within the web.config file in case it helps make sense…
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name=”wordpress” patternSyntax=”Wildcard”>
<match url=”*”/>
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
</conditions>
<action type=”Rewrite” url=”index.php”/>
</rule></rules>
</rewrite>
<staticContent>
<clientCache cacheControlMaxAge=”14.00:00:00″ cacheControlMode=”UseMaxAge”/>
</staticContent><urlCompression doDynamicCompression=”true” dynamicCompressionBeforeCache=”true”/><caching>
<profiles>
<add extension=”.jpg” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
<add extension=”.css” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
<add extension=”.js” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
<add extension=”.jpeg” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
<add extension=”.gif” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
<add extension=”.png” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
<add extension=”.ico” policy=”CacheForTimePeriod” duration=”00:01:00″ varyByHeaders=”Accept-Language”/>
</profiles>
</caching></system.webServer>
</configuration>Forum: Fixing WordPress
In reply to: index.php not hitting the right themeDid all that and I am running a windows server. Left the web.config file alone on the root directory then moved all WP files/folders to new subdirectory. Made all the admin changes within WP. Problem is still which index.php file to use? There is one in every folder. One in main WP folder, one in wp-content folder, on in theme folder, etc etc. I have tried all of them and they all fail except for the index.php file from the main WP folder which loads the general WP website and not the theme I have programmed.
How do I get the main WP index file pointing to the right theme?Thanks in advance for any guidance. This is getting frustrating.
Forum: Themes and Templates
In reply to: [onetone] theme not working?Did you get this resolved?
If so, how?
I’m having the same issue.Forum: Themes and Templates
In reply to: [onetone] How to set like the demo?I’m having the same issue. How was this resolved?
I can edit everything in the Onetone Options but when I save and go to view the page it looks nothing like the demo theme and none of the text or photos in the various sections are there. When I go back to edit the Onetone Options, all my text and photos are there but it’s almost like the Onetone theme is not going live for some reason.
Any help would be appreciated as I’m new to wordpress.Cheers!