robert.s

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 71 total)
  • Author
    Posts
  • in reply to: only one CPT available #155017

    robert.s
    Expired Member
    Post count: 88

    Sorry I think it’s only a matter of a typo I made in the translation files…
    I see now that everything under gd_place is possible to translate from files for some reason, that’s probably what I did. But manually created CPT’s aren’t possible to translate from files without modification of files, but it’s still possible to change the text for both Places and manually created CPT’s from admin, right?

    And I guess as native it’s only possible to add ONE value for each CPT, for example I can’t alert for both title and adress, right? I thought that it was possible because of several reasons. For example I don’t want users to create multiple listings with same address, and i also don’t want listings with same titles…

    Anway, I can’t make much sense of the translations for the different GD plugins because there are so many, it’s really time consuming and confusing to find out what word/phrase from the translation files is shown on frontend/backend. If you ever worked with Magento then you’ll know what I mean.

    you can mark this is solved.

    in reply to: Import of Dummy data #154619

    robert.s
    Expired Member
    Post count: 88

    it’s strange but it’s working now, have you done something?

    in reply to: Import of Dummy data #154278

    robert.s
    Expired Member
    Post count: 88

    I’ve restored database from backup but that did not help

    in reply to: Import of Dummy data #154246

    robert.s
    Expired Member
    Post count: 88
    This reply has been marked as private.
    in reply to: only one CPT available #154235

    robert.s
    Expired Member
    Post count: 88
    This reply has been marked as private.
    in reply to: Custom post types #153675

    robert.s
    Expired Member
    Post count: 88

    ok, thanks!

    Should I use the “Place” CPT, or do I need to create a unique for this purpose? I see that gd_place isn’t possible to change and it’s visible in URL.

    in reply to: Custom post types #153644

    robert.s
    Expired Member
    Post count: 88

    yes, It would be a good thing to be able to have different prices depending which category they want to create listing in.

    hmm, yes, I also want users to be able to search in all CPTs from one search (this is more important than above).

    in reply to: Custom Post Type title #152592

    robert.s
    Expired Member
    Post count: 88

    hmm, no, I’m not sure I follow, It’s not that I want to change the title, the problem is that there’s no title at all. For example for Places. this is the URL: http://mywebsite.com/places/
    and this is the title that is shown in the upper left corner if you use Chrome and only have one tab open: | mywebsite.com

    Usually it would be better if the title was somethings like: Places | mywebsite.com
    or even better: to make it possible to write you own title in GD Titles & Metas with:
    %%title%% %%sep%% %%sitename%%

    in reply to: GD re-captcha #152182

    robert.s
    Expired Member
    Post count: 88

    I see, what I intended to use recaptcha on wp-admin for was to protect registered user accounts from brute force attacks from bots.

    Thanks anyways

    in reply to: Allow user to choose own password #152174

    robert.s
    Expired Member
    Post count: 88

    oh, yes, true, gd-login is the registration page aswell as the login page.

    Because you have the option to choose “Use BuddyPress registration form”, will there be any actual difference for the members when they register if they use just gd-login or buddypress login?

    in reply to: Media #146373

    robert.s
    Expired Member
    Post count: 88

    Paolo, ok thanks for clarifying, but what is the reason to show the featured image of all listings in media gallery?

    I mean, a site with thousands of listings would have thousands of images in media gallery and it would be nearly impossible to see which image that you uploaded to use on the site or which images that members have uploaded as a featured image.

    As it is now I have programatically hidden all images in media gallery uploaded by members, but I ask myself if you guys perhaps had any logical thoughts when you decided to show images in media gallery that are uploaded by members.

    in reply to: Woocommerce #143056

    robert.s
    Expired Member
    Post count: 88

    Hi Paolo, I don’t prefer to have a slow and inefficient website. But let me ask you, if you could choose, what would you have: A fast website or a successful business?

    I understand how you’re thinking and techically I agree with you totally! But, there’s a big BUT. When it comes to that point that you need prices and payments on a website, that means that you want to sell something. And if you want to sell something, well, let’s just say that there must be some kind of a reason why woocommerce powers 30% of online stores (if you ask them at least). Techically, woocommerce is much more sales focused. It’s not just Woocommerce, look for example at how the buy process and onsite/offsite-marketing of the products work in Magento, probably even better focus on sales than woocommerce.

    Thanks

    in reply to: Send Enquiry (duplicate 4) #139697

    robert.s
    Expired Member
    Post count: 88

    Hi,
    in child-theme/assets/js I created childapp.js with:

    j = jQuery.noConflict();

    j(document).ready(function () {
    var map = j(‘.geodir-sidebar-wrap section.geodir-map-listing-page’);

    map.before(‘<div class=”top-send-inquiry” style=”display:flex; width:auto;”>Send Enquiry</div>’);
    j(‘a.b_send_inquiry’).css(‘display’, ‘none’);
    j(‘.geodir-sidebar-wrap .geodir-i-email’).first().contents().filter(function() {return this.nodeType == 3;}).remove();
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-user-links’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-sharethis’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-social-sharing’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-rating’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-listing-info’));

    j(‘div.top-send-inquiry’).click(function () {
    j(‘a.b_send_inquiry’).click();
    });
    });

    Thanks!

    in reply to: Send Enquiry (duplicate 4) #139325

    robert.s
    Expired Member
    Post count: 88

    Doesn’t no one know how to move the “Send Enquiry” link to top of the right section?

    in reply to: Autocompleter #136582

    robert.s
    Expired Member
    Post count: 88

    yes, it’s added to the bottom.

    well, I can’t see why a autocompleter for the search function should change layout of a page?

    /Robert

Viewing 15 posts - 16 through 30 (of 71 total)