BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 3,991 through 4,000 (of 15,332 total)
  • Author
    Posts
  • in reply to: Multiple Filter search feature? #412515
    Steven Zahm
    Keymaster

    Thanks!!! lol

    in reply to: Unable to import categories #412514
    Steven Zahm
    Keymaster

    @ Alex

    Can you please attach the CSV file you are trying to import? Rename the file from .csv to txt first so the support forum will allow it to be attached.

    Also, what are the exact steps are to doing to import the CSV files, what links and buttons being clicked and such?

    in reply to: Links do follow not updating #412513
    Steven Zahm
    Keymaster

    @ Joey

    I looked at the page source and the link for needlers is dofollow. The default behavior is dofollow so it does not need to be set explicitly. The only time you will see rel="nofollow of the link is set to not to be followed. You will now see rel="dofollow because it does not need to be set, the rel attribute only needs set when the link should not be followed. Hope that makes sense!

    in reply to: Categories and Search bar not showing #412376
    Steven Zahm
    Keymaster

    @ Raffaella

    RE: would you be able to add just the font change for the category drop down menu? That one didn’t change.

    This matches the theme:

    #cn-list .chosen-container .chosen-results li:before {
        content: "";
    }
    #cn-list .chosen-container .chosen-results li,
    #cn-list .chosen-container-single .chosen-single {
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    

    Though there is no visual difference (at least for me) because that will largely depend on the OS and browser.

    in reply to: Categories and Search bar not showing #412334
    Steven Zahm
    Keymaster

    @ Raffaella

    re: It seems like before when I clicked on the image it would send me to the webpage I attributed the image to go to but now it’s not linking to the desired page. Is there something else I need to do except “assign link to image” like I already have?

    Yes, with most templates, just not Gridder. The click event is dedicated to opening the info panel. There’s not way to have the click event assigned to two different actions.

    re: Is it possible to change all the fonts? In category, biography, etc? So it matches our brand?

    Sure, but you’d have to use some custom CSS to do so. This should get you started. Add the following to the theme’s custom CSS area:

    #cn-gridder span.org.fn.notranslate {
        font-family: 'league_gothicregular';
        font-weight: normal;
        font-style: normal;
    }
    #cn-gridder .cn-gridder-excerpt p {
        font-family: Georgia, "Times New Roman", Times, serif;
    }
    

    You can change the panel color and text color using shortcode options.

    Hope this helps!

    in reply to: Page Refresh #412333
    Steven Zahm
    Keymaster

    @ Raffaella

    I had considered making a template that filtered like that, but, the way it was implemented on your sample site would not scale beyond a hundred or so without causing significant page load times.

    Maybe after I finish implementing the REST API for Connections (that would allow me to do something like this in a scalable way). No promises as this is going to take a lot of time to finish.

    in reply to: Categories repeated several times #412332
    Steven Zahm
    Keymaster

    @ antonella

    This looks right to me. You are using the Enhanced Categories extension. In it settings you have the option to display the category hierarchy. To turn this off, navigate to the Connections : Settings admin page and click the Display tab. Scroll down until you find the “Display Parents Display the category hierarchy?” option. Disable it and save the changes.

    Now, when the categories are displayed you will not see the hierarchy. Hope that helps!

    in reply to: cMap first line of address different font? #412331
    Steven Zahm
    Keymaster

    RE: on this first line of the address takes the same font as the label.

    Oh, I see now. I was so focused on the address label position that i did not notice it did not match.

    Looking at it, I see that is is actually correct even though it does not look that way.

    The remainder of the address and text are links and that is the way the theme has styled links. The first line of the address is not a link.

    So, the fix is to apply the same style the theme applies to links to the first line of the address. Add the following to the theme’s custom CSS area:

    #cn-cmap span.street-address {
        color: #00bab7;
        font-weight: 500;
        font-style: inherit;
        font-size: 15px;
        line-height: 18px;
        text-shadow: 2px 8px 6px rgba(0,0,0,.2), 0 -5px 35px rgba(255,255,255,.3);
    }
    

    That should make them match.

    Hope that helps, let me know.

    in reply to: Multiple Filter search feature? #412327
    Steven Zahm
    Keymaster
    This reply has been marked as private.
    in reply to: no me aparece el directorio en mi pagina web #412326
    Steven Zahm
    Keymaster

    @ Raymonnd

    The shortcode is [connections] not [Connections]. I actually never knew it was case sensitive. Case sensitive shortcodes, seems to be how WordPress handles it. This would not be a bug in Connections. Please correct the shortcode and the directory should display.

    Hope that helps! Let me know.

Viewing 10 posts - 3,991 through 4,000 (of 15,332 total)