soulzmaster
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] disable caching for a pagei tried looking around again and found more and more answers that say use the option no.1 (donotcache) but i’m still really confused about how to do it, and my website has to go live by this friday and it is the only thing left , so please help and thanks
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings divi resolved it like this :
i put this shortcode in the post
[event post_id=”xxx”]#_BOOKINGFORM[/event]( where xxx is the post number)
after that it would show two bookingforms on the page , so to disable the first one i went to settings then formatting , i went to the single event script and deleted that :`{has_bookings}
<h3>Bookings</h3>
#_BOOKINGFORM
{/has_bookings}`
now the script shows all as usual , but the booking forms is in the post editor and i can hide it with [shortcode][event post_id=”xxx”]#_BOOKINGFORM[/event][shortcode]hope it helps
Forum: Fixing WordPress
In reply to: redirection problemsi resolved it using an iframe on the page
Forum: Fixing WordPress
In reply to: redirection problemsI found this bit of code`RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/([^/]+)$
RewriteRule .* https://whatever.example.com/somepath/whatever/%1 [L]` from this page https://stackoverflow.com/questions/14070635/rewritting-url-to-hide-real-page-path
But I dont know how to adapt it to my caseThanks
Forum: Fixing WordPress
In reply to: redirection problemswell actually the problem isnt quite the redirection, i tried quick/page and it redirected just fine, but instead of showing in the address bar mywebsite.com/fr/page it actually shows mywebsite.com/fr/reallyweirdurl and i want it to stay mywebsite.com/fr/page even after the redirection
i just wanted to add some info here,
this is my page A with the normal post form :
https://imageshack.us/photo/my-images/845/6p3c.png/and what i want to know how to do is to have this
on my page B , whether its a normal post_type or custom: