katerene
Forum Replies Created
-
Forum: Plugins
In reply to: [Easing Slider] mobile version not scalingthanks for the response, i appreciate it!
Forum: Plugins
In reply to: [Easing Slider] mobile version not scalingit screws up the css tweaks i made, unfortunately.
Forum: Plugins
In reply to: [Easing Slider] mobile version not scalingoh, p.s., because of my css, i can’t simply choose the option for it to be responsive in the admin page. ??
Forum: Fixing WordPress
In reply to: Put image below nav & above content, different each page?i finally figured it out. just in case anyone else wants to know, here’s the code snippet that goes above the closing header tag… just repeat and alter the numbers and image url as many times as needed
`<?php if (is_page( 15 ) ):
// page 15 ?>
<div align=”center”><img src=”IMAGE URL HERE” alt=”” width=”900″ height=”250″></div><?php endif; // end the if, no images for other other categories ?>
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] price and buy button colorwill do!
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] price and buy button coloryay! that was it! you are the best, thank you!
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] price and buy button colori have looked everywhere i can think of and attempted many changes, but no luck. do you have any other guidance? i will include the page source code excerpt. thank you, once again.
<div class="post-entry"> <div class="toeCategoryShortcodeWrapper"><div class="archive tax-products_categories"> <div> Per page: <a href="/store/rings/?posts_per_page=20"> 20 </a> <a href="/store/rings/?posts_per_page=50"> 50 </a> <a href="/store/rings/?posts_per_page=100"> 100 </a> <a href="/store/rings/?posts_per_page=all"> all </a> </div> <div> Order By: <a href="/store/rings/?orderby=price&order=DESC">Price</a> <a href="/store/rings/?orderby=price&order=ASC">↓</a> <a href="/store/rings/?orderby=price&order=DESC">↑</a> <a href="/store/rings/?orderby=date&order=DESC">Date</a> <a href="/store/rings/?orderby=date&order=ASC">↓</a> <a href="/store/rings/?orderby=date&order=DESC">↑</a> </div> <div class="product">
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] price and buy button colorit may be on the All Products page too, but i do not have one of those active right now. it shows on each of my Category pages.
for example: https://nikstone.com/store/rings/
thanks
kateForum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] price and buy button colorhi alexey,
one more question if possible.
can you tell me how to opt out from having the following appear on category pages? it is a small inventory for now and looks odd to have these sorting options with only 3 items on a page. ?? i have searched the code but cannot figure it out myself.Per page: 20 50 100 all
Order By: Price ↓ ↑ Date ↓ ↑thank you again!
kateForum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] price and buy button colorthanks so much!
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Cannot show images for productah. i just realized the image format doesn’t work. so if anyone else stumbles on this thread, .bmp files don’t show. i switched to .jpg and it works.
Forum: Plugins
In reply to: [Ready! Ecommerce Shopping Cart] Cannot show images for producthaving the same problem. was this resolved? can anyone clue me in? thanks!
Forum: Installing WordPress
In reply to: can't do auto upgrade to 3.5….?okay, i will try that. and i definitely already did a back up. ??
thank you!Forum: Fixing WordPress
In reply to: RSS feed missing style informationfigures i just sorted it out. i knew it’s be simple.
blank line at the end of the config.php file, in case anyone else has the problem.
thanks! ??