Dan Stramer
Forum Replies Created
-
Thanks.
I’ve sent an email.Dan
If I set ‘do not consider’ to all options, no posts are displayed at all
- This reply was modified 4 years, 4 months ago by Dan Stramer.
Thanks,
I’ve reduced it to 0.
still seeing only 2 related posts.
(on some posts I do see 3 even before when the setting was 1 or 3)
There are 27 posts in total in the site, the plugin scans all of them (Pool settings).Forum: Plugins
In reply to: [Firelight Lightbox] Inline content default dimensionsoops, sorry.
Just saw the “Dimensions” section where I can set the default dimensions.
Happy holidays!Dan
Forum: Plugins
In reply to: [GenerateBlocks] Border not showing in front endThanks Leo,
This is a static page which I configured as the ‘shop’ page in WC settings.
Kind of like setting up the blog page under ‘reading’.But since GB doesn’t load css on the shop page I think this is the cause.
I can manually edit the css for the page, but I think you should check if it is necessary to do load the css so custom shop pages could be created with GB.Dan
Forum: Plugins
In reply to: [GenerateBlocks] Border not showing in front endHi Leo
This is a shop page, correct but created via a page.If you take a look at the source code you will see that the heading is:
<h2 class="gb-headline gb-headline-ecaadda7 gb-headline-text"/><strong>Face Blends:</strong></h2>
a gb-headline block.
So wondering why it’s not rendering it’s custom GB css.Dan
- This reply was modified 4 years, 5 months ago by Dan Stramer.
thanks.
So when a user wants to upload a listing to the directory (either paid or free), doen’t he need to register / sign up to the site?Forum: Plugins
In reply to: [Contact Form 7] Number field, only numbers no other charachtersI’m currently using this to allow only numbers, but I would like to do it server side with one of CF7’s filters:
$('.license').keypress(function(e){ var charCode = (e.which) ? e.which : event.keyCode if (String.fromCharCode(charCode).match(/[^0-9]/g)) return false; });Forum: Plugins
In reply to: [Relevanssi - A Better Search] Custom Field Based WeightHi Mikko,
I’ve added the code to functions.php
I created a custom field ‘boost_multiplier’
added the number ’50’ to a post I wanted to boost, but it still appears number 6 in search results.
The search works on a CPT post. Can that interfere in any way?Thanks for your support.
Dan- This reply was modified 4 years, 7 months ago by Dan Stramer.
- This reply was modified 4 years, 7 months ago by Dan Stramer.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Custom Field Based WeightThank you very much.
I’ll give or a try.Thanks, yes. did exactly that. with a for each since the users can have more than one role.
Dan
Thanks. Can UM add a class to the body with the user’s level or role?
Just the posts in the homepage.
They are all set to display but have different restrictions.
If the user does not have access to view the full post I would like to change the image a bit (greyscale filter or something similar). Or, add a badge to posts that he can access and view.
See here:
https://academy.dermaspark.com/Thanks,
Danresolved
So I see an answer here, and it does work:
https://wordpress.org/support/topic/how-to-show-post-title-images-for-logged-out-users-for-restricted-posts/Should this be a toggle in the plugin’s settings? maybe that could be beneficial to users.