CdMonkey
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Not Working in widgets sectionadd this line into functions.php of your theme:
add_filter('widget_text', 'do_shortcode');
that should help you out.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solveyeah, you can close the thread, did not have time to take over this yet, if anythings come up I will post it in the future. Thanks.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solveok a little clue it is nothing important,just not working with my chrome, tested on firefox and it is working fine.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solveok i keep u updated so .
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solveall in local, but i can prt sc and send it to you.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solvewhen i hit refresh after i’ve got back to the cart page it shows up .
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solve——————-
so actually the problem is :
1- food have been choosen -> go to order page
2- changed mind -> push back button
3- chart instead to keep on screen the ordered food so i can remove it shows that is empy even if it is not4- previous selected food comes out when another food’s chosen.
any idea about this?
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solvethanks for the quick reply, as I said before i am testing out things, but the issue that comes out when i try to change the “food i want” and i go forward and after i fake to be not sure about the food and i go back and i find the cart empty so i do add the right food and i found again the previous one together with the right one to order it is done also when there is no cart in the order page.
no i have zero caching system yet just a fresh wp install and your plugin
about qtranslate do not mind, i use that cause 99% of the time solves the multilanguage problems quickly + some more reasons but so far of course is not your problem, but of course i had to ask you cause might be you had a look before.
ps: before to bother you with questions I read all the documentation.
pps: if it is only me with the back button + items cart problem ( not the q translate one, that i am quite sure i must check out some subroutines) might be i must first try out different combos before to worry to ask again or try to figure out by myself ??
anyway thanks ??
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solveand yes the qtranslate problem remains
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] multiple questions to understand and solveok first question forget it i tried to refresh pages and it did not work untill i posted , now it is fine
it remains that if u hit back button on order page remains the order but on the our menu page the cart tells that is empty but if you add another item after on order page you have the one you choosed before plus the new one
seems we have the same problem, have you found a solution? now is doing right with the first parameter but if you append a second one like
?rel=0&autoplay=1
it will run just the first one ..Forum: Plugins
In reply to: [Firelight Lightbox] lightbox iframe youtube ?rel=0&autoplay=1 working halfdo not mind i’ve mixed up the support forums. ?? lol
could be hard coded in php but is not the best solution, i am still interested in getting it out through the qtranslate and customizr interaction.
Thank you but as far as I can get it I see that this one is for the tagline of the site. I am concerned about the description field of the single image slide. still looking to understand why the quicktag of qtranslate is not working into it. as I reported the interested file is the class-header-slider.php and the lines are
`<div class=”carousel-image <?php echo $img_size ?>”>
<?php echo $slide_to_display ?>
</div><?php if ( $title != null || $text != null || $button_text != null ) : ?>
<div class=”carousel-caption”>
<?php if( $title != null) : ?>
<h1 <?php echo $color_style ?>><?php echo __($title) ?></h1>
<?php endif; ?><?php if( $text != null) : ?>
<p <?php echo $color_style ?> class=”lead”><?php echo __($text) ?></p>
<?php endif; ?><?php if( $button_text != null && $button_link != null) : ?>
<a>”><?php echo __($button_text) ?></a><?php elseif( $button_text != null ) : ?>
<a href=”#”><?php echo __($button_text)?></a>
<?php endif; ?></div>`
still looking how to solve the description topic.