jamesinagiantpeach
Forum Replies Created
-
Forum: Reviews
In reply to: [Mailchimp for WooCommerce] Now WorkingKyle,
Thank you for reaching out. After trying it again today I was able to get the test customer into Mailchimp including info on what they purchased. This after reinstalling and trying it once more. Bizarre that this wasn’t working yesterday(I spent most of yesterday uninstalling, reinstalling, changing and checking various connections, etc).
– MailChimp for WooCommerce plugin Version 2.1.7
– WooCommere Version 3.4.1
– Site is self hosted through www.remarpro.com
– Bluehost
– No loggin errorsNow my question is – will we be able to add subscribers directly to groups into the master list within the near future? I will update my rating for this plugin as that seemed to maybe be a cacheing issue… fingers crossed when I roll this out it stays steady for me. Would prefer to use the Mailchimp recommended plugin.
Forum: Plugins
In reply to: [GigPress] Custom Templates@geoffgraham Thanks for your response Geoff. I appreciate and this plugin is such a boon to musicians and their developers everywhere. Fantastic work.
Do you think you could show us how we could use $showdata in the contact of creating a custom table row with Gigpress? Or is it so complicated that it is not worth exploring?
Forum: Plugins
In reply to: [GigPress] Custom TemplatesI just realized that in order to make my own changes I needed to call
<?php echo do_shortcode( '[gigpress_shows]' ); ?>
from my custom page template. THEN copy and paste the Templates folder from the Gigpress plugin directory over to my child theme and rename it gigpress-templates. Then, within that folder you can customize shows-list.php directly without affecting the master.My knowledge of PHP is miniscule but is there a reason I can’t just work $showdata variables into my custom page template like above and have it output the data I need? Anyways, in case anyone else couldn’t quite figure it out… that’s what was up for me.
Forum: Plugins
In reply to: [Authentication by LoginRadius] Social Sharing and do_shortcodeThanks for answering my question so quickly! The shortcode doesn’t seem to work when I try to manually put it there but I think this is probably an issue with the theme and not with your plugin. Thanks.
Forum: Plugins
In reply to: [Authentication by LoginRadius] Social Sharing and do_shortcodeWhy is there no option to show on Post Excerpts for the vertical widget? I was able to enable horizontal widget for excerpts and the vertical widget for individual blog posts but there wasn’t an option to have a vertical sharing module for both! Any ideas?
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Removing fit-to-screen functionalityHere is the solution:
/* =Media queries -------------------------------------------------------------- */ /* Minimum width of 600 pixels. */ @media screen and (min-width: 50px) {
Just change the minimum width to 50px. Only people viewing your website on their Tamagatchis will notice, ??
It triggers the jquery mobile functions with the @media screen inquiries. Interesting.
…annnnnnnnd I’m such an noob, ?? Just learned something new today that was driving me crazy. Hope this helps some poor bastards out in cyber space who found themselves in a similar situation.
If you try to name a div or class something like “3boxes” it won’t work because YOU CAN’T START THE NAME OF A DIV OR CLASS WITH A NUMBER!
No ->
<div class="3questions">
Yes -><div class="Thesequestions3">
If resolving your own topics is cool, consider me Miles Davis.
Yes! This would be awesome, currently I also don’t know how to scale the slider!
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Removing fit-to-screen functionality@svscherpenseel agreed! At the very least it would be awesome to be able to temporarily disable it so that one can find a prettier solution. ??
Please let us know if you find anything!
Forum: Plugins
In reply to: [Menubar] Add image to left side of menu<div id="customnavigation"> <div id="hotmenu"> <?php do_action('wp_menubar','Hot'); ?> </div> <div id="tinitymonkey"> <img src="https://trinitymonkey.we.bs/wp-content/uploads/2012/12/300-290x160.jpg" alt="testimage" height="50" width="160"> </div> </div>
I think something like that would work. Then use CSS to style the first div with float: right and the second with float:left
Hope that helps!
Forum: Plugins
In reply to: NextGen Gallery not sortingAgree – this is a super annoying issue! If anyone could shed some light it would be fantastic. Pretty please with a cherry on top and a couple granules of sugar on top of that dipped in magic shell.
Forum: Fixing WordPress
In reply to: How to customize the "posted_on" function.I would love to know how to do this in a twenty twelve child theme! It’s so simple but I cannot for the life of me get this to work right! Anyone have an idea for how to do this in the twenty twelve format?
Forum: Plugins
In reply to: Facebook Like Box/Google Chrome Issue(Only in Chrome – is it not working.)
Forum: Themes and Templates
In reply to: Cannot separate Index and HeaderTHAT WORKED! You are the best! I knew it was something stupid and simple but linking the style sheet correctly was the issue. Now I’m going to tackle including different templates for different page styles… (deep breath) here we go…
Thank you a million Alchymth!
Forum: Themes and Templates
In reply to: Cannot separate Index and HeaderAlchymyth – you are super awesome. Thank you, I’m going to see if this solves things…
Yes I completely agree – I downloaded that theme and it looked really confusing at a glance. I think I need to spend some time with it – reverse engineering other people’s themes is definitely the way to go with learning. Especially since I find the codex docs to be very counter-intuitive at times – really good in theory – really confusing in practice. Thanks again for your help I’ll write back as soon as I get it working.