gobeyond
Forum Replies Created
-
Hello @arnaudbroes
Thank you so much for looking into this. The AIOSEO was updated from version 2.4.4.1.
Here is a sample URL for to show this problem:
https://www.atlantispoolsinc.com/minnesota-pools
Love to find a way to get rid of the extra “>> Blog Archive” from the title tags.
Happy Holidays to you, too!
TerryForum: Plugins
In reply to: [MapPress Maps for WordPress] MapPress Disappeared in the BackendHi Chris,
Thank you so much for the pointer. I think I figured out what is going on. It has something to do with the javascript not loading properly. I will get it fixed.
Have a wonderful weekend!
TerryThank you again for your help, Davide!
TerryHi Davide,
Hope you don’t mind another question. I changed the Path in 3 places in the “itsec-storage value.” After that, it appeared that iThemes Security lost all the previous settings, like the banned hosts, hidden backend link, etc. It is no big deal to reconfigure all the settings. Just wondering why that happened or if this is normal.
Thanks in advance for your help!
TerryHi Davide! Thank you SO MUCH for your quick help! I made the change and it worked!
You have a wonderful day!
TerryForum: Plugins
In reply to: [Basic User Avatars] 500 Internal Server Error with bbPressHi Jared,
Thanks for replying. The WordPress version is 3.81. The bbPress version is 2.5.3. Web host is a shared hosting account with Host Gator, running Apache 2.2.26 and PHP 5.2.17.
The 500 Error occurred with Theme Twenty Thirteen, Twenty Fourteen and my own them. I tried Theme Twenty Twelve and it worked. So, this may have something to do with the theme. But not sure which part of the theme is critical for making this plugin work.
Where should I put the shortcode?
Thanks again for your help on this!
Terry
Forum: Fixing WordPress
In reply to: Sub-Directory URL StructureHi govpatel,
Thanks for your help! Could you please give me some pointers as to how to make a theme support Custom Menus? I never used Custom Menus before.
Thanks again!
Forum: Fixing WordPress
In reply to: Customized Page Banner for Every PageHi tugbucket,
Thanks so much for the help!
Forum: Fixing WordPress
In reply to: Migrating a Static Site to WordPressin wordpress you can end permalinks in .html or .htm or .php
On the same site, how do you have some page url’s ending with .htm while other page url’s ending with .html?
Forum: Plugins
In reply to: All in One SEO Plugin OptionsHi “aerps”,
Did you figure out how the title attribute works with this plugin? If so, would you mind sharing it? Thanks!
Forum: Plugins
In reply to: All in One SEO Plugin OptionsThe title attribute is a descriptor for your html tags. It is most used with links. When you move your mouse over a link, the text that pops up is what’s in the title attribute. If you look at the html code a link, you may see something like: title=”Home”, this is the title attribute.
As to the SEO All in One plugin, I tried putting some keywords inside the “title attribute”, but the keywords didn’t show up anywhere on the page. Not sure how to make it work.
Forum: Your WordPress
In reply to: Yoga Festival SiteBut if you want feedback to improve it, a ‘younger’ WP theme will be great. It’s quite an ‘old’ style of design for me to be honest (assuming that professional web designer designed it).
Thanks for the comment. Not sure what you meant by “younger” and “older”.
Forum: Fixing WordPress
In reply to: How to Add <span> to Each Menu LinkThank you so much, basszje! It works!
Forum: Fixing WordPress
In reply to: 2 Separate Menus for WordPressThanks esmi! This works.
However, it sounds like every time I add a new page, I have to make changes to the template file to include the newly added page in this line:
<?php wp_list_pages(‘title_li=&include=3,6,9,12,23’)?>
I was wondering if there is way to do this so I don’t have to change the template every time I add a new page.
Are there any plugins that can create separate menus at different locations of the page for different links?
Thanks again!
Forum: Fixing WordPress
In reply to: 2 Separate Menus for WordPressHere is a follow-up to my question.
Say I have 10 static pages. I want 5 of these pages to be listed in the horizontal menu and the other 5 listed in the vertical menu.
How do I tell wp_list_pages() to list the 5 page links in the horizontal menu while listing the other 5 page links in the vertical menu?
Thanks in advance!