Posts by Tiago • 163 points
6 posts
-
1
votes0
answers149
viewsQ: Wordpress - Custom Post Types URL
Advertising System in Wordpress Post Categories and Sub-Categories (States / Cities): localhost/site/cities/sp/Sorocaba (example) Custom Post Types: Coupons: localhost/site/coupons/postname Ads:…
-
6
votes2
answers598
viewsQ: Create HTML Blocks in Wordpress and call them in the Post or Page
We have a real estate website where we use ACF (Advanced Custom Fields) to better manage real estate pages. One of the fields is the Price Chart. A price list of a condominium serves for several…
-
1
votes1
answer86
viewsA: How to mount columns from <ul>?
The best solution would be to use DIVS. Regardless of the number of results, the layout would fit by putting the results side by side and still give to apply a manually responsive or boostrap…
-
1
votes2
answers26842
viewsA: Simulate a click event without clicking using jQuery
It really was through Rigger, but like this: if(window.location.href.indexOf("?tipo=coberturas") > -1) { $(document).on('ready simularClique', function() { var filtroCoberturas = $('li…
-
2
votes2
answers26842
viewsQ: Simulate a click event without clicking using jQuery
I have a project here with a problem, I’m close to solving but I need a hand from you! At Home, we have a button called "Covers" that when clicked should be taken to the Developments page. On this…
-
5
votes3
answers116
views