quickonline
Forum Replies Created
-
@mllapan did you have any luck with this? We’re trying the same but simply can’t make progress because of the complexity of schema combined with Yoast API documentation.
Thanks @champsupertramp I have now tried this as well. I have activated the restriction for one category and not for the other. No change.
– A non-logged-in user can still access all posts
– The shortcodes still display in the post contentSure thing @champsupertramp
Here is the screenshot:
https://prnt.sc/sixmok
I am trying to restrict the content on the “Opportunity” content types. Either the entire post for each item or just the details marked with the shortcode https://origin.andsimple.co/opportunity/brand-new-deal/
Thank you!I am experiencing the same issue I think.
What we’re expecting:
– We have three generic pages that should be publically accessible.
– Then we have a custom content type (created by pods): this content should be only accessible to logged-in users of a certain role.I have tried:
1. Using the shortcode restrict method (the post type is set to “restrict” in the UM settings). However, I believe as we’re using elementor, there might be incompatibilities as the shortcode simple outputs on the frontend.
2. I have tried to restrict the individual items in the post type, setting it as only accessible to the logged-in user of the specific type. Again, all content was accessible on the frontend.
3. I have set the entire site to be restricted and then simply excluding some URLS. This time I noticed some results, however not on the pages or types I wanted to exclude or restrict. There were some links to non-https versions of pages and these redirected to the login, where as the correct https versions of the post items were still accessible.This makes me wonder wether it could be something with the plugin have been installed initially on http version of the site and then moved to https?
Best,
F.- This reply was modified 6 years ago by quickonline.
Forum: Plugins
In reply to: [Download Monitor] DM + ContactForms 7 – replacing message body & messageIs there no-one else struggling with this? Could it be a configuration issue?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Date stuck at 1970 is still unresolvedThanks @cognisant_2000 – I’m just wondering about the location, perhaps this file changed in a later version – below is lines 257 – 283 in this installation’s adrotate.php file.
<?php if ($view == "" OR $view == "manage") { // Show list of errorous ads if any if ($error) { include("dashboard/publisher/adverts-error.php"); } include("dashboard/publisher/adverts-main.php"); // Show disabled ads, if any if ($disabled) { include("dashboard/publisher/adverts-disabled.php"); } } else if($view == "addnew" OR $view == "edit") { include("dashboard/publisher/adverts-edit.php"); } else if($view == "generator") { include("dashboard/publisher/adverts-generator.php"); } ?> <br class="clear" /> <?php echo adrotate_trademark(); ?> </div> <?php }Forum: Plugins
In reply to: [AdRotate Banner Manager] Date stuck at 1970 is still unresolved@cognisant_2000 is this fix perhaps for line 296? I assume in adrotate.php? Looks like it fist better there with the date related info