davidzupec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: redirect specific pages to new domainHey Colin, my hosting company did help me out and took care of this : ) Thank you!
Hey Cais, my apologies I had made a mistake and didn’t specify which gallery. It works perfect now! Thank you!
Forum: Plugins
In reply to: [WP Store Locator] Undefined Index messageHello Tijmen, I know I just realized I had it set to true, works fine now : ) Also I love the plugin, thank you for the great work on it!
David
Forum: Reviews
In reply to: [WP Store Locator] AWESOME!!!Hi Brad, I’m really interested in using the WP Store Locator on a project of mine and seen your great review about it. Is there any chance you have a website that I can take a look and see it live in action?
Thank you!
Forum: Fixing WordPress
In reply to: Date formatHi WPRanger, great thank you! I’ll give this a shot. When I designed my clients site I wanted to do something different with the post year, but I didn’t think this format would end up being complicated : )
Forum: Fixing WordPress
In reply to: Date formatHi Amanda, yeah I know I was afraid of that. I had looked at the codex and nothing was in there about the format that I want. Thank you for your help.
Forum: Fixing WordPress
In reply to: Getting my url to point to my wordpress siteHello, I got it to work! I just needed to take out the dot before wordpress to this below : )
require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
Forum: Fixing WordPress
In reply to: Getting my url to point to my wordpress siteHello, the reason there is the lemajdesign folder is becasue there is another wordpress website running in the root directory in another folder, therefore I cant replace the index and htcacces file that’s there becasue it’s for that site.
Forum: Plugins
In reply to: [Custom Post Type UI] The code to display the taxonomyHi Michael, yep it was an easy easy find! Found the code in the WordPress Codex thank you!
Forum: Fixing WordPress
In reply to: Froze up upgrading to latest wordpress 3.6Thank you Tara, I manually updated it this morning and it worked like a charm! : )
Forum: Fixing WordPress
In reply to: Froze up upgrading to latest wordpress 3.6Thank you Tara, I’ll give it a shot : )
I’m having the same issue! I can link to my personal facebook page but not my fan page. It doesn’t give me the option too.
Thank you
Forum: Fixing WordPress
In reply to: Possible to have multiple Jetpack forms on a website?Thank you Esmi. I tried it but for some reason when it was submitted I got redirected to another page on my site and it didn’t send! here’s my code I dropped in on my page. Do you see any issues with it?:
<?php echo do_shortcode("[contact-form to='[email protected]' subject='A Testimonial'][contact-field label='Name' type='name' required='1'/][contact-field label='Email' type='email' required='1'/][contact-field label='Your Testimonial' type='textarea' required='1'/][/contact-form]"); ?>
Forum: Fixing WordPress
In reply to: 404 page errors with custom post type paginationI resolved this through the permalink settings and the htaccess file.
Forum: Fixing WordPress
In reply to: 404 page errors with custom post type paginationThanks for all your help but still no luck. Definitely doesn’t make sense why I’m getting that error but I’ll get it figured out : )