Budolfsen
Forum Replies Created
-
It does not work – I just created a new event – and still no date or buy button on the product page.
I am using the free version – and I have two events already is there a limit on how many I can have.Hi
Both are set on the event – but still nothing shows on product page
Please help
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Mini Calendar widget/shortcodeOkay – where do I find the the date selvtion so I can put in the +1 and +2 – and does this also work with shortcode generator ?
Forum: Plugins
In reply to: [wp-Typography] Email encoder breaks with pluginNo thanks – your solution work like a charm.
Thansk for the help ??
Everything works now – thanks for all the help ??
- This reply was modified 7 years, 8 months ago by Budolfsen.
Chromes browser history and cache is cleared – tested it on firefox works like a charm so now I am even more confused….
I will keep testing ??
The only plugin installed is ultimate-member and it’s using twentyseventeen as theme.
MBstring is enabled – but it still doesn’t work.I even tried to downgrade ultimate-member but still doesn’t work.
I can’t figure out why it doesn’t work – cause nothing is creating a conflict.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileProblem solved – don’t know how – but I deactivated all my plugins and activated them again and now everything works as it should….
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileAll I have done is added the ajax-search code into my functions.php
`/**
* Ajax search from wp query search filter
*/
add_filter(‘uwpqsf_result_tempt’, ‘customize_output’, ”, 4);
function customize_output($results , $arg, $id, $getdata ){
// The Query
$apiclass = new uwpqsfprocess();
$query = new WP_Query( $arg );
ob_start(); $result = ”;
// The Loopif ( $query->have_posts() ) {
while ( $query->have_posts() ) {
$query->the_post();global $post;
//check post type for the post
if(get_post_type() == ‘aktivitet’){ ?>
<?php
include(‘template-parts/detsker_search.php’);//include the template for post type named ‘type1’
?>
<?php }
if(get_post_type() == ‘detsker’){ ?>
<?php
include(‘template-parts/detsker_search.php’);//include the template for post type named ‘type1’
?>
<?php }if(get_post_type() == ‘medlem’){ ?>
<?php
include(‘template-parts/medlemmer_search.php’);//include the template for post type named ‘type1’
?>
<?php }
}
echo $apiclass->ajax_pagination($arg[‘paged’],$query->max_num_pages, 4, $id, $getdata);
} else {
echo ‘Der blev ikke fundet noget….!’;
}
/* Restore original Post Data */
wp_reset_postdata();$results = ob_get_clean();
return $results;
}And the ajax search have worked – thats why I can’t figure out where it has gone bad:)
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileJust tested the plugin witj twentysixteen – and it is the same nothing found when using ajax – but normal search no problem.
Tried a new install of the plugin to test if something had gone wrong – but still the same nothing found with ajax.
Removed the custom thing I have done to use different post types – still nothing found in ajax – but normal search works perfectly.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileThere is only one medlem-item, but a lot of medlem-items – but I have tried to set it to a separate div and it still doesn’t show any results when using ajax – using the regular search function it works perfectly.
I can’t figure out why it shows result on the regular search, but not by ajax
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileSorry – it was the site adress – here is the right url:
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileSorry it has nothing to do with jquery – just tried to downgrade to ver. 1.8.3 and still no Ajax working.
I can’t figure out why it suddenly stopped working cause it worked nicely a week ago.
Hope you can give my page a look to see if you can figure out why.
The page is https://www.broenderslevhandel.dk
Thanks in advance
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Search Filter not working in MobileThis awesome plugin doesn’t seem to be working in 4.5 using Ajax – it works flawlessly with the normal search page.
Maybe it has something to do with the fact that WP 4.5 is coming with JQuery 1.12.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] WPML translationI have now managed to translate everything and it works very fine – but
I have made 3 searchform to Danish, Swedish and Norweigian language and it translate everything well using WPML.
But the problem is when I do a search from the different forms it doesn’t give any result other than in the danish version.
It has been setup using AJAX – and when I use ordinary searchform it works ok.
You can see it in action here https://www.mayflower.dk