S R
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Price Not UpdatingI also need a few more features:
In the Cart: I need a button to “Proceed to Checkout”, “Return to Order”, and “Continue Shopping”.
Currently, “Continue Shopping” shows up at the top but it goes back to the product instead of the main shopping page. It also doesn’t show up if I click straight on the “Cart” button at the top of any page. https://vermontsigndesign.com/cart/
I need it to always be there, regardless if anything is in the cart or not.“Process to Checkout” is there and it’s perfect.
Thanks in advance for any help! I hope these features are simple to implement but if I need to add to the PHP, what is the safest way to do this without causing any errors? Separate php file added via FTP?
Forum: Plugins
In reply to: [WooCommerce] Price Not UpdatingThe site is up again; there was some sort of internal server 500 error.
Basically, all I need to figure out and fix is have the price at the bottom of the page show the same as the price at the top of the page. The price at the top is changing as more “add-ons” are added.- This reply was modified 8 years, 1 month ago by S R.
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] Use this plugin in a widget?Oh, looks like I put the header up above the <?php code instead of below it. That may be the issue…
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] Use this plugin in a widget?Hi Joe,
I didn’t add anything to the code you gave me other than the header.
https://www.codesend.com/view/061adc5ea4ac603d9f4b7a8f92ab434b/I need to have the Bop Nav Search for Menu enabled already, right?
Forum: Themes and Templates
In reply to: Flyout search box?I need the exact same thing except I need to be able to put it into a widget on my page! I don’t necessarily need the icon in the flyout box though; just the placeholder text within the box.
Anyone have ideas?Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] Use this plugin in a widget?Hi Joe,
I made the php file and uploaded it into my plugins folder.
It showed up in the Plugins:
https://prntscr.com/9w59o0However, I try to activate it and it gives me this error code:
Parse error: syntax error, unexpected ‘defined’ (T_STRING) in \\WDP\DFS\41\4\6\5\4184939564\user\sites\1987996.site\www\dev1\wp-content\plugins\bopnavsearchwidget.php on line 9
Did I do something wrong? It’s just in the main directory of the plugins:
https://prntscr.com/9w5aawForum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] Use this plugin in a widget?Thanks, I’ll try it and report back to you!
Oh, where exactly do I add the header?
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barHi Joe,
Thank you for your advice; I shorted the before hover code as you suggested. I should have known better than to repeat all of that code when it wasn’t necessary. So, thank you for pointing that out. It’s fixed ??
I’ll check out the js and the browser detection stuff and see what I came up with.
Honestly, I don’t ever use Safari. Even my Mac using brother doesn’t. And seriously who still uses IE… I did notice that my “Search” text for the placeholder doesn’t show in IE but I don’t care. =D However, someone else mentioned the Safari issue to me so that’s why I was pursuing it. I could decide to not care but I’ll give it one last go and see what I can come up with.
Thanks again! I really appreciate your expertise.
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barHi Joe,
I hate to bother you again but just realized that now that I have the search bar how I want it (other than getting a background behind the drop down portion of it), it doesn’t work in Safari. It just isn’t clickable at all. Works like a charm in IE, Chrome and FF though. Strange. I’m guessing I need to add some webkit instructions to it?
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barHere is what it looks like when I hover and then click on the search:
https://prntscr.com/9pcy6fBasically, I need to find a way to keep the white hover image from dropping down or I need to find a way to “hide” it. Hmm.
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barHey Joe,
I added some hover css so that the magnifying glass would turn white when moused over. The only issue I have now is that the white version wants to jump down with the search box and it’s “underneath” the search box there if you keep your mouse in that general area. I don’t know if you know how to fix that but if not, that’s okay.
Here is the code I have in (I put it in right after the “before” section of code)
.bop-nav-search :hover { display: block; content:" "; background-color: transparent; background: url("https://howehealth.com/dev1/wp-content/uploads/2016/01/search_white.gif"); background-position: 10px 8px; background-repeat: no-repeat; background-size: 20px 20px; width: 30px; height: 30px; margin: 0 0 -29px 0; }
I’m thinking that maybe hover isn’t the right term to use… maybe I’ll try it with “enabled” instead. What do you think?
Thanks again,
SamForum: Themes and Templates
In reply to: Thesis Tagline in Header issuesOkay, is there anyway that i can send you a private message? If so, I’d like to do that and explain things further and give you access.
Thanks!Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barHey Joe,
This is awesome! I am fairly certain this will work for the site and I can customize it a little further to suit my tastes.
Thank you so much for taking the time to do this for me.Sam
Forum: Themes and Templates
In reply to: Thesis Tagline in Header issuesThanks, Bojan!
I’m going to play around with it. I am using custom templates on the Thesis site so I will have a special template for the Home page only and that way I don’t need to worry about hiding the circular head shot on the home page. However, I still do have an issue with the tagline. I want the tagline to stay on mobile view.
This is full view:
https://prntscr.com/9oyzpe
This is a mobile view:
https://prntscr.com/9oyzub
I guess I basically need to make sure the text shrinks from 17 to 15px and then have it move over accordingly. Right now, I have my tagline positioned with this bit of code:text-align: left; position: absolute; margin-top: 88px; margin-bottom: 100px; margin-right: 150px; margin-left: 235px; width: 500px; height: 150px;
Obviously this code wont’ work for mobile so I am going to try and go in and add the media query tags, I guess and see if that does the trick.
Any suggestions or plugins that will make this job easier?
THank you again
Forum: Plugins
In reply to: [Bop Search Box Item Type For Nav Menus] SlideOut Search barI went and added that bit of code you suggested to the plugin file:
add_action( 'after_setup_theme', function(){ add_theme_support( 'html5', array( 'search-form' ) ); } );
Worked like a charm!
Thank you so much!!
Now, I just need to change the font to a different color and work on getting it to look like this: https://prntscr.com/9oyjtd
Basically, I need it to drop-down when clicked on/into.
Right now, it looks like this: https://prntscr.com/9oykeeAny suggestions or ideas?