Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Jesse,
Some themes allow it and others don’t, your theme for the front page seems to have some javascript resizing the image margins to make it fullwidth, this is not really the best solution and it is complex to implement, it might be easier to edit a template if you really want it.
Thanks,
Stiofan
Sorry this is a hard one to track down, does the problem persist if you remove your customisation?
Stiofan
OK the problem seemed to be that some of the is_featured values were blank or NULL when they can only be 0 or 1, this probably happened in an import?
I ran this query on the DB to fix it (for future reference)
UPDATEwp_geodir_gd_place_detail
SETis_featured
='0' WHEREis_featured
='' ORis_featured
IS NULLI think there was also some caching issues (i cleared from settings) and i think you might want to used descending not ascending for date.
Thanks,
Stiofan
Thanks for the info, please check now.
Stiofan
December 5, 2015 at 11:32 am in reply to: No difference between payment incomplete and successful #62659Hi Emma,
I have accepted your skype request, if you see me online then i’m working, just get me any time, i am on UK time.
We can go over all your problems on skype but as for “virtual places” you can make a post type locationles so it will not require an address, you can do this from GD>General>Select CPT to disable physical location.
Thanks,
Stiofan
Hi Jean,
I am not exactly sure how to replicate this, can you provide a step by step guide on how to?
You should be aware that we takeover the template design of most of the GD pages so the chances are the template editor would not have any effect on the GD pages anyway. If you let us know what you are trying to do we can give you the best advice.
Thanks,
Stiofan
I forgot to wrap the media queries in {}, i have updated ur code but you sem to have some caching going on, i tried clearing wordfence cache but it did not help, it still shows the old version.
Stiofan
you could try ONE of these, either hide the text or hide it completely, you can change the 480px part to the size below that u want it to apply to.
show only maker icons
@media only screen and (max-width: 480px){ .map_category label { font-size: 0px; } }hide it
@media only screen and (max-width: 480px){ .map-category-listing-main { display: none; } }Thanks,
Stiofan
It looks like u already hide it?
Stiofan
Hi,
The multinews theme seems to have a css rule that deliberately overrides our width value for the popup content, i have added a fix in youd GD code snippets but this is a bit worrying, i will try to reachout to the developers to ask why.
You might still see a scroll bar in the map popup window, this will be fixed in the next release, the css file i need to edit cant be seen from the wp editor.
Thanks,
Stiofan
You are right about the alignment, it was using the old css code, i have updated your site to use the new way, it should all work good now. For the icon in slideout menu we will look at this soon.
Thanks,
Stiofan
December 4, 2015 at 11:12 am in reply to: No difference between payment incomplete and successful #62533This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I think this is a bug that was fixed recently, if you provide FTP i will upload the latest to test.
Thanks,
Stiofan
-
AuthorPosts