VirtualityStudio
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Square WooCommerceAlso interested in this, has anyone developed something that works yet?
Forum: Fixing WordPress
In reply to: Permalinks Causing ProblemsYou are AWESOME! Between that and deactivating a wp-ecommerce add-on plugin I am back up and running again!
Thank you!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Permalinks Causing ProblemsHere is the htaccess file contents:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressIt is inside of a subdomain folder… could that be causing the problem?
Forum: Fixing WordPress
In reply to: Permalinks Causing ProblemsNo – it is hosted on godaddy. :/
Forum: Fixing WordPress
In reply to: 404 page not showing contentPermalinks wasn’t working… solved one problem found another.
Forum: Plugins
In reply to: wp-e commerce sidebar questionFigured out the problem, hope this can help someone else. Check your page.php and make sure that your theme is displaying the sidebar there. If not, it won’t show up on your wp-ecommerce pages.
Forum: Plugins
In reply to: share and follow – where did it go???Thanks! The last time I checked their site, it seemed to be down… nice to know they are back!
Forum: Plugins
In reply to: WP e-Commerce Grid View LITE CSS Questionnevermind, found it… just wasn’t showing up in the editor – is in asset folder if anyone else has this problem 🙂
Forum: Plugins
In reply to: WP e-Commerce Grid View LITE CSS Questionliskabora.com/store/gifts-and-favors/ is the link where it is displayed.
Forum: Plugins
In reply to: share and follow – where did it go???For those looking for a decent replacement, the “Social Slider” plugin is somewhat similar. I am trying to figure out a way to remove the border/background, but other than that it works well. 🙂
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Floating bar is in WRONG PLACEThis is still an issue – using a child theme of twenty eleven and it is doing the same thing to me.
Any fixes for this yet?
Forum: Fixing WordPress
In reply to: Firefox/Chrome Navigation IssuesThank you!!!!! I was having the same issue and this took care of it perfectly! 😉
Forum: Plugins
In reply to: Portfolio Slideshow – Re-SizingToggling helped, thanks!
Forum: Plugins
In reply to: Portfolio Slideshow – Re-SizingThanks for your reply Dalton! It is doing the same thing on a fresh installation of TwentyEleven. I thought it might have been the “full” selection at first, so I changed it to the large size, but on my phone the images still extend off the page to the right.
Any ideas would be most appreciated!
Site: http://www.liskabora.com
Forum: Fixing WordPress
In reply to: Move edit button on post page – Twenty elevenI figured it out…
Anyway, for other people who want full width content and are using the one-column design.
Move the css for both:
.one-column.singular .entry-meta .edit-link a {to move it off of your pages
and
.singular .entry-meta .edit-link a {to move it off of your posts
Hope this helps somebody else 🙂