plokamias
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Make use of Cloudflare R2 and ImagesHello there guys,
@isaumya , I think the guys are mentioning the R2 feature where one can store media files, up to 10 GB per account, for free on cloudflare servers.
I too came here searching for a solution to offload a wordpress website’s media on the Cloudflare R2 so I can decrease the size of the wordpress installation.
I understand that there is an option to enable cache reserve, but I think it does not make use of the free features, but instead it is directly chargeable. Also, enabling that won’t offload media to cloudflare, they will exist in both hosting server and R2 (in R2 only for 30 days).
Please kindly correct me if I understood wrong and any of the above info is wrong.
And the question now is, if there are plans for you guys to implement the free R2 capabilities to this already amazing plugin!
Thank you in advance for your reply!
Best regards,
Victor
Hello there again,
The theme developers are willing to try and debug this but they are kindly asking for the following information:
“It is possible that the plugin is using the pre_get_posts filter somewhere in its code base and overrides the blog posts query. Please try to forward the above statement to the plugin developers, or just ask them if the pre_get_posts filter is used or added somewhere in the plugin.”
Can you please kindly provide the following information so they can assist me with the issue?
Thank you in advance for the reply.
Best regards,
Victor
Hello there Eric,
Thank you for the reply. Is there any reason to contact support from there too, or the answer will still be “the default theme does not appear to cause an issue so we don’t care”?.
Best regards
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Weight per product categoryHello there again Mikko and thank you for the reply.
I am sorry that I can’t get this right. So, I want the products included in the category xerox-εκτυπωτ?? (that is the slug of the category) to get a priority in the search results.
Here is the code I use and does not work:
add_filter( 'relevanssi_match', 'rlv_boost_one_term' ); function rlv_boost_one_term( $match ) { if ( has_term( 'xerox-εκτυπωτ??', 'product_cat', $match->doc ) ) { $match->weight *= 6; } return $match; }
What needs to be changed in the code, for the products included in that category to get priority listing in the search results?
Thank you in advance for your reply.
Best regards,
Victor
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Weight per product categoryHello there Mikko and thank you very much for your reply,
So, if I understand correctly, in case I wish that the products included in the product category “123” get a higher weight than the other products in all the other categories having weight 5, I need the function to look like this:
add_filter( ‘relevanssi_match’, ‘rlv_boost_one_term’ );
function rlv_boost_one_term( $match ) {
if ( has_term( ‘123’, ‘product_cat’, $match->doc ) ) {
$match->weight *= 6;
}
return $match;
}I have tried to add that function to my functions.php, but unfortunately it won’t work.
Can it be that the actual category slug contains greek characters or is there something I understood wrong and I need to correct on the php?
Thank you in advance for your reply!
Best regards,
Victor
Hello there guys,
Did you have the time to check the cause of the issue with the right click disabled?
Thank you in advance for your reply!
Best regards,
Victor
Hello there again!
Thank you for the reply!
I went ahead and disabled the security, sorry about that. When it comes to the lesson page, I can’t locate any setting to assign a page for the lessons, as there is for the courses.
Please kindly have a look now that I’ve disabled the security for f12 and right click and hopefully you can locate the styling source and guide me in resolving this! Wishes for a great day ahead!
Best regards,
Victor
- This reply was modified 3 years, 6 months ago by plokamias.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Images in variationsHello there again!
Thank you for the videos. If I understand correctly, the only way to auto-convert variation images to swatches is to install the pro version of the plugin?
Thank you once again for the reply!
It appears to be resolved by itself today. I suppose it was related to Google somehow. Please kindly advise what may be causing this from our server-side, in case that was not related to Google!
Best regards
- This reply was modified 6 years, 3 months ago by plokamias.
Forum: Plugins
In reply to: [WTI Like Post] Remove option to like from Events (events calendar)Thank you so much! That worked!
Forum: Plugins
In reply to: [WTI Like Post] Remove option to like from Events (events calendar)Hey there,
Thank you so much! I will be waiting for your findings and assistance!
Best regards!