jumust
Forum Replies Created
-
Forum: Plugins
In reply to: [Better archives widget] WPML supportWhere should I add the above lines of code?
Forum: Plugins
In reply to: [Theme My Login] reCAPTCHA in Login formIt is generally silly I agree but in case you are working with sensitive data it’s really important to add a security measure (this is what my client asked). Automatic login attempts are frequent.
Do you think is there a quick way to use your plugin functionality, I don’t want to add another plugin for this https://www.ads-software.com/plugins/captcha-on-login/
Thanks
Thanks for trying to help me, but actually those are ID numbers while next to them there are invoice numbers that are also sent to customer via email after the payment…please see screenshot https://screencast.com/t/tZFg1aj0h
Plugin author has never faced this request?
[ No bumping please. ]
Anyone has any idea?
Is there any add-on or pro functionality that I can buy to accomplish it?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] I want to add shortcode features but dont know how to?Thanks a lot cpthapa!
If you want to share it before to upload in www.ads-software.com I can test, just let me know
Thx
Forum: Plugins
In reply to: [The Events Calendar] I want to add shortcode features but dont know how to?Thanks Barry!
Actually I’m not so expert with coding and I don’t know how to do that.
Anyone came up with a solution?
Thanks a lot
Forum: Plugins
In reply to: [The Events Calendar] I want to add shortcode features but dont know how to?HI,
I’m looking for the same. Is there a simple way to use shortcode to display coming up events (same as widget) in wordpress Pages?It might be good a php function also…
Thanks
I had the same issue and last April I found a solution:
– Add
on_sent_ok: "_gaq.push(['_trackPageview', '/thank-you.html']);location.replace('https://mywebsite.it/thank-you');"
in Additional Settings of your form.First track on a virtual thank-you.html page, second redirect user to a Thank You page where there is Adwords tracking code
– Create a “Thank You” page in WP and add in the content editor your Adwords tracking code.
I have also my Google Analytics code in the Header.php
Basically I could see conversion tracking in Adwords panel and visits in Analytics (paid search).
Suddenly today I realized that from May 15th data in Analytics (paid search) dropped almost close to 0. Though in Adwords I see conversion.
I’m using CF7 3.3.3
Any ideas?
Forum: Plugins
In reply to: [WP Image Carousel] Why do I see small pictures? Not working rightHi, I’m having the same problem I guess, please see the screenshot here https://screencast.com/t/jzfduw1NBAUb
I have implemented the carousel simply in a static page.
I’m not using any gallery plugin but I’m using Woocommerce, in the theme there might be a lightbox integrated I think. Here you are the list of plugins that have been installed in my site:
Contact Form 7 by Takayuki Miyoshi versione 3.4.2,
WPML Multilingual CMS by ICanLocalize versione 2.8.2,
Under Construction by Jeremy Massel versione 1.08,
WooCommerce Multilingual by ICanLocalize versione 2.3.2,
WooCommerce by WooThemes versione 2.0.10,
WP Image Carousel by Ziv, Itzoovim versione 1.0.1,
WPML String Translation by ICanLocalize versione 1.7.1,
WPML Translation Management by ICanLocalize versione 1.6.1The thing is that if I go back to previous page in the browser and go back to the page with the carousel, it works.
Any suggestions would be much appreciated
Forum: Plugins
In reply to: [Custom Content Type Manager] Missed ScheduleSorry it should be server related. The server added a line of code to disable WP-Cron in wp-config.php
Thanks
Forum: Plugins
In reply to: [Custom Content Type Manager] Missed ScheduleHere you are
*SYSTEM INFO*
————————
Plugin Version: 0.9.7-pl
WordPress Version: 3.5.1
PHP Version: 5.3.22
MySQL Version: 5.5.31-30.3-log
Server OS: Linux
————————
ACTIVE PLUGINS:
* Contact Form 7 v.3.4 [https://contactform7.com/]
* Executable PHP widget v.2.1 [https://www.ads-software.com/extend/plugins/php-code-widget/]
* WordPress SEO v.1.4.7 [https://yoast.com/wordpress/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin]
————————
CURRENT THEME: The Blog v.1.2 https://theblog.mnkystudio.com/Might it be related to the Server and the wp-cron function?
Thanks
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Link STILL doesn't open in new windowI have left this plugin for a couple of years because it was not useful since the OPEN LINK IN A NEW TAB was not working.
I have just installed it again and I hoped to find this bug fixed but it’s still not working.
Mark Jaquith, do you have any idea when you will fix this main feature of your plugin?
If it’s going to be a late fix in the years, folk do you suggest any other plugin that does similar things?
Thanks
Forum: Fixing WordPress
In reply to: Display category as linkThanks for your help!
Here it is the widget, you can select one category, choose the title and number of posts shown, finally the thumbnail
https://screencast.com/t/Gp5w17chrNU
I can’t handle what you suggested, too tricky for my knowledge. I don’t want absolutely to use other plugin on my site because I have already a lot, but looks like this plugin will make the trick https://www.ads-software.com/extend/plugins/gg-widget-title-link/
Forum: Fixing WordPress
In reply to: Single – Listing posts from one current categoryAWESOME thanks man! It worked
Forum: Fixing WordPress
In reply to: Single – Listing posts from one current categoryThanks for sharing this but I can’t find a solution, I’m not so good at coding.
I thought that it might be easier than what you explained, basically just like doing a query for current posts in single post sidebar and exclude one category always (let’s say the number 1), so if the post belongs to number 1 and 2 category it will display only posts from number 2 category.
If post belong only to number 3 category it will show posts from 3 category.
Maybe I can use the category__not_in..???