unoshop
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Change reset password link when an account is createdThank you very much ๐
Unchecked the โEmail new users a link to set a passwordโ and that solved the problemSo simple
Forum: Plugins
In reply to: [WP Job Manager] Limit search to keyword and not categoryHi rodeo81
Yes, I used only that code. I am using AVADA theme, and it automatically creates a child theme. In this folder there is a functions.php file and I added the code to that file. Nothing else. You can add the code to your themes functions.php file, but when you update, the code will be removed.
You can create a child theme with this plugin:
https://da.wordpress.org/plugins/child-theme-generator/
hope it helps ๐Forum: Plugins
In reply to: [WP Job Manager] Categories as menu itemHi
I am looking for the same option. Unfortunately, Job Categories and Job Types are not visible on my screen. I have checked Screen Options, but they are not present and therefore can’t be checked(And added to the menu)
Forum: Plugins
In reply to: [WP Job Manager] Limit search to keyword and not categoryTHANK YOU TRIPFLEX ๐ ๐ ๐ ๐ ๐
Works perfectly.
Forum: Plugins
In reply to: [WP Job Manager] Categories not showing choiceHi
sorry, I was trying to find a solution myself, but that resulted in the lack of scrolling. Scrolling is working again.
I have tried the following themes:
Twenty Fifteen
Twenty Nineteen
Twenty SeventeenNo change. Not working with any of them either.
I am using Avada themeI am having a similar problem with the jobagent feature. The “job Type” field is not working. Not able to select and deselect.
Forum: Plugins
In reply to: [WP Job Manager] Categories not showing choiceHi
That is strange. I am still having the problem.
Its the field “Vรฆlg en kategori” (Select category) that is not updating with the selected categories.
Right now I only have 3 categories:
Design / Grafisk
Hรฅndvรฆrk
IT
When I choose one of them, the field still says “Vรฆlg en kategori” but the site lists the jobs in the selected category.Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Widget filters showing up the wrong placesHi
Thanks for your quick reply.
I have updated to the latest version, but it did not fix the problem.
The widget is still showing in this category
https://www.unoshop.dk/vare-kategori/sport-fritid/
and the sub-category
https://www.unoshop.dk/vare-kategori/sport-fritid/kikkerter/I only want it to show in the subcategory.
Widget Output Value Limitation is set to “Kikkerter”
Forum: Plugins
In reply to: [Site Reviews] Use site_reviews_summary on random pageDoh, thank you so much. I did not know the post_id was actually the wordpress ID. Now it works perfectly ๐
Forum: Plugins
In reply to: [Site Reviews] Force username to reviewok, thank you very much
It worked when I removed the name field ๐
The other problem was solved by renaming my “user” page to “author”
Now the links works ๐Forum: Plugins
In reply to: [Site Reviews] Respond to reviewsHi
Thank you.
I plan to have several different “Editors” added. One for each company.
Can I somehow limit the “Editor” to only access the reviews concerning their company and not all the reviews made by my users?Flemming
Forum: Plugins
In reply to: [Site Reviews] Review Widget not linking to pageok, thank you again ๐
Forum: Plugins
In reply to: [Site Reviews] Review Widget not linking to pageWow
Thank you for the quick reply ๐
Changed the shortcode from:
[site_reviews_form id=”xxxxxx” hide=”email”]To:
[site_reviews_form assign_to=”post_id” id=”xxxxxxxxx” hide=”email”]
Works perfectly. Thank you very much ๐
What is the difference between “assign_to” and “assigned_to” ?