urbanfix
Forum Replies Created
-
AuthorPosts
-
Rather than using CSS you could try adding the following code to your child themes functions php
<?php function joymoleta_remove_nav_item() { bp_core_remove_nav_item('listings'); } add_action( 'wp', 'joymoleta_remove_nav_item' ); ?>
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.@giri Thanks thats perfect they are all displaying.
I shall delete all events listings and upload the CSV from scratch and images via ftp and let you know how it goes!
Thanks guys!
hi @giri, unfortunately that isnt what im talking about.
I’m talking about the event listing detail page see this link.
There should be a thumbnail image displayed on the page and their isnt!Thanks, UF
This reply has been marked as private.This reply has been marked as private.yeah via the csv import!
They aren’t displaying on the actual listing though…!
The picture is on the tab (on detail listing page but not at the top)
Please note this is just for events..!
–Thanks UFThis reply has been marked as private.Hi guys, could someone please post a working example, for whoop is possible? I want to implement it too and have seen other support requests in the past where people are struggling with the same thing.
Thanks, UFThis reply has been marked as private.This reply has been marked as private. -
AuthorPosts