imchasinyou
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Appointment] moving the text in the Demo slider.Ive posted my query there s instructed and awaiting a reply. Not too sure why I needed to post there. Its not like im getting any expedited service even though I PAID for the appointment theme. Could have answered here and saved me time instead of the same rude behavior you show towards every one else! Perhaps I should get my money back and stick to a different theme where support is real and helpful.
Forum: Themes and Templates
In reply to: [Appointment] moving the text in the Demo slider.Ive removed the button on the slide that I wanted it on for now. I would like to know how to link that to a page as well if you dont mind.
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionI got a response from “support” so lets see if he can explain it to me in a way that makes sense.
Forum: Themes and Templates
In reply to: [Appointment] moving the text in the Demo slider.I am using the PRO version. Please reference my site, http://www.easycarelawns.info to see what Im referring to. Id like to know how to move the text to different positions so that the purpose of the image isnt covered up.
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionWell, on the site as the slider is set up right now, all the text is pretty much covering the images. Id love to be able to move the text down to the bottom of the images. If I could see how to move it, I could play with it and see what I liked the best. In the slider code, I dont see any thing what so ever that refers to positioning.
The minimal experience with coding that do have always referenced an actual position or even used a center, or left type of setting.
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionBAAAAHHHHHHH! SCREW YOU STUPID FINGERS! ! !
You fixed it for me. May god love you as much as I do now. . .
lol, I cant believe I did that. All better now and the site is looking great once again, now I have to try to await help on my other issues unless you know how to move the text on my slider on my home page. If you have time to look, its my home page and all the text and boxes look right the way i want them, they are just in the wrong place.
Even if you cant help me there, I cant thank you enough for taking the time to help me. Your better than the support guy who just likes to get rude with ppl asking for help with his template that we PAID for. . .
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionIll have a look after I walk the dog and rest my eyes. I must say, i found a really nice plug in that does what I thought this theme would have easily been able to do. . . .
Have a looky at my site when you have a chance, http://www.easycarelawns.info
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionSo, the only way to keep the page alive is to leave it at default template but then I cant seem to get rid of that annoying bar and title section. . . . Im still trying to find a solution. The default template is the only way my site does not break.
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionIt throws an error on line 9 of the edited file
Parse error: syntax error, unexpected ‘<‘ in /home/imchasinyou/public_html/easycarelawns.info/wp-content/themes/appointment-pro/fullwidth.php on line 9I dunno, Im confused and I have soooo many windows open now
Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title Sectionlol, Im not too sure i even know how to set it to full width but Ill dig around and try to find it.
I do appreciate all your help as I continue to struggle with this theme. . . .Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionI appreciate your help but thats not doign any thing for me. I did it exactly as you showed in yours. We are talking about that stupid bar across the screen right below the navigation?
Mine is green as seen here
I have so many issues, I knew better than to go pro :/ Seems the author gets crank over others asking questions in established threads!
Here is my code<?php /** Template Name: Fullwidth */ get_header(); /** get_template_part('index','banner'); ?> */ <!-- Blog Section with Sidebar --> <div class="page-builder"> <div class="container"> <div class="row"> <!-- Blog Area --> <div class="col-md-12"> <?php if( $post->post_content != "" ) { ?> <div class="blog-lg-area-left"> <?php if( have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?> </div> <?php } ?> <?php comments_template( '', true ); // show comments ?> </div> <!-- /Blog Area --> </div> </div> </div> <!-- /Blog Section with Sidebar --> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: [Appointment] Remove Page Title SectionSo, how do you comment out a line?