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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 16,941 through 16,960 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme

    Topic: Staff Page

    #192966

    Hi guys!

    Do you know how can I make the staff preview page (Group page) link to the individual staff pages?

    Thx

    #192964

    Try adding this CSS to Theme Options> Advanced Settings:

    .page-id-2051 header#kad-banner {
        display: none;
    }

    Let me know if that works for you!

    -Kevin

    #192951

    Ops your code works perfectly on the Home page but does not affect the actuals separate Pages as the CSS Class is different. I have included a link to a screenshot with the relevant code and if you can provide a snippet for this I would be forever in your debt!!!

    http://megalith.build/wp-content/uploads/ProblemScreenshots/Screenshot 2018-06-13 13.53.39.jpg

    Thanks
    Tom

    #192949
    This reply has been marked as private.
    #192948

    Hello, I am constructing a site and having an issue with the virtue gallery widget in SiteOrigin site builder.
    On the first load or refresh, the images are overlapped on top of each other, if I go to resize the screen (by dragging the corner of the browser) they suddenly align as they should, even if I go full screen again. If I refresh the page, it goes back to the images being on top of one another.

    screenshot of gallery when page loads

    Screenshot of gallery if I resize browser window

    I will add a link to the page in a private message.

    #192939

    Hello,

    Can you please assist with changing the background colour of the “Send” button on this page?:

    I have tried the following code but it is not working for me.

    .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #ff7700;
    border: 0;
    color: #0e0e0e;
    transition: all .5s;
    }

    Thanks!

    #192933

    I no longer have a visual or text tab when opening a new or editing a current page. Only a pagebuilder tab.
    When editing a page I have lost the wordpress editor. The only editing options l see are similar to whats in this same editing window.
    When editing a page, l see the text version and code, not the visual output.
    I have disabled all plugins to no avail.
    Any suggestions?

    #192928
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Kadence reCAPTCHA

    #192926

    Okay, I got the theme update today, but I still don’t see a switch / toggle / method to add the reCAPTCHA to the contact page. Can you describe how I would do it?

    In forum: Virtue Theme
    #192917
    This reply has been marked as private.
    In forum: Virtue Theme
    #192915

    ok, your server is blocking access to admin ajax. It’s outputing “the server responded with a status of 403 (Forbidden)”. This is coming from your plugin wordfence. And I tried to whitelist but couldn’t get that plugin to play nice so I deactivated it that way you can work on the page.

    I don’t suggest wordfence but they are a well known plugin with some support so once your done edited you can reactivate then talk with there support team to find a long term way to whitelist the access.

    Ben

    In forum: Virtue Theme
    #192911
    This reply has been marked as private.
    In forum: Virtue Theme
    #192909
    This reply has been marked as private.
    In forum: Virtue Theme
    #192908

    I’m not really understanding your issue. I see the contact page displaying on your page, and I see the hero images as well.

    Can you post some screenshots of your specific problems?

    You can host images here:
    https://postimages.org/

    -Kevin

    In forum: Virtue Theme
    #192904
    This reply has been marked as private.
    In forum: Virtue Theme
    #192901

    I’m unable to view a preview page. You can post a login in a private response and then I can check it out.

    -Kevin

    In forum: Virtue Theme
    #192900

    I’m not sure what link you want because the page is not complete….I’m still working on it but guess you can look at thishttp://www.biancajenson.com/test-page/?preview_id=1197&preview_nonce=160b2d3ddd&_thumbnail_id=-1&preview=true
    trying to change out the top image

    #192898

    Hello,
    Even though I’ve owned this theme for years, I never tried the Page Builder till now. I’m having problems with Site Origin Hero main slider it does notting but give me anything but this Tue, 12 Jun 2018 21:06:29 GMT same goes for the contact form.
    Please replay ASAP trying to complete a page.
    Thanks Bianca

    #192882

    Thank you guys for all your help! I have some work to do on my end with organizing my post categories before I can set up the Recent Posts like your template, but all in all, I’m pretty happy with how this home page turned out.

    After all this work, I decided that your designers were right in the first place. The header looks better with a flat bottom as you scroll down to the flat topped image menu items.

    I got the calendar to work by moving the main calendar to its own page. Now the widget works on the home page, and I can direct readers to the calendar page where changing the view between agenda, week, month, etc is more user friendly.

    I’m sure I’ll have more questions along the way as I work on updating the other pages to the site, but thank you for working with me on this and helping me create this site!

    http://www.clearwatertrekker.com

    #192870

    Hey,

    I think you might be misunderstanding how this works, what this means. There is a term “render blocking css” which means the css loads before the rest of your content. This is usually exactly what you want since most people don’t want to watch a page load really ugly then it finishes by adding in all the styling. That is extremely jarring and gives a look of being very unprofessional.

    Some speed tester sites will warn you about this and make it sound like a problem or like an extream negative, It’s not. It’s actually what most people want. And it’s also a misunderstanding because even in a perfect world where you hand-coded every page you would have some render blocking css.

    For example, if you were to develop your site from scratch and develop page by page coding each individually you could split your CSS and in your head (where css normally loads) only add the bare minimum css needed to style the top of your page. Then your main css could load in the footer of your page (and that would not be render blocking because it would be loading last). In this senerio your page would load without the jarring effect of not having css first without the browser having to load all your css before the content.

    Whats important to note about this is loading “all your CSS” sounds like a big time issue. But ITS NOT. For example on your site to load that main css file it takes 28 milliseconds. Yep you read that right.

    So when a speed test tells you that you have “render blocking css” you have to understand what that means. And that you in fact want to load that css in a fraction of a fraction of a second so that your page loads styled.

    I hope that helps clarify.

    Css is small and very light. Focus on images, usually that is where you have the biggest speed concerns and optimize your images.

    For example on your site you are loading this image: http://secretsdupuits.com/wp-content/uploads/2017/07/ASPaerial_opt.jpg

    it’s 476 kb. and is taking around 1.54 seconds to fully load.

    If you compressed that image for web using a site like: http://compressjpeg.com/

    You could cut down it’s size by 25% and that would start to make a real impact on your page load.

    Finally, the most important thing about all the speed testers is that you ignore the “rating” and you focus on the “load time” which is the only thing that matter 🙂

    Ben

Viewing 20 results - 16,941 through 16,960 (of 53,646 total)