Giri
Forum Replies Created
-
AuthorPosts
-
Hey Robert, Consistency matters if you are after fixed height grids.
1) Don’t display custom fields inside grids
2) For excerpt text use some fixed characters. Ex: 100 characters and then display read more link
Hey Robert, It looks like you (or your developer) added some custom styles in your child theme. That is what cuts off the text. GD grids doesn’t have any fixed height by default.
Please remove the following code from your child theme style.css file if you don’t want to truncate the text.
.geodir-gridview.gridview_onehalf { height:700px; } .geodir-gridview.gridview_onethird { height:500px; } .geodir-gridview.gridview_onefourth { height:500px; } .geodir-gridview.gridview_onefifth { height:500px; } .geodir-gridview.gridview_onehalf { height:700px; } .geodir-gridview.gridview_onethird { height:500px; } .geodir-gridview.gridview_onefourth { height:500px; } .geodir-gridview.gridview_onefifth { height:500px; }
Try this css
dl.geodir-bestof-cat-list dd a span small {display:none;}
This reply has been marked as private.Hey Karin, I have fixed your form issue. Please post wp admin details. I’ll apply the fix.
As for address, stiofan said that we will be refactoring our payment gateway code soon to make it support address fields
Thanks
Hi Karin,
can you post your site link and admin login details in a private reply for testing purpose?
Thanks
Hello Ashley,
Apologies for the late reply. I missed your reply yesterday.
The last thing I want to do is waste your time with an issue outside of your scope. I do all I can to avoid this support forum. But these errors do seem related to GD, so I’d really appreciate someone taking a closer look.
Ashley, if its something related to GD, you are always welcome to bother us. Don’t hesitate.
If you browse our other support threads, you can clearly see we usually solve customer problems. It is our responsibility to give you proper support since you are our customer.We are happy to fix your issues if it is related to GD. In fact we love customers who report the bugs. By fixing your problems we are also helping other customers by applying the fix in our main plugins. So don’t hesitate.
And don’t worry I’m here to help you. But first things first. Lets fix your non GD 404 links first.
In your screenshot, the links that ends with
/contact
are not related to GD.
Please fix that by editing the footer widget. Just replace the link
../contact
with
/contact
That will fix the non GD link issues.
Once you done that, please re run broken link scanner and then let me know if you found any broken links. So I can check and fix GD issues.
September 7, 2016 at 2:58 pm in reply to: How to display the custom post's title on the top section? #261955You are welcome..
September 7, 2016 at 2:46 pm in reply to: How to display the custom post's title on the top section? #261944Hi Utsav, can you make sure you have updated supreme theme? The latest version is 1.0.5
Please make a backup of supreme before updating that theme if you have added any custom code in it. Because its a child theme
This reply has been marked as private.Jimmy, I’ll mark this thread as resolved.
Thanks
This reply has been marked as private.You are welcome..
Hi Akshay, it looks like you are talking about footer menu. Please try using font awesome icon instead of link text.
For example instead of using text like “Facebook” try using this code
<i class="fa fa-facebook-square" aria-hidden="true"></i>
Let me know how that goes.
Hi Akshay,
If you are new to coding I advise you to use some plugins to add social links.
Check this plugin https://wordpress.org/plugins/social-media-icons-widget/
Thanks
-
AuthorPosts