emailmike1994
Forum Replies Created
-
Forum: Plugins
In reply to: [Weather Underground] Displaying Units (F/C)I should add the shortcode I’m using just in case that would provide a clue as to what I’m doing wrong:
[wunderground location="Dalanzadgad, Mongolia" location_title="Dalanzadgad, Mongolia" iconset="Elemental" numdays="3" layout="simple" measurement="c" showdata="daynames,highlow,icon,text,conditions"]
Forum: Fixing WordPress
In reply to: Problems after wordpress 3.6 installationAndrew, speaking as someone dealing with this issue, I want to read what other people are experiencing. Please don’t discourage them from doing so. Thanks.
Forum: Plugins
In reply to: [Multiple Sidebars] HELP! Cant get it to work!Yo creo que es importante mencionar lo que dijo frosado:
Go to Appearance > Editor and add the following code to Sidebar.php (We replaced everything on our old Sidebar.php with this code, which we pasted inside <div> and </div> tags, but maybe the div’s don’t matter.)
<?php global $MultipleSidebars; $MultipleSidebars -> dynamic_sidebar(); ?>
?Es posible poner estas instrucciones en la página “FAQ” de tu plugin?
Sin esta información, no podía hacerlo funcionar en la manera que quería.
————————————————-
I think it’s important to mention what frosado said.
Is it possible to put these instructions on the FAQ page of your plugin?
Without this information, I couldn’t make the plugin work in the way that I wanted.
Forum: Fixing WordPress
In reply to: Automatic (and unwanted) Redirection of HTML PagesYou can hold off on asking your friend or honing your .htaccess-fu skills.
The issue was not being caused by WordPress, but, in fact, by the Google Adwords script I mentioned earlier. It seems to choose whether you’ll be directed to the ‘A’ page or the ‘B’ page and won’t let go of that choice.
Let me apologize profusely for wasting your time and efforts here.
I do really appreciate your help, though. A million points to you for the solutions you offered up.
Forum: Fixing WordPress
In reply to: Automatic (and unwanted) Redirection of HTML PagesI really appreciate the help.
Whenever you have more strategies for attacking the problem, let me know. ??
Forum: Fixing WordPress
In reply to: Automatic (and unwanted) Redirection of HTML PagesSadly, still didn’t work.
Here’s what my .htaccess file looks like:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !/acura-tsx\.html RewriteCond %{REQUEST_URI} !/acura-tsx_Choices\.html RewriteRule . /index.php [L] </IfModule> # END WordPress ErrorDocument 404 / ErrorDocument 403 / Options -Indexes <Files wp-config.php> deny from all </Files>
Forum: Fixing WordPress
In reply to: Automatic (and unwanted) Redirection of HTML PagesThanks for the response.
I changed to the default permalink structure and deleted the .htaccess file. Just to be sure I cleared my cache and flushed my dns.
Same result. The pages, unfortunately, still redirect.
Thoughts?
Forum: Plugins
In reply to: [HeadSpace2 SEO] Cannot edit Title or DescriptionWhat “swiftreal” said is true.
In order for it to work on the Edit Post panel, I need to first empty the fields, and retype the data. Then, the Update button has an effect on saving that data.
If you want to update metadata on posts or pages, remove the text from the title, description and keyword fields. Enter the new metadata, hit “Update” and you’re good to go.
It’s not the best workaround, but it gets the job done.
If you’re a little more knowledgable about coding, what “strozw” offers is a more long-term solution. Add his code to your theme. Should fix everything.
Hopefully the makers of Headspace incorporate their own fix when they update.
Forum: Plugins
In reply to: [HeadSpace2 SEO] Cannot edit Title or Descriptionstrozw, is that your solution for this issue?