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'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 12,981 through 13,000 (of 39,333 total)
  • Author
    Search Results
  • #206950

    I just want to get rid of the tab title. I deleted that code snippet now I can edit the product in Elementor.

    I did set the Display Product Tabs to Show Content Section by Section but that has no effect.

    I looked at the Adventure Demo and don’t see the Description or Additional Information headings. I see it was created with Sitebuilder.

    Do you know of a way to get rid of the tab titles?

    #206947

    Hi,
    Is there a shortcode or code I can add to the Theme Options> Custom CSS area to add a shortcode to each product all at once? I have over a thousand products so it would be too timely to add it individually.
    This is the shortcode I need to add to each product:
    [acima_credit_pre_approval_button]

    This is an example of one of my product pages on my website:

    #206925

    by the way, WordPress by default has a registration. If you do not want any users to be able to register for your site you can turn this off in your WordPress settings.

    Ben

    #206924

    Hey,
    We do not and would not ever add tracking code into your site. In your theme options > advanced settings. Can you make sure “Google Analytics Tracking ID” is empty?

    It’s possible if you imported a demo that it was set from the demo content.

    Ben

    #206923

    Hello Kadence!
    Per a customer request to update our Virtue Theme, we purchased the premium version of Virtue, and now I see a second/new set of Google Analytics code in my source code. I searched thru Google Analytics suite, and this code is not from any of my properties. I deactivated every plugin I have, and it did not shut off the new instance of Google analytics code. Which leads me to believe the tracking code comes from the new Premium Virtue theme I just purchased yesterday.

    As you may or may not know, a website can only run one set of tracking code. So when I bought your paid theme yesterday, and upgraded from the free version, there are 2 sets of tracking code now. My GADWP plugin and tracking are no longer working. Your tracking is over-riding my Tracking code. This is not acceptable.

    If Kadence is tracking my website with their own set of code, I need to find how/where to remove your tracking, so my tracking will begin to work again.

    Please advise ASAP. My tracking is not working until I get this resolved.

    Thank you!
    Sean

    #206915

    I deleted Contact Form 7 plugin and am currently trying the one you suggested https://wordpress.org/plugins/wpforms-lite/. So far, so good. The keys my client gave me didn’t work for recaptcha. So I registered the site under my google acct for captcha. And it worked! Finally!!

    Thanks so much for your help and patience. Blessings.

    #206903

    Hey Kevin,

    I have the fonts. I am looking for the rollover colors and the grey background with white text on the pulldown. For example, when you mouse over About Us on this page (above this post). I couldn’t do it modifying the colors in the Theme Menu Settings page.

    Our site is here:

    https://acquaterre.com.

    Thanks!

    #206894

    Hey,

    Can you please link to your site? Then I can see your current configuration and give you specific instructions on how to replicate this header.

    Are you mainly struggling with getting the fonts right, or are you having a hard time with the layout as well?

    -Kevin

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206884

    The widget was searching your products when I tested it previously. Did you try typing something into the search that would bring up a product?

    I think you’re expecting the widget to act like the category dropdown, which is totally different. The product search needs to be typed. The words you are seeing are not a dropdown.

    See this demo site and click the search icon in the header then click the search box that pops up:
    http://themes.kadencethemes.com/ascend-premium-2/

    You should be able to see that it behaves the same as your product search. Yes, site visitors will see the search suggestions based on their browser and search history. But keep in mind, they will recognize these terms since they’re the ones who made the searches.

    I’ll flag this for a developer followup so Ben can explain better.

    -Kevin

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206880

    It’s definitely a product search widget. I think you’re misunderstanding where the words are coming from. It’s not an ajax search that predicts results based on your site’s content. It’s just using search terms from your previous searches that are cached in your browser.

    I see you’ve removed it now, have you decided to go a different direction?

    -Kevin

    #206878

    Hey,

    There are a lot of different ways for someone to access your site. The first thing you should do is change all of your passwords associated with your login.

    Do you have any security plugins running on your site?

    -Kevin

    #206877

    Dear Kadence,

    An unknown user with a russian email address just registered on our website .. twice .. how is this possible and how can I prevent this in the future? Is there a leak in the system?

    #206872

    Hi Erik,
    I’m seeing this error in your site: Google Maps JavaScript API error: InvalidKeyMapError
    Have you made any changes to your google maps api key?

    Hannah

    #206860

    2018-11-08 0838 Update
    So I used this article to set the max_input_vars to 3000 in the cPanel for the site after reading another post about people having issues saving theme options where that was the recommended solution.
    That seems to have remedied the reversion of the Footer when I save the CSS in Advanced Settings and vice versa.
    With that resolved,
    I added the following attributes directly to the table style:

    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

    And changed

    .textwidget.custom-html-widget a {
        text-align: center;
        align-items: center;
    	padding:5px;
    	border:none;
    }

    to

    .textwidget.custom-html-widget table {
        text-align: center;
        align-items: center;
    	padding:5px;
    	border:none;
    }

    And that seems to have remedied the issue. Everything is now aligned!

    Consider this thread resolved!

    #206827

    Hi Ben & Hannah,
    I’m attempting to center the table with the mobile app badges on the footer of this site:
    I’ve used the following css:
    .textwidget.custom-html-widget a {
    padding:5px;
    border:none;
    }
    .textwidget.custom-html-widget a:hover {
    background: rgba(45,92,136,0.3);
    border-radius: 10px;
    }
    /* Footer Widget Styling 2018-11-07 2136*/
    .col-md-12.footercol1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    align-content: center;
    text-align: center;
    }
    #custom_html-6 > div {
    border:none;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    }
    .footercredits {
    text-align: center;
    align-items: center;
    }
    .footercredits p:nth-child(1) {
    width: 100%;
    }
    footer#containerfooter {
    text-align: center;
    }
    .virtue_social_widget.clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .footermenu {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    }
    .footercredits.clearfix {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    }
    .footernav.clearfix {
    display: flex;
    }

    And I’m finding that if I save the CSS, the CSS appears, then if I save the footer layout, the CSS disappears. If I go back and save the CSS, the footer layout reverts. I’m trying to get the footer into the first full-width column of the last layout such that I can make it absolute center on the page since the other layouts seem to align the content left regardless of which footer widget the content resides in.

    Any ideas as to how to resolve this?

    #206821

    I think you are right. But the problem continues. And I have used this plugin on other sites with same host provider without problems.

    It was recommended to try Contact Form 7 Captcha plugin. I did but now I have invalid captcha errors now. Maybe my fields are off too. Before I try the plugin you suggested, what do you think?

    https://waterstonepoa.com/contact/

    <label> Date (required) </label>
    [date* Date placeholder “11-11-1111”]

    <label> Your Full Name:</label>
    [text* YourFullName]

    <label> Your Email: (required)</label>
    [email* YourEmail]

    <label> Your Phone Number:</label>
    [tel* YourPhoneNumber placeholder “222-222-2222”]

    <label> Subject: (required) </label>
    [text* Subject]

    <label> Area(s) of Interest:</label>
    [checkbox AreasofInterest: “General Inquiry” “Interested in Waterstone Community” “Website Issues/Suggestions” “Other”]

    <label> Your Message:</label>
    [textarea* YourMessage]

    [acceptance Acceptance-PrivacyPolicy] Please check to consent to our Privacy Policy [/acceptance]

    [cf7sr-simple-recaptcha]

    <center>[submit “Send Message”]</center>

    #206815

    Hey,
    Can you send me a login to your site you can check the box for Set as private reply.

    Thanks

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206794

    I see what you’re talking about now. Those search terms are not a part of the actual search, but your browser is putting them there based on your previous searches. Someone visiting your site will see something totally different depending on their previous searches on WordPress sites around the web.

    I don’t believe that this isn’t something you can control.

    -Kevin

    In forum: Ascend Theme

    In reply to: Product Search Widget

    #206786

    I’m seeing the product search on your site now.

    -Kevin

    #206780

    Hello, I am working on a travel agency site. For each individual tour page, I would like to have navigation that is site-wide, like the topnav, sidebar, etc. But then I also need page-specific navigation that shows different kinds of information about each specific tour.

    Something like this:

    Here is my site: http://www.johngrahamtours.com/ancient-christianity

    Thanks, John

Viewing 20 results - 12,981 through 13,000 (of 39,333 total)