Site gone blank on v1-v2 conversion

This topic contains 55 replies, has 6 voices, and was last updated by  Alex Rollin 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #474144

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    1. It can be used to show info in one place quickly, it can also be used b theme authors to pre populate a new field somewhere.

    2. You could mean 2 different things here, you can limit a GD widget to only certain pages with the show/hide option.

    3. Its your theme CSS breaking it, try this to fix it:

    
    
    .geodir_event_calendar tr, .geodir_event_calendar td {
        line-height: 12px;
        padding: 2px !important;
    }

    4. link? (can’t see it)

    5. This is a setting, i have turned it off for you, it can be found under GD>Settings>Locations>Advanced>Archive urls on details page

    6. There is a setting for how to show the listings view, when you as an admin save a template page then that saved setting is removed so that you can instantly see the setting u just set rather than what you have saved in the past (which might make u think ur change did not take place)

    7. Very soon.

    #475750

    The
    Expired Member
    Post count: 102
    This reply has been marked as private.
    #475768

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    1. Font awesome 5 has some slightly different class names, in the case of brand icons fa changes to fab, u can change this under the field settings.

    2. Seems to be a conflict with a plugin u have installed, see point 11 here https://wpgeodirectory.com/support/topic/site-gone-blank-on-v1-v2-conversion/page/3/#post-473591

    3. The redirect has been replaced with a lightbox message on delete, this will be in the next release.

    4. Thats theme specific, either you can hide it with CSS or add a new page template to your theme and then set the details page to use that.

    5. I’ll look at this, the alignment in some cases is supose to simply allow things to be floated next to eachother.

    6. If i remember right u had disabled reviews so that just won’t show if thats the case.

    7. There are no styleing options for that at the moment, its meant to inherit it from the theme which it is in your case which is black, you can change it via CSS if you like.

    Thanks,

    Stiofan

    #475820

    justmark
    Full Member
    Post count: 375

    Where would I put this code? On the Details page?

    .geodir-image-container ul.geodir-images li img {
    object-fit: cover !important;
    height: 100% !important;
    }

    #475821

    Paolo
    Site Admin
    Post count: 31206

    customizer > custom css.

    #475862

    The
    Expired Member
    Post count: 102

    2. So what you’re saying is I can only edit listings with v2 via frontend??? And this is not only related to categories. As I mentioned way back then, the maps are also not loading in the backend and I cant add an address to the map.

    6. I have reviews & ratings on. I activated the plugin. I created a rating style, added it to specific CPT’s and categories. Am I missing something?

    #475892

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    2. At the moment yes becasue there is a conflict with the plugin “cactus” i don’t really know what this is, if u can live without it then simply disable it and backend saving will work, if not then please ask them to either only add their scripts to CPT its enabled on or how to disable adding their scripts on certain CPTs, the main issue is with the select2 script if i remember right.

    6. You have it disabled for the CPT under:
    Business(CPT)>Settings>General>ADVANCED>Disable ratings.

    Stiofan

    #476307

    The
    Expired Member
    Post count: 102
    This reply has been marked as private.
    #476347

    Alex Rollin
    Moderator
    Post count: 27815

    When a new location is added, the URL might get a “-1” appended. For example
    mysite.com/location/greece-1/
    This happens because WP does not allow duplicate slugs, and there already is something else using the slug greece.
    This is most likely to be a tag, but can also be something else.
    The solution is to search the database for the slug greece and change it to greece-1.
    Then search for greece-1 and replace all results (except the one you just changed) with greece.

    #476486

    The
    Expired Member
    Post count: 102
    This reply has been marked as private.
    #476520

    Alex Rollin
    Moderator
    Post count: 27815

    There was some other slug ‘yatova’ then.

Viewing 11 posts - 46 through 56 (of 56 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket