lukeratto
Forum Replies Created
-
thanks Jeremy, I got it all working swanky now!
Maybe my question was written correctly.
Here is my contact form:https://www.endlessturns.com/contact-us/
I want to be able to let users check more than one answer for the question,
Which Activities Interest You?
√ Resort Skiing & Snowboarding
√ Backcountry Skiing & Snowboarding
Hiking & Climbing
√ Mountain Biking & Bicycle Touring
Rafting
√ NightlifeBut the above is not possible, it only lets the user select 1.
THANK YOU FOR YOUR TIME AND HELPsame problem here. Was using a Wordbooker, worked great, but in a an effort to dump uneeded plugins and use more JetPack plugins I began using Publize, but it’s not showing the Featured image or the header image.
Forum: Fixing WordPress
In reply to: Jetpack CarouselForum: Fixing WordPress
In reply to: Jetpack Carouselgreat find @imentorguys. BUT how do you edit what images are attached to pages by default?
I’ve got a bunch of photos, and they already where attached to a page, and want to define which pictures display.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Redirect to page after submitI got it to work, not sure what I’m doing different than RterBeest, but it’s working for me after adding the below to the Additional Settings section.
` on_sent_ok: “location = ‘https://www.mySite.com’;” ‘
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Thank You PageI’ve read your tracking article several times, but I’m not sure I follow: https://contactform7.com/tracking-form-submissions-with-google-analytics/
I was given the following code to use and not sure how I would. I’ve been trying to figure it out, but am a bit confused. If you have the time I would really appreciate some direction, thanks again.
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Thank You PageTakayuki-
can I just add a bit of java script for the tracking (it’s a google Adword conversion tracking script) ? It’s been requested by an SEO company that I add a block.
And what does the “additional settings” allow me to assign?
I guess, ideally I would like to redirect to a new page after the form is deemed properly sent. Any previous discussion you could link me to describing that?
Thanks for your time and help
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Redirect to page after submitI’d like to do the same deal.
Thanks for your help.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Excerpt Doubling Up Commenting BoxSure.
Here is one, where the social commenting doubles up at the bottom, how do I get them to merge? Or is take out comment_form() and leave wordbooker or vice versa? https://www.endlessturns.com/south-america-ski-resort-opening-dates/
Woh, with the 3.4 update is seems to have fixed it?
What was happening, if you were still interested. Is where the Lat-Long details are on the right of the Map, the wordbooker commenting would come display overlapping everything, and at the bottom as well, but now it seems to just be displaying at the bottom.v –> page –> https://www.endlessturns.com/the-heart-of-switzerland-guided-ski-snowboarding/
Regardless, I appreciate your time and help.
Forum: Themes and Templates
In reply to: Remove Home From Header Navigation@SpankMarvin-
Nope, but thanks
this shouldn’t be that hard, I feel like I’ve got a decent feel for WP, but I am no PHP wiz
Forum: Themes and Templates
In reply to: Remove Home From Header Navigationno worries, what’s weird is in my function.php file I’ve got it displaying
function twentyeleven_page_menu_args( $args ) {
$args[‘show_home’] = false;
return $args;Forum: Themes and Templates
In reply to: Remove Home From Header Navigation@wordman1994
that dumped the whole nav bar in twentyeleven theme.duke
Forum: Fixing WordPress
In reply to: Blog page constantly reverting to index page@chip Bennett
I have a static home page template assigned/active and would like to assign a custom template for the “Blog”. Basically just having one Category post to the “Blog” with custom sidebar.Like you I created a custom blog template file, assigned it and nothing happens, the Blog layout remains the same. From what you wrote above, I need to alter my “home.php” file? So just copy my custom blog template code and paste it in the home.php file and walla?
Thanks for your time and help
Forum: Fixing WordPress
In reply to: Blog page constantly reverting to index pageChip, please explain the solution? I’ve been pulling my hair out. So edit index.php directly? (that doesn’t sound like a good idea)