Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Different Menu on Mobile #1037891

    Hi there,
    I’ve been trying to figure out why I can’t get this to work.
    I’m trying to have a few items on my menu only visible on the desktop and not the mobile, and vice versa.

    I followed instructions from an old thread and added the class element in the menu section and then added the css in the quick css…

    I added:
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    It was actually working at first, hiding one of the menu items on the mobile, but only on safari and not the Google app.
    Now neither is working.

    Please help!

    Thanks,
    j

    in reply to: Hidden Opacity #985352

    That worked!

    Thanks Mike!:)

    Justin

    in reply to: Advance Layer Slider and Header #680421

    Hi there,
    I was also wondering if it’s possible to use the mobile navigation menu on the desktop site?

    i.e. on my regular desktop site, Can I have no menu visible and just the square box (like the mobile site navigation) then when clicked it expands and shows the menu options.

    Similar to this site: http://www.3magine.com/

    Thanks much!
    Justin

    in reply to: Advance Layer Slider and Header #663572

    Hey Andy,
    Thank you for the response. This code seems to get rid of the navigation button entirely(making it so people can’t go to the next/prev slide). I just want the background gone and keep the arrows. I tried using code:
    background-color: transparent
    But that seems to do nothing.

    Any thoughts?

    Thanks!
    Justin

    in reply to: Advance Layer Slider and Header #663157

    Great. Thank you for answering my question.

    I have one more… Is there a way to get rid of the background of the prev and next button on the advance layer slider? I just want the white arrows, and not the background square.

    Link reference:

    Thanks,
    Justin

    in reply to: Advance Layer Slider and Header #661446

    Hi Rikard,

    Yes, Here you go…

    Thanks!
    Justin

    in reply to: Window size #577546

    Hi there,
    I couldn’t figure out how to start a new topic, so I decided to continue on this one.

    I’m having trouble with a site I built for a client a couple of years ago. The blog page won’t load the additional pages – pages 2,3, etc, it just refreshes and stays on the first blog page. I couldn’t figure out how to fix it…I checked and the theme and WordPress are both up to date. I also checked on the forum board and found this thread: https://kriesi.at/support/topic/cannot-open-other-pages-on-blog-than-the-first-one/
    I tried following some of the instruction, but alas it did not work.

    So I could really use some help with this one!
    You can find the site and blog that I’m referring to at: http://www.myamelody.com/reviews/

    Please help!:)

    Thanks,
    Justin

Viewing 7 posts - 1 through 7 (of 7 total)