Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #592980

    Hello!
    I’d like to find out if it’s possible (with quick css or drag/drop content elements) to add navigation arrows within a portfolio item/image page to go to the next/previous image page. The navigation arrows that appear on the left/right side of the screen outside of the portfolio page work fine on desktop, but they disappear on mobile devices. It seems the only way to navigate from one image page to the next on mobile is by clicking on the return button, and essentially going back to the beginning of the portfolio category page to choose the next image.

    Thanks in advance for any help with this! Btw, Enfold is a wonderful WP theme especially for people like me who don’t have a clue about creating codes and rely only on drag-drop format.

    Many thanks,
    Xenia

    #593661

    Hi Xenia,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #593672

    Hi Rikard,

    Thanks for responding! I actually figured out a way to insert previous/next navigation arrows within my portfolio item pages through the Content Element using “Text Block”.

    I do have another question- how do I keep my header logo from shrinking on smartphones? I tried using the Quick CSS (see below) mentioned on one of the threads about enlarging logos on smartphones, but all it did was stretch my logo horizontally.

    /* Logo Size*/
    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    min-height: 180px!important;
    min-width: 340px!important;
    }
    }

    If you have a fix for this, I would greatly appreciate it.
    Here’s a link to my site:

    Kind Regards,
    Xenia

    #593673

    My site address somehow got deleted. Here it is again: http://xeniaseaseart.com/

    Xenia

    #593833

    I’ve answered my second question also. ;)
    Tweaking the min/max pixel values on the codes did it! Yay!
    You can close this thread– sorry for the inconvenience!

    Cheers!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Navigation Arrows within a Portfolio Item/image page?’ is closed to new replies.