anarodrigues
Forum Replies Created
-
btw I’ve been using this plug-in and wordpress on a test environment… i decided to upload it to my hosted wordpress and the price thousand separator, price cent separator work just fine!!
Aaronpie and Rob2525, fixing that would make the price of the search result show up correct right (instead of having the extra two 0)?
If so, can you please help me fix it aswell by posting here the steps on how to create the fields to the database please??
Thank you so much in advanced!
I just updated the script, and yes, same thing is happening… In my case it adds two zeros to the price…
Ps.: Is it possible to change the values of the prices on the search form? Thanks!right now, everything loads and closes, but regardless of what photo my mouse is over, it will open the gallery in the order the photos were uploaded… it doesn’t open the photo with the mouse over… but anyway it’s better than nothing…
Well regarding the thickbox, it wasn’t really a fix… it was more like “hidding” a bug…
First the “close” botton didn’t show up so I had to add this before </head> in my theme’s header:
<script>
var tb_closeImage = “<?php bloginfo(‘url’); ?>/wp-includes/js/thickbox/tb-close.png”;
</script>
<?php
wp_enqueue_script( ‘jquery’ );
wp_enqueue_style( ‘thickbox’ );
wp_enqueue_script( ‘thickbox’ );
?>Then I still had the error that i mentioned. The photos when clicked where appearing on the left lower corner of the screen with messy code after it. So I had to change something on thickbox.js (/wp-includes/js/thickbox/thickbox.js) and finally on listing_details.php i had to remove the class from the main photo… otherwise lightbox wouldn’t open… I also had to remove the loading because thickbox wouldn’t load…
Can you please let me know which file to change or how can I add prices?
I’m also trying to make the widget search fit for a bigger widget area like the size of my header, instead of sidebar size… (because i don’t want it on the side bar). display:inline doesn’t work (user agente issue) and I’ve been adding divs and divs and the submit button part is getting complicated ??
same with me! my search widget has many blank lines!
Hello! I fixed the issue (sort of)… I changed the code so that the loading part could be avoided and it works just fine now… ?? Its not perfect tho but it was the only solution :/
thanks anyway! great plug-in!Well I realised i was a problem of thickbox plug-in… after i fixed a part of the issue but then again the loading never stops and it’s a thickbox problem because wordpress’ default themes don’t work with it either…
So I change my question to: how can I make this plug-in use another gallery plug-in like Lightbox Gallery instead of Thickbox that is no longer continued??
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Problem with menu on the blog and some adviseHello Chouby, thank you for your fast reply! I’m going to test it as soon as I arrive to my personal computer where I have all the files and I’ll let you know if it solves the menu issue!
Once again thank you and congrats for all your work ??