BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,681 through 4,690 (of 15,332 total)
  • Author
    Posts
  • in reply to: Adding info to Panel Contact Info #397435
    Steven Zahm
    Keymaster

    @ Adam

    Use this CSS:

    #cn-gridder .cn-gridder-contact span.address-block,
    #cn-gridder .cn-gridder-contact span.link-block {
        font-family: sans-serif;
        font-size: 14px;
        line-height: 14px;
    }
    

    That should work.

    in reply to: Is it possible to customize the search engine? #397429
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    The details can be posted here as a private reply. The email address for the user account setup does not matter, make a fake email to use.

    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    re: But any directory is good because it has a well-developed system of search

    Please keep the search discussion in the search issue so it is not confusing or difficult to keep track of for both of us. Thanks!

    re: the ability to assess

    I think you mean “to rate, not “to assess” correct? If that is the case, then sorry, there is no ratings extension available at this time.

    in reply to: Is it possible to customize the search engine? #397420
    Steven Zahm
    Keymaster

    @ Игорь Афанасьев

    I have looked at the page and it appears that the Code Snippet I gave is still activate and the settings not as I have described. According to your previous descriptions when testing on your site I should not get any search results, but I get the same as if the settings were not changed.

    It could be easier if you give me an admin login so I can take a quick look.

    in reply to: Adding info to Panel Contact Info #397415
    Steven Zahm
    Keymaster

    @ Adam

    Open the card.php and card-single.php file found in this folder:

    ../wp-content/plugins/connections-gridder/

    Add the following to the card.php files:

    $entry->getAddressBlock();

    $entry->getLinkBlock();

    These must be placed between <?php and ?> tags otherwise the code will just show up as text in the template rather than being ran. So, try pasting them in at line 84\.

    The reason for opening card-single.php is for reference. YOu’ll find the same functions use in that file to display addresses and links.

    Now, the harder part. You will not likely be able to see the info because the default font-size will be “ de to how the template is styled so it functions correctly (tiled). So, you’ll need to add CSS to set the font-size and line-height so it is visible. Something like this might work (not tested):

    #cn-gridder .cn-gridder-contact span.address-number-block,
    #cn-gridder .cn-gridder-contact span.link-address-block {
        font-family: sans-serif;
        line-height: 14px;
    }
    

    You would add this to the theme’s custom CSS area.

    If you decide to alter the files, please take a moment to read the tutorial on custom template override files to make these changes update safe.

    Hope this helps!

    in reply to: Adding info to Panel Contact Info #397390
    Steven Zahm
    Keymaster

    @ Adam

    In order to add additional contact info the template’s PHP file and CS will have to altered. If this is something you feel you can edit, then I can provide some guidance. If not, I do provide customization services. Just let me know.

    in reply to: View Profile link error (404) #397389
    Steven Zahm
    Keymaster

    @ Ayyoub

    Can you please share a link to the directory page having the issue so I can review.

    Thanks!

    in reply to: "Ghost" listing showing in directory view #397388
    Steven Zahm
    Keymaster

    @ Christine

    It seems to me that there has to be some type of caching (not Connections) at play here. Can you please give me an admin login so I can take a look? The details can be posted here as a private reply.

    Steven Zahm
    Keymaster

    @ Tim

    In order to upgrade you will first need to renew your existing Extension Pro Pack license. After you have renewed, you will then be able to upgrade to the Pro Pack paying only the difference in price of the license you are upgrading to the license you are upgrading to. Since you plan on upgrading to the Pro Pack, you would not need to renew the Slim Plus template since it is included in the Pro Pack. I hope this make sense.

    Let me know if you have any further questions.

    ps. I ‘ve not done the math, but it might be cheaper for you to let both those items expired and purchase the Pro Pack instead of renew then upgrade.

    in reply to: Title Meta not working #397385
    Steven Zahm
    Keymaster

    @ MartinH

    Sorry, but I am not able to replicate the issue. Can you please share a link to the site having the issue so I can review.

Viewing 10 posts - 4,681 through 4,690 (of 15,332 total)