viverural
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove base slug from custom-post-type URL] fatal error on activateHi,
I have the same issue:
Parse error: syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in /home/pruebari/public_html/viverural.com/migracion/wp-content/plugins/remove-base-slug-from-custom-post-type-url/index.php on line 31
How can I activate the plugin?
Thanks!
Hi!
I updated to the latest version of the plugin, but the error continues. What can i do to solve this issue?
thanks!
Forum: Plugins
In reply to: [WP-PageNavi] Not working with elegant themeHi Lester,
I have the same problem when the url contains 2 or more categories, for example, this URL:
https://www.viverural.com/navarra+alquiler-completo/
Shows 3 pages, but when you click on icon “2”, the 404 error appears.
Thanks!
Forum: Plugins
In reply to: [WP-PageNavi] Not working with elegant themeHi Lester,
I added the code in functions.php and Works fine.
The modified code:
function my_custom_posts_per_page( $query ) { $query->set( 'posts_per_page', 2 ); } add_filter('parse_query', 'my_custom_posts_per_page');
Forum: Plugins
In reply to: [WP-PageNavi] Not working with elegant themeHi Lester,
where i have to add the code? In what file?
Thanks!
Forum: Plugins
In reply to: [Easy Modal] Modal not working with grunion contact formHi danieliser,
I continue with the same problem, the shortcode of grunion contact form doesn′t show on modal window.
Thanks!
Regards,
Forum: Plugins
In reply to: [Easy Modal] Modal not working with grunion contact formHi danieliser,
When i put the shortcodes into a single post or page, its works, but, when i put them into a modal window, the modal does not show the contact form.
The shortcode that i put into a modal window is:
[contact-form] [contact-field label="Nombre" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Comentarios" type="textarea" required="true" /] [/contact-form]
Thanks for all!!!
Regads,