Tilen
Forum Replies Created
-
AuthorPosts
-
Hello,
ok thanks, I will create backup and try to disable all non gd plugins and informed you if problem stays.
Thanks for now,
T
Hello,
I didn’t change on map anything except zoom controls on right with php filrer and add preloader with css. Included are also Snazzy map design in Geodirectory custom google maps.
Problem is only on home page, on listing and detail page works fine.
Thanks for help,
T
This reply has been marked as private.Hello,
I try achieve this by changing content of shortcode
[add_listing_title]
div, but don’t know how to call add event or add place page:
function add_listing_intro (){ if ( is_page( 'add-event' ) ) { echo '<html> <head> <meta http-equiv="Content-Type" content="text/html; /> </head> <body><div class="add_listing_title"> <h1>Dodaj dodgodek</h1> <h4>Naj bo vaš dogodek viden - dodatno izpostavite dogodke na preprost način</h4> </div></body></html>'; } elseif ( is_page( 'add-place' ) ) { echo '<html> <head> <meta http-equiv="Content-Type" content="text/html; /> </head> <body><div class="add_listing_title"> <h1>Postani ponudnik</h1> <h4>Bodite vidni - dodajte in izpostavite vašo ponudbo na preprost način</h4> </div></body></html>'; } } add_filter('add_listing_title','add_listing_intro');
Thanks for help,
T
Hello, thanks for information and sorry. I know for furture.
Thanks again,
T
Hello,
yes, I was deselect this filed.
I know that date and filed should showing automatically, but in my case it doesn’t (in attachment).
I didn’t edited .geodir_event_schedule class (with custom body class for listing places and events “listing_class” to display:none), so I don’t know why isn’t showing.
Thanks for help,
T
Hello,
but why do we need custom field? Dates in events are set in the begining of add event. Now I see 2 dates in listing.
Thanks for help,
T
Hello,
now is also Geodiretory updated to: 1.6.26.
Thanks for help,
T
Hello,
I’ve upgraded all GD plugins. I also update the core of Geodrectory, but it doesn’t help, so I switched to an older version for one day, because I need to change some files.
If updating core Geodirectory is important it will be updated tomorrow and I will informed you.
Thanks for help,
T
Hello,
yes, screen is in attachement.
I add shortcode
echo do_shortcode("[add_listing_title]");
for content in add-listing.php after:
do_action('geodir_wrapper_open', 'add-listing-page', 'geodir-wrapper', '');
but I want different content for add listing and add event.
Thanks for help,
T
This reply has been marked as private.mhm, thanks for answer, when there will be so many categories I will try with js and maybe asked for some tip how define which categories are visible and which categories are not.
Have a nice weekend,
T
Hello,
sorry for late response.
I meant something like in attachment.
Thanks for information.
T
This reply has been marked as private.Thanks it works!
My problem with bigger than 16 is that categories doesn’t fit in box with specific height when there is 17 cateogries.
Is there solution to add url with “Show all categories” after
<ul class="treeview main_list">..</ul>
like in widget popular post category?
Thanks for information,
T
-
AuthorPosts