Kerry
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Frontend Submission with a file_list fieldThanks for the reply. I know how to display them on the frontend, but the question is how to save them. The example uses a single file field for the post_thumbnail and calls a function to be able to handle the upload of said file.
Forum: Plugins
In reply to: [BNE Testimonials] Pagination not working for list postBecause this is in regards to the pro version, you will need to submit a ticket over at my website.
Forum: Plugins
In reply to: [BNE Testimonials] Not workingHello,
Sounds like you might have jQuery in the footer instead of the head. The slider has inline JS and requires jQuery to be called before it which would be in the page head area.
Forum: Plugins
In reply to: [BNE Testimonials] Shortcodes do not workYou’ll need to give me a login so that I can see what’s going on. You can send it privately from my website.
Forum: Plugins
In reply to: [BNE Testimonials] Shortcodes do not workI’ve never seen or heard this happen before. The testimonial plugin would have no way of changing a static page URL. Have you tried the usual disabling other plugins on your site to see if the problem persists? Does the Url change when you add a new testimonial or is it random?
Forum: Plugins
In reply to: [BNE Testimonials] Shortcodes do not workHello, your second link, the one you say the URL should be, does not work for me.
Hi @hadoydoy.
Elemontor does not use the same media selector when creating an image gallery nor does it actually use the [gallery] shortcode. It instead uses inline html.
Forum: Plugins
In reply to: [BNE Testimonials] I added a code snippet and now I can’t access my websiteSince I haven’t heard back from you, I’m marking this as resolved. If you need further help, you can reopen it.
Forum: Plugins
In reply to: [BNE Testimonials] What about paging?Hello,
Pagination for the list layout is only available in the Pro version of the plugin.
Forum: Plugins
In reply to: [BNE Gallery Extended] Missing AttachmentHello,
The default and unaltered [gallery] shortcode from WordPress requires id’s to be used. If no ids are supplied then it might use attachments of the post or display an error notice. My plugin simply filters into that same shortcode to allow you to display the gallery with 2 additional views. Since it uses the existing structure, the same rules will apply.
In any case, make sure the shortcode includes the ids=”XX,XX,XX,etc” and it will work as normal.
Forum: Plugins
In reply to: [BNE Testimonials] I added a code snippet and now I can’t access my websiteWhat code did you use or do with? The plugin already includes a slider for the testimonials.
To remove your entered code, and you’re can’t access the admin, you’ll have to FTP to your site or access a file browser from your web host control panel.
Also, you shouldn’t “amend” or alter the code in the plugin itself and instead rely on any available hooks/filters or css and do it from your child theme’s functions.php file.
Forum: Plugins
In reply to: [BNE Testimonials] Color for Masonry Grid backgroudsAh yes, I remember that one. The css is there in the source probably from a custom css area in the theme or css plugin.
.bne-masonry .single-bne-testimonial:nth-child(4n+1) { background: #D8E3F5 !important; } .bne-masonry .single-bne-testimonial:nth-child(4n+2) { background: #FF9 !important; } .bne-masonry .single-bne-testimonial:nth-child(4n+3) { background: #CF9 !important; } .bne-masonry .single-bne-testimonial:nth-child(4n+4) { background: #FFF !important; }Forum: Plugins
In reply to: [BNE Testimonials] Color for Masonry Grid backgroudsHi Pete,
Please provide a link to both sites so I can see what you’re referring to.
Forum: Plugins
In reply to: [BNE Testimonials] Plugin database / transfer testimonials to new siteHello Pete,
The testimonial data is stored in the regular wp_postmeta table. There is not a builtin export/import option in the testimonial plugin; however, you can use any of the numerous export plugins in the WP Repo to transfer the data from the bne_testimonials post type on your old site to your new site.
This one has worked for me in the past
https://wordpress.org/plugins/demomentsomtres-wp-export/Forum: Plugins
In reply to: [BNE Testimonials] Front End SubmissionHello, since you’re referring to the pro version of the BNE Testimonials, we need to continue this off of WP.org. Please submit a ticket over at my website.