Sage Brownell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting into static pages, adding a new oneDoes this help at all?
https://codex.www.ads-software.com/PagesForum: Themes and Templates
In reply to: is there a theme that comes with a twitter feed widget?I believe you can use any theme you like, just download this plugin:
https://www.ads-software.com/extend/plugins/twitter-feed/screenshots/Hope this helps!
Forum: Themes and Templates
In reply to: Please help! Can't get JQUERY NIVO SLIDER to work…Have you taken a look at this?
https://nivo.dev7studios.com/support/
Since the theme uses it, it should probably have the code already in it.Hope this helps even a little bit!
Forum: Fixing WordPress
In reply to: Subtitle In MenuFixed — While in Dashboard > Appearance > Menus, Click Screen Settings and then click descriptions. Each menu item will now have a description area you can change.
Forum: Fixing WordPress
In reply to: One image to rule them all.Yes, if you insert it using the html
Forum: Fixing WordPress
In reply to: Installation of widgetsPlugins create widgets, so you need to download a plugin first.
Dashboard > Plugins > Add New: Search for the plugin and install it.
Hope this works!
Forum: Fixing WordPress
In reply to: One image to rule them all.If you are putting the images inside your posts, you can always resize them through HTML. Make sure you are in the HTML editor of a post then put in this code:
<img src="image link.jpg" width="50px" height="50px">
Forum: Fixing WordPress
In reply to: Adding Images to WordPress WidgetsTry this code
<a href="link"><img src="image link"></a>
Forum: Fixing WordPress
In reply to: slow wordpredd 3.2.1 site after upgradeHave you tried using this plugin?
https://www.ads-software.com/extend/plugins/wp-super-cache/Make sure to disable it if you are working on your site/changing pages etc. as it will remember the older version of your page.
Hope this helps!
Forum: Fixing WordPress
In reply to: Login PageDoes this help?
https://www.youtube.com/watch?v=EXGZjJqm9LUForum: Fixing WordPress
In reply to: home description section on google is jibberishI can see what you mean…does this link help at all?
https://codex.www.ads-software.com/Search_Engine_Optimization_for_WordPressForum: Fixing WordPress
In reply to: how can i install plugins into my wp/content/plugins directorySo what you are saying is that if you go to Dashboard > Plugins > Add New
It doesn’t bring up a search area? Odd. Are you logged in using an admin account?Have you tried installing them through FTP? Are you able to see the Plugin menu at all?
Forum: Fixing WordPress
In reply to: how can i install plugins into my wp/content/plugins directoryIf the plugins are in the plugin database you can download them through the dashboard
If they are on your computer already, just drag and drop into the plugin directory
Hope this helps! Please be more specific with your problem if it doesn’t ??
Forum: Fixing WordPress
In reply to: email all users of siteForum: Fixing WordPress
In reply to: IIS7 / Permalinks /Does this help?
https://codex.www.ads-software.com/Using_Permalinks
“Make sure to end your structure with either %post_id% or %postname% (e.g. /%year%/%monthnum%/%day%/%postname%/) so that each permalink points to an individual post.
For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text “page slug” as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best for the first structure tag to be a numeric one, such as /%year%/%postname%/. (Some people recommend /%post_id%/%postname%/ which works for performance reasons but others recommend against it because it is unfriendly to users in the many contexts in which users interact with URLs.) See Otto’s technical writeup on the topic as well as this wp-testers discussion.”