BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,631 through 2,640 (of 15,332 total)
  • Author
    Posts
  • in reply to: social media share buttons #441280
    Steven Zahm
    Keymaster

    @ Mohammad Al-Omari

    Yes, you can use social sharing plugins and they should work fine. When on the directory list page, the user would be sharing that page. It is not possible to share an individual entry on this page. When a user clicks thru to the detail view of the entry, the user would be sharing that specific entry.

    Hope that helps!

    in reply to: not able to upload a logo #441279
    Steven Zahm
    Keymaster

    @ Iowah Munters

    Hmmm… that would make it seem that their is an issue with the install and or configuration of the GD or Imagick libraries on the web host. Or, the program you are using to save the JPEGs are creating invalid files. Another possibility is the files that were being uploaded were too large (pixel size, not file size) and when the server opened them to resize it was running out of memory. Other avenues for you to explore if you wish.

    Hope that helps!

    in reply to: Error when editing categories #441217
    Steven Zahm
    Keymaster

    @ Ratika

    Please follow the instructions in my previous reply.

    The result should be

    • “Agents Directory” page with [connections_categories] shortcode.
    • A new page, named what ever you want, with the [connections] shortcode. This new page needs to be set as the directory home page. Do not put in the sites nav.
    • You must have the “Display the categories above the results list?” disabled.

    With this done, the “Agents Directory” will only display the category grid. Clicking on a category will take you to the new page with the directory filtered by the category which has been clicked.

    Use the Template Customizer to remove the “Categories” and “Last Updated”. Navigate to the Connections Templates admin page and click the Customize button for the Default template.

    The category grid displays as is. To remove the overlay and add spacing, you’ll need to come up with the CSS to do so. You could option to display the grid as a list instead. This is an option in the settings.

    Hoe that helps!

    in reply to: Directory alignment #441216
    Steven Zahm
    Keymaster

    @ Andrew

    Looks like you’ve used the width shortcode option. I suggest removing that as it removes the responsiveness of the template. I’ve removed that from the documentation long ago, guessing you find it in an older forum post. After you remove that option, add the following to the theme’s custom CSS area:

    div#cn-cmap {
        max-width: 500px !important;
        margin: 0 auto !important;
    }
    

    Hope that helps!

    in reply to: Error when editing categories #441209
    Steven Zahm
    Keymaster

    @ Ratika

    Navigate to the Connections : Roles admin page check the reset all option and save the changes. If this keeps happening then the cause is another plugin or theme removing role capabilities from the WordPress permissions.

    in reply to: Customizing "Date" Field #441197
    Steven Zahm
    Keymaster

    Thanks!!!

    in reply to: View All Option, #441196
    Steven Zahm
    Keymaster

    @ Helen

    Add this to the theme’s custom CSS area:

    #cn-slim-plus .cn-right {
        width:auto!important;
    }
    

    Hope that helps!

    in reply to: not able to upload a logo #441195
    Steven Zahm
    Keymaster

    @ Iowah Munters

    My guess is that the ../wp-content/uploads/connections-images is either not readable or writable due to server permissions. It might not even exist depending on server permissions. Can you confirm the folder is there and it is readable and writable.

    in reply to: Error when editing categories #441194
    Steven Zahm
    Keymaster

    @ Ratika

    RE: Sorry, you are not allowed to access this page.

    Your user permissions were not correct, I’ve reset them on the Roles admin page, you should now be able to edit categories again.

    RE: could you guide me how to remove the individual entries from the page that are shown below the grid and just show the Category Grid?

    Disable the “Display the categories above the results list?” option on the Connections : Settings admin page under the General tab.

    Remove the [connections] shortcode from the Agents Directory page and replace it with [connections_categories] shortcode.

    Create a new page for your directory entries adding the [connections] shortcode to it and setting it as the directory home page.

    Hope that helps!

    in reply to: Reloading Connections Database #441192
    Steven Zahm
    Keymaster

    @ Arthur

    Sure, you would likely want to renew your license for the CSV Import so you can the latest version.

    Hope this helps!

Viewing 10 posts - 2,631 through 2,640 (of 15,332 total)