Home › Forums › Free Themes › Travel Eye › Photo gallery and getting things centred
- This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago by wensolutions.
-
AuthorPosts
-
January 23, 2017 at 7:19 am #29454akituyaParticipant
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!
January 30, 2017 at 4:04 am #30331akituyaParticipantHi! Any idea?
January 30, 2017 at 5:17 am #30334wensolutionsKeymasterHello @akituya,
We are extremely sorry for the delayed response,
Please find below the breakdown and resolutions of your queries listed below :
- The Photo gallery :
- 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?
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/
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.
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 !!
February 1, 2017 at 12:15 pm #30633akituyaParticipantHi 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!
February 2, 2017 at 1:05 am #30713wensolutionsKeymasterHello @akituya,
Please find below the responses for each of your requests :
- Remove the info block in the jetpack carousel :
- Center the team and services widgets
: 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; }
: 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 !!
-
AuthorPosts
- You must be logged in to reply to this topic.