funkyvega
Forum Replies Created
-
commenting because I need the same as 1st poster.
I only need to sell 3-4 information e-books and maybe a subscription package, so I don’t want to build a complete shopping cart, just add a few products to random pages.Subscribed to followups.
hey that was fast! Thanks so much David!
the trigger runs the function when you open the document..
cant figure out hte line 66 bit ??
hey michael, great plugin!!! This works great for me as far as recording submissions as I will be holding facebook contests with emails.
All works well, but wondering if you ever figured out the auto-update feature for the spreadsheet?? Read whole post and nothing seemed to update the spreadsheet automatically… I have to delete everything, then insert the function again to update results.
I even tried creating a trigger which runs the CF7ToDBData function but get the following errors:
Error Message
Invalid argument: https://[object%20Object]/wp-login.php?redirect_to=wp-admin/admin-ajax.php%3Faction%3Dcfdb-export%26form%3Dundefined (line 66)Details:
error for fetchCF7ToDBCSVResponse
Invalid argument: https://[object%20Object]/wp-login.php?redirect_to=wp-admin/admin-ajax.php%3Faction%3Dcfdb-export%26form%3Dundefined (line 66)error for CF7ToDBData
Invalid argument: https://[object%20Object]/wp-login.php?redirect_to=wp-admin/admin-ajax.php%3Faction%3Dcfdb-export%26form%3Dundefined (line 66)cheers mate. Thanks again for the plugin!!
Forum: Fixing WordPress
In reply to: images are getting cut in half, messing up “entry” containersweet.. looks like that worked.. I placed it after
<?php the_content.....
worked well foe the index.php page.. but it dint work for the single.php page.. should it be the same?
Forum: Fixing WordPress
In reply to: images are getting cut in half, messing up “entry” containerok.. in my test server, i messed aroudn with the CSS, and changed this:
.entry img {float:left; padding-right:12px; }
into this:
.entry img {padding-right:12px; }
any reason why the float property will destroy the entry div like that? How can I make the IMG look nice then without the float property? I want to be able to wrap text around the img.
Forum: Fixing WordPress
In reply to: images are getting cut in half, messing up “entry” containerit is easy happening in the single post page: https://www.sayuncleinc.com/?p=32
what is this?
Forum: Fixing WordPress
In reply to: changing stylesheet for single posts in specific categoryahhh ok.. is instead of is_category, i should use in_category?
sweet… but should i be using the same code as above in the header file? I can’t figure out how to link to the second style sheet.
Forum: Fixing WordPress
In reply to: changing stylesheet for single posts in specific categoryjust realized i should be using the single.php file to make changes. But i believe it still does not work.
however, i added that code above to the header.php file, trying to change the stylesheet.
oh yea. i didnt mention in the first post. https://www.freshbasilcrew.com is my site.
here is what my htaccess file looks like:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress RewriteEngine on RewriteCond %{HTTP_HOST} ^freshbasilcrew.funkybasement.com$ [OR] RewriteCond %{HTTP_HOST} ^www.freshbasilcrew.funkybasement.com$ RewriteRule ^(.*)$ https://www.freshbasilcrew.com [R=301,L]
back when i wanted the pretty links, they said to add /index.php to teh front of the structure in order for everythign to work.
Is that what this “RewriteRule . /index.php [L]” line is?
I’ve tried to erase this.. and rebuild it many times by hitting update on teh permalinks page, but it still doesnt work.
Whast the deal?
Forum: Fixing WordPress
In reply to: Permalinks and htaccess issues??
i checked it out.. and i dont seem to see any big issues. Only the podpress stuff, but i dont even use that on any pages yet.
Forum: Fixing WordPress
In reply to: Permalinks and htaccess issueshey moshu.. I was having problems with a custom structure i made.
But i hcanged back to the ugly/default ones that are there..
But now when I try to view a post, the page/design moves up.. Like the CSS doesn’t work for soem reason in teh single post page.
is that supposed to be changing? Check it out: https://www.freshbasilcrew.com
click on any post to see.
i figured out the last question.. still need help with the first.
Forum: Fixing WordPress
In reply to: Permalinks and htaccess issuesawesome.. what a close one. thanks alot.