Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.September 26, 2014 at 8:54 pm in reply to: Changelog for all Neighborhood theme updated . PLEASE! #115026
Ok, thnaks!
Thanks Kyle, but you need to add !important to those otherwise they don’t want to work. And then the a:hover otherwise the color does not change when the mouse is over the link… 🙂
.widget_nav_menu ul > li.current-menu-item a { color: #111111 !important; }
.widget_nav_menu ul > li.current-menu-item a:hover { color: #dd3333 !important; }
.widget_nav_menu ul > li.current-menu-item > a { color: #dd3333 !important; }Hate to put those !important all over the css but sometimes is the only way…
September 26, 2014 at 3:10 pm in reply to: Catalog Images size on the shop page, are they correctly sized down? #114962Ok, Kyle. So what is the optimal size for the category pics? The height and width? So it is shown as it was designed by you guys originally? Thanks!
September 26, 2014 at 3:00 pm in reply to: Catalog Images size on the shop page, are they correctly sized down? #114955But why? The sizes are set in Product Image Sizes/Catalog Images settings in the admin and should not be changed.
And if you see the generate code in the theme (below), the size is expected to be 150x150px but then someway on the way the theme resizes the images to 450x450px which is not correct.
Here is the code from firebug from the shop page “neighborhood/woocommerce/content-product_cat.php”
<img width="150" height="150" alt=”category” src=”http://the-site-url.com/wp-content/uploads/2014/09/150×150-category-image.png” />You see that the img size is 150×150 px but still the output is stretched out… something is definitely wrong 🙁
Attachments:
You must be logged in to view attached files.September 26, 2014 at 10:58 am in reply to: Changelog for all Neighborhood theme updated . PLEASE! #114844Thanks Ed, sounds great. But does it means that there is a change log for the lasted 1.9.3 update. I would love to see it. Thanks and good the good work! 🙂
September 25, 2014 at 3:28 pm in reply to: Changelog for all Neighborhood theme updated . PLEASE! #114572ps. I mean “theme updates” misspelled 🙂
September 25, 2014 at 3:14 pm in reply to: Catalog Images size on the shop page, are they correctly sized down? #114563This reply has been marked as private.September 25, 2014 at 2:39 pm in reply to: Product Search Returning blog results rather than staying product shop page #114540Hi,
I am also looking for solution to narrow the search result to ONLY products and show the results as the PRODUCT list and not as a blog post list.
The mentioned search URL “http://neighborhood.swiftideas.net/?s=case&post_type=product” I wonder WHERE on the theme is used. Can not find it on the demo or my site. If I do a search on the demo site and type word “case” into the upper, right Ajax box search on http://neighborhood.swiftideas.net/ I get 10 results but the first ones are showing PAGES and if I press enter I get this http://neighborhood.swiftideas.net/?s=case site.
So please, tell me where is the “http://neighborhood.swiftideas.net/?s=case&post_type=product” search used on the theme pages? Thanks!
Thanks Kyle!
Yes, the active color is now set, thanks! And the line is there, thanks to your css code BUT still when the parent page is selected the BOTH parent and children are marked wtih the “current” color in the sidebar, and NOT only the current page (-> the parent). Please see in the link above.
This reply has been marked as private.September 23, 2014 at 2:29 pm in reply to: Missing translation post type in Ajax search result #113777Perfect! The translated names are already in my po file 🙂 thanks!
Close the ticket and maybe add to the next update.
September 23, 2014 at 2:19 pm in reply to: Strange symbols in search results when the search string is not found #113769Thanks! Just a comment for the CSS, its NOT h1 but h6 in the code… so it should be rather:
.no-search-results h6
🙂
-
Posted in: We hit Power Elite.