leev
Forum Replies Created
-
Forum: Your WordPress
In reply to: My first attempt at WordPress site, what do you think?Nice color theme, even better than mine. https://leev18.com
I would suggest that you just not only write about WordPress and web construction. Write about other stuff also. Gaming, iPods, software, fishing, soccer, cooking, cars, etc. anything that you think you can write about. There’s not a lot of people that are interested in building a website now from what I think. Again, it’s just a suggestion, don’t take it too seriously.
Good Luck on Blogging.
Forum: Fixing WordPress
In reply to: Dashboard is missing all tabsNot sure if this will work but backup your wordpress, download wordpress here.
Replace WP-Admin via ftp with the one downloaded.
Forum: Fixing WordPress
In reply to: Placing a logo on headercheck to see if there’s any theme option that might have come along with the theme you installed in the Dashboard.
Forum: Fixing WordPress
In reply to: Dashboard is missing all tabsscreenshot? use https://imageshack.us/
Forum: Fixing WordPress
In reply to: Page jumping to the rightForum: Plugins
In reply to: [AjaxChat] In Twenty Eleven 3.2.1 the Ajax chat box does not displayever try out the chatting plugins?
https://www.ads-software.com/extend/plugins/search.php?q=chat&sort=Forum: Fixing WordPress
In reply to: How to "Share This" or "Add This" articles into WPIf they meant you can link to the article but can’t copy the whole articles and put it in your blog, then just copy the links of the article and put it in your blog.
use:
<a href="url to article here">Title or name of the article here</a>
Forum: Fixing WordPress
In reply to: Remove bars twenty eleven themesee if this works. add this to your child css theme:
#access { background: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
Forum: Fixing WordPress
In reply to: Redirecting the home pagefind and edit the index page. Add this code anywhere in between <head> and </head>:
<meta HTTP-EQUIV="REFRESH" content="0; url=typeurlhere">
Forum: Themes and Templates
In reply to: changing the link colourIf you look at this page (https://www.thisdigital.com/blog/?p=63) you will see the two text links at the top of the blog and I simply want to change
what two text links?
Forum: Plugins
In reply to: For stats plugin– where is API key on the wordpress blog pageCheck your spam filter?
Forum: Fixing WordPress
In reply to: How do you upload theme files to site using FTP?You can upload the theme via Dashboard instead of FTP.
Go to your Dashboard > Appearance > Install Themes > Upload.
Upload the theme you just downloaded (unextracted) then install it.
Forum: Fixing WordPress
In reply to: Twenty Ten – delete default images from websiteif you meant the header image, then go to:
Dashboard > Appearance > Header > Remove Header ImageForum: Requests and Feedback
In reply to: increase site name in dashboard to H1to do this, you have to edit your admin-header.php via ftp, which is in the wp-admin folder.
find:
<a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Visit Site') ?>"> <span id="site-title"><?php echo $blog_name ?></span>
add font tag:
<font size="number (either 1-7)"><a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Visit Site') ?>"> <span id="site-title"><?php echo $blog_name ?></span></font>
Forum: Fixing WordPress
In reply to: How to make a rich snippet thumbnail square?