BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,451 through 10,460 (of 15,332 total)
  • Author
    Posts
  • in reply to: Images aren't loading #300775
    Steven Zahm
    Keymaster

    @ Peter

    This is the error that is occurring:

    Warning: touch(): Unable to create file ../../cache/index.html because Permission denied in ../wp-content/plugins/connections/vendor/timthumb/timthumb.php on line 206
    Warning: touch(): Unable to create file ../../cache/timthumb_cacheLastCleanTime.touch because Permission denied in ../wp-content/plugins/connections/vendor/timthumb/timthumb.php on line 470
    

    Try…

    Change the permissions of the following folders and files to 767:

    ../wp-content/plugins/connections/cache/
    ../wp-content/plugins/connections/cache/index.html
    

    That should fix it, let me know if it does not.

    Also, I so you’re using Excerpt 1.0.1. I do recommend updating it to the latest version, 3.0.1.

    in reply to: Pro Pack no longer goes by WordPress Update #300772
    Steven Zahm
    Keymaster

    @ Guido

    I do not understand … this is not a Connections error. I went to your site and all the pages I could find with Connections on it seems to be working just fine. Additionally, on all the pages I checked, none show the error you listed. Is this page occurring in the admin or somewhere else? If it is, I suggest deactivating plugins, other than Connections, until the error goes away. It is likely that plugin causing the error.

    Hope that helps!

    in reply to: Upcoming Birthdays Widget #300767
    Steven Zahm
    Keymaster

    @ Martin

    Oppps, there is one more change, this needs to be added:

    .footer-area .footer-widget-col > ul > li:first-child > span > a {
      background-image: none;
      padding-top: 0px;
    }

    You don’t need to do any editing now … I saw the theme had a custom CSS area in its options so I added this code. All is good now.

    in reply to: Upcoming Birthdays Widget #300766
    Steven Zahm
    Keymaster

    @ Martin

    The reason for the widget not being aligned is because the theme uses specific CSS styles for its widgets so they will not be properly applied to third-party widgets. You’ll have to edit the theme’s style.css file.

    Find this:

    .footer-area .widget_recent_entries li {
      border-bottom: 1px solid;
      padding-bottom: 12px;
    }
    .footer-area .widget_recent_entries a {
      border-bottom: 0;
      padding-bottom: 0;
    }

    Change it to this:

    .footer-area .widget_recent_entries li,
    .footer-area .widget_cnw_upcoming_birthdays li {
      border-bottom: 1px solid;
      padding-bottom: 12px;
    }
    .footer-area .widget_recent_entries a,
    .footer-area .widget_cnw_upcoming_birthdays a {
      border-bottom: 0;
      padding-bottom: 0;
    }
    .footer-area .widget_recent_entries li,
    .footer-area .widget_cnw_upcoming_birthdays li {
      border-color: #505152;
    }

    Now, the links on the widget seem to work fine. I’m guessing the update to Connections may have addressed that.

    in reply to: TilePlus Details not showing #300765
    Steven Zahm
    Keymaster

    @ Martin

    Now, that you’ve updated Tile Plus to the latest… you can enter your support license key that was on your email sales receipt on the Connections : Settings admin page under the Licenses tab. After you do, you will be notified in the admin of updates and be able to update with a single click. This feature has been rolled into most the other extensions and templates, so if you’re using others, I suggest updating and adding their support license key too.

    Hope that helps!

    in reply to: Outputting raw(ish) images #300764
    Steven Zahm
    Keymaster

    @ Ciaran

    For the next version … I do recommend simply using the getImage() function because that’ll output responsive ready as well as retina ready code which I just added yesterday. The code output will be something like this (I don’t expect it to change much before release):

    <span class="cn-image-style"><img height="125" width="250" class="cn-image logo" alt="Logo for 08-11 00-test" title="Logo for 08-11 00-test" srcset="http://sandbox.connections-pro.com/wp-content/uploads/connections-images/08-11-00-test/lighthouse-c1ff70f6e405c037dd6401594c87b076.jpg 1x, http://sandbox.connections-pro.com/cn-image?src=http://sandbox.connections-pro.com/wp-content/uploads/connections-images/08-11-00-test/lighthouse.jpg&w=500&h=250&zc=2 2x" sizes="100vw"/></span>
    

    The size is, of course, dependent on what is set on the Connections : Settings admin page under the Images tab.

    Another major enhancement is now images will be rescaled anytime the settings are changed. Presently, you have to re-upload an image for the new settings to be applied.

    Also, the Crop Modes (presently Ratio) have been improved and they have much, much better descriptors of how each will work. A new crop mode has been introduced as well … a highly requested one … presently, white borders will be added, if needed to ensure the image is scaled to the set dimensions or scaled and cropped to meet the set dimension. The new crop mode allows the image to be scaled, proportionally, down to fit within the set dimension without added any white margin.

    in reply to: Edit "Work Phone" field to say "Phone" #300762
    Steven Zahm
    Keymaster

    @ Marco

    The filter would be this:

    add_filter( 'cn_output_default_atts_contact_name', 'cn_remove_label_separator' );
    
    function cn_remove_label_separator( $atts ) {
    
        $atts['label'] = '';
        $atts['separator'] = '';
    
        return $atts;
    }

    With this, you will not need to use Say What? to remove the Contact label.

    Hope that helps!

    in reply to: TilePlus Details not showing #300759
    Steven Zahm
    Keymaster

    @ Martin

    I’ve only ever seen this caused by the theme changing, globally, the CSS box-sizing to border-box rather than changing it only when they need to. I, personally, do not think this is good practice since it will break anything expecting the browser default. Perhaps you had them update at the same time, relatively. It is possible another plugin to do this, but I haven’t run across it yet, just themes.

    Which version of Tile Plus do you have installed? It has been updated a few times since your initial purchase and one of the updates included a fix to force the default for the template.

    in reply to: Upcoming Birthdays Widget #300756
    Steven Zahm
    Keymaster

    @ Martin

    Ok, I’m trying to login but it does not allow me to. It seems the user/pass is wrong, maybe … I’m being prompted to login here first: login.microsoftonline.com so maybe the user/pass you created is only for WP?

    re: Not sure what you mean regarding the page ID of the directory home page?
    What is the page ID if the page set as the Directory Home Page. This was set on the Connections : Settings admin page under the General tab.

    re: It seems I create this post without logging in, so replys marked as private are not visible to me from my account.
    Right, I don’t think there’s anything I can do about that.

    in reply to: Upcoming Birthdays Widget #300755
    Steven Zahm
    Keymaster

    @ Martin

    Sorry, I recently found out that a recent update to the plugin that notifies me of updates now longer is notifying me of private replies. I’ve tracked down the issue, I just have not yet been able to fix it.

    I’ll take a look right now.

Viewing 10 posts - 10,451 through 10,460 (of 15,332 total)