morfe1
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] No Supported Option after update to 0.9.1reinstalled it on Friday again and got the converters back.
Forum: Plugins
In reply to: [WebP Express] No Supported Option after update to 0.9.1it’s not urgent, I will wait for the next release.
Currently looking for some alternatives, because only GD is avaiable by our host and it doesn’t work with png images, which we use a lot. So I thought about uploading the webp images manually and serving them with nginx on supported browsers.
Forum: Plugins
In reply to: [WebP Express] No Supported Option after update to 0.9.1already tried
still no conversion methods are shown:
Can it be caused by some webserver check?
Because after activating the plugin it shows the notification that i’m using nginx and it won’t work unless I translate the apache rewrites (which I already did and it worked with GD lib and jpg images)
sry, works now, seems to be a caching issue.
Forum: Plugins
In reply to: [Multiple Columns for Gravity Forms] Duplicate Row with all nested fieldsNVM.
Silly me, should have used the List field instead.Forum: Plugins
In reply to: [Sliding Widgets] Twitter Feed ConflictI’ve made a separate page for you if you want to check what’s wrong.
https://orixacademy.com/twitter-test/The twitter code:
<a class="twitter-timeline" data-width="350" data-height="400" href="https://twitter.com/orixacademy?ref_src=twsrc%5Etfw">Tweets by orixacademy</a> <script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Forum: Plugins
In reply to: [Collapse-O-Matic] Roll-your-own and custom VC elementNevermind, I’ve found a way to do it with jquery
FYI:jQuery(‘div[id=test_event]’).each(function(i,el){
el.id=el.id+’-‘+i;
});jQuery(‘div[id=target-test_event]’).each(function(i,el){
el.id=el.id+’-‘+i;
});Forum: Plugins
In reply to: [Collapse-O-Matic] Roll-your-own and custom VC elementI have created a custom element, which saves 4 variables: title, date,content and link.
And then it passes them to the html code with the collapseomatic example I pasted first.The full code of the element can be found here https://pastebin.com/XZZiExbz
These events should have a unique ID associated with them, no?
Normally yes, and if I add unique ids manually everything works fine.
The case is that my boss doesn’t want to mess with the source html code and set ids all the time. So I was looking to simplify it to 4 text fields. But I didn’t find how to assign unique IDs to each element’s div containers automatically and currently they use the same ids (it doesn’t work if I try without ids).
So I asked you if you know the way to use it without unique ids. Or about the way to assign unique ids for each element.
The simple shortcode like ‘[expand title=”Sith” trigclass=”noarrow”]Target Content[/expand]’ sets them automatically. But I can’t get it to work. Tried swapping the quotes and escaping them but all I get is errors or commented php code.
Hi there,
I want 3rd, excepting the redirect. So the results should appear right on the 404 page.
E.g here https://pdidner.staging.wpengine.com/marketing
I’m using another plugin here, which allows to specify the search query in shortcode.
And I’m passing the request_url(final element in url) to it.But I do like your search plugin and would like to use it for the same purpose if possible.
Forum: Plugins
In reply to: [Posts in Sidebar] Displaying Related posts on 404 page with shortcodeHi @aldolat
Thanks for the code and explanation, you’re the best!
I think it should be easier to pass the $request_uri of 404 page to the wordpress’ search function, rather than replacing your plugin’s search functionality. Moreover I’m going to use some plugins for better search experience.
But a better search could be a nice feature for Posts in Sidebar plugin
or your future plugin (something like Posts in 404 page, huh).Regards,
AlexForum: Plugins
In reply to: [Posts in Sidebar] Multiple Category orderDon’t think this will work for me, because there are more than 150 categories but I will take a look, thanks!
Anyway even 60-70% of correct articles is better than nothing)
Thanks for your help! You’ve been awesome.
Forum: Plugins
In reply to: [Posts in Sidebar] Multiple Category orderOh, that makes sense, sorry) Tried removing the red from other posts and it worked by showing just the red ones.
For some reason I thought that it’s supposed to pull the posts with the same category ID in _yoast_wpseo_primary_category (all posts, which have red as primary.)
Got confused by the results of hidemyage.staging.wpengine.com.Do you know if there’s a way to display only the posts, which have the same category set as primary? Or mb better just to display them first. I thought about setting the order by meta_value_num but it’s doesn’t seem to work that way (mb I made something wrong but it gave the posts by date starting from 17th).
Forum: Plugins
In reply to: [Posts in Sidebar] Multiple Category orderI want to display the posts from the Primary category, which is set in the _yoast_wpseo_primary_category custom field with the category ID as value.
1) Post “test16”:
categories = blue, green, red, violet
custom field key = _yoast_wpseo_primary_category
custom field value = 92) Post “test17”:
categories = blue, green, red, violet
custom field key = _yoast_wpseo_primary_category
custom field value = 6(test16 has VIOLET as PRIMARY. And test17 – RED as Primary. I’ve set featured image for each post corresponding to it’s primary category color.)
category IDs: blue(8), green(7), red(6), violet(9)
Debugging is ON now.
PS: I think the tests 13-16 look as if they are working because they were created in a row, all with violet as primary category. All the other posts were created one by one (blue, green, red, blue, green, etc)
Forum: Plugins
In reply to: [Posts in Sidebar] Multiple Category orderDon’t know what am I doing wrong, tried to replicate it on the fresh install without any plugins or widgets but now it doesn’t work at all.
See it here https://innpyt.com/
Getting Posts > Change the query when on single posts
– When on single posts, get posts from this custom field – Checked
– Get posts with this custom field key – _yoast_wpseo_primary_categoryThen I’ve created 4 categories: red, blue, greed and violet and assigned different posts to them. Each have a fetured image with corresponding color.
I can confirm that they all have _yoast_wpseo_primary_category meta_key in the _postmeta table with the category ID as a value.
But if I go to the single post – e.g
https://innpyt.com/test3/
https://innpyt.com/test16/
Sidebar pulls the posts based on their chronological order, despite of the ‘None’ in the ‘Order by’ in the ‘Getting posts’ menu.here are few screenshots https://imgur.com/a/9ZV9z
Forum: Plugins
In reply to: [Posts in Sidebar] Multiple Category orderHi @aldolat,
Thanks for the update, it’s a way better now.
However for some reason few posts from another categories still appear in the results.
So I’ve chosen ‘Get posts from taxonomy using custom field’, put ‘_yoast_wpseo_primary_category’ into the key field and ‘Type of the taxonomy’ remained ‘Category’
Results of my testing (I’ve compared 3 posts):
1) new 4/6 correct vs old 0/4 correct results
https://hidemyage.staging.wpengine.com/hydrafacial-md/
vs
https://beautyblackbook.com/hydrafacial-md/right category id – 385 (daily skincare)
post 7141 def_cat 1495 ( Beauty Products & Devices)
https://hidemyage.staging.wpengine.com/le-mieux-skin-perfecter/post 3490 def_cat 1497 (ANTIAGING SKINCARE EDUCATION)
https://hidemyage.staging.wpengine.com/snail-facial/2) new 3/6 vs old 0/4 results
https://hidemyage.staging.wpengine.com/thermismooth-face/
Vs
https://beautyblackbook.com/thermismooth-face/right category id 710 (LASER SKIN REJUVENATION)
post 7071 def_cat 706 (body)
https://hidemyage.staging.wpengine.com/ultrashape-power-fat-burning/post 6442 def_cat (none is set, don’t know why it pulled this one)
https://hidemyage.staging.wpengine.com/what-is-dual-mode-microneedling/post 5958 def_cat 1495 (Beauty Products & Devices)
3) new 5/6 vs 1/1 (don’t know why it doesn’t show any other)
https://hidemyage.staging.wpengine.com/brilliant-distinctions-program/
vs
https://beautyblackbook.com/brilliant-distinctions-program/right category id – 389 (Injectables)
post 7337 – def_cat 2163 (BOTOX ALTERNATIVES)
https://hidemyage.staging.wpengine.com/rt002-by-revance/So as you see 60-70% results are correct, while it was close to 0% before.
I can live with that, but if you want to find a culprit I will gladly help with testing)Best regards,
Alex