soundblob
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Menu items with FA icons above textOr how about this.. Could I make images with the text included in the correct position and then use the images as my menu buttons??
Forum: Themes and Templates
In reply to: [The Newswire] Image slideshow – best photo size?Hey ribeirofilipe.
In your wordpress admin page go to:
Appearance > Editor > Main Index Template (index.php) > change “Latest News” to whatever it is in your language. Click save.Example: bulletyn.pl
Forum: Plugins
In reply to: [Social Media Feather] Default Message = Post Title for TwitterIs there a way to have both the title and a message? Both: “&text=%%message%%” it ends in “&text=%%title%%”
How could you join these?
ThanksA final note. If you are doing this. The above solution is perfect as it reactivates the site and gives you the chance to export the database, which you can then upload to your online host.
if you have any questions please ask me. I’d be delighted if all the stress I had trying to figure it out, could benefit someone else.Thank you both for your advice.
This worked from http://codex.wordpress.org/Changing_The_Site_URL“Edit wp-config.php
It is possible to set the site URL manually in the wp-config.php file.Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);This is not necessarily the best fix, it’s just hardcoding the values into the site itself. You won’t be able to edit them on the General settings page anymore when using this method.”
I put in http://localhost:8888 for the examples.
Here is the final result: http://www.sndblb.com
Thanks again!
So. When it was working locally. I accessed my site at localhost:8888
I made the file and tried to run it with localhost:8888/change.phpand i get:
“HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.”if i try localhost:8888 i get:
“can’t establish a connection to the server at localhost”If I try localhost:8888/wp-admin it redirects me to the url that I changed the wp urls to sndblb.com and I get this message:
“There doesn’t seem to be a wp-config.php file. I need this before we can get started.
Need more help? We got it.
You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”Redirected to : http://sndblb.com/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%3A8888%2Fwp-admin%2F&reauth=1
If you can think of anything else… Cheers Robin.
Thanks so much for getting back to me Robin.
I follow everything except the last step.
I’ve written the file as you said.
How do i “copy/ftp this file to your local wp instance in a folder you know the path to.”Forum: Plugins
In reply to: [Blogger Importer] Issue with SimplePie SantizeSoundcloud uses iframes, so i imagine whatever works for Youtube should work for SC too. How would I go about getting the beta version? I have the standard Blogger importer plugin, and there is no option to update…
Would I replace the blogger-importer-sanitize.php file with that beta version?
ThanksForum: Plugins
In reply to: [Blogger Importer] Issue with SimplePie SantizeMaybe you can help me. I’m importing a blog from Blogger, the importer keeps stripping the embedded Youtube and Soundcloud.
Is there something I can change in the SimplePie code that will allow this content to be imported.
If so, could you tell me what to do? (I’m no expert with code)
Thanks.