BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,591 through 2,600 (of 15,332 total)
  • Author
    Posts
  • Steven Zahm
    Keymaster

    @ Randy

    RE: Is there a way to make the title field appear when entry type=organization?

    Sorry, no there is not because the “title” field is not a valid field for an organization. This would seem to be a bug in the CSV Import. I’m not sure how because the same code is used to save an entry regardless if the source is from a CSV file or the WP admin.

    Sorry, but there is no way to force Connections to use the title field for an organization short of altering the code PHP code of the plugin.

    in reply to: logo and image maximum upload sizes cap #442121
    Steven Zahm
    Keymaster

    @ Andrey

    Connections uses the server/WP configuration for file uploads. If you are not familiar with making changes to your web hosts configuration this could be a nontrivial change to make. I did a quick Google search and here’s a tutorial that seems to cover the steps required to make this change.

    https://www.bitcatcha.com/blog/2016/increase-maximum-upload-file-size-in-wordpress/

    Which method that will work for you will really depend on the web host. I suggest trying each method starting at the top of the list and working you way down until the upload limit is changed. Only implement one method, not all.

    Hope this helps!

    ps. Connections does check the image size of the file uploaded and reduces it if necessary to the max image size is 1920x1080px (if I remember correctly of the top of my head). This is the full screen size of the most popular screen size in use on computers.

    in reply to: Strange Single Entry Behavior #442120
    Steven Zahm
    Keymaster

    @ Tim

    RE: It just doesn’t look anything like how I set up Cmap on the Search Page and I can’t seem to get control of the Single entry part of it.

    Are talking about the card style on the results page where the background of each entry card has the green gradient? If that is, the single entry view does not apply the card style since there is only a single entry on the page with no need to distinguish it from other entries on the same page. The intent is to use the base page style for tighter theme integration. I hope that makes sense. If you really want the green gradient on the single entry page, try adding the following to the theme’s custom CSS area:

    #cn-cmap .cn-entry-single {
        background: linear-gradient(to bottom,rgba(0,0,0,0.05) 0,rgba(255,255,255,0.25) 80%,rgba(255,255,255,0.3) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000',endColorstr='#4dffffff',GradientType=0)
    }
    
    #cn-cmap .cn-entry-single {
        box-shadow: 0 3px 4px 2px rgba(100,100,100,.4)
    }
    #cn-cmap .cn-entry-single {
        background-color: #63A70A;
        border: 2px solid #d3d3d3;
        border-radius: 4px;
        margin: 8px 0;
        padding: 10px;
    }
    

    RE; Any idea where I should start tracing down my issue?

    Sorry, I’m not sure what the issue is exactly, but hopefully I guess correctly in my previous answer.

    Hope this helps, let me know.

    ps. Yes, this is the correct place to ask the question, thanks!

    in reply to: Multiple photos #442117
    Steven Zahm
    Keymaster

    @ Wayne

    Both the bio and notes fields support images from the Media Library as well as regular image links. So you could add as many images as you want. These two fields also support shortcodes, so, you could use a gallery plugin which outputs galleries with a shortcode. So you have a lot of options.

    Hope this helps, let me know.

    in reply to: Notes label #442116
    Steven Zahm
    Keymaster

    @ Wayne

    Are you using the Default template? If so, there is no option to remove it. You could hide it using CSS.

    Hope that helps, let me know.

    in reply to: Your Form or Gravity Forms #442115
    Steven Zahm
    Keymaster

    @ Tim

    Currently Form is the only official add on for front-end entry submissions as the Gravity Forms connector has not yet been released. Both of these will be options. Form is intended to be the simply plug and play solution while the Gravity Forms Connector is intended for advanced users / devs which is why it will be available as a separate item not included in the current bundles.

    If you are interested in the Gravity Form Connector, let me know.

    in reply to: Adaptation of the plugin to my website #442114
    Steven Zahm
    Keymaster

    @ Frederic

    Apologies for the delay in my reply!!!

    The issue seems to be a CSS conflict, like with the theme. If this is the case, I can provide the CSS required to correct the display. In order to do this you will need to share a link to you directory page with me. After I get the link, I’ll reply asap with the solution.

    in reply to: PHP array errors #442113
    Steven Zahm
    Keymaster

    @ tyler

    Apologies for the delay in my reply!!!

    I was able to replicate the error after a bit of trial and error.

    I believe I have found and corrected the bug. If you are familiar with Github, here are the changes that need to be made to the class.user.php file:

    https://github.com/Connections-Business-Directory/Connections/commit/b891bc6ec179e99a55c35fd25f54babcc2de03ff

    The file can be found in this folder:

    ../wp-content/plugins/connections/includes/

    Or you can replace the entire file with this one:

    https://raw.githubusercontent.com/Connections-Business-Directory/Connections/b891bc6ec179e99a55c35fd25f54babcc2de03ff/includes/class.user.php

    tip: right click on the link and choose the “Save Link as…” option (in Chrome).

    That should correct the errors, let me know.

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

    @ Arthur

    The images are saved to the ../wp-content/uploads/connections-images/ folder. If you migrated the entire wp-content folder from the source to destination site You likely already “salvaged” them.

    in reply to: error 404 in categories #441827
    Steven Zahm
    Keymaster

    @ Giacomo Medici

    Great to hear!!!

Viewing 10 posts - 2,591 through 2,600 (of 15,332 total)