avipr
Forum Replies Created
-
Forum: Plugins
In reply to: Contact form 7Hi
I think you are usign Contact Form 7 and getting this error message “Failed to send your message. Please try later or contact the administrator by another method.” simply install this plugin- https://www.ads-software.com/extend/plugins/configure-smtp/ don’t change any settings and try again to send message.
Hope it will help you.Forum: Fixing WordPress
In reply to: Deleting a theme and re-installing itHi
You can use contact form 7 and if you get this error message “Failed to send your message. Please try later or contact the administrator by another method.” simply install this plugin- https://www.ads-software.com/extend/plugins/configure-smtp/ don’t change any settings and try again to send message.
Hope it will help you.Get solved it was plugin version mismatch.
Forum: Themes and Templates
In reply to: Installation Problems WordPress Theme MistyLook 3.8RCHello
Be aware about wordpress standards- for default style.css it need its name and provider and other info
have alook/*
Theme Name: xxxxx
Theme URI: https://www.xxxxxx
Description: Yoko is a modern three-column blog theme. A responsive layout optimizes the theme for mobile devices like tablet pcs and modern smartphones (the layout switches to a two- or one-column layout depending on the screen size the theme is viewed on). To make your blog post more flexible you can use different kinds of post formats such as gallery, image, video, aside, link or quotes. To customize the theme you can choose your own background, link color, logo and header image. Yoko also comes with a custom social links widget and shortcodes for text columns, info boxes and highlighted text.Author: Elmastudio
Author URI: https://www.xxxxx
Version: 1.0.5
Tags: light, three-columns, right-sidebar, flexible-width, custom-colors, custom-header, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-readyLicense: GNU/GPL Version 2 or later
License URI: https://www.gnu.org/licenses/gpl.html
*/The simple method is
<?php echo do_shortcode( ‘[contact-form-7 id=”1234″ title=”Contact form 1″]’ ); ?>
<?php echo do_shortcode- is short code function, and
[contact-form-7 id=”1234″ title=”Contact form 1″] is the name of your contact form.
Hope it will help you.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Use without shortcodeI hope @takayuki’s answer helped you. The simple method is
<?php echo do_shortcode( '[contact-form-7 id="1234" title="Contact form 1"]' ); ?>
<?php echo do_shortcode- is short code function, and
[contact-form-7 id=”1234″ title=”Contact form 1″] is the name of your contact form.