yflor3
Forum Replies Created
-
I call the code when the user is submitting/ uploading a post from a front end uploader.
This is part of the code I have on my footer file:
<div class="modal-top-wrap"> <div class="halfpost"> <div class="append"><?php _e('Type', 'Aruna');?></div> <select class="post_type" name="post_type" id="myCombobox"> <option value="window-image" selected><?php _e('Image Post', 'Aruna');?></option> <option value="window-slider"><?php _e('Slider Post', 'Aruna');?></option> <option value="window-video"><?php _e('Video Post', 'Aruna');?></option> </select> </div> <div class="halfpost category-combobox"> <div class="append"><?php _e('Category', 'Aruna');?></div> <select name="post_category" id="categoryCombobox"> <?php $categories = get_categories('hide_empty=0'); foreach($categories as $category) { $id = $category->term_id; $name = $category->name; ?> <option id="category_<?php echo $id;?>_bg" value="<?php echo $id;?>"><?php echo $name;?></option> <?php } ?> </select> <div class="append"><?php _e('Country', 'Aruna');?></div> <select name="post_country" id="categoryCombobox"> <?php $countries = get_terms( "country", array('hide_empty' => 0,) ); foreach($countries as $country) { $id = $country->term_id; $name = $country->name; ?> <option id="category_<?php echo $id;?>_bg" value="<?php echo $id;?>"><?php echo $name;?></option> <?php } ?> </select> </div> </div>
This part of the code I have on my function file:
$country = $_POST['post_country'];
more code//setting country wp_set_object_terms($post_id, (array)(int)$country, 'country');
I have WP 4.2.2. I tried types version 1.7.2 and still not working.
I have to go back to Types version 1.6.6.4 for it to work.Forum: Plugins
In reply to: [Report Content] Problem with Infinity scrollI tried… I couldn’t make it to work. Can you help?
Forum: Plugins
In reply to: [Report Content] Problem with Infinity scrollI’m actually a noob when it comes to JS. I was able to write the callback by trying out different method I saw in the internet… it took 5 days to figured out.
I will let you know how it goes with the suggestion you gave me.
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payHello friend,
I hope everything is going well. I haven’t heard from you. Please let me know if you have any updates on the requested features.
Forum: Plugins
In reply to: [GIF Animation Preview] Plugin Not Working on Featured ImagesI updated everything and still not working.
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payHello Szaleq,
Please check your email. I messaged you a few times.
Forum: Plugins
In reply to: [GIF Animation Preview] Plugin Not Working on Featured ImagesHello,
I updated my website with a new theme and the “add_filter” you game me is not working anymore
Here is an example
https://worldwtf.com/378Please help me.
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payHello Szaleq,
I send you a few emails on your gmail account. Please reply my emails ??
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payI received your email. Your gmail account worked.
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payHello,
I just checked my email.
I have not received your email.
Here is my email so you can verified you are sending it to the right one.
geriyeri30 (at) hotmail (dot) comForum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payI send you the email regarding the request, but I haven’t heard from you. Please let me know if you received it and I hope you can respond to my email.
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payI send you the email. I hope you got it.
Forum: Plugins
In reply to: [Easy Watermark] Featured Request – Watermark under image – Willing to payI will email you so we can talk about the cost and if you will be able to add all those features to the plugin.
-watermark under the image (jpg, png, jpeg)
-watermark under animated gif file with many frames.
-the setting should allow us to choose whether we want a text or image watermark under the image.Forum: Plugins
In reply to: [GIF Animation Preview] Plugin Not Working on Featured ImagesThank you!! It worked ??