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 - 11,381 through 11,400 (of 39,333 total)
  • Author
    Search Results
  • #220290

    I am using the Ascend theme with the captcha plugin. The plugin does place a re-captcha widget next to the login FORM but it leaves the registration FORM unprotected:

    My site is still receiving a sizable number of spam registrations.

    I would appreciate the ability to add a re-captcha widget next to the registration FORM.

    #220273
    This reply has been marked as private.
    #220242

    Hey guys, I can’t seem to unbold paragraph text on the home page? Any help would be greatly appreciated! The website is

    Cheers and thank you in advance,

    Mark

    #220241
    This reply has been marked as private.
    #220240

    Hello,

    I’m using the pinnacle gallery in Widget with a Custom grid Gallery Type. The last image is small and off-center relative to the rest. This problem is gone in the mobile version of the site. Is there a way to fix this with custom CSS?

    /Renee

    #220239
    This reply has been marked as private.
    #220222

    Having trouble coming up with the CSS to turn off the background image in a row when it goes mobile. Website is

    #220201

    Hello,

    Try this CSS and let me know if it works for you:

    @media (min-width: 992px) {
    div#kad-banner-sticky-wrapper {
        height: 110px !important;
    }
    .container.virtue_sitewide_banner {
        display: none;
    }
    }

    -Kevin

    #220197

    I have in the past, I can give you access to the staging site so you can apply the update and see the affects.

    Thanks

    #220195
    This reply has been marked as private.
    #220192

    Hi Shaun,
    Can you post a link to your site?
    Thanks!

    Hannah

    #220190

    Hello,

    Try going to Theme options> Site Header, and turn “Enable Transparent header until scrolled?” to OFF.

    Does that make a difference?

    -Kevin

    #220189

    I would the the sitewide banner only to show on mobile devices. Can this be done?


    @media
    only screen and (max-device-width: 768px) {
    .virtue_banner {
    display: none;
    }
    }

    #220185

    Hi,

    We have Virtue Premium theme Installed – Version (4.3.4)
    we have not been able to update it for a while now since when we try then either the whole from page goes blank (in the past) or all the kadence sliders do not load (now).

    Up until now we have not had the time to address this since we discovered this in October right before we had some big exposure and had no time to fix it. I have updated all the other plugins including wordpress core. Since things have been working fine as long as we did not update the theme we have not addressed it until now.
    I have created a staging site with our site ( it is with the old theme and i can give access to it so you can see what happens.

    In forum: Virtue Theme

    In reply to: Top Bar Issues

    #220178

    Hello,

    You’re actually setting this up using slightly different widgets on each site so the CSS is going to be a bit different.

    Try this instead and let me know if it works for you:

    .kad-topbar-right {
        width: 100%;
    }
    @media (min-width: 768px) {
    .kad-topbar-right #topbar-search .form-search {
        margin-top: -34px;
    }
    }
    div#topbar-search .widget-1 p {
        margin-top: 8px !important;
        font-weight: bold;
        font-size: 18px
    }

    -Kevin

    In forum: Virtue Theme
    #220177

    Hello,

    You provided below code that puts phone number on left side and search on the right side.

    It looks perfect on this site-

    But when I used the same code (and settings) for this new website it looks like this-
    Smaller phone (not H5) and not centered in top bar. Please let me know how I can make this website look the same as the one above?

    .kad-topbar-right {
    width: 100%;
    }
    .kad-topbar-right #topbar-search .form-search {
    float: right;
    }
    .kad-topbar-right h5 {
    float: left;
    }


    @media
    (min-width: 768px) {
    .kad-topbar-right #topbar-search .form-search {
    margin-top: -32px;
    }
    }

    #220147

    I want to develop my site by adding a couple of new menu headings, ‘articles’ and ‘research’. Each will have updates on the latest article and the latest research pertinent to my therapy. I thought it might work best to have them as category ‘blog’, so that I can easily add updates of research projects and articles. But when I create the menu option as blog, it works the same as the ‘blog’ page, connecting to my blog posts. Can you tell me what would be the best way of creating these two menu items? Thanks

    my site is http://www.houndconnect.co.uk

    Joanne

    #220140

    Hi Hannah,

    Yes, I was getting error messages before.

    After I read your reply, I went into the back end of my server and upped the PHP version to the highest GoDaddy offers. then I increased the PHP memory also to the max. and I was able to post new content, BUT the site stopped working correctly. It no longer handles the Essential Grid plugin and the Latest Post Home Slider no longer displays a featured image.

    I’m not sure what can be happening. I hope you can help me.

    Let me know if you need login credentials.

    Thanks for your help and knowledge!

    #220131
    This reply has been marked as private.
    #220117

    Hello Support,

    I am no longer able to create new posts on my website.

    Publishing fails, Updating fails, I can’t save drafts, and I can’t preview changes either.

    Can you please help me solve this issue?

    Many thanks in advance!

Viewing 20 results - 11,381 through 11,400 (of 39,333 total)