webfrogs CREATIVE AGENCY
Forum Replies Created
-
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Suddenly stopped sending PDFResolved
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Suddenly stopped sending PDFI figured this out. Turns out having selected “Sender” forced the PDF to be sent to the public user. You should really re-name those. They aren’t intuitive. Ideally, they should be “User” or “Public User” – and the PDF sends to the person who filled out the form. And “Admin”, “Administrator”, or “Site Owner” – and the PDF sends to the site owner.
Hope that makes sense. Other than that… great plugin.
Forum: Plugins
In reply to: [Codeblocks] Using CodeblocksI understand. I have figured it out. It works great. Just gave you a five star.
Forum: Fixing WordPress
In reply to: Logout Redirect not working@lettergrade – That worked perfectly. Reposting here for convenience.
If you want to go directly to the frontpage when you logout, place this into your functions.php in your current theme directory:
add_action('wp_logout','go_home'); function go_home(){ wp_redirect( home_url() ); exit(); }Make sure you post it beneath this line…
<?php if (!is_admin()) if(!session_id()) session_start();It worked for me, too… but I realized I had to force the HTML by inputting the code above {{mj-checkout-form}}, but within code tags. Once I did that, and saved the page, the Slurp It! option came up at the bottom and all is now well!
Make sure you do this in the text editor.
< code> {{mj-checkout-form}} < /code>*make sure you remove the spaces in the code tags.
I already have it set up that way, but if you look at the screenshot I’ve included above, on the Events page, I would like a list of upcoming events to display, NOT the calendar.
I am sure this is possible, but I’m probably not fully understanding the shortcodes used with the plugin.
Help! Release of site happens in two days.
-Jared
Forum: Fixing WordPress
In reply to: Blog posts going to a 404 page…Update – I fixed it. I reset my permalinks to default. Then created a ton of categories and categorized each post. Then reset permalinks to %postname% and everything works fine.
It was having the “Uncategorized” category in there (which all posts default to) that was causing the public view to be disabled.
Consider this thread closed!
-Jared
Forum: Fixing WordPress
In reply to: How to make skin transparent…Thanks Christine. I tweaked some additional content borders and got rid of everything I needed to. It worked. The desired result has been achieved.
http://jpcsolutions.com/portfolio/azeverything6/
-Jared
Forum: Fixing WordPress
In reply to: How to change column size on a page (not home page)I did ask the original developer, but he said he won’t help with custom support and this is so important to me to get this fixed.
I am an experienced web developer, but this is something that is just stumping me. Is there a generic way to change a specific column’s width on a specific page, without causing issues to columns on other pages.
That worked. I set it to ‘0px’ and we’re good to go. I didn’t realize the style for that would have been in the main style sheet. I thought it was in the plugin’s style sheet.
Much thanks…
Forum: Plugins
In reply to: [postTabs] Show content after the tabs… [RESOLVED]Nevermind… I didn’t make “End” as “END” (with Caps Lock on). My bad.
Thanks for reading!