Dirk

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 351 total)
  • Author
    Posts
  • in reply to: Geodirectory Security Question? #415313

    Dirk
    Full Member
    Post count: 390

    @jason,

    please check wordpress codex:
    https://codex.wordpress.org/Roles_and_Capabilities

    You can also check user management plugin’s that might help here.

    in reply to: posts per page in admin for 'places' #414886

    Dirk
    Full Member
    Post count: 390

    🙂

    in reply to: posts per page in admin for 'places' #414884

    Dirk
    Full Member
    Post count: 390

    You are using Divi. This is inside the Divi options. In General Options there is the option for the number of posts. Here “Archives”.


    Dirk
    Full Member
    Post count: 390

    Under GD > Permalinks you have to activate “add location slugs…” and for example full location if you like to have it.
    After that you need to regenerate the Permalinks via Settings -> Permalinks. Just save them again.

    in reply to: posts per page in admin for 'places' #414880

    Dirk
    Full Member
    Post count: 390

    Isn’t this a reading option under settings. “Blog pages show at most” …

    in reply to: SD – Home page css and widget container #414870

    Dirk
    Full Member
    Post count: 390

    If you like to do it via CSS please try:
    .panel-row-style-for-w5a6f7648a79c3-0 li {width:100%!important;}

    This might work for your inserted panel with the specific id and in this configuration. But I would call this a hack.

    BTW: You are loading Google MAP API on your frontpage without a key or an invalid key. There is a console output.

    in reply to: SD – Home page css and widget container #414859

    Dirk
    Full Member
    Post count: 390

    Hi Joel,

    I guess you like to have them with full width within the container.

    You are very close. I can see in your list element (li) a mistake:

    <li class=”clearfix geodir-gridview gridview_onefifth gd-post-pkg-8 gd-post-gd_event gd-post-featured” style=”width:50%%;” data-post-id=”50630″>

    The “width:50%%;” will be ignored, because this is an error. You can set it to “width:50%;” or even to “width:100%”.

    Best,
    Dirk

    in reply to: GD Search Widget #414834

    Dirk
    Full Member
    Post count: 390

    You have somewhere this:

    
    
    input.search_text {
        display: none!important;
    }

    and this is hiding this input field.

    It is generated to the HTML code, so as Alex said maybe in GD > Design > Scripts > CSS????

    Best,
    Dirk


    Dirk
    Full Member
    Post count: 390

    @stiofan,

    thanks. No, I have not yet submitted to the showcases. Please give me some time as I’m not yet finished with the functions. I will let you know.
    I have both. As this is a fun project I’m importing listings and maintaine whenever I have time. No plan for commercialization.

    Best,
    Dirk


    Dirk
    Full Member
    Post count: 390

    Hi Jason,

    in general you can add
    global $post;
    to your function. The ID is $post->ID;
    You can also use the wordpress function get_the_ID();

    For testing print_r ( $post ); to see what is all in the $post variable.

    Now you can modify your if statement.

    But as the link to the snippet is telling, with this example you are just preventing wordpress to enqueue the scripts for GD Core. There might be GD addons with additional scripts and CSS code.

    As an alternative you can dequeue the scripts and CSS code with wp_dequeue_script().

    BTW: I think style sheets should be registered via wp_enqueue_style().

    Best,
    Dirk


    Dirk
    Full Member
    Post count: 390

    @wci,

    the site is: https://www.distillery.news/.

    The site is running on a dedicated server. I’m using Geo 1280 theme, but thinking on getting a new theme done. Time is so limited.

    I did not find the time to optimize buddypress layout, but okay. Also some of the CSS is not optimized or sometimes looking weird, but that’s all tweaking.

    There are a lot of options to optimize… Don’t know where to start 🙂 Let me know if you have specific questions.

    Best,
    Dirk

    in reply to: Map with pins doesn't show #414656

    Dirk
    Full Member
    Post count: 390

    Hi Raj,

    have you setup the Google Maps API Key?

    https://wpgeodirectory.com/docs/add-google-api-key/

    Best,
    Dirk

    in reply to: Why is my sharing on facebook using my home picture? #414652

    Dirk
    Full Member
    Post count: 390

    You can delete them from your wall in facebook and post to facebook again.

    in reply to: Why is my sharing on facebook using my home picture? #414641

    Dirk
    Full Member
    Post count: 390

    Hi Tendai,

    I looked a little bit in your listings.

    You added open graph tags (og) for your homepage with the header-footer-script-inserter plugin. This is causing the problem, because facebook will grab the first open graphs found in the meta data.
    As you are using YOAST SEO this is not needed. You have to remove them from the header sections in the header-footer-script-inserter plugin.
    The open graphs from YOAST SEO for the individual listings looks okay.
    You can change the description for your frontpage within the page section (see YOAST SEO manual).

    To test what will be scrapped by facebook you can use this testpage:
    https://developers.facebook.com/tools/debug/og/object/
    Always use get new scrapping infos.

    Best,
    Dirk


    Dirk
    Full Member
    Post count: 390

    Hi Alex,

    my project has GD Core, Events and one additional CPT with several categories. In total more than 65.000 listings. The site is generating 200.000 page views per month. Even with a high crawler rate I don’t see any loading issues.
    With a dedicated server no problem, even on a shared server I have been before the performance was okay.
    As Stiofan said, the server is the main issue you should focus on.

    Best,
    Dirk

Viewing 15 posts - 301 through 315 (of 351 total)