Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • The link you provided doesn’t work either. Is there a problem with the people who own the plugin?

    Thread Starter inbalnce

    (@inbalnce)

    Thanks Edy!

    Thread Starter inbalnce

    (@inbalnce)

    Worked perfectly!

    I was able to remove the horizontal line from all of my pages by using

    #contentwrapper {border-top:none}

    Thanks Edy!

    Thread Starter inbalnce

    (@inbalnce)

    When I try to change the css I get the following message..

    “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

    Am I doing something wrong?

    Thanks.

    Thread Starter inbalnce

    (@inbalnce)

    THANK YOU EDY!!

    Thread Starter inbalnce

    (@inbalnce)

    Hi Edy,
    Thank you so much.
    Is there a way to make the image container bigger?

    Inbalnce

    Thread Starter inbalnce

    (@inbalnce)

    Thank you so much Varun!

    I am so impressed with this plugin.

    Thread Starter inbalnce

    (@inbalnce)

    Cais
    Sorry, I took the gallery down and put up the “under construction” image up. I reloaded the gallery, and now it is working. It wasn’t working for the longest time. It’s a puzzlement.
    Could you check the page one more time for me now that the gallery is loaded?
    Thank you
    Abs

    Thread Starter inbalnce

    (@inbalnce)

    THANK YOU THANK YOU THANK YOU bcworkz for helping me get to the answer.

    When you suggested sizes and attributes I checked the size of the graphic. The width was 4600px
    – the code wasn’t working
    – image was too big for the theme’s content width of 550px

    So,
    I reduced the size of the original image to 550, rebuilt the image map using https://www.image-map.net
    took the new coordinates, uploaded back to site,
    and VOILA!

    Thank you so much for ALL of your help.
    Take care.
    inbalnce

    Thread Starter inbalnce

    (@inbalnce)

    I changed the quotes, but I still can’t get the darn thing to work. I tried using some code validation websites too.
    I feel bad for asking so many questions.

    <img class="alignnone wp-image-38 size-full" src="https://cheaptherapy.creataholic.ca/wp-content/uploads/cover-image.jpg" alt="cheap-therapy-crochet" width="764" height="508" >
    
    <img class="alignnone wp-image-81 size-full" src="https://cheaptherapy.creataholic.ca/wp-content/uploads/navigation.jpg" alt="navigation" width="4469" height="1152" usemap="#image-map" >
    
    <map name="image-map"> <area title="lessons" alt="lessons" coords="998,233,773,535,811,1087,1363,1087,1411,502,1166,233" shape="poly" href="www.cheaptherapy.creataholic.ca/lessons" target="_self"> <area title="patterns" alt="patterns" coords="1545,12,1444,410,1497,1073,2087,1078,2163,137" shape="poly" href="www.cheaptherapy.creataholic.ca/patterns" target="_self"> <area title="projects" alt="projects" coords="2528,170,2159,391,2341,1082,2916,1082,3036,353" shape="poly" href="www.cheaptherapy.creataholic.ca/projects" target="_self"> <area title="contact" alt="contact" coords="3238,209,3161,1087,3837,1082,3846,497,3688,156,3448,118" shape="poly" href="www.cheaptherapy.creataholic.ca/contact" target="_self"> </map>
    • This reply was modified 7 years, 9 months ago by inbalnce.
    • This reply was modified 7 years, 9 months ago by inbalnce.
    • This reply was modified 7 years, 9 months ago by inbalnce.
    • This reply was modified 7 years, 9 months ago by inbalnce.
    • This reply was modified 7 years, 9 months ago by inbalnce.
    Thread Starter inbalnce

    (@inbalnce)

    Is this what you mean?
    I tried that on my site but nothing happens when I click on the image.

    <img class="alignnone wp-image-47 size-full" src="https://cheaptherapy.creataholic.ca/wp-content/uploads/navigation.jpg" width="4469" height="1152" alt="navigation" usemap="#image-map" />
    
    <map name=”image-map”>
    <area target=”_self” alt=”lessons” title=”lessons” href=”www.cheaptherapy.creataholic.ca/lessons”  coords="998,233,773,535,811,1087,1363,1087,1411,502,1166,233" shape=”poly”>
    
    <area target=”_self” alt=”patterns” title=”patterns” href=www.cheaptherapy.creataholic.ca/patterns coords="1545,12,1444,410,1497,1073,2087,1078,2163,137" shape=”poly”>
    
    <area target=”_self” alt=”projects” title=”projects” href=”www.cheaptherapy.creataholic.ca/projects” coords=”2528,170,2159,391,2341,1082,2916,1082,3036,353″ shape=”poly”>
    
    <area target=”_self” alt=”contact” title=”contact” href=”www.cheaptherapy.creataholic.ca/contact” coords=”3238,209,3161,1087,3837,1082,3846,497,3688,156,3448,118″ shape=”poly”>
    
    </map>
    Thread Starter inbalnce

    (@inbalnce)

    bcworkz thank you so much for your help.

    It’s still not working. I know I am missing something. I’ve spent the last 4 hours using code validators, comparing other sites, and threatening to throw my computer out of the window.

    Here is my code: (I changed the coordinates and some of the file names to match my site)

    <img src="https://cheaptherapy.creataholic.ca/wp-content/uploads/navigation.jpg" width="4469" height="1152" alt="navigation" />
    
    <map name=”image-map”>
    <area target=”_self” alt=”lessons” title=”lessons” href=”www.cheaptherapy.creataholic.ca/lessons” coords=”998,233,773,535,811,1087,1363,1087,1411,502,1166,233″ shape=”poly”>
    
    <area target=”_self” alt=”patterns” title=”patterns” href=www.cheaptherapy.creataholic.ca/patterns coords=”1545,12,1444,410,1497,1073,2087,1078,2163,137″ shape=”poly”>
    
    <area target=”_self” alt=”projects” title=”projects” href=”www.cheaptherapy.creataholic.ca/projects” coords=”2528,170,2159,391,2341,1082,2916,1082,3036,353″ shape=”poly”>
    
    <area target=”_self” alt=”contact” title=”contact” href=”www.cheaptherapy.creataholic.ca/contact” coords=”3238,209,3161,1087,3837,1082,3846,497,3688,156,3448,118″ shape=”poly”>
    
    </map>

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 9 months ago by inbalnce.
    • This reply was modified 7 years, 9 months ago by bdbrown.
    Thread Starter inbalnce

    (@inbalnce)

    Awesome!
    Worked perfect.
    Thank you Edy!

    Forum: Fixing WordPress
    In reply to: login
    Thread Starter inbalnce

    (@inbalnce)

    THANK YOU THANK YOU THANK YOU!!!

    3 hours of going around in circles and threatening to throw the computer through the window, and you fixed it in 10 minutes.

    My hero.

    Take care

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