nikkiwraith
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] Connecting WooCommerce to Facebook Failshttp://downloads.wp.xz.cn/plugin/facebook-for-woocommerce.1.11.4.zip is the source for the older version.
Forum: Plugins
In reply to: [Meta for WooCommerce] Connecting WooCommerce to Facebook FailsSo far, it looks like I have a fix. Manually removing the plugin, uploading and activating the old version linked in the sticky allowed it to connect. However, product uploading is failing.
I too have been fighting this for 2 days. It’s good to see I am not losing my mind, but I don’t have any answers yet.
- This reply was modified 5 years, 9 months ago by nikkiwraith. Reason: Click notify
Forum: Fixing WordPress
In reply to: Author listI’ll chime in as well. When I write a page or post, the default attribution is to the first name on the list of users. However, commenting works as expected.
Forum: Fixing WordPress
In reply to: Content doubles on archives and pagesI beleive those lines are in index.php (inside of your theme) and need to be removed, or simply commented out. Put
<!--at the beginning, and-->at the end. See if that helps.Forum: Fixing WordPress
In reply to: Content doubles on archives and pagesGot it! After much “comment it out, and see what happens” hacking,
I found this line to be the problem:<!-- code for just the titles --> <?php if ($single) { the_content(); } else {//no content, nothing. } ?> <!-- end title code -->Now, I have no idea why, but it fixed the problem.
Forum: Themes and Templates
In reply to: Fluidity WordPress Theme ReleasedI’m having an issue with a header image in Fluidity3c. It can be seen here:
http://blogs.tattooeddad.com/The problem is the image repeats. I’ve changed the size of the image, changed the repeat in the CSS, I’ve done all the things I know how to.
Any help would be appreciated.
TIA,Nikki