mayuxi
Forum Replies Created
-
Thanks, I will let WPDiscuz guys know.
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Weired scale on mobile devices with AWSFixed. The reason of this weird scale was a super long link in the comments section, which made page on mobile super wide and scaled not properly.
thanks
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] multiple menuYou need to input you primary menu class which holds UL-list in the plugin’s settings.
Got it. Thanks. Wrote a post in WPDiscuz support board.
Forum: Plugins
In reply to: [Contact Form 7] Is user input stored and sent by Contact Form plugin@mauriziok
Não falo italiano, mas falo português 🙂
Precisa setup “Additional Settings” em CF7 como isso:
https://contactform7.com/save-submitted-messages-with-flamingo/Open the Additional Settings tab in the contact form editor page, and add lines like these:
flamingo_email: “[the-email-field]”
flamingo_name: “[the-name-field]”
flamingo_subject: “[the-subject-field]”Does anybody ever tested this plugin (Contact Form 7) on mobile devices? Especially androids.
On my website 55% traffic comes from Mobile devices, most of them androids. I need this upload field to work. Please help!
Forum: Plugins
In reply to: [Contact Form 7] Which Field labels are necessary?To make any field necessary/required you have to put * sign (asterix) in fields name.
For example normal not-required text field:
[text your-text]required:
[text* your-text]Both text and text* are used for single-line input and accept any form of text. The difference between them is that text* connotes a required field. In Contact Form 7’s convention, all types of tags with an asterisk ‘*’ mean that these are required fields.
Forum: Plugins
In reply to: [Contact Form 7] Is user input stored and sent by Contact Form plugin1. No, it’s not stored in DB. You have to use Flamingo plugin by same author to store it in DB and have back-end access to it.
2. Yes, theoretically all sent mail stored in your server log.
3. As far as I know, CF7 doesn’t send any info to 3rd parties.
Sorry, looks like this is connected to my optimization tweaks. I disabled SVG icons…
Enabled them back and everything works.
Thanks again!
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Mgnifying glass icon not showingLooks like magnifier icon doesn’t show on TwentySeventeen theme (current wordpress’ default theme) as well. Can you fix it please? (Example: bumafan.ru)
Forum: Plugins
In reply to: [Comments Import & Export] Doesn’t import comments for Custom Post TypesHi Mujeebur.
No, I don’t have trouble with viewing the comments after import.
I have problem with importing comments for Custom Post Type.
I have CPT called “news”, and looks like your plugin only imports comments for post_type = “posts”
I checked your code, and in /comments-import-export-woocommerce/includes/importer/class-hf_cmt_impexpcsv-import.php I saw this line (662):if ($cmd_type === 'comment') { $query = "SELECT ID FROM $wpdb->posts WHERE ID = %d AND post_type='post' AND comment_status='open'"; $posts_that_exist = $wpdb->get_col($wpdb->prepare($query,$id)); if (!$posts_that_exist) { return true; } return false;So the post_type is hardcoded. I changed post_type from ‘post’ to ‘news’ and ran the import again. Everything works now.
Thanks!
Forum: Plugins
In reply to: [Portfolio Slideshow] Slideshow Lightbox Not WorkingSame problem here.
I updated the plugin and now lightbox on click doesn’t work.how to fix it?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Cannot redeclare class HelperSorry, just found a thread with my issue and Plugin’s author response: http://wordpress.org/support/topic/bug-fatal-error-in-classeshelperclassphp?replies=9
Forum: Plugins
In reply to: [WP-Markdown] Strange bug after 1.5.0 updateStephen, how can I help you. Can you give me a link to “new/fixed” 1.5? Where can I get it, so I can test it?
Thanks
Forum: Plugins
In reply to: [WP-Markdown] Does not installCheck you posting formatting in your blog, is it broken? Because so far we have two similar issues after update to v. 1.5.