David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add a videoYour very welcome
Forum: Fixing WordPress
In reply to: WordPress site redirectYou moved the files, did you change the url in the database?
Forum: Fixing WordPress
In reply to: How do I get rid of all options to comments?Do you want to allow comments or get rid of the text that says NO COMMENTS?
Forum: Fixing WordPress
In reply to: Add a videoYou should still be able to run it. Try this in your text editor (NOT VISUAL EDITOR). Of course change the url and video name, etc..
[video width="800" height="480" mp4="http://www.website.com/wp-content/uploads/nameofvideo.mp4"][/video]Forum: Fixing WordPress
In reply to: Easy WordPress….@maurice2015 Just fyi, you don’t want to edit core files or theme files as your customizations will be lost when you update. When the time comes that you want to start customizing your site it is recommended that you use a CHILD-THEME for custom code edits.
Forum: Fixing WordPress
In reply to: Add a videoYou can FTP the file into your WP-CONTENT/UPLOADS folder, then use “Add From Server” plugin to add it to your media on WP, then use “Flowplayer HTML5 for WordPress” plugin to play it.
Forum: Fixing WordPress
In reply to: Tagline won't updateI think your problem is theme specific. You should contact the theme author about this.
Forum: Fixing WordPress
In reply to: Easy WordPress….localhost is a topic in and of itself. Read the documentation and follow it step by step. I personally haven’t done it.
Forum: Fixing WordPress
In reply to: youtube video do not show !Can you provide a sitelink?
Forum: Fixing WordPress
In reply to: How to login into WordPress after changing theme function.phpIS your site a self hosted wordpress.org site or wordpress.com? If it’s a self hosted site you should have FTP access. Contact your host in how to establish an FTP connection. As both myself and @tara have explained, this is how you need to fix your issue.
Forum: Fixing WordPress
In reply to: youtube video do not show !On youtube, click on the share button and get the embed code. Use that like you would a short code on your post. Be sure to insert it using the TEXT editor not the Visual Editor.
Forum: Fixing WordPress
In reply to: Easy WordPress….WordPress is database driven. What this means is that all your settings, pages, posts etc is stored in the database unlike with an html site where you have everything in 1 file or more files. Local host is where you set up a WP site on your computer (offline). I suggest just playing around with your WP site to see how it works. Pretty much everything works from your dashboard, If you want a new theme, go to themes, click on ADD THEME and you will have literally thousands of themes to choose from. Plugins add functionality to your site. There is a difference between Pages and Posts although they use the same editor. Pages are single pages where as Posts are more like a forum with categories etc. You can find lots of youtube videos covering just about everything in the use and building of a WP site.
Forum: Fixing WordPress
In reply to: How to login into WordPress after changing theme function.phpYou should be using a child theme for functions.php edits not the theme files themselves. How to get back to your admin now? FTP to your site (or use Cpanel file editor) go to your wp-content/themes folder and rename your theme by adding .bak or something to the theme folder, this will disable the theme and your WP will go to the default theme. Then you can get back to your admin normally. Fix your errors rename your theme and try again.
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
Forum: Fixing WordPress
In reply to: Easy WordPress….WordPress is pretty easy, but reading the documentation will help. https://codex.wordpress.org/Main_Page
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
http://vimeo.com/39023468You should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comThen to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/And this FTP program is tops in my book.
http://www.coreftp.com/