surathchandra15
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] How to link facebook or gmail profile pictures in site reviewsOkay. Thank you.
Forum: Plugins
In reply to: [Site Reviews] Field positioningYes. I have used CSS flexbox. Thanks. It worked.
Forum: Plugins
In reply to: [Site Reviews] How to link facebook or gmail profile pictures in site reviewsCan you please help me with this? I am not really familiar with this. How can I use “site-reviews/create/review-values” filter hook to get the avatar from Facebook before a review is created?
Thank You in advance.
Forum: Plugins
In reply to: [Site Reviews] Field positioningIt is a custom design. I have uploaded the picture in the google drive. I am sharing the link here. The star ratings should be shifted to the extreme right. And while on mobile it should be shown in the default state like this (stars appear at the left with the date on the right) Is is possible?
I also have another question. It is possible to link the avatar with the facebook of that email id so as to show the facebook profile picture in the avatars of the review?
Forum: Plugins
In reply to: [Site Reviews] Field positioningI was able to achieve this using the following CSS:
.glsr-review-title h3 { font-size: 22px !important; } #et-boc .glsr-ltr .glsr-default .glsr-review-rating, .glsr-ltr .glsr-default .glsr-review-rating { display: flex; flex-grow: 1; flex-direction: column; align-items: flex-end; margin-top: -2.5em; } #et-boc .glsr-default .glsr-review-avatar+.glsr-review-author, .glsr-default .glsr-review-avatar+.glsr-review-author { margin-bottom: -5px; } #et-boc .glsr-default .glsr-review>div, .glsr-default .glsr-review>div { margin-bottom: 8px; }
however, now the problem is that in mobile devices the stars overlap the title text.
How can i fix that?
Forum: Plugins
In reply to: [Site Reviews] Field positioningI just want to shift the star ratings to the right. and the left can stay as it is. the stars should be in the same line as the date.
Forum: Plugins
In reply to: [Site Reviews] How to change the positioning of the fields in diviHi. I was able to do it in the child theme and it worked. Thank you.
But the title is now shifting a bit towards the left.
https://www.swingingtales.com/clientele/
How can I allign them towards left?
Forum: Plugins
In reply to: [LoftLoader] Cutom Image AnimationOk. Is it possible to maybe increase the time for which the image stays so that even if the page has been loaded the preloader stays on a little longer? Because right now the preloader stays for really less time. I just want it to stay a bit longer so that the visitor can atleast understand what it is.
Forum: Plugins
In reply to: [Site Reviews] How to change the positioning of the fields in diviokay. I will try. Please stay in touch.
Forum: Plugins
In reply to: [Site Reviews] How to change the positioning of the fields in diviCan it be done placing the custom template in the theme folder itself? I won’t be updating the theme so won’t be loosing the changes. But is it possible?
Forum: Plugins
In reply to: [Site Reviews] How to change the positioning of the fields in diviIt worked for the submission form. But i want to change the order of fields of the displayed reviews. Not the submission form.
Looking forward to your reply.
- This reply was modified 4 years, 5 months ago by surathchandra15.
Forum: Plugins
In reply to: [Site Reviews] How to change the positioning of the fields in diviOkay, I will try it out with code snippets.
- This reply was modified 4 years, 5 months ago by surathchandra15.
Forum: Plugins
In reply to: [Site Reviews] Additional fields in the Site Reviews formHello, Thanks for such a quick reply.
I would like to know that I won’t be updating the divi theme anytime soon after the form has been done. So i think the child theme won’t be necessary.
So can you help me do it inside the Divi main theme?Forum: Plugins
In reply to: [Site Reviews] Additional fields in the Site Reviews formI have been able to add the new fields in the form submission but it wont show up. I had a look at the FAQs section but how do i create a new folder?
“The first thing you will need to do (if you haven’t already) is create a folder in your theme called site-reviews. Once you have done this, copy over the review.php file from the “templates” directory in the Site Reviews plugin to this new folder.”
I am using Divi theme.