Home Forums Free Themes Travel Eye Photo gallery and getting things centred

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29454
    akituya
    Participant

    Hi guys,

    I am trying to do a photo gallery.
    On my page i have installed the advance image grid, but what I would like is if i clik onto one of the image, it goes bigger and the viewer can slide from one image to the other one.
    I can t find the way to do this, maybe i am on the wrong widget…

    Also i have changed the team widget and as there is just me i appear on the left of the screen, how can i center it?
    Same question for the site origin features, there are 3 of them which appears on the left of the screen, how can i center them?

    Thanks for your help! 🙂

    Cheers!

    #30331
    akituya
    Participant

    Hi! Any idea?

    #30334
    wensolutions
    Keymaster

    Hello @akituya,

    We are extremely sorry for the delayed response,

    Please find below the breakdown and resolutions of your queries listed below :

    • The Photo gallery :
    • The Travel eye theme by default does not provide the Carousal for the images in the gallery widgets.

      You can however setup and use the galley popup by creating the WordPress default gallery in the gallery page and then use the jetpack carousal module with the theme for the desired galley layout. for reference on creating the default gallery see the link here : http://www.wpbeginner.com/beginners-guide/how-to-create-an-image-gallery-in-wordpress/

    • Also i have changed the team widget and as there is just me i appear on the left of the screen, how can i center it?
    • Please provide us your Website URL to the page where you have used the team widget so that we could help you center the display of the widget with the help of some Custom CSS.

    • Same question for the site origin features, there are 3 of them which appears on the left of the screen, how can i center them?
    • Please explain the sections you are referring to along with screenshot marking the sections that you want to center so that we could provide some precise CSS for the resolution of your request.

      Thank you for your patience,

      Best Regards !!

    #30633
    akituya
    Participant

    Hi support team, all good no worries 😉

    Thanks for the tip I have now my carrousel done, any way I can hide the name of each picture and disable the ”view full size option?”

    http://oztrotters.com/ is the URL where you can see the team widget that i would like to be centered (could you tell me how to do it myself so I can do it again if i decide to change the widget to another page.

    and on this same page you can see the three red dots that i want to be centered as well.

    Thanks for your help!

    #30713
    wensolutions
    Keymaster

    Hello @akituya,

    Please find below the responses for each of your requests :

    1. Remove the info block in the jetpack carousel :
    2. : You can paste in the following custom CSS to remove the jetpack image info block from the carousel in your Admin Dashboard > Appearance > Customize > Additional CSS :

      .jp-carousel-info {
          display: none;
      }
    3. Center the team and services widgets
    4. : You can pate in the following Custom CSS to center the requested elements :

      @media(min-width:1025px) {
      
      .sow-features-list {
         
         padding-left: 266px;
      }
      }
      
      .wt-members-list {
         text-align: center;
      }

    The team widget takes the “.wt-members-list” common class in its wrapper element. so, in case you want to implement the widget in other pages the CSS will work for the widget.

    Hope this Helps,

    Best Regards !!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.