palmtree

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 85 total)
  • Author
    Posts
  • in reply to: Add new feild using Metabox-manager.php #25006
    palmtree
    Participant

    As for googlemap output under the campus address, it doesn’t have to be a shortcode. I have only talked about example using that particular plugin. I don’t think I use the plugin anyway… I can find other code than shortcode of this plugin but the textarea has to recognize it… At this moment, it only accepts text not html.

    in reply to: Link to single portfolio from header menu #18764
    palmtree
    Participant

    I confirmed that the only parent menu which doesn’t highlight is when children menus (inside dropdown) are linked to the single portfolio pages. Link to normal pages are all fine.

    It would be really appreciated if you could look into this.

    Thank you.

    in reply to: Link to single portfolio from header menu #18742
    palmtree
    Participant

    Forgot to mention…
    Menu A, B and C are actually linked to a portfolio single page.

    Not sure if the text only parent menu can be highlighted when menu A, B and C are normal pages (not portfolio singles though.

    in reply to: niceScroll is gone #18737
    palmtree
    Participant

    Thank you for your detailed explanation.
    I understand your struggle behind the scenes…

    in reply to: niceScroll is gone #18630
    palmtree
    Participant

    It’s not smooth scroll.
    What I meant was scroll bar like attached.
    The appdev theme used to have this as a default…
    Hope you get what I mean this time:)

    in reply to: Put URL link to "OUR RECENT WORK" found in your home page #5331
    palmtree
    Participant

    Thank you Ernesto!
    It works:-)

    palmtree
    Participant

    Ernesto!

    Thank you it all works like a charm!

    Toshi

    palmtree
    Participant

    Hi Ernesto,

    Thank you for your advise! I tried your code but triggered error. I changed it to code below and seems working but not sure if it’s ok. I want your confirmation if that’s ok. (Actually the category I wanted to exclude was 12 by chance:-))

    $query = array('posts_per_page' => intval(get_option('posts_per_page')), 'ignore_sticky_posts' => 0, 'paged' => $paged, 'cat' => -12);

    Could you help me with “recent posts widget”? Does it include posts from category 12?
    Ideally I would like to add functionality to recent post widget to allow users to choose which category post to output. It would be awesome if you could tell me what code to add to mo-recent-posts-widget.php to achieve this.

    palmtree
    Participant

    Thank you mateorite for your reply:-)

    Your advise only let me display thumnail images or video of each post of particular category… (doesn’t display title text of the post and their links)

    Perhaps my original question wasn’t clear enough to explain what I was after…?
    https://www.livemeshthemes.com/extinct/blog/

    I want this page to output only articles from particular categories.

    Also at the same time, recent post widget doesn’t give users to choose particular category to output so I want to limit its output to display particular category post.

    Does it make sense?

    palmtree
    Participant

    Where do I put this?
    Which file should I modify?

    in reply to: How to use mo file in Languages Folder? #4532
    palmtree
    Participant

    Wow! Thank you Nexus,
    I just followed your advise and it works as I wanted!

    palmtree
    Participant

    Yes, it makes sense.
    I created a link set with # for href to use toggle purpose only.
    I optimized the site for mobile users rather than PC/Mac users because that’s the point of using responsive website.

    Thank you for your assistance.

    in reply to: Smooth scroll between links with # within a same page #4344
    palmtree
    Participant

    Hi Meteorite,

    Thank you for getting back. Your solution worked like just what I wanted!

    in reply to: Smooth scroll between links with # within a same page #3833
    palmtree
    Participant

    Hello Meteorite,

    Thank you for your advise.
    I did look at the page you referred but I couldn’t understand what to do.
    I added `$(‘button.scrollsomething’).on(‘click’, function() {
    $.smoothScroll({
    scrollElement: null,
    scrollTarget: ‘#myanchor’
    });
    return false;
    });`

    into js/main.js

    Then wherever I clicked took me to to #myanchor… lol
    But I guess it’s because scrollElement says “null” right?

    What I wanted to do was clicking any “a href” link with anchor # takes (scroll up / down) me to any target div or anchor# id so I actually don’t want to specify any div like #myanchor….

    If you could advise me, it would be great.
    I am not a programmer so it’s quite difficult to implement…

    in reply to: Possible to change permalink "portfolio" to something else? #3832
    palmtree
    Participant

    Hi Meteorite,

    Thank you it works like a magic!

Viewing 15 posts - 61 through 75 (of 85 total)