jenniferhz
Forum Replies Created
-
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Line Numbers not displayingThis plugin should work with AMP or remove the code completely if AMP won’t accept it.
<code> <filter> <filter-name>hazelcast-filter</filter-name> <filter-class>com.hazelcast.web.WebFilter</filter-class> <!- Name of the distributed map storing your web session objects -> <init-param> <param-name>map-name</param-name> <param-value>my-sessions</param-value> </init-param> <!- How is your load-balancer configured? stick-session means all requests of a session is routed to the node where the session is first created. This is excellent for performance. If sticky-session is set to false, when a session is updated on a node, entry for this session on all other nodes is invalidated. You have to know how your load-balancer is configured before setting this parameter. Default is true. -> <init-param> <param-name>sticky-session</param-name> <param-value>true</param-value> </init-param> <!- Are you debugging? Default is false. -> <init-param> <param-name>debug</param-name> <param-value>true</param-value> </init-param> </filter> <filter-mapping> <filter-name>hazelcast-filter</filter-name> <url-pattern>/*</url-pattern> <dispatcher>FORWARD</dispatcher> <dispatcher>INCLUDE</dispatcher> <dispatcher>REQUEST</dispatcher> </filter-mapping> <listener> <listener-class>com.hazelcast.web.SessionListener</listener-class> </listener> </code>
There shouldnt be anything broken here….
Forum: Plugins
In reply to: [Yoast SEO] AMP: Error in required structured data elementHoping I can get an answer. This topic was resolved previously but I seem to still have an issue
This is what I followed except I did not set up STMP I instead entered SendGrid API ID
http://chrislema.com/guaranteed-delivery-of-wordpress-mail-isnt-difficult/
Forum: Plugins
In reply to: [Ultimate Member - User Profile & Membership Plugin] Account Page is BlankSo I deactivated everything but UM and switched to the 2015 theme and the page rendered. With my current them and only UM active it does not.
What do I do since it does not seem to be a plugin conflict?
Forum: Plugins
In reply to: [Ultimate Member - User Profile & Membership Plugin] Account Page is BlankSure here is a screenshot:
https://drive.google.com/file/d/1W9pr3DSDxj5kABwrLCFZ8G42S9k2bhSU/view?usp=sharingThank you!!!!!
Yes I am on 2.048
sure I can see the shortcode in the email (see code I copied above) but there is no hyperlink at all just text
Sorry this is not an email it is the message displayed on the screen to the user after they have requested an account.
thanks but this is not an email issue it is an issue that the account activation link shortcode is not working.
<div style=”padding: 30px 0;font-size: 24px;text-align: center;line-height: 40px;”>Thank you for signing up!<span style=”display: block;”>Please click the following link to activate your account.</span></div>
<div style=”padding: 10px 0 50px 0;text-align: center;”>Activate your Account</div>
same 🙁
It is in the body of the email.
OMG I didn’t ever see it. Thank you for helping