diegodgogd
Forum Replies Created
-
This will be very helpgfull to me too!
I have a lot of products that all of them has the same customization.If you find a solution, please let me know! Thanks!
Forum: Plugins
In reply to: [Contact Form 7 Phone Module] Telephone Mask broken in CF7 v3.7sorry, but in my case, when I inserted the phone tag in the form, it doesn’t load. The page loads with the header, footer, but the form not.
Wbennet posted some line codes, but I can’t find in the phone.php file.
How can I resolve this?
ThanksSo, I have the same problem, you already know how to fix it?
ok, i found whats wrong, just change the following lines in loop.php or index.php (it changes according your theme)
<?php next_posts_link('« Previous') ?> <?php previous_posts_link('Next »') ?>(it’s in the end of file)
by
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>and it suposes to be working now. ;D
hi, i had the same problem, i just activate the plugin, and don’t works, my wp is 3.0.1 version.
i had to put some code into the page files??