Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: HTML Question #10045162
    leemchildress
    Participant

    I wish I had just 1% of your knowledge! Worked perfectly. Thank you.


    in reply to: Layout Issue #10045145
    leemchildress
    Participant

    You are so amazing. That works perfectly!


    in reply to: Modal Display Issue #10044909
    leemchildress
    Participant

    I was able to resolve the issue. I had placed the modal just ABOVE the /body tag. Once I placed it immediately BELOW the /body tag it began working. Thank you so much for your assistance!


    in reply to: Modal Display Issue #10044906
    leemchildress
    Participant

    Tried moving to bottom and same result. I’m confused because in your example the modal follows immediately after the link, as shown below:

    									<button class="btn btn-modern btn-primary" data-bs-toggle="modal" data-bs-target="#largeModal">
    										Launch Large Modal
    									</button>
    
    									<div class="modal fade" id="largeModal" tabindex="-1" role="dialog" aria-labelledby="largeModalLabel" aria-hidden="true">
    										<div class="modal-dialog modal-lg">
    											<div class="modal-content">
    												<div class="modal-header">
    													<h4 class="modal-title" id="largeModalLabel">Large Modal Title</h4>
    													<button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true">&times;</button>
    												</div>
    												<div class="modal-body">
    													<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc <a href="#">vehicula</a> lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus.</p>
    													<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc <a href="#">vehicula</a> lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus.</p>
    												</div>
    												<div class="modal-footer">
    													<button type="button" class="btn btn-light" data-bs-dismiss="modal">Close</button>
    												</div>
    											</div>
    										</div>
    									</div>

    in reply to: Dropdown #10044277
    leemchildress
    Participant

    omg, I was making this way more difficult than it was. I fixed my issue.

    I was trying to do a regular dropdown all this time, when all I needed to do was change the html within the form for an unregistered user.


    in reply to: Dropdown Menu #10044273
    leemchildress
    Participant

    And that is exactly what I am looking for!! Thank you again for your help and all you do.


    in reply to: Dropdown Menu #10044271
    leemchildress
    Participant

    Thank you for taking a look. When a user hasn’t signed in it displays Sign In in the upper right and if you click Sign In it displays the Sign In form (thanks to a very awesome web developer). BUT … when a user is signed in, I want Sign In to become a simple drop down box and for the life of me I can’t get it to work. My guess is it has to do with some of the classes in the <divs> before it.


    in reply to: Dropdown Menu #10044268
    leemchildress
    Participant
    This reply has been marked as private.
    in reply to: Dropdown Menu #10044265
    leemchildress
    Participant

    Also, how do I make the text “Sign In” the same size as About Us / Contact Us?


    in reply to: php-mailer #10044204
    leemchildress
    Participant

    Thank you. That resolved the issue.


    in reply to: php-mailer #10044202
    leemchildress
    Participant

    I made the change and still receive the same error (but I do receive the message).


    in reply to: php-mailer #10044201
    leemchildress
    Participant

    I received your test message.


    in reply to: php-mailer #10044199
    leemchildress
    Participant

    Thanks. I’m making progress! Now I get a message saying there was an problem with my message but yet it was delivered with no issue. I turned on debug and this is what I get:

    Error! There was an error sending your message.
    Sending with mail()
    Sendmail path: /usr/sbin/sendmail -t -i
    Envelope sender: [email protected]
    To: [email protected]
    Subject: This is test #4
    Headers: Date: Tue, 26 Dec 2023 10:00:23 -0600From: "Lee M. Childress" <[email protected]>Reply-To: "Lee M. Childress" <[email protected]>Message-ID: <[email protected]>X-Mailer: PHPMailer 6.6.3 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: text/html; charset=UTF-8
    Additional params: [email protected]
    Result: true


    in reply to: Animated Banner on Mobile Devices #10044158
    leemchildress
    Participant

    That did it! You rock!


    in reply to: Animated Banner on Mobile Devices #10044156
    leemchildress
    Participant

    I added background-repeat: no-repeat which solved the tiling issue, but the height of the image should be lessened for mobile devices and the text centered up and down.


    in reply to: Template Issues #10044154
    leemchildress
    Participant

    That worked. Thank you again, and thank you for all your hard work developing this template.


    in reply to: Template Issues #10044144
    leemchildress
    Participant

    Awesome, that fixed it! Thank you so much.

    Lastly, what am I doing wrong with the front page large background-image? I just can’t get the image to appear.


Viewing 17 posts - 1 through 17 (of 17 total)