mrbandit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sticky mobile menuI have updated the css for the menu, but what file do I inject the jquery code into?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Remove/Disable Sidebar – Can anyone help me?Have you tried going under Customize > Theme Settings and make it one column?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] 2 Browser Menu issuesI researched a IE11 issues with wordpress and came across an issue that described IE behaved like it were IE7 or 8. The fix discovered in that was placing the following code in the <head> area.
<meta http-equiv="x-ua-compatible" content="IE=edge" >
This fixed my single column issue.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] 2 Browser Menu issuesI’ve figured out the large menu bar issue. Here is the code that came with 2017
.menu-toggle { line-height: 25.5; }
I changed that value in my child theme to 1.5 and it was fixed.
Now I have to figure out why IE 11 is causing me grief and making the page jerky. Any help will be appreciated.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Sidebar Not DisplayingIf you are referring to the front page than yes, it is blank by design. You can add them with a child theme. Just create a front-page.php in the child theme and copy the code from the page.php into it. As soon as I did this anything in the default theme sidebar showed up on the front page.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Page Title conundrumI have corrected the upload errors. In the first two images the green arrow points to the name that happens to be the name of the page. The third image has two arrows that point to “search results for <search_term>” and the page title for the page that meets the criteria. If I use the css
.hentry .entry-title, .page-title { display: none; }
The page titles the first two images point to go away as desired. However, the two items on the search results page do as well. The absence of the page title renders searching useless since there is no link to click on when a match is found.
Any help is very much appreciated!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Page Title conundrumFirst off, my pics uploaded incorrectly. I will have to fix that in the morning. The title I want to remove is shown in green on the first two pics. It is the name of the page. By attempting to get rid of it via the css in my first post it subsequently removes entries and titles on the search results page. The search picture with the titles is the one that uploaded incorrectly.
Sorry for the confusion.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Page Title conundrumThe site title field is already blank.
Here is what my site looks like right now without the css I shared in the OP.
I need to add that I am using a child front-page.php that contains the code from page.php to allow me to have sidebars on my site frontpage. Please note the green arrow showing the title I am trying to omit.Here is what a normal page view looks like
Please note the green arrow showing the title I am trying to omit.Here is what the normal search results looks like
Please note the two green arrows showing the title(s) that I want to keep.Here are those same views after I add the css from the OP. I forgot to add a img for the frontpage, but it does remove it.
Please note the green arrow showing where the title was omitted.Here is what the normal search results looks like
Please note the green arrow where the two titles were before.Would it be simpler to work with the search results only?
Michael, I did exactly as you instructed and did not get a one column result. My site is set to 2 column, I have a page created with no sidebar assigned. I have selected One Column from the template selection on the page editor. I have the custom sidebar plugin and did have a sidebar assigned to the page in question. After un-assigning a sidebar to the page the theme sidebar is showing and I’m still seeing a two column view.
I’ve thought about empting the theme sidebar, but I have a child front-page.php with the page.php code in it and it pulls the theme sidebar in a frontpage view. Ironically this post gave me that idea and it worked great.
I see now that the arrow is a page bookmark for #content and that #content is relevant to the page you are currently on.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to move up the menu on the homepageThanks for the response, but I should have been more clear. I like the menu where it is located, but I wanted to have the frontpage area exposed some initially rather then having to scroll down.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Front page sectionsForum: Themes and Templates
In reply to: [Customizr] Help with category conditionNevermind, I figured it out. I was in the right file, but not coding my syntax correctly.
`<?php if (in_category(‘Sold’)) { ?>
THIS IS SOLD
<?php } ?>`This is by far my most favorite theme yet!