Continuous jQuery Slider / Carousel Plugin with linkable slides [for WooCommerce]

If you view the source for your carousel, you’ll see a lot of how it is implemented. The first step would be reproducing their markup with your products. Essentially their markup looks like one #carousel container div and all the items inside their own div. <div id=”carousel”> <div> <img src=”https://wordpress.stackexchange.com/questions/106915/img/fruit1.png” alt=”fruit1″ width=”200″ height=”200″ /> <span>Apple</span> … Read more

Wrapping my ‘s with

I don’t recommend having anything in-between a ul and li. If you make the anchor tag display:block that fills the list, the whole list tag will be clickable. So dont put any height, width, or padding on the list and manage it all instead with the anchor. a { display: block; width: 100%; }

Correct way to make a title a link

Nice one for using WordPress, but this is a straight-up HTML question. Nontheless… <div class=”home-post-header”> <h2> <a href=”https://wordpress.stackexchange.com/questions/105657/<?php the_permalink() ?>”><?php the_title() ?></a> </h2> </div> h2‘s are considered block-level, whereas a & span are inline. Standards dictate that a block-level element cannot be nested inside an inline one. So use a div instead, & place the … Read more

Open attachments in new tab/window

Presuming you don’t have a blank install have you tried disabling all your active plugins to see if it might be a conflict? If you can set the links to open in a new window when no plugins are active then activate one plugin at a time to figure out the culprit. Also check if … Read more

Suddenly unable to share WordPress link on Facebook

I finally solved it. It was something with the permalinks. I changed the permalinks structure and suddenly it works. For anyone who may have a similar problem, try going to settings under wordpress –> permalinks and try changing the permalink structure. I changed mine from day and name to post name and now facebook can … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)