Paolo

Forum Replies Created

Viewing 15 posts - 26,581 through 26,595 (of 27,715 total)
  • Author
    Posts
  • in reply to: Google Analytics Division by Zero #10260

    Paolo
    Site Admin
    Post count: 31211

    Hi Brian,

    please try adding this to the top of your child theme functions.php after the opening php tag

    
    
    error_reporting(E_ERROR);
    

    It should stop that.

    Let me know,

    in reply to: Auto Update to v1.0.8 failed. Can't download manually. #10257

    Paolo
    Site Admin
    Post count: 31211

    Justjim URL problem was solved and the solution is available on the forum.

    He had permalink settings without the final trailing slash.

    /%postname%

    instead of

    /%postname%/

    in reply to: Google Analytics Division by Zero #10256

    Paolo
    Site Admin
    Post count: 31211

    To avoid getting such warning, you should turn debug off or only log them and avoid to print them on screen.

    Being that a warning and not an error, it will not prevent your website from working correctly.

    Thx

    in reply to: Publish Buttons on Mobile #10254

    Paolo
    Site Admin
    Post count: 31211

    You can add this to your media queries:

    
    
    .cancle_button {
        clear: both;
        float: right;
    }

    Let us know,

    Thx


    Paolo
    Site Admin
    Post count: 31211

    excellent, good to know! 🙂

    in reply to: Delete "Places" Post Type #10252

    Paolo
    Site Admin
    Post count: 31211

    I use Places for Attractions in our demo and I see no problem at all.

    Thx

    in reply to: Still translation problems #10171

    Paolo
    Site Admin
    Post count: 31211

    GLad we solved…

    whenever I can, I try to also help for things that are not directly related to our products, but whenever you have “general wordpress issue” like I told you this was, it is good to know that you can get a superior level of support in the wordpress.org forums.

    Thx 🙂

    in reply to: Custom Google Maps #10170

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    it should be possible to dequeue the original map and enqueue a new copy of the js file from your child theme. However I have been only partially successfull in doing so.

    I’ll have to ask Vikas to have a llook for us.

    THx

    in reply to: Avada Child Theme for GD 1.0 released #10168

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    1) not using GD wrappers, but avada wrappers, those width settings can’t have any effect. Avada doesn’t allow to manipulate width of it’s pages content, so only an extra css rule can work there:

    
    
    .home #content {
        width: 100%;
    }

    or replacing a function in your function.php file to force home to be full-width:

    replace

    
    
    
    // WRAPPER CONTENT OPEN FUNCTIONS
    function gd_avada_action_wrapper_content_open($type='',$id='',$class=''){
     if($type=='signup-page') {
      echo '<div id="content" class="full-width">';
     } else {
      echo '<div id="content">';
     }
    }
    

    with

    
    
    
    // WRAPPER CONTENT OPEN FUNCTIONS
    function gd_avada_action_wrapper_content_open($type='',$id='',$class=''){
     if($type=='signup-page' || $type=='home-page') {
      echo '<div id="content" class="full-width">';
     } else {
      echo '<div id="content">';
     }
    }
    

    At the moment I’ve added the second option…

    2) The widget by default displays the entire excerpt (this is a bug). Only after saving it applied the 20 carachters limit. I saved on your detail page and you can check it.

    3) This was a bug in GD plugin that I reported to developers. I’ve quickly applied a fix in geodirectory > design > script > Custom style css code:

    
    
    .gridview_onehalfclearfix {
        overflow: hidden;
    }

    Let us know if eevrything now is working as expected or if you have any other questions.

    Thx

    in reply to: WooCommerce Conflict #10163

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’ve flagged this for the devs. They are both off for the night now (India and UK) they will be most likely start testing tomorrow morning their time and I hope answer asap.

    Thx

    in reply to: Bad urls and no content #10160

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    in GeoDirectory > Desig > Home

    all widgets area are disabled. (see capture)
    This way you can’t add widgets anywhere to pull content (map, listings, whatever…) and the location page appears to be blank.

    “Listing prefix to show in url” for Listing url prefix and “Prefix to show in location url” for Location url prefix?

    yoursite.com/location/united-states/california/san-francisco = location URL
    yoursite.com/places/a-category-name = Listings url

    There is no way to scroll that list. It presents just the first few results for quick selection, but the real filed there is the search with autocompleter. (see capture1)

    Thx

    in reply to: Translation Pre Bank Transfer pay_action=success #10159

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’ve quickly checked both po file and the language.php file or prices and payments addon and everything seems in order. Can’t find a reason why it wouldn’t work…

    I’ve flagged this for Stiofan to look into it.

    Thank for your patience.

    in reply to: (0) next to categories in popular post category widget? #10158

    Paolo
    Site Admin
    Post count: 31211

    you’re welcome! 🙂

    in reply to: Number of reviews #10157

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    do you have multiratings installed? If yes, you need to set it up to show ratings.

    Go to geodirectory >> multiratings

    and adjust settings.

    If you disable it, you will see regular stars appearing.

    Let us know,

    in reply to: Mega Menu #10156

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    there is no way the theme is removing menu items. That’s probably a suhosin issue.

    You’ll find plenty of articles talking about that: https://www.google.com/search?q=suoshin+wordpress+menu

    As for the 3rd level menu item. Stiofan already fixed it. You are currently using GDF 1.0.3, while latest version is 1.0.5

    Thx

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