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 'site'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
Topic: pinnacle premium demo
In forum: Virtue ThemeTopic: mobile menu & body font size
Hi there,
Was wondering if you can help with a couple of issues on my site please:
1. When looking at the site on my mobile phone the menu and the logo overlap. How can I avoid this please?
2. Again when looking at the site on mobile the body font is very small. This does not happen when I resize the browser width only when looking at the site on a phone.Any advice would be great. The site is: http://www.TheMarketingMatrix.co.uk
Thank you so much in advance!
TrineIn forum: Virtue ThemeIn reply to: ISSUES – YOAST SEO 3.0 AND VIRTUE 3.3.6
December 2, 2015 at 2:47 am #69408Hey, Since I can’t recreate can you send me a temp login and a link to your site.
You can use the forums to post a private reply by clicking the Set as private reply checkbox.
Ben
In forum: Virtue ThemeIn reply to: ISSUES – YOAST SEO 3.0 AND VIRTUE 3.3.6
In forum: Virtue ThemeIn reply to: VIRTUE & SENSEI HELP
December 2, 2015 at 2:18 am #69402Hey,
Really late here, but you can check your site now.
BenIn forum: Virtue ThemeIn reply to: VIRTUE & SENSEI HELP
December 2, 2015 at 12:23 am #69389Hey,
I will need a link to your site?
BenIn forum: Virtue ThemeIn reply to: Parallax image when its scrolled cut off
December 1, 2015 at 11:27 pm #69382div#pg-w565842c64fcd2-0 only represents the pagebuilder tag div tag. If you want to change the image you do that in the pagebuilder settings.
Can you send me a login to your site I’ll take a look at your settings.
Ben
In forum: Virtue ThemeAnonymousDecember 1, 2015 at 9:58 pm #69363All of a sudden we are getting the “You do not have sufficient permissions to access this page” error. There was an upgrade to the php version on the server. We reinstalled WordPress, and nothing else changed. Any ideas?
In forum: Virtue ThemeIn reply to: Mobile Menu
In forum: Virtue ThemeCan you please look at this site and explain to me what is happening. Why is the Logo so small when the width of the page is past a certain width and when window is shrunk it get much bigger.
Is there a way to make the logo bigger in “full width” say, 1440px browser window? As soon as the browser window goes under 1200px the logo file drops down and is bigger than the header height. This is not a problem in Pinnacle as you can control the size of the header, but this combo of settings is causing issue. It looks weird.
Current browser: Chrome – Mac OSX
the same thing happens here, with shrink header, the header size seems to be able to be controlled, so the logo doesn’t bleed out lower than the header:
Thank You
In forum: Virtue ThemeIn reply to: Install QuickSSL Premium True Site Seal
Hi Ben,
Sorry I’m just a beginner on wordpress website, kindly explain to me more what do you mean? the link you provide is correct.
and What do you mean by “URL correct in general settings?” Kindly tell me the specific location and set-up for this?
Thank you very much Ben.
In forum: Virtue ThemeIn reply to: blank dashboard (after upgrading to Premium)
i should have included a link to our site
cheers
GregIn forum: Virtue ThemeHi Folks, Love the theme.
We just upgraded to Virtue Premium. Site looks good. But this morning i cannot access the dashboard, even the site is operational. I get a blank white screen after logging in.
Seems to be quite a bit on the net about plugins and themes causing a similar problem, and various fixes.
But as i have only upgraded Virtue, i thought i’d start here, to see if this has happened to others, and if there’s an easy fix.
The only other thing i did was install the Child Themify plugin to create a child theme of Virtue Premium before i began customising etc.
Any ideas would be much appreciated!
Greg
In forum: Virtue ThemeIn reply to: Posting a search database on pages
In forum: Virtue ThemeTopic: Background Behind Text
Hey guys,
I’m trying to add a background behind the text in my Virtue – Call to Action widget. I don’t want the background to extend the whole way across, though – just behind the text. Similar to what is available in the Kadence Slider background option.
Website: *Login to see link
Username: demo
Password: demo1234Thanks!!
In forum: Virtue ThemeIn reply to: Featured Products
December 1, 2015 at 4:29 pm #69327Hey,
1. once you install a child theme you will have to assign your menus again since it’s a different theme.2. You would just update with the function to unset whatever you want.. see the docs page.. like this:
add_filter( 'woocommerce_checkout_fields' , 'kt_custom_override_checkout_fields' ); function kt_custom_override_checkout_fields( $fields ) { unset($fields['shipping']['shipping_last_name']); unset($fields['shipping']['shipping_postcode']); unset($fields['shipping']['shipping_state']); shipping_last_name return $fields; }3. There isn’t a way to change this based on there shipping choice.
4. In your settings for woocomemrce can you confirm you have a assigned a different page for cart and for checkout?
5. You can, I can’t imagine why you would? Most people browser know how to work a website but you can easily add an image or icon and text that says scroll down to any page.
Ben
In forum: Virtue ThemeIn reply to: page builder switches to TEXT tab after saving
December 1, 2015 at 4:08 pm #69319Hey,
so that error has nothing to do with pagebuilder…So I can’t recreate the issue on your site, and there are no errors showing on your server. How fast is your internet speeds?
Your not ever switching to the editor are you? Like once your using pagebuilder you always stay using it right?
Have you tried deactivating any browser extensions.
Ben
In forum: Virtue ThemeIn reply to: VIRTUE & SENSEI HELP
December 1, 2015 at 4:06 pm #69317Hey,
Can you send me a temp login to your site I’ll take a look?
BenIn forum: Pinnacle ThemeIn reply to: Product Display Possibility?
Hey Ben,
So I read https://www.kadencewp.com/child-themes/ downloaded the child theme and added:
add_filter(‘woocommerce_variable_price_html’, ‘custom_variation_price’, 10, 2);
function custom_variation_price( $price, $product ) {
$price = ”;
$price .= woocommerce_price($product->get_price());
return $price;
}to the function php file within pinnacle_child folder. I didn’t touch the style.css.
Here’s my php file:
<?php
/**
* Only display minimum price for WooCommerce variable products
**/
add_filter(‘woocommerce_variable_price_html’, ‘custom_variation_price’, 10, 2);
function custom_variation_price( $price, $product ) {
$price = ”;
$price .= woocommerce_price($product->get_price());
return $price;
}Do I zip the entire pinnacle_child folder then upload the folder, just as I uploaded the pinnacle theme to wordpress?
Just trying to make sure I’m crystal clear on everything before I add it to the site, I don’t want to mess anything up.Thank you!
In forum: Virtue ThemeIn reply to: Cart Display on mobile devices
December 1, 2015 at 3:52 pm #69311.. Hmm I see your using the demo store notice.. Here add this css:
#topbar { padding-top: 40px; } .woocommerce-demo-store #kad-banner { margin-top:0 }As for a sticky header I see that on your site.
You can add this to move the cart icon next to the logo:
@media (max-width: 767px){ .topbarmenu ul li a.cart-contents { position:absolute; left:0; bottom: -60px; z-index: 1000; color: black; font-size: 0; } .topbarmenu ul li a.cart-contents i { z-index: 1000; color: #7b217b; font-size: 28px; } .kad-header-style-three #logo a.brand { margin-left: 60px; } }Ben
-
AuthorSearch Results


