iDesign'd Media
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Restoring WP database forces WP reinstallIf I understand what your last comment said, that would lay your problem. If you restored the database, it is not to be found within the phpMyAdmin, along with its associated tables and information. Then there is nothing for WP to work with.
Therefore, if nothing is showing, and you have a blank database with just a matching dB name; then WordPress would obviously need to prepare the dB for usage. Hence, the installation setup. If you still have a copy of the backup database, then I would review the link I posted and try to restore the database again. Delete the “recently created” database and start fresh.
Hope it works out for you insurgenesis
Forum: Fixing WordPress
In reply to: Restoring WP database forces WP reinstallNot sure if this may help, but did you review this:
http://codex.wordpress.org/Restoring_Your_Database_From_Backup
Forum: Fixing WordPress
In reply to: Restoring WP database forces WP reinstallDid you make sure the wp-config.php had the appropriate information listed correctly?
For example… table prefix?
A few of my clients are using this plugin, and I have yet to hear this. I would suggest to use the plugin’s WordPress actual support area. Or via their website:
Visit http://wordpress.org/support/plugin/wp-e-commerce
Or Community Plugin Forum http://getshopped.org/forums/
Good Luck, and would love to hear the outcome, just in case.
Forum: Fixing WordPress
In reply to: Enter Website page into wordpressif you are looking to place an external webpage into yours, you would need to use an iframe.
Review this resource: http://www.w3schools.com/tags/tag_iframe.asp
Forum: Fixing WordPress
In reply to: Restoring WP database forces WP reinstallFirst thing that comes to my head, is that the exact WordPress version between database and actual WP script are not exactly the same.
This may help: http://www.tamba2.org.uk/wordpress/restore/
Forum: Fixing WordPress
In reply to: RSS FeedBummer that we couldn’t knockout the complete solution. Sometimes, things can be harder to diagnose without complete control of the resources. But, we did take a step forward though. And the author will have the best knowledge of that theme; therefore, you should be in good hands.
Good luck AndreasStrauss
Forum: Fixing WordPress
In reply to: Ridiculously long usernamesLooks like a Google+ Profile URL! lol
I would strongly suggest to direct your inquiry to http://www.buddypress.org/support/ to get a better response.
Forum: Fixing WordPress
In reply to: RSS FeedWhen creating these posts, are they “published” or “draft”? Draft will not show.
The feed does show a Title “Shipping Containers – Container Sale and Hire by Price and Speed » General” but no excerpt/summary. When I remove the feed aspect, the category shows nothing. Could potentially be an error within the theme your using. The steps I gave earlier are very consistent and common to achieve with a normal WordPress install.
If in deed this is a theme/layout, review the documentation provided with it, or contact the author for further discussion. I am accessible by Skype, my username is [ redacted, support is offered via the forum and not email or skype ]. I could take a few minutes and take a run through, if you would like?
Forum: Fixing WordPress
In reply to: How to delete certain pages from right sidebarThe “Appearance” is the tab you will see in your Admin DashBoard. “Menus” is the option found within that tab. The screen it brings you too, would allow you to create a Custom Menu (if your theme allows it). Then follow similar approach to the second step, and so forth.
You can contact me on Skype, if you need further help. My username is [ redacted, support is offered via the forum and not email or skype ]
Forum: Fixing WordPress
In reply to: can't find my url pageThe 404 Error is referring to the missing homepage “content” and not the whole site. Depending upon how your theme is setup, the homepage content can be displayed a few ways:
— Latest Blogs
— Using Widgets in the Widget Area (Appearance > Widgets)
— Or creating a “Page” then associating it (Settings > Reading > Choose Static Button, and select the appropriate page for ‘Front Page’) Sometimes this option will have you select a particular template within the Edit Page.
— index.php file could be edited
— etc.More and likely, many of the newer themes use the 3 option I listed. Also, refer to the documentation this theme came with to further minimize time spent in diagnosing it.
Hope this helps point you in the right direction.
Forum: Fixing WordPress
In reply to: Log-in Site dissappearedFirst thing, you need to gain access to your website. To me, the quickest method is if you have access to MySQL. Then, you can simply open the “users” table and change your password, and obtain Login username.
Some references that you can use:
— http://codex.wordpress.org/Login_Trouble
— http://codex.wordpress.org/Resetting_Your_PasswordAfter you gain login access; you can then move forward with diagnosing the rest.
Forum: Fixing WordPress
In reply to: How to delete certain pages from right sidebarSimple solutions, is if the theme you are using has made a compatible widget. Where you can create a “Menu” of the selected pages you desire within the “Appearance > Menus” option.
Then, save the menu and go into “Appearance > Widgets” option and place a Custom Menu widget in the part of the sidebar you desire it to be located.
Hope this helps.
Forum: Fixing WordPress
In reply to: RSS FeedAwesome buddy!
I am glad things worked out for you.
Forum: Fixing WordPress
In reply to: RSS FeedThis could just be me, because it’s past midnight and I might not be thinking completely clear here. But, the URL to this “latest news” page is showing as:
../about-us/latest-news/
Nevertheless, ‘about-us’ is a page and not a category or post, right? So how are you associating a blog category as a child of a page then trying to get a feed off of it?
Go to your “post” menu, then “categories” option. Find the category you are using for your blogs, put your mouse of the “view” link found below it. In status bar, use that address plus /feed at the end of it to get proper RSS Feed link. Any sub-categories will fall into that feed as well. (Note: You can right click the “view” link and select copy link location, and then paste that into feedburner, along with feed at the end.)
For the navigation menu “latest-news”. Within your wp menus editor, change that latest news menu option to the category your using for latest news within the menu area of the dashboard. Then, it should properly show the blog listings.
Hope this helps.