heddle
Forum Replies Created
-
Forum: Plugins
In reply to: [CollabPress] collabpress, wp4.0, project filesMe too, no files show up. WP 4.0, BP 2.1.1
This is a single install on a local server. All permissions are what they need to be. I solved it by “creating” a folder of the same name and location, then refreshing thumbnails. It recognized the images and created new thumbnails. I don’t know why certain folders would not import.
Forum: Plugins
In reply to: [Contact Form DB] Store image uploads to DBIt won’t take PPTX files either. So far it is only working with DOCX, PDF, TXT, XLSX. I have not yet tried the legacy Office filetypes.
Forum: Plugins
In reply to: [Contact Form DB] Store image uploads to DBVery Small. Less than 1 MB. It never stores image files in the DB (tried JPG and PNG). It does upload the images into the CF7_file_uploads folder and emails them in the submission email, it just doesn’t list them in the CFDB.
Seems to work
I think I fixed it. In the bp-activity-subscription-js.js file, around line 23, I changed the code to look like this.
j.post( ajaxurl, data, function( response ) { if (stheid[0] == 'follow' ) { var m = bp_ass.mute; theid = theid.replace( 'follow', 'mute' ); } else if ( stheid[0] == 'mute' ) { var m = bp_ass.follow; theid = theid.replace( 'mute', 'follow' ); } else { var m = bp_ass.error; }When I debugged, response was returning the word mute or follow, but it had at least one line break before it instead of just returning ‘follow’ or ‘mute’ which is why it was defaulting the the else statement labeling it ‘Error’.
I’m not exactly sure what all the above means, but I have a question similar to this. I installed the latest update to the plugin, which I don’t see any difference, except, in my notification settings I think it adds radials for two document upload questions:
- A member uploads a document to a group you belong to
- A member uploads a document to a group for which you are an moderator/admin
Both of the selections for both questions are empty, when I select the radial I want and submit, they both return to empty. However, I do believe that the setting does stick when you submit even though the radial does not show.
When I upload a document, I get two emails. One from this plugin and another one from the Group documents plugin. I know how to turn off the Group Documents email, but there are some issues with doing that described below.
If the person selects “New Topics” as their group email options, they do not receive an email from a document upload, nor from someone updating their activity. It does work for new forum topics. I would assume the “New Topics” would be exactly like “All Mail” except you would not receive emails from replies to activity stream and forum discussions. It works perfectly for “All Mail”. I have not tested the Daily and Weekly options yet.
Forum: Plugins
In reply to: [OrangeBox] Won't Install — Invalid Header!Same for me, but I downloaded it and installed it using the :upload” function. Working fine.
Same problem here. Must be something to do with the WordPress 3.1 update.
The issue is because Fancybox doesn’t like to run its jQuery while any other jQuery is running. This usually happens when the Theme has some jQuery script running all the time in header.php or footer.php. My theme had the jQuery script for the homepage sliding image banner in the header.php, so it was always running even though the banner was only on the homepage. I moved it to the homepage template, and it worked.
That worked for me. The code was in my header.php file relating to my homepage sliding banner that is built into my theme. I just cut it form my header.php and put it in my template file, which consequently is only used for the home page. Now I can use fancybox in my pages and posts, however, I would not be able to use it on my homepage.
I have the same problem. The link just goes to the page and does not open in the fancybox/lightbox (when trying to open a web page in an iFrame). It used to work great, now, not at all.
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] 5 of 7 slides appearI’m having the same issue. If I use the Default Slider Navigation, it will only show number 1-5 even though it will cycle through all my images by either using the arrows or automatically. It is just the numbered list of images that is limited to.
Also, can I change the background image to the Navigation and Title or have something like dots represent the number of images and which one is displaying? Is there somewhere to mess around with the code?