hekg
Forum Replies Created
-
Yes I turned off both js minify and lazy load and it looks like it was only the lazy load feature that was causing it. I turned back on js minification and it’s working ok.
Thanks again!Ah ok. I’ll try that, thanks!
Hi, Nextgen was the one we used. I had no idea that it was changed. Maybe we should use go back then 🙂
Thanks anyway
I got mine working. What I did was, in the shipping section in store settings, I set ‘use shipping’ to yes, then set my base city and zip.
Then below in the ‘shipping modules’ section I selected ‘flat rate’ for internal shipping and left all external shipping as unchecked, clicked save changes. Then edited the flat rate section with $8 as the base shipping price.
Now all seems to be working.
Good luck.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Not creating posts from tweets.Ok thanks for the heads up 🙂
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Not creating posts from tweets.Ok great to hear! Thanks alot 🙂
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] Not creating posts from tweets.HI, any luck getting this feature working on wp 3? This plugin used to work perfectly before Twitter changed their api.
Any suggestions?
Cheers
Thanks David! I just tried that and what happened was that the LI lists got narrower. So I floated all the LI’s to the left and they kind of fell into place but were overlapping each other. Then I gave them a set width of 200px each and it looks great now!
Thanks for the tip.
#footer-info-area ul li{ list-style-type: none; padding:0 20px 3px 0; width:200px; float:left;
}Cheers guys
Ok thanks again 🙂
Yes but I don’t know the correct css syntax, which is why I’m seeking help.
Can anybody help me so that I can get my 10 parent lists to display 2 down and 5 across with CSS?
Thank you
Hi, I used the following code and it’s giving me a nice listing of all the pages and child pages. Now is there a way to spread the UL lists to display side by side instead of vertically like they appear right now?
-
<?php wp_list_pages(‘title_li=’); ?>
Sorry, i posted the wrong screen capture of what I’m trying to accomplish. Here it is: http://cl.ly/3d2w1p281z0t1G0C3M3T
Thanks esmi. I think the best router is to go with wp_list_pages. I found the following code online but this only displays the current page’s title and it’s child page’s titles. How do I display all my pages and their child pages in this footer div?
<?php if($post->post_parent) $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0"); if ($children) { ?> <ul> <?php echo $children; ?> </ul> <?php } ?>Forum: Plugins
In reply to: Category OrderHey wp_guy,
Does your plugin only allow you to organize the order of the sidebar category list? Will I be able to organize the way categories and posts appear? I can’t test it because I use WP 2.2.2 but if I can actually organize the order of my posts then I’ll upgrade so I can use your plugin. Thanks alot!Forum: Plugins
In reply to: Category OrderI want to do the same thing but can’t find a way to do so.
Does anybody know how we can accomplish this?????