G Michael VanTassle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pique] How do I change main/primary menu background color?Thanks, Jarret. That doesn’t seem to have worked, though. Please see this link: https://www.dropbox.com/s/fosv2bo0m931uxr/CSS%20and%20menu%20colors.png?dl=0
The menu is still a dark grey, but the first panel is straight black.
Forum: Themes and Templates
In reply to: [Pique] How to change side menu on post pageI’m not sure that it helps the issue, but thanks for the information about the page ID. That is useful to know.
On the home page, there is no side bar, but the padding for the sidebar is present for some reason. Take a look here to see what I mean: https://www.dropbox.com/s/9os0jvwy9cxx3bg/2019-03-02_19-14-30.png?dl=0
If I change the padding to be zero px, I can no longer see the white line that is running down the right side of the page on the home page but on other pages, the sidebar butts right up against the page text. As it stands now, I was able to turn off the sidebar for the home page.
Forum: Themes and Templates
In reply to: [Pique] Homepage top image color “wash/overlay”: How to change?Perfect! That’s what I needed. Thank you so much!
That sounds like your site is misconfigured. You may need to have your WordPress site “rewrite” all URLs to force them to https. Are you able to manually change the webserver configuration? If so, look for the file named .htaccess in the root directory of your website location (in my setup, it’s in public_html) and have it edited to include the following information. For the first set, that’s to force everything over to SSL, and the second one is to help block scripted hack attempts for your website:
# BEGIN GD-SSL <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP_USER_AGENT} ^(.+)$ RewriteCond %{SERVER_NAME} ^oath\.coach$ [OR] RewriteCond %{SERVER_NAME} ^www\.oath\.coach$ RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] Header add Strict-Transport-Security "max-age=300" </IfModule> # END GD-SSL # Block the include-only files. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] RewriteRule !^wp-includes/ - [S=3] RewriteRule ^wp-includes/[^/]+\.php$ - [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L] </IfModule>Forum: Themes and Templates
In reply to: [Pique] How to change side menu on post page@lizkarkoski Can you help me with adding the page identifier to CSS so that I can not display the sidebar on the HOME page?
Forum: Themes and Templates
In reply to: [Pique] Homepage top image color “wash/overlay”: How to change?I’m using Safari, Firefox, and Chrome, and I am seeing the top background image (b&w stacked stones) as a somewhat teal color on the home page, but pure B&W on the services page.
I also discovered that for some reason, the popup is popping under something when it is displaying over that image. In fact, some of the text on the home page is drawing over the popup, which is probably why you were having issues dismissing it.
Click Here to see a capture of what I’m talking about regarding the home page (SharePoint image link)
And Click Here to see the same area on the services page.
Also, please note the color difference between the two pages’ stacked stones background image. I want the home page to look like the image on the services page image
Forum: Themes and Templates
In reply to: [Pique] Homepage top image color “wash/overlay”: How to change?I changed the CSS as suggested and it seems that the color is still there.
Please see https://oath.coach
vs
Forum: Themes and Templates
In reply to: [Pique] Homepage top image color “wash/overlay”: How to change?Interesting. Thanks for letting me know about the pop up. Mind if I ask what browser you were using?
- This reply was modified 7 years, 4 months ago by G Michael VanTassle. Reason: Did not resolve
Forum: Themes and Templates
In reply to: [Pique] Sub-menus: Does Pique support them?Ah! Thank you so much @lizkarkoski! That’s exactly what I needed. Was that somewhere in the user guide and I just missed it?
- This reply was modified 7 years, 4 months ago by G Michael VanTassle.
Forum: Themes and Templates
In reply to: [Pique] Sub-menus: Does Pique support them?If I understand correctly, that is what I am trying to do.
I currently have the SERVICES page (https://oath.coach/services/) and the Mindfulness Coaching and Spiritual Mentoring pages to display in the menu under the SERVICES link. I have both of these pages set with their parent being the SERVICES page.
Forum: Themes and Templates
In reply to: [Pique] How to change side menu on post pageIn particular, I want to remove the padding from HOME.
It seems that the other pages are alright with the full side bar, but I need the home page to not have the padding.Thank you!
Forum: Themes and Templates
In reply to: [Pique] How to change side menu on post pageAh! I was digging some, and the issue that I was having is the padding on the home page.If I change that to 0px, the mystery bar goes away, but the padding also goes away on the post pages. Any way to change this behavior?
Forum: Themes and Templates
In reply to: [Pique] How to change side menu on post page@darnelldibbles can you help me figure out how to correct the coding disconnect on the page with the CSS to move the side bar to the right showing a white side border on “main” pages of the theme?
@niteo I was fiddling with some settings, and I discovered what was blocking the CMP bat.
I had the “wordpress.com” bar for JetPack turned on! I turned it off, re-enabled the top bar in CMP, and it is showing as expected!
Forum: Themes and Templates
In reply to: [Pique] How to change side menu on post pageAny help?