Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'contact form 7'
-
AuthorSearch Results
-
In forum: Ascend Theme
Hi,
Overnight the UberMenu plugin stopped working on screenbolaget.se.I got this error message all over the site:
Warning: Missing argument 4 for ascend_menu_nav_li_css_classes(), called in /home/screenbo/public_html/wp-includes/class-wp-hook.php on line 286 and defined in /home/screenbo/public_html/wp-content/themes/ascend_premium/lib/nav.php on line 39
UberMenu 3, Version 3.2.7
I deactivated the plugin and the warning vanished. What could be the problem do you think?
Home URL: *Login to see link
Site URL: *Login to see link
WP Version: 4.9.1
WP Multisite: –
Permalink Structure: /%postname%/
Front Page Display: page
Front Page: Hem (#49)
Posts Page: Nyhetsblogg (#38)
WP Memory Limit: 64 MB
Database Table Prefix: Length: 4 – Status: Acceptable
WP Debug Mode: –
Language: sv_SE
Server Environment
Server Info: Apache
PHP Version: 7.0.25
PHP Memory Limit: 512 MB
PHP Post Max Size: 50 MB
PHP Time Limit: 90
PHP Max Input Vars: 3000
PHP Display Errors: ✔
SUHOSIN Installed: –
MySQL Version: 10.1.24
Max Upload Size: 50 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
Active Plugins (21)
Black Studio TinyMCE Widget by Black Studio – 2.6.0
Contact Form 7 by Takayuki Miyoshi – 4.9.1
Cookie meddelande by dFactory – 1.2.40
Custom Facebook Feed by Smash Balloon – 2.4.6
Cyclone Slider Pro by Nico Amarilla – 2.10.4
Easy WP SMTP by wpecommerce – 1.3.1
Google Captcha (reCAPTCHA) by BestWebSoft by BestWebSoft – 1.33
Google XML Sitemaps by Arne Brachhold – 4.0.9
Instagram Feed by Smash Balloon – 1.5.1
Jetpack från WordPress.com by Automattic – 5.5.1
Kadence Slider by Kadence Themes – 2.2.0
Kadence Widget Dock by Kadence Themes – 1.0.0
Kwayy HTML Sitemap by Kwayy Infotech – 3.1
Really Simple SSL by Rogier Lankhorst – 2.5.23
Page Builder av SiteOrigin by SiteOrigin – 2.5.16
Swiftype Search by Swiftype, Inc. – 1.1.48
WooCommerce by Automattic – 3.2.5
Wordfence Security by Wordfence – 6.3.22
Yoast SEO by Team Yoast – 5.8
WP Smush Pro by WPMU DEV – 2.7.6
WPMU DEV Dashboard by WPMU DEV – 4.4
Theme
Name: Ascend – Premium
Version: 1.2.9
Author URL: *Login to see linkIn forum: Ascend ThemeIn reply to: Theme contact form / text and message customization
In forum: Ascend ThemeHello,
I know you recommend using contact form 7, but I am pretty happy with the embedded from you have going on Ascend, and the page styling as well.
I wouldn’t know how to do the same page with contact Form 7, so I’d like to go with this beautiful one.
But I need it in French and English
I was able to find in the forum how to modify some of the fields, so that should be ok, but how to modify the “Thank you! Your message was sent successfully” message so I can write something in French instead?
Thank you.In forum: Virtue ThemeIn reply to: double checking email address in contact form 7
November 2, 2017 at 10:38 am #166479I think you might be looking for a plugin like this:
https://wordpress.org/plugins/contact-form-7-confirm-email-feild/You should never add code into the parent theme files. If you need to add something custom you should be using a child theme.
Ben
In forum: Virtue ThemeHow do you make confirm email address to worK?
[your-email_confirm] does not seem to work.The following is what I found online search, but the virtue functions.php is different.
function wpcf7_main_validation_filter( $result, $tag ) {
$type = $tag[‘type’];
$name = $tag[‘name’];
$_POST[$name] = trim( strtr( (string) $_POST[$name], “n”, ” ” ) );
if ( ’email’ == $type || ’email*’ == $type ) {
if (preg_match(‘/(.*)_confirm$/’, $name, $matches)){
$target_name = $matches[1];
if ($_POST[$name] != $_POST[$target_name]) {
if (method_exists($result, ‘invalidate’)) {
$result->invalidate( $tag,”address does not match”);
} else {
$result[‘valid’] = false;
$result[‘reason’][$name] = ‘address does not match’;
}
}
}
}
return $result;
}add_filter( ‘wpcf7_validate_email’, ‘wpcf7_main_validation_filter’, 11, 2 );
add_filter( ‘wpcf7_validate_email*’, ‘wpcf7_main_validation_filter’, 11, 2 );In forum: Pinnacle ThemeNovember 1, 2017 at 10:46 am #166267Hi Ben,
here the new topic. I am sorry, I have a strong headache.
I am very sorry if I was unclear with my questions.So,
I wanted to add a new “contact form 7” so I had to change the template and I choosed “page builder” becuase I did not find the fullwidth and the dafault template has a white backgroud that I can not change. Which one would be the fullwidth option, if there never was this option?My contact page was looking like this:
*Login to see linkI wanted to change the cocntact form because I want to add new fields and I had to leave the “contact template” and choose another one, so that I can add the contact form 7… and then I realized that there is a cellspacing between the pictures and the text… I do not want that…so I tried to put a white background in both cells, but there is anyway a space between. How can I adjust that?
See the second contact-page that I was layouting:
*Login to see linkThen, I tried to adjust it with CSS but nothing worked out.
I usually just had to add the info at the “custom css” and not directly into the child-theme “style.css”
Anyway, none of both options worked out.And I do not know if the code was wrong or there is an issue with the CSS because it is a child-theme
I already wrote 2.0.8 instead of 1.0… but it also did not help/*
Theme Name: Pinnacle Premium Child Theme
Theme URI: *Login to see link
Description: Child Theme for Pinnacle Premium
Author: Kadence Themes
Author URI: *Login to see link
Template: pinnacle_premium
Version: 2.0.8
*/I tried this code:
td {padding:15px}
td {padding-top:10px;
padding-right:20px;
padding-bottom:5px;
padding-left:0px;}td {padding:10px 20px 5px 0px}
I also tried this one:
table { border-collapse: collapse; }
table tr td { padding: 0px; }This looks more like CSS code for pinnacle, but also nothing
.panel-row-style {
padding-bottom: 0;
}***
The typography that I customized in “custom CSS” is working well…
In forum: Virtue ThemeTopic: do_shortcode [tabs]
Hi Ben,
I’m trying to programmaticaly make tabs with dynamic content in a widget, however it seems complicated. I need to put other shortcodes and php inside a shortcode, is this even possible?
function booking_shortcode() {
ob_start();echo '<div class="bookwith">';
echo (do_shortcode('[tabs]'));//tab always showing
echo (do_shortcode('[tab][contact-form-7 id="6859" title="BRONBEZBOOK"][/tab]'));//tab showing if not null
if ($hotelid != null) {
echo (do_shortcode('[tab title="Booking.com" start=open]'));
echo '<a target="_blank" class="bookitafter" href="*Login to see link . $bcity . '&highlighted_hotels=' . $hotelid . '">Бронировать</a>';
echo (do_shortcode('[/tab]'));
}
echo (do_shortcode('[/tabs]'));
echo '</div>';
return ob_get_clean();
}
add_shortcode('booking_sc', 'booking_shortcode');Can i try to make it this way:
$variable = echo '<a target="_blank" class="bookitafter" href="*Login to see link . $bcity . '&highlighted_hotels=' . $hotelid . '">Бронировать</a>';echo (do_shortcode('[tab title="Booking.com" start=open]' . $variable .'[/tab]'));
In forum: Virtue ThemeIn reply to: problem with Contact Form
In forum: Virtue ThemeTopic: Server CPU Usage
We’ve used Virtue for years, but in the last two weeks our host (siteground) has shut down our site for spikes in CPU Usage. Here is the most recent information from them. Does this make any sense to you…I got nothing.
Stacey
_____________________________________________________Avatar
Georgi Ganchev
Support GuruPosts: 25290Posted On 27 Oct, 2017 11:59 CDT
Hello Stacey,Since you have reached limit which is 4 times higher than the one allowed for your hosting plan there is no more options to increase it on our end.
I have increased it a little bit now and the site is online.
We have conducted a detailed investigation and it turned out that your application executes slow queries towards its database, which eventually hogs the server. The server tries to execute your slow queries while putting other processes in the queue until some memory is freed. While they are waiting however, they stack up and cause further problems. There can be many reasons for slow database queries, but the following 3 are the most common ones:
1. Large database
2. Not well written scripts
3. Large number of internal links that query the database directly.Code:
=== Databases Info ===========================================================
Database Tables Views InnoDB MyISAM Slow Queries Slowest Query DB Size
————– —— —– —— —— ———— ————- ——-
mealslik_db 80 0 35 45 9 3.024 78.8 MBCode:
=== TOP 9 of 9 (total) Slow Queries for the past 24 hours ==========
1. Executed 17h 19s ago for 3.02381 sec on Database –> mealslik_db
Date: 2017-10-26 18:57:39 Query_time: 3.023810 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000096
# Schema: mealslik_db Last_errno: 0 Killed: 0 UPDATE wp_wsek_options SET option_value = ‘0’ WHERE option_name = ‘rhc_recurr_version’;
————————————————————————————————
2. Executed 1h 50m 17s ago for 1.635692 sec on Database –> mealslik_db
Date: 2017-10-27 10:07:41 Query_time: 1.635692 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000102
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘11269’;
————————————————————————————————
3. Executed 55m 23s ago for 1.594213 sec on Database –> mealslik_db
Date: 2017-10-27 11:02:35 Query_time: 1.594213 Rows_examined: 0: Rows_sent 0 Lock_time: 0.000121
# Schema: mealslik_db Last_errno: 0 Killed: 0 INSERT INTO wp_wsek_options (option_name, option_value, autoload) VALUES (‘_site_transient_timeout_http_worker_lock’, ‘1509120213’, ‘no’) ON DUPLICATE KEY UPDATE option_name = VALUES(option_name), option_value = VALUES(option_value), autoload = VALUES(autoload);
————————————————————————————————
4. Executed 2h 9m 12s ago for 1.551562 sec on Database –> mealslik_db
Date: 2017-10-27 09:48:46 Query_time: 1.551562 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000089
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘10765’;
————————————————————————————————
5. Executed 18h 23m 45s ago for 1.546859 sec on Database –> mealslik_db
Date: 2017-10-26 17:34:13 Query_time: 1.546859 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000088
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘8697’;
————————————————————————————————
6. Executed 1h 44m 13s ago for 1.442539 sec on Database –> mealslik_db
Date: 2017-10-27 10:13:45 Query_time: 1.442539 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000081
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘11426’;
————————————————————————————————
7. Executed 18h 38m 13s ago for 1.24591 sec on Database –> mealslik_db
Date: 2017-10-26 17:19:45 Query_time: 1.245910 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000055
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘8328’;
————————————————————————————————
8. Executed 17h 3m 27s ago for 1.208931 sec on Database –> mealslik_db
Date: 2017-10-26 18:54:31 Query_time: 1.208931 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000058
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘9795’;
————————————————————————————————
9. Executed 1h 5m 59s ago for 1.080231 sec on Database –> mealslik_db
Date: 2017-10-27 10:51:59 Query_time: 1.080231 Rows_examined: 1: Rows_sent 0 Lock_time: 0.000091
# Schema: mealslik_db Last_errno: 0 Killed: 0 DELETE FROM wp_wsek_queue WHERE id = ‘12406’;You could check the following articles for more information on how to optimize your database:
*Login to see link
*Login to see linkFurthermore, you may consider contacting a third party developer who will be able to help you resolve the issue.
Best Regards,
Georgi Ganchev
Senior Technical SupportIn forum: Virtue ThemeHi,
I need to add…
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘*Login to see link
}, false );
</script>…so my contact form redirects to a thank you landing page. The advice seems to be to add this in to the header.php but I know this is not the case with this theme. Where should I be adding the code?
Thanks Andrew
In forum: Virtue ThemeIn reply to: Question about topbar and main menu
Hi Dmitry,
All the following css can be pasted in your custom css box in Theme Options > Advanced Settings.1.
@media (min-width: 768px) { .col-md-6.col-sm-6.kad-topbar-right { width: 75%; } .col-md-6.col-sm-6.kad-topbar-left { width: 25%; } }2.
.home .kad-info-box { min-height: 250px; }3.
textarea#sow-contact-form-field-message-59ed55bbb54b7 { max-height: 120px; }4. You can adjust the size from Theme Options > Menu Settings. Then this css will float it left:
#nav-main, .nav-main { float: left; }Hope that’s helpful!
Hannah
In forum: Ascend ThemeHi,
I would like to change colours to background and words to the “submit” button on different contact forms.
Have tried the following but without success:
.nf-form-content input[type=submit] {
background: #ff7f00;
}the link here: *Login to see link
many thanks
In forum: Pinnacle ThemeIn reply to: Double pages are being created
I believe I elimnated WooCommerce
that is a pasted link that goes to my site, those particular pages keep regenerating.
So do you see the repetition?About
Albion Hills Fat Bike Festival 2017
Blog Grid
Cart
Cart
Checkout
Checkout
Contact Us
Features
Galleries
Home
Icons
Kelso #3 Race Series 2017
My account
My Account
Our Portfolio
Paris 2 Ancaster 2017
Portfolio Alt Style
Scroll Gallery
Shop
Shop
Shortcodes
Site Map
Sugar Shack Hustle 2017
Testimonial Input Form
Testimonials
Totally Spoked 2017Those are
In forum: Pinnacle ThemeSeptember 21, 2017 at 5:12 am #160305Hi,
I am trying to change the colour of the send button on my contact page. I have checked existing posts which mention Theme Options > Advanced Settings.
I don’t see this specific option so have tried adding the recommended CSS to Theme Options > Custom CSS.
This is the code I added. I don’t see any errors, but it has not changed the button colour.This is the code I picked up from other posts…
input.wpcf7-form-control.wpcf7-submit {
background: purple;
}input.wpcf7-form-control.wpcf7-submit:hover {
background: grey;
}Please can you help?
Many thanks,
JackyIn forum: Virtue ThemeIn reply to: Some adjustements
1. You’re missing a closing bracket for the CSS above. Add that in and the CSS I sent should work properly.
For the text to go within your contact form box, you need to add placeholder text as outlined in this tutorial:
https://contactform7.com/setting-placeholder-text/-Kevin
In forum: Virtue ThemeIn reply to: Some adjustements
In forum: Virtue ThemeTopic: Some adjustements
Hi, I need some help to fix some things in the home page of http://www.eatwithsimonetta.com:
1. I would like to insert a line below the title of the paragraph (add example link link)
2. I would like to move the Reality button under the text and align it to the left
3. In the contact form, I would like the words “your name” … etc to be placed inside the box.Thanks a lot
In forum: Virtue ThemeTopic: Contact Form 7
In forum: Ascend ThemeIn reply to: AMP support on themes
Hi Ben,
In order to have a better competitive advantage vs available AMP plugins, I think you’d need to do better in these areas:
1. style (the look) – AMP landing pages are very basic at the moment (mainly because every theme is coded differently and the AMP plugin needs to work for all of them. Soo it stripes everything to the bare bone). Your advantage would be knowing your own code and therefore knowing what can be stripped and what is already AMP compliant = producing a much nicer landing page
2. theme integration =
– Theme Settings AMP on / off
– including options like auto redirect mobile, colour settings, maybe a separate mobile AMP homepage (like you have at the moment without the AMP)
– on page setting – AMP on / off (Is this an AMP page? setting)3. a couple of useful widgets – current AMP pages are basically just text and some images. Hard to style if you don’t want to study AMP allowed code and implement it. You could prepare a few useful widgets (site origin or your own) for key elements – images, text styling, buttons / highlights.
4. another issue with AMP is lack of contact forms – so a kadence contact form (or generic form, even better CF7 integration) that’s AMP compatible would bring new subscribers for sure (your price is mmuch better than current AMP CF7 integration for example). Key here would be marketing and finding those interested of course.
My main frustration with AMP plugins at the moment is that you can’t really style / align etc. anything much without reading about and implementing AMP code yourself. AMP has great potential because of it’s speed, but on the other hand, it puts visitors off as the standard style is ugly and it’s hard to achieve something nicer.
The sooner you start the stronger your unique selling point & the bigger the market 🙂
Happy to discuss this in more detail over email if you prefer, or we can keep it here.
thanks
LukasIn forum: Virtue ThemeIn reply to: Use of Site Origin
September 13, 2017 at 10:43 am #159003Dear Ben:
Information below. Thanks for your help.
Cynthia
Under WordPress Environment
WP memory limit: 256 MBUnder Server Environment
Server info: Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 mod_fcgid/2.3.9 Phusion_Passenger/3.0.18
PHP version: 7.1.8
PHP post max size: 8 MB
PHP time limit: 30
PHP max input vars: 1000Active plugins (22)
ManageWP – Worker by ManageWP – 4.2.23
Akismet Anti-Spam by Automattic – 3.3.4
Better Font Awesome by Mickey Kay – 1.7.1
Black Studio TinyMCE Widget by Black Studio – 2.4.2
Backup by blogVault by Backup by blogVault – 1.48
Contact Form 7 by Takayuki Miyoshi – 4.9
Google Analytics for WordPress by MonsterInsights by MonsterInsights – 6.2.2
Imagify by WP Media – 1.6.9.1
Intuito Websites Customizations by Rob Haskell – 1.0
Jetpack by WordPress.com by Automattic – 5.3
Kadence Importer by Kadence Themes – 2.0.2
Kadence Slider by Kadence Themes – 2.1.9
Redirection by John Godley – 2.7.3
Shortcodes Ultimate by Vladimir Anokhin – 4.10.2 One of the reasons for Premium; I am replacing the work that was done with this plugin so that it can be eliminated
Page Builder by SiteOrigin by SiteOrigin – 2.5.11
SiteOrigin Widgets Bundle by SiteOrigin – 1.9.9
WooCommerce Dynamic Pricing & Discounts by RightPress – 2.0 This is a plugin that we want to replace; so, it may not be very up-to-date at this point
WooCommerce Weight Based Shipping by weightbasedshipping.com – 5.1.4
Advanced AJAX Product Filter for WooCommerce by BeRocket – 1.2.1
WooCommerce Services by Automattic – 1.7.0
WooCommerce by Automattic – 3.1.2
Yoast SEO by Team Yoast – 5.4 -
AuthorSearch Results


