brandimykle
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Selectable Recipient with PipesI am having the same issue! Can you help me with this!!
It works fine if I don’t use the pipes, but when I insert the pipes it doesn’t work.
This is my form code:
<label> Your Name*
[text* your-name] </label><label> Your Email*
[email* your-email] </label><label>Send To:*
[select* your-recipient “It Support|[email protected]” “General Inquiry|[email protected]”] </label><label> Subject
[text your-subject] </label><label> Your Message
[textarea your-message] </label>[submit “Send”]
——————————
This is what I have in my Mail Tab for the To field:
[your-recipient]Forum: Themes and Templates
In reply to: [Sydney] Remove Page TitleYou’re very welcome!! So glad I could help!!!
Forum: Themes and Templates
In reply to: [Sydney] Remove Page TitleNot confusing at all!! No you don’t remove the code. You could, but it’s not the best way to do it. I did it and I had a horrible space I couldn’t remove without coding some more. Then I figured out this way. So you ONLY change the settings in the appearance, no adjusting code. ??
Forum: Themes and Templates
In reply to: [Sydney] Remove Page TitleI did it here: Appearance > Customize > Header Area > Header Type >
Front Page Header Type Radio button checked on Image
Site Page Header Type Radio button checked on No Image.Hope that helps! Let me know if I can help you any more!!
Forum: Themes and Templates
In reply to: [Sydney] Adjust leading of bodythank you!!
Forum: Themes and Templates
In reply to: [Sydney] Remove Page Titleok I feel like a dummy now. Yes, use front page as template, get it now. I used the “no image header” on all the other pages and just added a siteorigin image widget set to full-width. That removes the dark parallax and you can change the image on each page.
here’s my site https://www.digitalmusicworkshop.com
Forum: Themes and Templates
In reply to: [Sydney] Remove Page TitleI figured it out. Remove this code from the content-page.php
<header class="entry-header"> <?php the_title( '<h1 class="title-post">', '</h1>' ); ?> </header><!-- .entry-header -->
Forum: Themes and Templates
In reply to: [Sydney] Remove Page TitleThanks for the update! So you are saying to put this code
.home .content-area { margin-top: -130px; }
where? The header.php page?
You know what’s weird. My home page works fine (no title), but all my other pages (no header image) are showing the title. Does that mean anything?
Forum: Themes and Templates
In reply to: [Sydney] UpdateAwwww! thank you I will!
Forum: Themes and Templates
In reply to: [Sydney] UpdateYep I’m very familiar with FTP, wordPress, still learning. Thank you so much for your help!!!
Forum: Themes and Templates
In reply to: [Sydney] Updateany suggestions on how to backup my site?
Forum: Themes and Templates
In reply to: [Sydney] UpdateOk great thank you!! ??
Forum: Themes and Templates
In reply to: [Sydney] UpdateOh gosh, as far as the editor goes? Or stuff in the pages, posts. etc.? I’m currently trying to remove the page title, but it’s not working for me. Here’s my site: https://www.digitalmusicworkshop.com.
I’m trying to get my site without a sidebar too and my developer did something to remove it, but I’m not sure exactly how he did it.
I have made changes in the layout builder on pages, etc. but I don’t think I’ve changed anything other than that.
Forum: Themes and Templates
In reply to: [Sydney] Remove Page TitleI added it to my header.php at the very end, it is not working. There wasn’t one to edit.
Forum: Themes and Templates
In reply to: [Sydney] Remove sidebar from sydney thememe too, this is driving me nuts.