Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi PO,
What you are asking for is not inherently possible though i do like the idea ( i kind of use this functionality myself but it does not really work if downgrading to a paid package again )
If you have time to wait we could build in this functionality?
Stiofan
Hi Adrian,
This is already and option in prices and payments
>Display expire date to author in dashboard listings?
>Display expire date to author in listing detail sidebar?Stiofan
This would be possible but is beyond the scope of a support forum, this is customisation, you can try posing in the jobs section if you wish.
Thanks,
Stiofan
January 19, 2015 at 11:43 am in reply to: Change font color by using the css class on custom fields #27958Please provide FTP details and i’ll take a look
Thanks,
Stiofan
This is not really a GD question, you should search google and probably find out a load of reasons why you should not do it and then a DB hack on how to do it if u really want to…
Thanks,
Stiofan
Hi PO,
This is not really a specific GD question, a quick google and you would have found the answer in seconds 🙂
Add this to your child theme functions.php file
add_filter('comment_form_default_fields', 'my_url_filtered'); function my_url_filtered($fields) { if(isset($fields['url'])) unset($fields['url']); return $fields; }Thanks,
Stiofan
Your welcome 🙂
You can download from your downloads area it’s called “GDFramework Child Theme” You must also have GDFramework installed but you activate the child theme.
Stiofan
Hi Alex,
When opening please set that it is separated by commas.
Stiofan
Thanks for your comments, if you can explain clearly the exact problems with examples of how to recreate then we can help with anything 🙂
Stiofan
ok i see the image overlap problem, this should be fixed with the following rule (added to core already, will be in next release)
.geodir_category_list_view li .geodir-post-img .geodir_thumbnail{ max-width:92%; }The featured image i am not sure we could add a catch all css rule with your diffrent page sizes, but what you want to do is play with the zoom propery something like zoom:60%;
Thanks,
Stiofan
Yes you should always use a child theme with any theme. You can use the one we provide which is blank and will not change anything, but you can add any changes there if needed.
Thanks,
Stiofan
Thanks i have added the changes now.
Stiofan
Yes, this has been compatible for about 6 weeks now. 🙂
Thanks,
Stiofan
The theme you choose is your preference, i like the simplicity of the GDF, though it can be customised very easily and i would guess it is the most lightweight (but I’m biased) 🙂
Stiofan
-
AuthorPosts