Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter emailmike1994

    (@emailmike1994)

    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"]

    Andrew, 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.

    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.

    Thread Starter emailmike1994

    (@emailmike1994)

    You 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.

    Thread Starter emailmike1994

    (@emailmike1994)

    I really appreciate the help.

    Whenever you have more strategies for attacking the problem, let me know. ??

    Thread Starter emailmike1994

    (@emailmike1994)

    Sadly, 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>
    Thread Starter emailmike1994

    (@emailmike1994)

    Thanks 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?

    What “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.

    strozw, is that your solution for this issue?

Viewing 9 replies - 1 through 9 (of 9 total)