Winework
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] Filtering Gallery DisplayHi Dave,
Thanks for all your effort in testing and explaining to me.
With your guidance, I got it working!
Once again, awesome plugin, top support.
Cheers,
Colin
Forum: Plugins
In reply to: [Media Library Assistant] Filtering Gallery DisplayHello David,
Thanks for your guidance. I have managed to get things partially working, but I just cant seem to get the pagination to function correctly.
Can you please take a look and suggest where I have got it wrong?
My code is…
<form id="mla-text-form" class="row" action="." method="post"><strong>Select a Brand to View...</strong> [mla_term_list taxonomy=attachment_category mla_output=dropdown mla_option_value="{+slug+}" show_count=true pad_counts=false ] <input id="text-form-submit" name="text_form_submit" type="submit" value="GO" /> </form> <h3>Search Results</h3> [mla_gallery] attachment_category="{+template:({+request:tax_input.attachment_category+}|ruinart)+}" posts_per_page=10 mla_output="paginate_links, prev_next" mla_link_href='{+new_url+}?mla_paginate_current={+new_page+}&tax_input[attachment_category]="{+query:attachment_category,text+}"' [/mla_gallery] [mla_gallery attachment_category="{+template:({+request:tax_input.attachment_category+}|ruinart)+}" size="medium" posts_per_page=10 orderby="title"]You can see this in operation on the site here: http://www.winework.com/draft-product-image-gallery/
Your Password is: DavidLingren
Issues
1) If for example, you select the brand ‘BABICH’ (22 images), you’ll see the first 10 images. But if you click on the pagination links, the remaining images are not displayed.2) I would also like the pagination links to show at the bottom of the results.
3) Is it possible to limit the drop down display to show only the brands? If not, I’ll just delete the other att cats and leave only the brands.
Looking forward to hearing from you.
Best regards,
Colin
Forum: Plugins
In reply to: [Media Library Assistant] Filtering Gallery DisplayHello David,
To begin, thank you again for all the help you’ve been in getting our image gallery functioning the way we wanted. You’ve made a awesome plug-in and the support is top-notch.
I’m wondering if you could advise me on a change I would like to make to the behind the scenes operation on our site.
I have been using the att_cat to categorize all our product images by brand, which seems to be more useful than by product-type.
(eg: att_cat>brand>absolut)This works great, but in the image library page, I have to manually add each new brand to the drop-down options list.
My question is, is there a sneaky piece of code that will automatically populate the drop-down options list with the brand names as I create them in the att_cat?
Here is the existing code, showing a handful of brands for brevity. The eventual list could be in well over 100 long.
<form id="attachment_category" action="" method="get"><select class="postform" name="attachment_category"> <option value="brand">ALL BRANDS</option> <option value="35-south">35 South</option> <option value="aberlour">Aberlour</option> <option value="absolut">Absolut</option> </select><input id="submit" name="submit" type="submit" value="GO" /> </form>[mla_gallery attachment_category={+template:{+request:attachment_category+}|steve-bird+} posts_per_page="50" mla_output="paginate_links,prev_next"] [mla_gallery attachment_category="{+template:{+request:attachment_category+}|steve-bird+}" size="medium" posts_per_page="50" orderby="title"] [mla_gallery attachment_category={+template:{+request:attachment_category+}|steve-bird+} posts_per_page="50" mla_output="paginate_links,prev_next"]Any advice you can offer would be greatly appreciated.
Forum: Plugins
In reply to: [Media Library Assistant] Styling MLA GalleryHi David,
I really want to thank you for all the help you’ve been. I think I’ve got things looking and working how I want – and your plugin is the only thing I’ve found that can do it. Awesome!
With thanks,
Colin
Forum: Plugins
In reply to: [Media Library Assistant] Styling MLA GalleryHello again David,
I have been struggling with this but, thanks to your help, I think I have made progress.
If you take a look at my gallery HERE, it displays well using your suggested markup template from HERE.
Now I want to remove all the borders.
I assume this is done with a style template? I’ve had a fiddle with it and can get rid of some but not all the borders. As currently shown it is using the default style template.
I also notice that the second image column is narrower than the first – ideally they would be equal.
Are you able to offer any guidance?
Thanks again in advance.
Colin
Forum: Plugins
In reply to: [Media Library Assistant] Styling MLA GalleryHi David,
Thanks for your prompt response.
I am no expert but I suspect that there may be some issues with the theme style as you suggest.
Here is a link to a few images in the gallery…
Settings
Style Template: productProduct Style Template:
<style type='text/css'> #[+selector+] { margin: auto; width: 100%; } #[+selector+] .gallery-item { vertical-align: bottom; float: [+float+]; margin: [+margin+]; text-align: center; width: [+itemwidth+]; } #[+selector+] .gallery-item .gallery-icon img { border: none; } #[+selector+] .gallery-caption { margin-left: 0; align: cetner; vertical-align: top; } /* see mla_gallery_shortcode() in media-library-assistant/includes/class-mla-shortcode-support.php */ </style>Shortcode: [mla_gallery order=”DESC” link=”download” size=”full” ids=”2833,2829,2825,2776,2771,2303,2290,2281,2134,2117,2113,2094,2046,1698,1685″]
I am trying to get
cat (277)to work, but so far without luck.Looking forward to hearing from you again.
Cheers,
Colin
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API ErrorHi Harish,
Thank you for your response. Yes, I have been using a custom registration form. I’ve installed Mailchimp-Sync as you advised too. But I’m still not getting the custom fields populated in Mailchimp, so I have uninstalled the custom registration form plugin (Cimy) and am starting again from scratch.
Here is what I want to achieve. Can advise me if it can be done using your plugin?
1) At registration, I want to collect the following fields of customer meta…
First Name [text]; required
Last Name [text]
Job Title [text]
Business Name [text]
Business Type [drop-down]; required
Country [drop-down]; required
Region [drop-down]; required2) If the user selects the ‘add to mail list’ checkbox when registering, then the information above is also sent to Mailchimp and they are automatically subscribed to our mail list.
3) If the user un-checks the checkbox when registering, then their information is NOT sent to Mailchimp, but they are registered on our site.
Seems that Mailchimp-Sync would be ideal, if I could get it to populate the custom fields in Mailchimp. (Yes, I have mapped the fields in MC-Sync.)
Please tell me if I’m using the right tool for the job in mc4wp!
Thanks again,
Colin
winework.comForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API ErrorHello Harish,
Thank you for your suggestions.
I am using the free version of mp4wp & I have a subscription form on the site that uses mc4wp and it works perfectly. http://www.winework.com/subscribe/
After hours working on this I have managed to get my site registration and Mailchimp signup to work concurrently. Taking the “mandatory” setting off any of the Mailchimp fields, as you suggested, helped.
Now my problem is that although the new user is created in Mailchimp when registering, the only field that is being populated in Mailchimp is the email field.
mc4wp is not logging any errors.
All the other fields, named as follows are shown in the user’s site profile but not in Mailchimp.
Fields
EMAIL” (required)
FIRSTNAME
LASTNAME
MC4WP-MMERGE5 (Job Title)
MC4WP-MMERGE4 (Business Name)
MC4WP-MMERGE9 (Business Type)
MC4WP-MMERGE7 (Country)
MC4WP-MMERGE3 (Region)I suspect that it is because the native WP fields Firstname and Lastname are not prefixed with “MC4WP-“.
Any clues on how to proceed?
Colin
winework.comForum: Plugins
In reply to: [iThemes Exchange - Custom Loop Add-on] Pagination not functioningRonald,
I’ve got it working!
I changed my permalinks setting and that seems to have resolved my issue.
Thanks for an awesome plugin!
Colin
Forum: Plugins
In reply to: [iThemes Exchange - Custom Loop Add-on] Pagination not functioningHi Ronald,
Thanks for your suggestion. I don’t think it is exactly related, because my site isn’t using a static home page and the shop isn’t located on the home page.
Cheers.
Forum: Themes and Templates
In reply to: [BresponZive] Slider Progress BarThanks Brenda,
I can see and edit themes\bresponsive\style.css, but I don’t see a Custom CSS anywhere, either though WP Admin interface or via FTP.
Forum: Themes and Templates
In reply to: [BresponZive] Slider Progress Bar