xmatter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Move Toggled Menu Below HeaderI did not fix said issue, nothing would work. So I decided to create an _s theme from scratch and customize to suite my needs. Thanks!
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Move Toggled Menu Below HeaderHere is a link to view the open and closed images addressed above.
2 ImagesForum: Themes and Templates
In reply to: [Twenty Seventeen] Put Site Branding in Navigation Menu BarI would like to know the same thing. No matter how I attempt to fix the header to the top, it never works.
Forum: Themes and Templates
In reply to: [OnePress] Center Navigation Menu Not WorkingThe logo height is 150px. I want the navigation menu vertically centered within the header. I can do it with a margin top style at 50px. If there is a better way, please let me know. Also, while you are viewing the site, when scrolling from the top or using the ABOUT link the site jumps to half way through the ABOUT section. With that jump a visitor missing out on the first few lines of the ABOUT section. Thoughts on that???
The site is https://www.gotwaffled.com
Forum: Themes and Templates
In reply to: [OnePress] Footer Info GoneThat worked! Thank you!
Forum: Themes and Templates
In reply to: [OnePress] Onepress / Change menu fontWell done and thanks for sharing!
Forum: Networking WordPress
In reply to: SubSite/Dashboard Not Working on IIS 8That’s great to hear @despeaux
Glad I helped at least 1 person with WP and IIS… it is a tricky combo to make it function properly.
I am not using any plugin to “manage roles”. I am using BuddyPress though.
Forum: Fixing WordPress
In reply to: WP Gallery Image SpacingSo I just tried the CSS Editor within the Admin Panel and it worked. Any thoughts on why it wouldn’t work within my theme’s style css?
I used .gallery-item
Forum: Networking WordPress
In reply to: SubSite/Dashboard Not Working on IIS 8IIS does not use a htaccess file. But I did manage to get this to work by using this:
<rule name="WordPress Rule 4" stopProcessing="true"> <match url="^intranet/([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)" ignoreCase="false" /> <action type="Rewrite" url="{R:1}" /> </rule> <rule name="WordPress Rule 5" stopProcessing="true"> <match url="^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*)" ignoreCase="false" /> <action type="Rewrite" url="{R:1}" /> </rule>
Take note on Rule 5 (compared to Rule 4. I had to remove parts of the match url and also change R:2 to R:1.
What I don’t understand, is that during the network install of WP, it prompts to copy two specific code snippets. The snippet for wp-config is fine, but the webconfig is incorrect. There seems to be enough information out there about users having issues with this and IIS, maybe the WP engineers will correct this down the road to include the correct code snippet for IIS setups.
Forum: Networking WordPress
In reply to: SubSite/Dashboard Not Working on IIS 8I forgot to add that I receive a “The page isn’t redirecting properly” error whenever I try access the dashboard on front facing site.
Forum: Networking WordPress
In reply to: SubSite/Dashboard Not Working on IIS 8here is my wp-config:
define('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'IP ADDRESS HERE'); define('PATH_CURRENT_SITE', '/intranet/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
Forum: Plugins
In reply to: [WP Customer Reviews] Make v3 form responsive again?I have chosen to use Rich Reviews over this plugin. This css is cleaner, and review is mobile friendly. With some simple custom css, my review form does the job.
Forum: Plugins
In reply to: [WP Customer Reviews] Make v3 form responsive again?I am also wondering this same thing. The plugin seems great up until it’s viewed on a mobile device. Unfortunately I will have to look elsewhere until someone has some insight on this.
Forum: Themes and Templates
In reply to: [Motif] Hamburger Icon Spacing OffI removed the child theme from the template directory and activate the default Motif theme, same results.
Before posting on the forum, I copied genericon files from the expound theme, still same result.