Silks
Forum Replies Created
-
AuthorPosts
-
Thanks Heaps
Yeah 4.5 Thanks Guust
This reply has been marked as private.This reply has been marked as private.The description is currently floating left and sitting under the nav menu..
how can i move the description below the heading (All Points of Interest) and inline with content??thanks
almost perfect, just the position on the screen (see attached image)
how can i move it below the heading and inline with content??
thanks
1) thank you i got the standard worpress category description working. i just have 1 question is editing the archive.php likely to be overwritten with the next geodirectory update?
do i need to make a copy of archive.php and save it in my child theme?2) The first block of code i added to my functions.php – this added my cpt description to all category list pages although positioned incorrectly on the page.
the second block of code i tried adding to geodir-listing.php but it broke the category list page on my website. Am i doing something wrong?on a side note i was hoping to add the description to ONLY the CPT list page NOT the sub category list pages as the have there own descriptions.
eg. http://www.website.com/places/ & http://www.website.com/places/location/
NOT
http://www.website.com/places/category/ & http://www.website.com/places/location/category/
Does this code achieve this??Thanks for your patience
I have been playing with that code but wasn’t sure how i could apply that to functions.php in my child theme so i don’t have to edit the core file.
Also the Custom Post Type I couldn’t figure out either. eg. The list page that produces results for everything filed under gd_places. This is gd_places on my site
Thanks
Can i also add a description in the Front End to my Custom Post Type list pages similar to category list pages?
March 22, 2016 at 12:31 am in reply to: Map full screen minimise button under wordpress admin bar #144127Thank you Guust
sorry found the problem.
I have the following custom css to prevent the wordpress admin bar from showing when on a mobile device.@media screen and (max-width:782px) { #wpadminbar { display:none; } html { position:absolute; top:-46px; } }
is there a way i can still remove the WP admin bar for mobile without messing the mobile zoom??
Thanks for your time but unfortunately i think its a little advanced for me, already tried copying that function but when i do there are a bunch of syntax errors that break my site. Thought maybe there might have been only specific lines within that function i needed.
Thanks for the link @paolo
looks like recent updates have moved the position of the code in the php file. do you mind stipulating between what lines of code i need to copy?
Thank you
1.) Nevermind i added some css adding padding to the bottom of the scroll section and made the fade height a little shorter as elements under the fade are unclickable
.geodir-bubble-meta-side{ padding: 0 5px 15% 5px; } .geodir-bubble-meta-fade{ height: 10%; }
only problem is there is a little more white space in the bubbles with little content (not requiring the scroll bar) not sure if there is a solution for this?
2.) still has me stumped… help here would be much appreciated thank you
-
AuthorPosts