Paolo

Forum Replies Created

Viewing 15 posts - 18,016 through 18,030 (of 27,715 total)
  • Author
    Posts
  • in reply to: new child theme #61285

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you asked on November 11th. Stiofan said within a month or so.

    Thanks

    in reply to: Losing location when selecting home menu #61283

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    1 not normal, I’ve asked Stiofan to verify
    2 not happening on your site. If location is selected home goes to it’s location page
    3 that is normal, social isn’t a geodirectory page.

    Thanks

    in reply to: 'Business Owner/Associate' or 'Event Manager?' #61281

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    all this things can be done via translation files:

    https://wpgeodirectory.com/docs/translate-core/
    https://wpgeodirectory.com/docs/translating-addons/

    Every default text string can be transalted. If you don’t change your language settings, you can edit them.

    This for example: Business Owner/Associate

    Is available in the po file of the claim listings add-on.

    Let us know how you went,

    Thanks

    in reply to: No Widget on Blog Listing Page #61280

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide URL and admin credntials, screenshot are of little use to troubleshoot in such cases.

    Thanks

    in reply to: Whoop Theme Blog Page – More Tag #61279

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that theme uses Excerpts. The more tag is overwritten in this case.

    Try using the excerpt field. For the text you want to appear int he archive.

    Thanks

    in reply to: Calendar #61278

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m not sure what you mean…. and I don’t see the code that I gave you on your css.

    I’ve just tested again and that seems to be working correctly.

    Let us know,

    Thanks

    in reply to: Styling compatibility issues with Avada theme #61277

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
    in reply to: Styling compatibility issues with Avada theme #61276

    Paolo
    Site Admin
    Post count: 31211

    hi,

    for the 1st 2 questions add this to your custom css:

    
    
    .customize_filter-in {padding: 0;width: 100%;}
    .geodir-filter-container ul {list-style: outside none none;padding: 0;}
    .search .geodir-filter-cat input, .searchform .geodir-filter-cat input {
        display: inline;
    }

    Then you will need to stlye the rest of the form according to your custom fields and their order.

    GD puts everything in a centered column. It is impossible to provide any other style that will work for all possible combos of custom fields a user can setup.

    The easier example for you could be:

    
    
    .geodir-filter-cat {
        float: left;
        margin: 30px 3% 0 0;
        width: 30%;
    }

    For the last question, those are sort options, not advance search filters.

    The sorting field for these options is visible in listings pages. At the moment you have “Featured” enabled as default.

    Thanks

    in reply to: Lost content #61275

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m really sorry about your frustration, but I can’t even find 1 post revision on any of your posts.

    It seems like revisions are disabled?

    Are you sure you didn’t restore a back up by mistake?

    Of one thing I’m 100% sure, updating our plugins cannot revert a post in any way…

    Let us know,

    Thanks

    in reply to: listing image slider #61272

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m not sure what you are trying to do, in any case, we need to see the code in order to be able to tell why it is not working.

    Thanks

    in reply to: do_action for claim not pop up #61270

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m not sure i understand what you are trying to do.

    Please provide better explanation. POssibly with links or images where we can see exactly what you mean.

    Thanks

    in reply to: Missing Category Field #61269

    Paolo
    Site Admin
    Post count: 31211

    Do you have any catgeory for that custom post type?

    Please provide a URL and admin credentials in a private reply and we will have a look.

    Thanks

    in reply to: Lost content #61268

    Paolo
    Site Admin
    Post count: 31211

    Which post are we talking about?

    in reply to: Adding text to Add listing #61267

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    this is the only way I see this possible:

    1) In functions.php file of your theme, create a function to add your text only for the premium listings plan.

    Somthing like this should do it:

    
    
    add_action('geodir_after_main_form_fields', 'my_geodir_after_main_form_fields', 0);
    
    function my_geodir_after_main_form_fields()
    {
    
    if (isset($_GET['package_id'])){
    $pid = $_GET['package_id'];
    if ($pid == 5) {
    
    echo '<h3>For assistance with professional photography and/or video production, please contact us for pricing.</h3>';
    
    	}
    		}
    			}
    
    

    5) Add your new function to the action “geodir_after_main_form_fields” (still in functions.php of your theme):

    add_action('geodir_after_main_form_fields', 'my_geodir_after_main_form_fields', 0);

    Let us know if this helped.

    Thanks

    in reply to: Listing Preview – Text missing #61261

    Paolo
    Site Admin
    Post count: 31211

    HI,

    I’ve asked to the developers to double check this.
    Any other add-on where you found this to be happening?

    Let us know,

    Thanks

Viewing 15 posts - 18,016 through 18,030 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount