palmtree

Forum Replies Created

Viewing 10 posts - 76 through 85 (of 85 total)
  • Author
    Posts
  • in reply to: Click to target to page URL instead of lightbox image #3780
    palmtree
    Participant

    For now, I changed your code inside thumbnail-function.php

    <a class="lightbox-link" ' . $rel_attribute . 'title="' . $post_title . '" href="' . $thumbnail_src . ' ">

    to

    <a class="lightbox-link" title="' . $post_title . '" href="' . $post_link . ' ">

    It works. I’m happy now:)
    Thank you for your assistance.

    in reply to: Click to target to page URL instead of lightbox image #3771
    palmtree
    Participant

    Thank you. It does the job but text and hover effects with + (plus) icons are gone now…
    I would like to still see colored hover effect on rounded image and also page title text… otherwise it may be difficult for users to want to click by just looking at only image. There needs some text to explain about the page….

    palmtree
    Participant

    I could change that! Thanks to your advise!!

    in reply to: Any single post doesn't exist? It leads to 404 Not Found #3741
    palmtree
    Participant

    Thank you for looking into this.
    You are right!!! I changed “product” to “products” and 404 error doesn’t occur!!!
    I appreciate your quick support as always:-)))

    in reply to: Any single post doesn't exist? It leads to 404 Not Found #3730
    palmtree
    Participant

    I would like to add bit of extra information…

    It seems like it is something to do with category.
    I imported all the appdev contents prior to build the site and there are couple of category name like business, nature and Uncategorized. When I choose them as a category to post / publish or update post, there is no 404 error.

    If I choose category name for example “Product” (slug name: product) for post, 404 error occurs when trying to view the single page. As I explained earlier blog page (view all post page) shows all the post (even post that uses category name “product”) but not single page…

    Hope my writing makes sense.

    in reply to: Custom Heading Content for Blog page #3681
    palmtree
    Participant

    Thank you!
    I checked with my hosting provider after your suggestion.
    It was due to setting called “WAF”. After turning off I could start typing “and”:-)))

    Thank you for your fantastic support!
    Regards.

    in reply to: Pretty Photo loading image not centered #3680
    palmtree
    Participant

    Thank you for checking.
    With Firebug, I realized that the loading image was just hidden after images are loaded.
    Your advise was fantastic! I could rectify the margin padding around the image.

    Cheers!

    in reply to: Custom Heading Content for Blog page #3669
    palmtree
    Participant
    This reply has been marked as private.
    in reply to: smooth scroll to single page sections #3597
    palmtree
    Participant

    Thanks a lot!

    line 140 is now $('.single-page-template #primary-menu a[href*=#]').smoothScroll(
    not $('#primary-menu a[href*=#]').smoothScroll(. There is “.sigle-page-template” up front is that ok?

    Also there are couple of lines that has the same codes as line 140 you told me to replace, but just the line 140 is fine?

    Happy New Year:-)
    Toshi

    in reply to: smooth scroll to single page sections #3558
    palmtree
    Participant

    Thank you for looking into this!
    I agree with you, Internal drop down by using dropdown menu is missing point… It may not be commonly used… however sometimes useful when people want to direct viewers to specific section in the same page. Rather than jumping to the section, it’s nice to have smooth scroll effect.

    Toshi

Viewing 10 posts - 76 through 85 (of 85 total)