VampKALLE
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] php 8.1 incompatible with Virtue?Can you share the solution? I have that same problem. Updated theme to the latest version but still :
There has been a critical error on this website.
logging enabled but nothing in there e.g not logging errors.- This reply was modified 5 months, 3 weeks ago by VampKALLE.
Please reply what was the problem.
I have that same problem with one domain. Red border error. Server is fine. PHP 7.4 and it works on other domains. This domain has one subdomain and form is not working on there aswell.
– Tried earlier version
– PHP 7.3
– Totally new form and settingsForum: Plugins
In reply to: [Contact Form 7] Contact form 7 response message translation idea@takayukister, was it so hard to make it happen? Thanks @straint, it’s perfect.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 response message translation ideaI have seen it. Dropdown option would be much simpler and quicker to use.
I am not going to recreate every form in correct language just to have correct response messages. I still have to copy all other form parts again..
Please, add that dropdown thing to make all of our lives easier..- This reply was modified 6 years ago by VampKALLE.
Same problem here, any fixes for it ?
Downgrade your WPML to 3.6.2
So, downgrading WPML did solve the issue, so it is WPML problem. Thanks.
Translated posts are searchable. Also, there is no option to hide posts in WPML, at least i don’t know how.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Populate dropdown with ajax revisitedOk, this was a stupid mistake not understanding the code completely.
My solution is this:
function ajax_uwpqsf() { $cat_id2 = ucfirst($_POST['id']); $idObj = get_category_by_slug( $cat_id2 ); $idd = $idObj->term_id; $args = array( 'child_of' => $idd, 'orderby' => 'name', ); $categories = get_terms( 'category', $args ); $modeldata = ''; foreach( $categories as $category ) { $modeldata .= '<option value="'.$category->slug.'">'.$category->name.'</option>'; } echo '<option value="uwpqsftaxoall">Mudel</option>'; echo $modeldata; die(); }
- This reply was modified 8 years ago by VampKALLE. Reason: Removed unneccesary code
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Populate dropdown with ajax revisitedSorry, this still does not solve it. The problem is in ajax query rather than displaying option items.
I have troubleshooted a bit the best I can. If user selects some category it echoes out to console. And if land rover or any other two word category is selected, it echoes out 0 as if it does not find that category(but it is there!).Filter part still works, but that ajax option population does not.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Conditional Hierarchical Custom TaxonomyAny update?
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Populate dropdownI have exactly the same problem, all child categories are displayed regardless what you choose for the parent. Any pointers?
Forum: Plugins
In reply to: [Responsive Full Width Background Slider] Image captionSame question.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variable product stock qty messageYes, i got my answer already.