cryogenn
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] disable lightbox for product picturesobriandavids – did you ever figure this out? I’m trying to disable my “click event” also on the single product page for my site.
Forum: Plugins
In reply to: [Collapsing Categories] Invalid Argument in Collapscat.PHPThanks 3dolab, I was able to find another plugin but hopefully it helps someone else.
Forum: Plugins
In reply to: [ClickBank Press] Is CB Press stil in biz?I would like to know also. Plugin hasn’t been updated since Feb 19 2013 according to their website and I can’t find a contact form or email to use to ask.
Forum: Plugins
In reply to: [Page navi slider] Easy way to replace paginationMarking as resolved, the option wasn’t there in the last post.
Forum: Plugins
In reply to: [Page navi slider] Easy way to replace paginationCool thanks, found it.
Forum: Plugins
In reply to: [Page navi slider] Easy way to replace paginationIs there anyway to contact you outside of WordPress? I checked your plugin’s readme but didn’t see any email in there.
I cannot (should not) post the site here because it is for an adult toy store and not a “regular” site.
Forum: Plugins
In reply to: [Page navi slider] Easy way to replace paginationActually, I figured it out. In Canvas there is a file called “theme-woocommerce.php” and on line 140 there is woo_pagenav();
So I commented that out and right under it, placed:
page_navi_slider();
And that solved the problem with replacing the default page numbering setup.
Forum: Plugins
In reply to: [Page navi slider] Control width of the slider to fit the columnHi, thanks for pointing that out. I was starting at the “0.833em” part but didn’t see the line you had above about adjusting the percentage.
That did solve the problem.
Also, you have a small typo on that page “plugin widht” where it should be “width” of course.
Forum: Plugins
In reply to: [Page navi slider] Increase padding between slider and page numbersHi Iznogood1, I ended up using the below and it worked out for me, which is the same third value as you have above but with px:
.wpns_window {
border: 0 none;
margin: 0 0 25px 0.417em;
overflow: hidden;
padding: 0;
}Thanks for replying and confirming.
Forum: Plugins
In reply to: [Page navi slider] Control width of the slider to fit the columnOr if it is possible to center the plugin on the page but then have it take up xx% of the page width.
My theme has a column layout by percent option where I can use 20% left hand column, 60% middle and 20% right hand column.
So whether you want to use numbers or a percent or both, I just need to find some way to keep the slider to the middle column and dictate how much of that space it takes up.
Perhaps someone else might like to keep the slider just to the right or left column only, so an option for that too if someone else found it useful
Forum: Plugins
In reply to: [WooCommerce Piwik integration] What does this do?Simonmc, did you ever figure this out? Here looking to track some ecommerce analytics also and realized that WP-Piwik can’t track SKUs, order values etc. Did you find a way to do this?
Forum: Plugins
In reply to: [Dropdown Menu Widget] DropDown fixed in WordPress 3.6.1Okay thanks, I double checked mine and I do not have that code, nor that jQuery file on my server. I’ll have to keep looking for a solution or it would be great if the developer could just fix the issue.
Anyway, thanks for all your help.
Forum: Plugins
In reply to: [Dropdown Menu Widget] DropDown fixed in WordPress 3.6.1Thanks for the reply sdhunt.
Should I assume that you already have the below line in your header.php file? I checked my directory structure and none of the themes I have installed has a “js” folder. Is this something I have to add myself and if so, where would I get the file from?
<script type=”text/javascript” src=”https://www.YOURWEBSITE.com/wp-content/themes/MYTHEME/js/jquery-1.10.2.js”></script>
Forum: Plugins
In reply to: [Dropdown Menu Widget] DropDown fixed in WordPress 3.6.1sdhunt, could you explain what steps you went through to apply the fix? I have not been able to solve it myself, so was hoping to get some more detailed assistance.
Forum: Plugins
In reply to: [Simple Responsive Slider] Shortcodes for posts and widgetsOkay thanks, appreciate it.