BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,891 through 9,900 (of 15,332 total)
  • Author
    Posts
  • in reply to: cMap – Company Title wrongly centred #306842
    Steven Zahm
    Keymaster

    @ Roland

    re: While I am on it (asking questions) is there a way to enter or embed a Full Page Directory into an existing Page or Post ?
    Not sure I understand, sorry?

    in reply to: cMap – Company Title wrongly centred #306841
    Steven Zahm
    Keymaster

    @ Roland

    Looks like you have the shortcode on the page twice once with the Names template and once with the Default Card template. Remove the shortcode that is set with the Names template on this page:
    http://www.glasshousecountry.com/business-directory/

    That’ll fix it up.

    in reply to: Logos will not display after update #306804
    Steven Zahm
    Keymaster

    @ Sarah

    This will not make the logos work … it’ll output a message on the page explaining what type of variable and its contents is. I need to know that. Sorry, I assumed you would know what to look for with var_dmp() since you were running a dev server.

    in reply to: Adding comments to Directory listing #306756
    Steven Zahm
    Keymaster

    ** @ Nick**

    Sorry no, eta yet. The dev that was working on this seems to lost interest. So I’m going to have to complete it. It will not be “threaded” meaning reviews will not be able to reply to other reviews but it will be a review thread.

    in reply to: Logos will not display after update #306755
    Steven Zahm
    Keymaster

    @ Sarah

    Can you edit the class.entry-data.php file for me? Add the following to line 3535:

    var_dump( $meta );
    

    The file can be found in this path:
    ../wp-content/plugins/connections/includes/entry/

    Reply back with the message it outputs, thanks!

    in reply to: Nothing in manage #306747
    Steven Zahm
    Keymaster

    @ Brian

    It seems 42 entries must have very large multi-megapixel images uploaded and seems to be exhausting the memory assigned to PHP when trying to create the thumbnail used on the manage page. I manage to move them to the moderation queue so when you filter the list by approved, you can manage the remaining entries when you filter by Approved.

    My guess even though the PHP memory limit is set at 256MB the host may have a smaller ‘hard’ limit.

    What needs to be done is the entries in the mod queue is the original image needs scaled down. If you can give me a temp FTP login to the wp-content folder. I can download the images folder, run a quick scale script on the image and reupload. After that things will be back to normal.

    What I’ll be doing moving forward is detecting large images on upload and scaled down the original images to a more web friendly version. That should prevent this from occurring in the future.

    in reply to: shortcode and map not working #306746
    Steven Zahm
    Keymaster

    @ Cristy

    The issue is very likely due to the Google Maps being included on the page twice. I see you have the Ready! Google Maps active. Can you please deactivate it? Or … if that plugin has an option to exclude including it on specific pages, try excluding it on the directory page. Really, the Ready! Google Maps plugin should only include the Google Maps API on pages it is actually being used on. That is the method I use to try to keep conflicts to a minimum.

    in reply to: shortcode and map not working #306745
    Steven Zahm
    Keymaster

    @ Cristy

    No need to open another thread … I’m looking at your site right now.

    in reply to: cMap – Company Title wrongly centred #306744
    Steven Zahm
    Keymaster

    @ Roland

    The theme is overriding the template. The fix is fairly easy. Enter the following in the theme’s custom CSS area:

    #cn-cmap h3 {
      text-align: right;
    }
    

    That will fix it up.

    in reply to: FYI – fatal error #306742
    Steven Zahm
    Keymaster

    @ trmash

    No problem. I do have this in my issue tracker to rework.

    If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

Viewing 10 posts - 9,891 through 9,900 (of 15,332 total)