doublefish

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 53 total)
  • Author
    Posts
  • in reply to: Claim Listing Extension Help #42941

    doublefish
    Expired Member
    Post count: 53

    Nevermind,

    Under Design> Detail I had the “Disable User Links section (Edit post, Favorite etc..) that displays on Detail page sidebar” checked.

    Thanks!

    in reply to: What tab in the settings controls the "View All" page #42419

    doublefish
    Expired Member
    Post count: 53

    Hey Paolo,

    for now I’ve decreased the margin-right from 3% down to 1.5% and adjusted each listing width as such…

    
    
    .geodir_category_list_view li.gridview_onehalf, 
    .geodir_category_list_view li.gridview_onethird, 
    .geodir_category_list_view li.gridview_onefourth, 
    .geodir_category_list_view li.gridview_onefifth {
        margin-right: 1.5%;
    }
    
    .geodir_category_list_view li.gridview_onehalf{
        width: calc(49.5% - 4px);
    }
    
    .geodir_category_list_view li.gridview_onethird{
        width: calc(32.4% - 4.8px);
    }
    
    .geodir_category_list_view li.gridview_onefourth {
        width: calc(24.2% - 5px);
    }
    
    .geodir_category_list_view li.gridview_onefifth {
        width: calc(19% - 5.2px);
    }

    I like the 3% margin between each listing better so if you know of a simpler way to resolve this with less custom css I would love to know.

    Thanks for all your awesomeness today Paolo! You’re a big help.

    in reply to: What tab in the settings controls the "View All" page #42406

    doublefish
    Expired Member
    Post count: 53

    Paolo!…

    Have I told you how bad-ass you were lately?

    Worked perfectly. Thank you!

    The grid view is still off.

    Grid 2 shows only 1 per row
    Grid 3 shows only 2 per row
    Grid 4 shows only 3 per row
    Grid 5 shows only 4 per row

    AND there is no padding or margin between what should be the last listing in a row and the first listing in the next row.

    I can adjust, for example, this…

    
    
    .geodir_category_list_view li.gridview_onethird {
        width: calc(33.3% - 4.8px);
    }

    To something like this…

    
    
    .geodir_category_list_view li.gridview_onethird {
        width: calc(29% - 4.8px);
    }

    For each of the grid views but if you look at it there is some extra padding on the right hand side of the page which, if eliminated, would probably solve it for all grid views.

    I’ve looked through the wrappers, containers, ul, etc but I don’t see what’s adding the padding.

    Would you mind taking another look? I really appreciate your help Paolo.

    in reply to: Bug with Popular Post Widget #42396

    doublefish
    Expired Member
    Post count: 53

    ahhh…..last child….

    Worked perfectly!

    That’s why you’re the man Paolo!!

    Thanks!

    in reply to: What tab in the settings controls the "View All" page #42375

    doublefish
    Expired Member
    Post count: 53

    Actually in regards to 1a in my original post…

    Yesterday when I changed the settings as I stated above it worked perfectly.

    After I updated to v1.4.8 all the content went back to the left leaving room for the right sidebar.

    Listing top and right sections are checked on and the width of the right section is set to 0%. The width of the content section is set to 100% and the left section is checked off and it’s width is set to 0%. Still, not full width.

    Any thoughts? This is causing the grid views to not render properly.

    Feel free to log in and take a look. credentials are above.

    Thanks guys!!

    in reply to: What tab in the settings controls the "View All" page #42373

    doublefish
    Expired Member
    Post count: 53

    Okay Paolo,

    Thanks for the quick response.

    Just thought it would be possible as I do this type of thing often with Studiopress/Genesis featured post widget. You can show post from all categories and exclude 1 (or more categories) as you see fit.

    Oh well, maybe something I don’t understand….we’ll work around it.

    Thanks again for the help.

    Thanks Guust!

    in reply to: What tab in the settings controls the "View All" page #42310

    doublefish
    Expired Member
    Post count: 53

    Thanks for the quick replies and assistance Guust,

    1a. is resolved.

    1b. is also resolved but just to make it easier for anyone else having the same issue… In order to remove the right sidebar from the listings page DON’T uncheck the box that says “Show the right section of listing page”. Instead…
    1. Leave “Show the right section of listing page” checked
    2. Decrease the “Width of listing right section” to 0%
    3. In crease the “Width of listing content section” to 100%

    Guust,

    In regards to being able to select multiple categories using the popular post view widget…

    You can select multiple categories by holding down the control key. It works because there are multiple categories being displayed on the home page now using this method (either Paolo or Simone told me this). The problem is that the view all link doesn’t display all the categories I have selected…which it should.

    If I choose “All” under the categories drop-down in the widget and then click the “view all” link it shows all the listings beautifully. I wish this would work but there is 1 category (expert panel media members) that I don’t want showing up in this section as they are premium members.

    On Genesis featured post/page widgets like this you have a field that allows you to include/exclude page/posts/categories using their id’s. This would allow me to click the “All” option while excluding the 1 category I don’t want included.

    Is it possible to have this fixed so it works as it should? If I’m allowed to choose multiple categories it should show those categories on the listings page don’t you think?

    I’ve purchased a 1 year subscription to all extensions and support and I’ve even given you guys a 5 star rating:-) I guess I’m somewhat begging here but please see what you can do.

    Again, I really do appreciate your help.

    in reply to: Bug with Popular Post Widget #42294

    doublefish
    Expired Member
    Post count: 53
    This reply has been marked as private.
    in reply to: What tab in the settings controls the "View All" page #42293

    doublefish
    Expired Member
    Post count: 53
    This reply has been marked as private.

    doublefish
    Expired Member
    Post count: 53

    Paolo,

    Looks like the

    echo antispambot($post->geodir_email);

    has been depreciated. Thanks for researching it a bit more for me.

    If you look at source code you’ll see scrambled code but if you use dev tools you can see the email. So I guess they felt that if dev tools can see the email on the fly then so can a spam bot.

    I do appreciate the other options you provided they just won’t work for me.

    Paolo, when I click on the default email option in the custom fields I see “Click Here to Email Me” in the default value section. So it looks like your team tried to have this function as a masked email originally. Correct?

    So I just want to clarify…not trying to piss you off…are you removing the whole email option or just the option to the inquiry forms (“Send Enquiry | Send To Friend”) since it was an over site.

    Thanks for your patience Paolo.


    doublefish
    Expired Member
    Post count: 53

    Well Paolo,

    I don’t think that’s the right answer as the option is here and an oversight by your team. I think you should offer a viable solution since someone is trying to use the option you have available. I’m sure it;s not a difficult fix…

    Anyway, even if I add it to the feature request area based on what you’re saying I don’t see a solution happening before I have to release this project to my client so…

    I don’t really know what to say.

    Thanks for the help and honesty.


    doublefish
    Expired Member
    Post count: 53

    Hey Paolo,

    Just gave 5 star rating…

    In regards to your last comment. You’re right. I do NOT want member emails available to scrapers but my client wants member emails available. I’d rather not echo the email for the same reasons….I don’t see another option to make it work now…

    Do I just need to wait for the next version of GD in order to have a masked link to clients email?


    doublefish
    Expired Member
    Post count: 53

    Okay thanks for the quick response Paolo.

    So what’s my best option to display a members email in this section if that what’s going to output?…a simple text field? And if so, how might it work in the next version? When is the next version due to come out?

    You guys are doing a great job.

    Thanks again Paolo!


    doublefish
    Expired Member
    Post count: 53

    Hey Paolo,

    Can you expand on 2 for me a little more?

    “Their shouldn’t be an option to put “Those Links” in the listings page”…

    So should I not try and output the email and website within the Popular Post View widget?

    Sorry if I’m misunderstanding…

    in reply to: Use .one-sixth for "Popular Post View" Widget? #40134

    doublefish
    Expired Member
    Post count: 53

    Okay Paolo,

    Before moving it can you just tell me what files (and their location) are controlling this? I can use fire bug to target the css but what files contain the php? I’m not proficient at php but I’d like to take a look myself first.

    Please move it to the job section as well…(just in case). Let’s see if there’s any response from the community.

    Thanks Paolo!

Viewing 15 posts - 31 through 45 (of 53 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount