Tim
Forum Replies Created
-
Forum: Hacks
In reply to: Secondary blog page using specific categoryFound a plugin that will accomplish the task of displaying the specified category on a designated page.
I suppose, that technically means I have found a solution to this post.
Although, I still have not found a way to exclude this category from the main posts page
Forum: Fixing WordPress
In reply to: exporting posts without admin accessUnfortunately No. I do not have access to the hosting account. The best I have is FTP access.
Forum: Fixing WordPress
In reply to: secure Digital product filesI am currently using wp-ecommerce plugin.
It says it dynamically generates the download links to prevent hot linking, but i am still concerned about the folder structure itself. I heard something about putting the files above the web root but i dont know alot about coding and integrating that with the plugin just seems like it would be a massive hassleForum: Fixing WordPress
In reply to: errors with versions above 3.6.0http://www.youtube.com/watch?v=-POqP9IjPsc
also i misspoke.
there was one plugin i forgot to test, which seems like it may be the issue.
Wordpress Vimeo Youtube Popup Plugin from codecanyon.
I have contacted the plugin author, but would still like to know if anyone has encountered a similar issue for other reasonsForum: Fixing WordPress
In reply to: errors with versions above 3.6.0I have tried all that and it made no difference.
ill check the youtube video. idk why it would have been taken down.Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?no joy
browser cache fooled me into thinking it was working.Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?OVERALL update:
I had the client check and discovered that URL Rewrite Module is installed (its a windows IIS server), so either something isnt configured right or the problem is elsewhere
Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?ok the glitch in the video has been fixed by reverting to version 3.5.1 of wordpress.
Still no idea what was causing it. never seen a glitch like that in my life.Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?that tells me WHERE the problem is but not WHAT the problem is
Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?and now when i go to put everything back, i cannot drag and drop widgets where they need to be.
i uploaded a video of the issue:
http://www.youtube.com/watch?v=-POqP9IjPsc&feature=youtu.beForum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?also works in stock 2010 with no issues. so the issue is most likely somewhere in my custom theme?
in approx 30 min I leave for the day
I cannot leave the site like this overnight.
I will have to reactivate it’s original theme, and all its plugins before i leave.Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?done. seems to be working normally in 2013 with no plugins.
then switched over to my core theme, which is a duplicate of 2010. also no problems using “pretty” permalinksForum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?did not realize the [IMG] shortcode did not work on this forum.
screenshots are here:
http://americanindustrialinc.com/wp/wp-content/uploads/2013/10/proper-look.pnghttp://americanindustrialinc.com/wp/wp-content/uploads/2013/10/permalink-fail.png
Forum: Fixing WordPress
In reply to: WordPress Permalinks Causing Issues With Stylesheet?Hello all,
I am still having this issue. Is anyone knowledgeable enough to help me?
It has taken me a long time to post in this again asi have been busy with other issues and changes to this and other websites.Whenever i change my permalink structure, all logic seems to go out the window.
I lose alot of my css rules, links no longer work, etc.This is how the site looks without “pretty” permalinks:
[IMG]http://americanindustrialinc.com/wp/wp-content/uploads/2013/10/proper-look.png[/IMG]
here is how my site looks when i change the permalink structure of wordpress:
[IMG]http://americanindustrialinc.com/wp/wp-content/uploads/2013/10/permalink-fail.png[/IMG]
the site is americanindustrialinc .com /wp
the web.config is as follows and was taken directly from the wordpress codex:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="WordPress Rule" stopProcessing="true"> <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?page_id={R:0}" /> </rule> </rules> </rewrite> </system.webServer> </configuration>this issue is now across all browsers. Crome, FF, IE, Safari, Mac, PC.
I really need to figure out how to fix this so i can make the site live and fulfil my obligation to the client.
PLEASE HELP.
Forum: Fixing WordPress
In reply to: unable to link analyticsits working now. im getting data.
i dont understand why it took a day for it to register but at least its working now.