tonyml
Forum Replies Created
-
Hello, I fix it for a while changin your code in line 242 for this: if( session_id() == “” ){ session_start([‘read_and_close’ => true,]); }
Like this dont gave me error.Forum: Themes and Templates
In reply to: [eStore] Delete Cart iconThanks, it works very well
I created as everybody, adding a new page in wp dashboard. For information I have VPS with Nginx, MySQL8, PHP7.3 . But you now shortcodes in page with { } doesnt works so I need shortcode with [ ] for a page with unsubscription_confirm_url
I do not have anything strange just a personalized welcome words and js (ads)
Hello, I think I have not understood correctly or I have not explained myself well. I have a profile page that can be reached through an email with the code <p>Change your profile</p> (it’s the default one) , this code redirects me to the profile page and it works correctly (I can make changes to profile and it works right), this profile page is a customized page that I did inserting the code [newsletter_profile] (can not insert the code {profile_url } since {} are used for emails. The problem is in customized profile page I inserted the shortcode {unsubscription_confirm_url} and it does not work since it is {} working from an email.
Which would be the shortcode with [] equivalent to {unsubscription_confirm_url} to insert it in my custom profile page. (I was reading the documentation and did not find it).