RockyMtnHi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get wordpress top-level menu titleI’m building a site with drop-down menus. When you select a top-level menu it is reflected by the menu item being highlighted. If you select a sub-menu then you don’t know what category you are in because no menu items are highlighted.
I want the code that reads the top-level menu title and places it in a spot at the top of the page so the user can see what section they are in.
Make sense?
Forum: Fixing WordPress
In reply to: get wordpress top-level menu titleJust don’t see how that will do it either.
Forum: Fixing WordPress
In reply to: Show post by tagI use the Configurable Tag Cloud https://www.ads-software.com/extend/plugins/configurable-tag-cloud-widget/. A great tag widget that allows you to configure the aesthetics.
You can see more of our recommended usability and search engine optimization (SEO) plugins here: [link moderated]
Forum: Fixing WordPress
In reply to: Formatting text in the sidebarYou need to modify the code in the functions.php file, or create it if it doesn’t exist. More info is here: https://www.21stsoft.com/wordpress-tutorial-custom-web-design-wordpress-integration/
Forum: Fixing WordPress
In reply to: 2.9.1 Fresh Install on New Blog – Ungodly slow!I’m very interested to see what GDHosting says about it.
Forum: Fixing WordPress
In reply to: Download Problems? High security alert?Whoa, scary. I wasn’t able to automatically upgrade to 2.9.0 and almost just did a manual upgrade to 2.9.1, but I’m waiting.
Wish I could receive emails on responses to this post.
Forum: Fixing WordPress
In reply to: Adding non-wordpress pagesI always add files in the /public_html/ folder for easy downloading, so I don’t know why it doesn’t work for you. If you really want it to work that way you may ask your hosting company tech support. Should work
One more note, always name your files with a .php extension. If you do then you can always add database or PHP functionality to it later. If you name it .html then you have to rename the file later for this type of functionality, mess with 301 redirects, and lose SEO value in the meantime.
Forum: Fixing WordPress
In reply to: 2.9.1 Fresh Install on New Blog – Ungodly slow!Once the hosting issues are worked out here are several ways to speed up page loads: [link moderated]
Forum: Fixing WordPress
In reply to: comments showing above headerThe problem is in your index.php file. Download the index.php and page.php files from your theme folder and compare their contents. They should be very similar, and a structural difference between the 2 is the probably culprit.
Forum: Fixing WordPress
In reply to: Blog appearancein the style.css file of your theme folder. If you are logged into WordPress then click the menu items Appearance > Editor > style.css.
Forum: Fixing WordPress
In reply to: Broken ThemesCall your hosting company and see if they can delete the themes.
Forum: Fixing WordPress
In reply to: moved to new domain name help pleaseFor starters I’d open the database in phpMyAdmin and make sure your url’s are correct in the wp_options table.
Forum: Fixing WordPress
In reply to: Potential 4-month data loss disasterI host at Bluehost and they don’t provide a backup capability. I use a script and a cron job to back up as often as I need – which is daily. It is all described here in the backups section: [link moderated]
Forum: Fixing WordPress
In reply to: how toIf you are concerned with error-free code on your pages (which you should) then you need to load all of the flash code at runtime in Javascript.
What you do is use document.write statements in an included javascript file and call it in your page code. There is an example here:
https://www.mercuryleads.comThis is where the jscript is called:
<script type=”text/javascript”>swflove();</script>The swflove() function is in this file:
<script src=”https://www.mercuryleads.com/Scripts/sales-lead-generation.js” type=”text/javascript”></script>Forum: Fixing WordPress
In reply to: Funny ProblemI’d do a hard clear of your cache on your laptop.