arpitap
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] group for non-repeatable fieldsit was doing what it was supposed to do.
Forum: Plugins
In reply to: [CMB2] group for non-repeatable fieldsit is adding 3 values in the DB, 1st one as single array of 3 objects
other 2 are 1 array with sub-array of 3 objectsForum: Plugins
In reply to: [CMB2] group for non-repeatable fieldsHi Michael,
Thanks for the quick response.
the fields are added as expected when I go in new Article – https://www.dropbox.com/s/1ynhgj1w2w48j2w/before-saving.jpg?dl=0
once I publish and then come back to the article, it save as below –
https://www.dropbox.com/s/ksisgahoqp7ccs6/after-saving.jpg?dl=0Hi Frank,
Is it possible to send email only if the user has answered all questions correctly? and if they haven’t, then they will be redirected to quiz with the error message “you haven’t answer all questions correctly, please re-take the quiz”
I will be happy to pay for this small change if you can do it straight away.
Thanks,
ArpitaForum: Plugins
In reply to: [WP Cloudy] Plugin works every other time@rainbowgeek, Our site slows down so much. So we need to deactivate this plugin. If you have any solution for this, we can use it.
Please let me know if any work around is there.
Forum: Plugins
In reply to: [YITH Newsletter Popup] popup on clickThanks for the quick response.
Soon will be in 1-2 days or long? If it is going to be quick, then I can use it. 🙂
Forum: Fixing WordPress
In reply to: pagination and custom taxonomy dropdownHere is the link for a code:
Forum: Fixing WordPress
In reply to: pagination and custom taxonomy dropdownsorry here is the code:
<form name="tax-drop" method="get" id="searchform" action=""><?php /*?><?php bloginfo('home'); ?><?php */?> <select id="cate" onchange="window.location.search = '?documents-category=' + jQuery('#cate option:selected').val();"><?php /*?>'?page_id=' + <?php echo $_GET['page_id']; ?> + <?php */?> <option <?php if($_REQUEST['documents-category']=='') {?> selected="selected" <?php } ?> value=''>All</option> <?php $taxonomies = array('documents-category'); $args = array('order'=>'ASC','hide_empty'=>false); $myterms = get_terms($taxonomies, $args); foreach($myterms as $term){ echo $term_slug=$term->slug; echo $term_name =$term->name; ?> <option value="<?=$term_slug?>" <?php if($_REQUEST['documents-category']==$term_slug) {?> selected="selected" <?php } ?>><?=$term_name?></option> <?php } ?> </select> </form>I have same problem. if any one can please help me.
Forum: Plugins
In reply to: Plugin for a document library?Hey Harty,
Thanks for quick reply.
I already found a way to display different categories using custom post type, but now I want to sort it by Title, Downloads, Date and Author name thats giving me headache.
Do you know any Commercial plugin which does this?
http://202.124.246.26/~egan/?page_id=55 – this is the link of the website on which I am currently working
Thanks and Regards,
ArpitaForum: Plugins
In reply to: Plugin for a document library?has anyone found answer for this? I also need same plugin.
Thanks and Regards,
ArpitaForum: Fixing WordPress
In reply to: write php or shortcode into custom menu linkanyways thanks for your help.
I found the way around.
Forum: Fixing WordPress
In reply to: write php or shortcode into custom menu linkHi vtxyzzy,
one last question, I have written walker class and it is doing what it should be doing, but how it can be directly applied to custom menus?
Thanks in advance.
ArpitaForum: Fixing WordPress
In reply to: write php or shortcode into custom menu linkHey vtxyzzy,
You were right that tutorial is really good, I have added session id in url and now I just have to do styling.
Thanks for your help, I really appreciate it.
Thnaks once again.
Arpita
Forum: Fixing WordPress
In reply to: write php or shortcode into custom menu linkhey!
Can you help me how can I write walker class for adding php writing ability in URL?
I am not able to understand how can I add that facility.
Thnaks.
Arpita