Posts by user49915 • 145 points
8 posts
-
0
votes1
answer130
viewsQ: Strings not detected by Polylang.
On a wordpress site to make it bilingual, I’m using the Polylang plugin, however I need to translate the Search part and I can’t. This page is not a page listed in wordpress and in the Strings list…
-
1
votes0
answers33
viewsQ: Hide/Show lightbox
http://jsfiddle.net/x1m5x0p8/14/ Clicking Lustra Packaging 01 will open a lightbox and clicking the right arrow inside that lightbox opens another, but does not close the first. And by clicking on…
javascriptasked user49915 145 -
5
votes1
answer130
viewsQ: Pass "slide" inside the lightbox
Clicking on a link opens a lightbox with the product information clicked, however there is need to display more than one "page" in that lightbox. How to insert more "pages" to move on/back to…
javascriptasked user49915 145 -
1
votes1
answer165
viewsQ: Calling a tab (javascript) through another page
I have a page called Products. This page has a group of tabs. WHY EX: tab 1, tab 2 and tab 3). I have at home a link that needs to call the products page and with tab2 already open. How do I? The…
javascriptasked user49915 145 -
1
votes1
answer9260
viewsQ: Open modal window automatically when opening the page
I am trying to use the . load function of jquery, replacing the .click. because the intention is for the lightbox to open when loading the page and not clicking. JS TO OPEN THE MODAL WINDOW BY…
-
0
votes3
answers3421
viewsA: How to list all posts in a category in Wordpress?
See this plugin http://wordpress.org/plugins/list-category-posts/. I think it solves what you need.
-
1
votes1
answer1555
viewsQ: Reduce Thumbs size of some products in Woocommerce/insert products without shortcode
Has a virtual store that displays the products in the home... products in category A and products in category B. Those in category A are the main ones, those in the secondary category B. So at home…
-
5
votes1
answer1392
viewsQ: Event problems in dynamically created elements
My intention is: A listing where it is possible to add <div> and delete the added Divs with a "button" inserted into each div. The page already comes with some divs fixed inserts which are…