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: Virtue Theme
In reply to: Insert minimum purchase amount in woocommerce
Hi Kevin and Ben,
Thanks a lot for your help. This is my testing site: https://b8vttgf.myraidbox.de/shop/
I tried the new code from Ben, looks better but I was able to buy with less than 50€..
In forum: Membership ForumsIn forum: Ascend ThemeApril 4, 2018 at 8:45 pm #186296Hello,
RE: 17eastavenuellc.com
I’m using Tools to add the following to the field “Google Search Console.” After three attempts, the site does not verify. When I add the code below to the field and then save the changes, the code disappears. What am I doing wrong? Thanks
<meta name=”google-site-verification” content=”nPEFLS5IB6KAEXXoPm0QY3UzpWrr3DjaHyxgE_loVJc” />
In forum: Virtue ThemeApril 4, 2018 at 8:12 pm #186295@Ben…there are a few instances where I pulled code blocks from the web (e.g. W3Schools) into the Advanced Styling CSS editor and some other places, yes. I have also pasted code from one widget area into another. Tell me what you’re thinking? What should I look for as I go back over that code?
I tried removing the sitewide elements: all the footer widgets, and then the topbar, both of which were being worked on when things went south. Temporarily removing those elements didn’t do it.
A few questions: 1) Is it possible that bad code in a widget that doesn’t get populated to every page (e.g., the Home Widget Area) could nonetheless affect every other page? 2) Or should I be combing through the Advanced Styling Custom CSS?
I will check the latter right away. Thanks for your help — again, if it’s not an obvious Virtue theme settings issue, then I don’t want to suck up all your time trying to track down my bad code…if I can’t find it, I will hire someone to track it down. Otherwise I do appreciate your pointing me in the right direction.
In forum: Virtue ThemeIn forum: Virtue ThemeApril 4, 2018 at 4:45 pm #186275Success!
You’ve done it!I have a secure site now AND Yoast is configured successfully!!!
Thank you guys! You are the best!
Deb
In forum: Virtue ThemeApril 4, 2018 at 4:45 pm #186274Just to be clear, your not required to have ssl you just need to make sure when you set up google console that you are using the correct prefix either https or http. Thats all.
The other thing that is super important to make distinctions on is
”and"Those are not the same thing and can’t be used interchangeably.<meta name="google-site-verification" content="05LYVGT80pFyASib8qCJ7OXaU_uJ12C9iuhAqY0pUxc" />In forum: Virtue ThemeI think the issue is that SSL is not properly configured on your site. If you want to use https, you need to follow the steps outlined here:
https://www.kadencewp.com/adding-ssl-wordpress/If you don’t properly configure the SSL, then you need to setup your google analytics for the http site, not https.
Ben will have more input when he’s available again, but if you haven’t setup SSL, then you can’t use https.
-Kevin
In forum: Virtue ThemeApril 4, 2018 at 12:55 pm #186256Hi guys! So, I’ve been spiffing up this website: Peanut Butter & Grace
Somewhere in the course of my work, something was changed that reduced the amount of padding or margin between the content block and the container.
Can’t get the screenshot to link; try this: *Login to see link
With your experienced eye, does it look like it might be a Kadence setting that went wonky? Or am I up for a few hours of sorting through plugins and code? This problem affects every page, so I’m thinking it’s a site-wide setting.
Not asking you to track down the source of the problem so much as point me in the right direction, especially if you’re quick to spot a Virtue theme settings issue.
Thanks!
In forum: Virtue ThemeIn forum: Virtue ThemeThis reply has been marked as private.April 4, 2018 at 11:59 am #186238In forum: Virtue ThemeIn forum: Virtue ThemeApril 4, 2018 at 11:51 am #186236Hey,
httpsandhttpare very important distinctions.Are you trying to add
http://www.barnladybuilder.com/orhttps://www.barnladybuilder.com/because https will not work since you don’t have ssl on your site.In forum: Virtue ThemeApril 4, 2018 at 11:40 am #186229Header output – <meta name=”p:domain_verify” content=”c94785bc9ccf918df47bc64bab191584″/>
Footer output – <meta name=”p:domain_verify” content=”c94785bc9ccf918df47bc64bab191584″/>I’m not getting this from a tutorial – it’s from Yoast’s setup page.
Deb
barnladybuilder.comP.S. I don’t understand most of the terminology you used. Can I just send you my login privately and have you take a look?
In forum: Ascend ThemeIn reply to: Change the social button on no follow
April 4, 2018 at 11:30 am #186223I just checked with 5 of the top sites and no one uses nofollow on their social profile links. And they are in the footer of every page. I also can’t find any blog post or reference suggesting anyone should do this.
In forum: Virtue ThemeHello,
What exactly is in your header/footer scripts? Can you link to the tutorial that you’re getting the code from? If you’re adding the above piece of html in the header scripts, be sure not to include the html declaration and the head declaration, as the theme already will wrap the code.
Try adding just this, if you haven’t already:
<meta name=”google-site-verification” content=”05LYVGT80pFyASib8qCJ7OXaU_uJ12C9iuhAqY0pUxc” /> <title> My title </title>Let me know if that makes a difference
-Kevin
In forum: Virtue ThemeApril 4, 2018 at 11:20 am #186215I’m trying to add Yoast SEO but I’m running into roadblocks. Yoast wants me to “Add Your Website To Google Search Console” When I try to do that, Google wants me to verify my website. These are the steps I followed, but in step 2 they don’t tell you where to upload that file to. I put it in __Header/Footer, the same place I put the Pinterest verification code. Something is wrong though, because they cannot verify my site. Please help.
1. Download this HTML verification file. [google6e7dac5afec048ea.html]
2. Upload the file to *Login to see link
3. Confirm successful upload by visiting *Login to see link in your browser.
4. Click Verify below.I went to Yoast’s Webmaster Tools verification and it wants a Google analytics code. These are the alternate instructions, but where do I find the <head> and <body> sections? I put my Pinterest code in the Head and Footer scripts. I tried that with the Google analytics code but the verification failed.
1. Copy the meta tag below, and paste it into your site’s home page. It should go in the <head> section, before the first <body> section.
Show me an example
<html>
<head>
<meta name=”google-site-verification” content=”05LYVGT80pFyASib8qCJ7OXaU_uJ12C9iuhAqY0pUxc” />
<title> My title </title>
</head>
<body>As always, many thanks for your help.
Deb
barnladybuilder.comIn forum: Virtue ThemeIn reply to: HOW TO TAKE OFF “DESCRIPTION” IN PAGE PRODUCT
April 4, 2018 at 11:00 am #186208Hey,
You can always post a screen shot, simply upload your screen shot to a site like this: https://postimages.org/ and post a link.So you never plan on having reviews or any other tab?
Use this css. BUT remember that you are doing this, you will be very confused when you want to add another tab if you forget that your hiding the tabs.
div.product .woocommerce-tabs ul.tabs { display: none; }Ben
In forum: Pinnacle ThemeLooks like your site is in maintenance mode? Try adding this to your custom css:
@media (min-width: 992px) { .kad-header-style-basic.kad-header-center-logo .kad-primary-nav ul.sf-menu>li { width: 50%; } }If that doesn’t work would you mind temporarily taking your site of maintenance mode? Or else sending login info?
Thanks!Hannah
In forum: Membership ForumsIn reply to: Kadence slider image not displaying
April 4, 2018 at 10:14 am #186184Kerstin, Please always create your own topic, do not post in someone else’s.
So please go create your own topic. Then reply to it with a “Set as private reply” and post login information to your site. Then I can check your settings and see whats going on.
Ben
-
AuthorSearch Results


