cocobongo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop page not displaying properlyUPDATE: I just realized that the single product page is wrong as well.
Tried serving different content based on conditional (if is_page, do something, if is_woocommerce do something else) but the problem persists. Even if I include the woocommerce part inside the div I want, the plugin “kills” everything over and below it, keeping only the header and footer.
To be more clear: here’s the code I’m trying to use in page.php
<div class="container innerpage"> <section class="row features"> <div id="content" class="mainzone"> <?php if ( is_woocommerce() | is_shop() ) { ?> <?php include './templates/my_woo_page.php'; ?> <?php } ?> </div><!-- END MAINZONE --> </section> </div><!-- container -->
and the code works (meaning it gets the content only if is a woocommerce page) but it outputs this (in my_woo_page.php I only included the section class “my_woo”):
<section class="my_woo"> [.... woo content here ....] </section>
So as you can see, it simply kills everything.
Is there some kind of template I can check? I found several templates in /shop folder but nothing like a “full” template for the shop page, just the parts that form it.
Also, why do all pages but shop and single product cause this yet all other pages are OK? Do they use different templates?
Note: I tried using a custom page template for shop page, but nothing works, and I’m totally out of ideas on how to solve this
Forum: Plugins
In reply to: [Fast Secure Contact Form] Fast Secure Contact Form 4.0 Beta 2 – Please Testit would be great if <div class=”fscf-clear”> could have an ID ??
and many thanx for taking a look ??
Forum: Plugins
In reply to: [Fast Secure Contact Form] Fast Secure Contact Form 4.0 Beta 2 – Please Testsome issues:
– Duplicate name not allowed: this is good, but even if I change the tag, the problem persists, so there must be a way to add a custom label.
– can’t edit email label or any other label from the default fields– UX/UI issues:
– most of the times, after changing something, I’m led to click on the only visible button, which is “delete”.
– Also, have to open every field to delete it, maybe just add the delete button on closed state and take it off on edition mode changing it by a “save” button?
– this is something I always felt as an important issue: to give each field its own ID, or at least a class (ID is way better). I don’t mean labels or inputs, but the main div for the field. That way, it’s easier to control it via CSS. While for most projects is good as it is right now, for complex forms it’s a pretty big issue.
– radio buttons: unless I want to use the default, it’s really troublesome to manage their styles and positioning, spent 30 minutes to achieve something I usually do in 10 seconds. By only having IDs and/or classes, this would be solved in a snap, hence why I ask for themEverything else is great as usual, fields re-ordering is a real time saver. And sorry about being so anal on UX/UI but that’s my main area of expertise so that’s what jumps to me at first glance! Either way, many thanx for this great plugin! ??
Forum: Plugins
In reply to: [Twitter Feed] Error messageJust for reference and as a solution, I simply left 1 widget using this plugin and used the Twitter widget js code directly from Twitter in the sidebar and everything went fine. But well, just a heads up for the plugin developer so he knows what’s going on and for those looking for a solution to this issue
perfect!!! thank you again!!!
btw, I took a look at your sites, I’ll make sure to send people your way so maybe I can give up something for your efforts ??
hey Randy, sadly there’s another issue: now you can’t add images to post when using your modified version of the plugin ??
Randy, I can’t even express how grateful I am, the plugin works as a charm! Many thanks for sharing it! ??
same here ??
Forum: Plugins
In reply to: [Inline Upload] [Plugin: Inline Upload] upload stallsthank you for the tip, will try it on a root domain, you’re right, I was testing in a sub-folder, many thanx for the tip ??
Forum: Plugins
In reply to: [Inline Upload] [Plugin: Inline Upload] upload stallsthank you for the tip, will try it on a root domain, you’re right, I was testing in a sub-folder, many thanx for the tip ??
Forum: Plugins
In reply to: [Uploadify Integration] [Plugin: Uploadify Integration] where are the files?Hi Mike, thank you for your answer.
It seems like the problem might be in my server, I already checked the uploads folder but there’s nothing there, hence why I thought maybe a “folder” declaration was missing.
Anyway, just in case, what I want to do is just to allow users with a certain level (ie contributors) to upload content that can be viewed by everybody BUT without the need to go to their profiles. Pretty much the way WP-Symposium uses it, only that way more simple. It would be nice if you can add that feature since IMHO it’s the main reason to upload content in WP
Thank you again! ??
Just a quick note to thank you Joseph, I wasn’t notified of this answer and didn’t see it and found out today because I needed it again!
also, is there a way to get the name of logged in users?
btw, thank you in advance, WP forums are working pretty whacky and they don’t let me edit posts ??
hi Joseph, thank you for your answer. I knew the gallery.php template part, but I don’t know what’s the code to “make the file name dynamic”. All my zip files are named “gallery.zip” so what should I exactly use to grab that?