• Resolved wonderwoman0

    (@wonderwoman0)


    I have the latest version available here. But still the menu scales down but it doesn’t drop down so it doesn’t work on mobiles or tables. Therefore it can’t be classed as a responsive theme.

    Howcan I fix this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Greetings!
    I’m assuming you are the one who emailed me from my site?

    Regarding the menu, I checked your site out and I find that the submenus work when not in mobile mode, but it appears in mobile mode, the button does not drop the menu down. I also just checked my live demo site for Opportune and that one works.

    I’m thinking there could be a conflict with a plugin, so here is a test. Disable any third party plugins you installed and activated, one-by-one, and then check your mobile menu. This will help determine which plugin (if any) is the cause.

    You can also check out the live demo site for Opportune to see if the menu works for you https://demos.shapedpixels.com/opportune/

    Thread Starter wonderwoman0

    (@wonderwoman0)

    Yes it was me who contacted you the other way before I found this page.

    You were right it was a plugin called WP-Pretty photo that crashed the menu. I’ve had that plugin for about 10 years without problem so I wasn’t suspecting it.

    So now I have to find a plugin the opens the images in a lightbox that works Opportune and I’ll keep the theme I think. Maybe even upgrade if I decide to continue build with it. After all this is just a simple site for my cats, but I still want it to work.

    Thanks for your help. If you have a suggestion for a Lightbox plugin that will work with your them I’d appreciate it.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    I had an idea it was a plugin. It happens once and awhile where an upgrade of WordPress, a plugin, or even a theme, can cause a script conflict; usually it’s a plugin.

    I will be happy to help give some suggestions for a plugin you can check out…was there any specific features you need for a lightbox?

    By the way, I was looking at your site with the cats, nicely done, and I love the Siamese banner image you have. I used to have one named Tiling.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Thread Starter wonderwoman0

    (@wonderwoman0)

    Thanks again!!! (Ohhh nad they are all my cats … I know you can’t read it as it’s in Swedish ?? They are Sacred Birma.)

    I was looking too as I didn’t expect such a fast reply again.
    I ended up using this and it seems to work:
    https://www.dfactory.eu/products/responsive-lightbox/
    I got caught of guard as my old plugin has been doing so good for that many years I only have that, Akismet and Jetpack on this site so ??

    Like I said thanks! The main issue is gone. I can probably work around the small issue with “responsiveness” by myself. But I consider that one of the features you promote and not being able to work with columns takes that off in my opinion. That’s the only thing keeping you from getting 5 stars. A very nice them for being free in any case.

    Everything else SHOULD be Pro and paid for as that is extras outside the main frame work.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks for that link to the lightbox; I bookmarked it and will try it out myself. Also thanks for the correction on the cat being Sacred Bima.

    You mentioned columns…the sidebar positions available should give you the column layouts (if using widgets). Although I realized I did not include a content bottom set of 4 sidebars; only above the content. I will have to try and remember to add that to the next update.

    There is one other method which works with the Bootstrap structure being used in this theme if you needed responsive columns without a third party plugin or custom coding. This will work in a single text widget or your content:

    <div class="row">
    <div class="col-md-3">your content here</div>
    </div>

    To get 4 columns you would just repeat this 3 more times after each other:

    <div class="col-md-3">your content here</div>

    …something I should add as a tutorial on my site for.

    Anyway, I am glad to hear things are working for you now ??

    Future note: I am working on a shortcode/html snippet plugin which will include the ability to insert column layouts for any theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu not responsive’ is closed to new replies.