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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: center sidebar form button.
June 3, 2014 at 10:04 am #9973Are you talking about the contact form in your footer? To center the button you have to do it in the plugin shortcode editor add a style=”text-align:center;” to the surrounding p tag.
Try this for the text fields:
.wpcf7 textarea, .wpcf7 input { max-width:none; }Ben
In forum: Virtue ThemeI got the same problem and I’ve followed the one bellow which was of no use :(, please help thanks
Is it a version-compatibility problem?
here are the sub-versions of my copy:
wordpress Version 3.9.1
Virtue premium theme Version 2.3.9
Page Builder by SiteOrigin Version 1.4.12
Cyclone Slider Pro Version 2.8.2
Revolution Slider Version 4.3.8>>https://www.kadencewp.com/frequently-asked-questions/
The Theme Options page is not loading
The most likely cause is a plugin conflict, try disabling plugins first if the issue is plugin related report it on the support forms and we will look into the issue. Most likely if a plugin is causing a conflict it’s an issue out of our control as there are many badly coded plugins out there.
If you’ve tried disabling all plugins next either contact your hosting provider or login and find your php settings. It’s possible that you just need to increase your memory limit or max execution time.
You can change those values using the PHP Configuration File (php.ini):
▪ php_value memory_limit = “128M”;
▪ max_execution_time = 360;
… or by modifying the WordPress PHP files (wp-settings.php):
▪ ini_set(‘memory_limit’, ’512M’);
▪ ini_set(‘max_execution_time’, 300);
Please note that it doesn’t work with some cheap web hosts, if that is the case talk to your hosting provider.In forum: Virtue ThemeJune 2, 2014 at 10:02 am #9917I would like to place a button at the end of each tab saying “NEXT” and when pressed the user is taken to the next tab.
I have a tab shortcode inside contact form 7 and by using the following it works fine.
add_filter( ‘wpcf7_form_elements’, ‘mycustom_wpcf7_form_elements’ );
function mycustom_wpcf7_form_elements( $form ) {
$form = do_shortcode( $form );
return $form;
}I have 4 tabs and at the bottom of each tab I would like a button which opens the next tab an so on
Thank you
Paul
In forum: Virtue ThemeIn reply to: WooCommerce Files Outdated & Theme Options Errors
May 31, 2014 at 6:53 am #9826Hey so you shouldn’t have to manually update woocommerce files if you updated the theme then the files will all be updates. As for the theme options. That sounds more like a permissions error or a max php issue. or max execution time issue.
Can you re-save your permalinks first. Then try. Else contact your hosting provider and ask if they can increase your php max memory and max execution time.
Also can you tell me a little about your server? Are you running apache or windows?
Ben
In forum: Virtue ThemeIn reply to: Sticky Header
In forum: Virtue ThemeIn reply to: Sticky Header
May 26, 2014 at 3:30 pm #9603Hey you have an issue with your server. It’s got an really outdated MOD_SECURITY core ruleset.
Here are the woocommerce docs on it. But the basics is you should contact your server.
http://docs.woothemes.com/document/jquery-cookie-fails-to-load/Ben
In forum: Virtue ThemeTopic: Contact form
In forum: Virtue ThemeTopic: Secondary menu bug
Hi,
I have a small problem with the secondary menu, which is made by the page I created. It seems that one deleted page is still linked to an empty menu item.
Look at this code:</div> <!-- Close Container -->
<section id="cat_nav" class="navclass">
<div class="container">
<nav id="nav-second" class="clearfix" role="navigation">
<ul id="menu-main" class="sf-menu"><li class="menu-qui-sommes-nous"><a href="*Login to see link sommes nous ?</a></li>
<li class="menu-le-projet current-menu-item current_page_item sf-dropdown"><a href="*Login to see link Projet</a>
<ul class="sf-dropdown-menu">
<li class="menu-preparatifs"><a href="*Login to see link
<li class="menu-itineraire"><a href="*Login to see link
<li class="menu-notre-camping-car"><a href="*Login to see link Camping Car</a></li>
</ul>
</li>
<li class="menu-carnet-de-route"><a href="*Login to see link de route</a></li>
<li class="menu-photos"><a href="*Login to see link
<li class="menu-videos"><a href="*Login to see link
<li class="menu-nous-contacter"><a href="*Login to see link contacter</a></li>
<li class="menu-"><a></a></li>
<li class="menu-"><a></a></li>
</ul> </nav>
</div><!--close container-->i don’t know how to fix that, any help appreciated.
thanks,
DavyIn forum: Virtue ThemeIn reply to: Contact Form Page Layout
May 24, 2014 at 11:01 am #9515ok sorry this is the right code:
@media (min-width: 992px) { .page-template-page-contact-php #main { float:right; } }had the min and max mixed
ben
In forum: Virtue ThemeIn reply to: Contact Form Page Layout
May 23, 2014 at 7:53 am #9458You can add this to your custom css and it will move the form left:
@media (max-width: 992px) { .page-template-page-contact-php #main { float:right; } }Ben
In forum: Virtue ThemeIn reply to: Required fields at checkout
May 23, 2014 at 7:38 am #9456Hey so these are woocommerce settings. The theme doesn’t override or do anything with the the checkout. so You can create a child theme and add functions to alter the woocommerce checkout. There is some info here about that: http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Or use a plugin.
The login should be created using the email so you might have something going wrong with your settings. You would have to contact woocommerce though for guesses on what that might be.
Ben
In forum: Virtue ThemeTopic: Contact Form Page Layout
Greetings!
First of all…love the theme.
Any way to change the alignment of the contact form.
It’s pushed to the far right of the page. Would rather it be on the left if possible.
Thanks so much for your help.
Mikel
In forum: Virtue ThemeIn reply to: Home products not shown
May 22, 2014 at 6:39 pm #9436Hey,
The this is a hosting issue with woocommerce, read here: http://docs.woothemes.com/document/jquery-cookie-fails-to-load/You just need to get you host to update there security.
You can see the error if you right click on your page, you will see a javascript error.
The reason your products are not visible is because the animation that revels the products can’t run because of the javascript issues.
You can turn the animation off in you theme options > Misc settings but it won’t really solve any issue. You need to contact your host.
Ben
In forum: Virtue ThemeHi Ben,
Since the 2.3.9 update the website is experiencing quiet a few problems:1) The template does not save the setting and keeps resetting everything. Custom CSS, Analytics Code, Main site color and more settings do not get stored for more than 10 minutes! I am now working on the shop and every now and then all this stuff disappear…I don’t know what to do.
2) The website became extremely slow. I have even contacted the server provider who assured me that everything is normal their end.
site > shop.vivilondra.it (you will probably notice that the title carousel is now on the left rather than center and the main colour is blue rather than red)
Please help :
AdrianoIn forum: Virtue ThemeIn reply to: Specific link (or palce) for google map in contact?
May 19, 2014 at 10:16 am #9222Hey,
You can add a business title to the widget or shortcode so depending on how you set up your contact page it might be possible to add a shortcode instead of the page template Map either way you also need to tell google about your business. When I search your address it doesn’t point to the same spot as your business so I think it would help to update your business account with google.For example if you search for this: Cambiarredo, Via Emilia Parmense, 25 Roveleto Piacenza, Italy
It doesn’t show your business location.
Else for more details or options with the map you may need to look into a plugin.
Ben
In forum: Virtue ThemeI’d like to show a specific place on the google map in the contact page. I have this link:
*Login to see linkIf I simply put the address, it does not show the company name.
Thank you
LauraIn forum: Virtue ThemeIn reply to: Upgrading to Premium Theme
May 17, 2014 at 12:54 am #9108Hey Brian,
My best guess is there is a permissions error stopping the theme from unzipping once it uploads. This is a file issue on the server. But thats a guess. You can contact your hosting company if you don’t know how to check and see if they can give you insight.Other reasons would be that your php settings have a max upload smaller then the size of the theme file. Like 7mb. You can check that by clicking the add media link in the left sidebar of your wordpress admin and then in the bottom left corner it should tell you the max upload size. (if it is smaller then 7mb you can contact your host and ask them to increase your php max upload size or do it yourself by following an online tutorial: http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Either way a thing to try right now it transferring the theme to your site using an ftp client and your ftp access. It will take a little while to transfer the whole file because you will need to unzip and move it as files and folders and not as a zipped file.
Hope that helps,
If your getting no where send me an email with your wordpress login information or ftp information and I can see what I can do to get the theme uploaded.Ben
In forum: Virtue ThemeIn reply to: Contact Us Template & Pagebuilder
Ok, got it for the Contact Us and Shop page – that’s kind of what I thought.
I did the home page as you describe already:
http://nationaldec.com/wp/Just wasn’t able to figure out how to add the parallax image above the footer there – I tried using the Home Widget Area but it didn’t really work.
Thanks for getting back to me so quickly.
In forum: Virtue ThemeIn reply to: Contact Us Template & Pagebuilder
May 16, 2014 at 10:02 am #9071Hey so it can’t be done with the contact page template if you are using the contact form. But if you use a plugin like contact form 7 then you can add it to your page with a shortcode and just stick the shortcode in a column above your parallax background row.
As for the home page you have to select the page to be a static page in your wordpress settings > reading. Then the “page content” will be your page builder. I have a tutorial explaining here: https://www.kadencewp.com/creating-a-home-page-with-virtue/
As for your shop page that one is hard to use and have page builder. wooocommerce overrides the file to add the products so anything you add in pagebuilder will show on the top. What you can do is create a page (that isn’t set as your shop page) then use woocommerce shortcodes to add products to the page. That would give you control with pagebuilder.
Ben
In forum: Virtue ThemeHi,
I have a page that utilizes the Contact template.
I am also trying to use Pagebuilder because I want to add the parallax image above the footer. This worked fine for me on a page that uses the Fullwidth template (*Login to see link
However with the Contact template the parallax image is only going about 2/3 of the way across the page. Is there any way around this, or can I not use the parallax image with the Contact template, since it’s not full-width?
Thanks!
P.S. Thank you for adding those Pagebuilder templates, they are helping me see some cool features. It’s a big help.
-
AuthorSearch Results


