-
AuthorPosts
-
February 8, 2016 at 8:46 am #579440
I love your theme but I have searched the Internet and forum for an answer but can’t find it anywhere. Please can you help me?
1. The Ajax portfolio – I would like all the categories, (filter sort hyperlinks) displayed as full width screen buttons. So all the buttons are listed in a row downwards on a one page website, in different colours and when the mouse hovers over a button it displays the images that are in that category. My categories are business, school and logo. When the mouse is not hovered it minimises again. So when the page loads no pictures are shown at all, just the buttons, the images are only displayed when the mouse hovers over the buttons.
2. I have one category that I would like to not have the Ajax portfolio showing the description. Is it possible to just open the image, like the masonry gallery does? This is the category logo. Perhaps I create a masonry gallery for this category, I still want it to work as I have described above in number 1 though.
3. I would like to remove the arrows on the Ajax slideshow and disable the hyperlink to the image. I feel this is not needed.
I hope this is clear, please let me know if you don’t understand anything,
Thank you so much for your time and so hope you can help me? Many thanks KarenFebruary 9, 2016 at 4:39 am #580076Hi kazzijazz!
1.Not entirely clear but i am assuming you need to change colors for sort buttons? If so please add this code to your Quick CSS
.sort_by_cat { display: flex; justify-content: space-around; } .sort_by_cat a { width:100%; } .sort_by_cat a:nth-child(1) { background:red; } .sort_by_cat a:nth-child(2) { background:blue; } .sort_by_cat a:nth-child(3) { background:green; }
The above code will make the portfolio sort options as below
2. If you like to open portfolio in lightbox? This is going to take a lot of customization and we recommend you to hire a freelancer.
An alternative is to hide portfolio content by using CSS and may be try to fill the ajax container with the image.3. Please provide us a mockup of what you want to do? so we can help you better.
Best regards,
Vinay KashyapFebruary 9, 2016 at 3:00 pm #580413Hi Vinay,
Thank you so much for your reply.
I have uploaded some mockups of each step for the way I would the portfolio to work. Thank you so much for your help and time.
2. Regarding the category Logo what you have suggested would be amazing. Re: An alternative is to hide portfolio content by using CSS and may be try to fill the ajax container with the image. This would be amazing to do just for the Logo Cateory and not the others, Business and Education.
3. Regarding number 3, don’t worry, I am happy to keep it there.
Thank you so much, look forward to hearing from you soon.
February 11, 2016 at 2:28 pm #581623Hi!
What you are trying to do more or less looks like you want the portfolio filters to function like a vertical accordion. This type of customization will take a lot of time and it is out of our support scope we recommend you to hire a freelancer.
Best regards,
Vinay KashyapFebruary 12, 2016 at 12:23 pm #582177Hi Vinay, thank you so much for your time. I’ve had a look at the accordion and is it possible to make it full width of the page, like the full width buttons? I don’t want any margins. Many thanks again
February 12, 2016 at 1:25 pm #582203Hi!
Accordion by default takes up the full width.
To remove it’s border colors please goto Enfold Options > General Styling > Main Content > Border Color and just delete the color value.
To change tab colors add the below code you can add more tab colors by adding the repeating css block below with the change in nth-child(1) and background color values.
/* Accordion Tabs Color*/ .av_toggle_section:nth-child(1) .toggler, .av_toggle_section:nth-child(1) .toggler:hover { background: red!important; } .av_toggle_section:nth-child(2) .toggler, .av_toggle_section:nth-child(2) .toggler:hover { background: gold!important; } .av_toggle_section:nth-child(3) .toggler, .av_toggle_section:nth-child(3) .toggler:hover { background: green!important; }
Cheers!
Vinay KashyapFebruary 12, 2016 at 1:42 pm #582211Many thanks for your reply but it is not full width, I have uploaded image. I do not want the white there at all.
Thanks so much again
February 12, 2016 at 3:45 pm #582282Hey!
Please keep the temporary user you created for us till the issue is over. If you can kindly share the link to the page we can assist you in this :)
Regards,
Vinay KashyapFebruary 12, 2016 at 4:23 pm #582304Link to page in private content, many thanks again. I do not want any white showing
February 12, 2016 at 6:08 pm #582390Hi!
The user ‘guest’ do not have admin rights to view the page in edit mode please send us working admin login credentials.
Best regards,
Vinay KashyapFebruary 12, 2016 at 8:51 pm #582500Hi Vinay, did you get the login details ok? Many thanks again
February 12, 2016 at 11:36 pm #582545Hey!
The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add css if necessary to resolve the issue.
Regards,
Vinay Kashyap- This reply was modified 8 years, 11 months ago by Vinay.
February 13, 2016 at 3:27 am #582596Please see below
February 13, 2016 at 8:31 am #582638Hi!
We are working on your ticket please wait while we update the results here soon.We have removed the paddings on the left and right as per your request please check the site now :)
The below code was added to Quick CSS
/* remove left and right padding*/ .container { padding-left:0!important; padding-right:0!important; }
Cheers!
Vinay Kashyap- This reply was modified 8 years, 11 months ago by Vinay.
February 13, 2016 at 6:17 pm #582761Hi Vinay,
Unfortunately there is still a white padding above and below it, and also on mobiles the right and left pading is still white.
Many thanks again for your help
February 13, 2016 at 6:40 pm #582764Hey!
We have added the below css please check the site. :)
/* remove padding*/ .content, .container { padding:0!important; } @media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 100%!important; max-width: 100%!important; } }
Regards,
Vinay KashyapFebruary 13, 2016 at 7:29 pm #582770Thanks so much but there is a white line after the red header (A selection from our design portfolio:) – And this red section is squashed in height now?
Please can this white line be removed?Thank you so much again
February 14, 2016 at 8:23 am #582879Hey!
We tried to remove the white line but because of many custom styling changing one thing causes interference with other elements.
This level of customization requires a lot of time we recommend you hire a freelancer.Best regards,
Vinay KashyapFebruary 15, 2016 at 1:32 pm #583375Hey!
It might take a little more time but we would like to help you resolve this issue if you have not yet found a resolution please let us know.
Regards,
Vinay Kashyap- This reply was modified 8 years, 11 months ago by Vinay.
February 15, 2016 at 7:05 pm #583696Hi Vinay, yes please details below, I have played about abit and the code below removes the padding insode the accordian, which is what I wanted too. Many thanks again
/* remove padding*/
.toggle_content, .container {
padding:0!important;;
}February 16, 2016 at 6:42 am #583905Hi!
Please check the link now everything look good on my end :)
Best regards,
Vinay KashyapFebruary 16, 2016 at 9:19 am #583978Hi Vinay,
Yey we are nearly there, thank you so much, the only problem is that the text on a mobile has no padding, it hits the vertical edges. Please see private screen shot.
February 16, 2016 at 9:20 am #583979ps it is happening on the complete website on a mobile
February 16, 2016 at 7:56 pm #584343Hi Vinay, I hope you are well. I’ve fixed it adding padding to the bits I needed, thank you so much for your help and time
February 17, 2016 at 7:18 am #584502Hi!
Glad you could sort it out. Can we go ahead and close this ticket?
Please feel free to get in touch with us if you have any more questions we are happy to help :)
Thank you for choosing Enfold !
Cheers!
Vinay Kashyap- This reply was modified 8 years, 11 months ago by Vinay.
February 18, 2016 at 9:14 pm #585699Hi Vinay hope you are well. I have a new problem please, I have disabled the lightbox in the theme settings as I do not want it on the home page. Is it possible to acivate it on the blog page? Many thanks
February 19, 2016 at 9:57 pm #586331Hi!
When you enable or disable the lightbox it will be applied for the whole site.
Check out some 3rd party plugin which might have that option to enable only on selected pages https://wordpress.org/plugins/search.php?q=lightbox
Best regards,
Vinay Kashyap -
AuthorPosts
- You must be logged in to reply to this topic.