Forum Replies Created

Viewing 13 replies - 46 through 58 (of 58 total)
  • Forum: Fixing WordPress
    In reply to: search
    Thread Starter ccarlow

    (@ccarlow)

    thanks for the reply! It’s right out of the box. I didn’t modify anything code wise.

    Here’s a link https://natureshealing.info/

    The search box is on the right siodebar at the top.

    I need a resolution here too to similar problems listed above.

    I have jetpack 2.0.4

    I can’t get my ads to appear. The ID is correctly place – only digits. As I read these issues I wonder what does having the “right hooks” mean in my theme? How do I look for this? Be specific please?

    I am using Custom Community theme.

    Thread Starter ccarlow

    (@ccarlow)

    It worked WPCanyon! I figured it was CSS and added to the “Edit CSS” section under appearance along the wp left NAV menu (not sure the proper terms)

    Fancy! I’m really going to like working with WP.

    Thanks again!

    Thread Starter ccarlow

    (@ccarlow)

    I thought I’d link an image of the “contact form button” in wp which is position to the right of the “Add Media” button art the top of the visual/text window. Maybe someone can recognize what ap it comes from? I’m looking for a suggestion on a better form plugin too.

    contact Form Button

    Thread Starter ccarlow

    (@ccarlow)

    WPcanyon – very consice 1.2.3. thank you but sorry I’m failing to understand what to do with the above code. Is the above code CSS and where should it be placed? I was hoping I could modify the code in the page view text editor window thingy.

    The current code of the form as viewed from the text editor of the page looks as follows:

    [contact-form to='[email protected]' subject='Request for Information / Nature%26#039;s Healing Website']
     [contact-field label='Name' type='name' required='1'/]
     [contact-field label='Email' type='email' required='1'/]
     [contact-field label='Website' type='url'/]
     [contact-field label='Comment' type='textarea' required='1'/]
     [/contact-form]

    I would really love to learn more about how to use WP properly but at the moment I’m just trying to do the basics to get the site back to it’s original functional state after recently transfering my old from HTML site to WP.org.

    Linx4me2 – you got me thinking that the form button is not part of the original wp.org setup so I’m wondering what configured it so I can read up on how to use it better? I have K-news newsletter plugin installed, but I think the button was there before I installed this plugin so I’m thinking it’s associated with TinyMCE.

    Thread Starter ccarlow

    (@ccarlow)

    Thanks for the reply,

    I am using what I believe is the standard plugin that comes with WP. There’s a small image of a form above the entry window to enter text for a page or post. There’s very little modification that it offers. I could add fields and choose different buttons but alignment wise there’s nothing. Can you recommend a plugin. I also have ultimate TinyMCE – I don’t know if this has a plugin for a contact form.

    Thread Starter ccarlow

    (@ccarlow)

    Thanks for the reply!

    I did do that after the fact so now I have a lot of pages that trail with a underscore and a number i.e. _5. So if I go and rename all the permalinks by taking away the _5 how will this affect my new site and the internal site links to these pages? I’m hoping it won’t matter but I want to make sure.

    Forum: Fixing WordPress
    In reply to: .htaccess
    Thread Starter ccarlow

    (@ccarlow)

    sorry I’ll mark it solved

    Forum: Fixing WordPress
    In reply to: .htaccess
    Thread Starter ccarlow

    (@ccarlow)

    I tried placing my redirect rules before and after and it didn’t matter – still got the error 500.

    But I did finally correct this problem. I had to go through each line of code and test it – probably more than 200 redirects. Ugg!

    I changed the code layout – I found a correct format for .htaccess files here at the following web address: https://perishablepress.com/case-insensitive-redirectmatch/

    Instead of:
    Redirect https://www.natureshealing.info/Acupuncture.htm https://www.natureshealing.info/acupuncture-4/ [R=301,NC,L]
    I used:
    RedirectMatch 301 (?i)https://www.natureshealing.info/Acupuncture.htm https://www.natureshealing.info/acupuncture-4/
    note: no domain in the 1st part of the rule referencing the old website; also the flags are positioned earlier – 301 & the nocase flag is written as (?i) – case insensitive.

    I also found I was actually getting 2 errors. 1. The page would endlessly try to load but nothing would appear – the reason I believe was because I had a redirect based on the original index.htm page that probably caused a loop i.e.: Redirect 301 (?i)/index.htm https://www.natureshealing.info/index/

    2nd problem: I had a space in one of my redirect rules for a web address i.e. natureshealing.info /blablabla instead of natureshealing.info/blablabla.

    Once I corrected the two errors and rewrote the rules in a proper format it worked!

    Thread Starter ccarlow

    (@ccarlow)

    Thanks for the input. I couldn’t figure it out using the dreamweaver template region as to why it would import so I used an html div tag and it worked out perfectly.

    Thread Starter ccarlow

    (@ccarlow)

    by the way I’m using HTML Import 2 (ver 2.3)

    Thread Starter ccarlow

    (@ccarlow)

    Thanks for your reply.

    I am failing to import my old html static site to wp using this HTML import 2 plugin. The template is blank on the imported pages but I specifically set it in the plugin setup to use “default template”. Also no content is being copied. I used the dreamweaver Template Region – “Body_Text_Region” (I’m not sure if I need to include the quotes or not – I tried both ways with the same undesirable results).

    Old site link to index
    New wp root location for the same page Here

    What might you think is happening?

    Thanks!

Viewing 13 replies - 46 through 58 (of 58 total)