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 - 8,901 through 8,920 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme

    In reply to: Header of Blog Post

    #245595

    OK, I created a draft called test. Let me know if that’s how you’re wanting the page header to look.
    You can permanently delete your old page so that search engines can’t find it. Or you can just take everything off the page and start over with it. You just can’t switch back and forth between editors.

    Hannah

    In forum: Virtue Theme

    In reply to: inserting iframe

    #245581

    Hi Ben,

    Actually it’s landing page content that originates on 2 of my sites and will be placed on partners’ sites. I’ve just been testing the implementation on a temporary page on another URL with varying results.

    WORKS:
    dummy page with content in iframe (iframe will be put on 100’s of sites):
    https://fitness-capital.com/tfc-dummy-financing-page/

    page on my site that the iframe originates from:
    https://terracefinance.com/apply-merchant-lander-iframe/

    NOT WORKING:
    2nd dummy page with iframe:
    https://fitness-capital.com/mf-dummy-financing-page/

    origination page:
    https://mowerfinance.com/apply-dealer-lander-iframe/

    Although both origination sites are using the same Virtue theme, the Mower Finance site will not allow any of its pages to be viewed in an iframe. Trouble-shooting why right now, but if there’s a more reliable way I can do the same thing, I’m interested.

    #245576

    I just started a new WordPress site. http://www.catholicwell.com. Just downloaded the Ascend theme and needed plugins from Kadence this morning so they should be new. The Kadence Slider will not install. Cannot import a demo theme because the slider won’t install. I deactivated the Kadence Fullpane slider since I thought that might be messing things up.
    Here is the error I get on the Plugin page.
    Destination folder already exists. /hermes/bosnacweb04/bosnacweb04ai/b1551/sl.docmeetsworldcom/public_html/catholicwell/wp-content/plugins/kadence-slider/

    In forum: Ascend Theme

    In reply to: Header of Blog Post

    #245575
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Header of Blog Post

    #245571

    Did you create the page using page builder and then switch back to the visual editor? I think that could be playing into the slider displaying off the screen. It may be best to copy the content and create a new page. Do I have permission to turn the page title back on so I can see the issue with the menu? I always want to make sure before making adjustments to a live site.

    Hannah

    In forum: Ascend Theme

    In reply to: Blog Category Page

    #245567

    Hey,
    Can you post a link to the page you’re referencing?
    Thanks!

    Hannah

    #245565

    Hey,
    In Theme Options > Home Page Header you can set Transparent Header on Home page? to True.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245559
    This reply has been marked as private.
    In forum: Ascend Theme
    #245558

    Hi again ,

    My next question is: Is there a way on the individual blog pages, to make the “previous blog” and “next blog” (at the bottom) to be only from that category.

    Thx very much,
    Dorcas

    In forum: Ascend Theme
    #245557

    Hui guys,

    I was wondering of how can I control how many blog category pages are displaying on the blog category/archives page?

    Regards,
    Dorcas.

    #245555
    This reply has been marked as private.
    #245554
    This reply has been marked as private.
    #245550

    Hi Guys,

    We’d like the have the transparent header appear only on the home page (over the slider) – and then we’d like to have all the other regular pages have just a non-transparent white header area above the Title area.

    Am I missing some options – or need custom css.

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245534

    1. What css were you adding to hide it on desktop before? OK, I think we’re been missing eachother. Use the the following css. It will hide your video slider on mobile and your normal slider on dekstop and visa versa:

    @media (min-width: 992px) {
    .home div#kad-slider-3 {
        display: none;
    }
    }
    @media (max-width: 992px) {
    .home .ksp-slider-wrapper.kt_slider_single_slide.kt_slider_hide_controls.kad-slider-2 {
        display: none;
    }
    }

    3. Are you not seeing a right side column when editing a post? Can you send a screenshot of your edit page?

    Hannah

    In forum: Ascend Theme

    In reply to: Header of Blog Post

    #245524

    1.
    a. Sorry, I’m not sure what you’re referencing. Can you send a screenshot?
    b. That shouldn’t be happening. Can you post a link to an example?
    c. I can provide css for this once we get you header/page title set up as you’re wanting.

    2. Hmm, not sure what’s going on there. Would you mind sending login info so I can take a look at your settings? You can set as a private reply.

    Hannah

    In forum: Virtue Theme
    #245522

    Hi there,
    Can you point me to the documentation on inserting iframes? I used a code block to insert my code into a page and it only displays as text:

    <iframe src=” width=”75%” height=”1100″> </iframe>

    • This topic was modified 6 years, 1 month ago by Robin Eitel.
    #245519

    Hi,

    there is a white space below the Ascend gallery slider on my pages (see screenshots) and It was not there before and I don’t see it in preview mode (screenshot mobile landscape view).

    What can I do to prevent the white space in the slider?

    Kind regards

    #245508

    Hello !

    If you uploaded background image at theme settings (Advanced Styling – Main Content Background)

    your css shoud be:

    .page-id-4111 .contentclass{
    background-image:none !important;
    background-color: #fff;
    }

    if I can help you

    • This reply was modified 6 years, 1 month ago by vgpapi.
    #245502

    Hi there,

    I’m trying to make a landing page that does not have the background image that the rest of the site has. I’ve been able to remove the header & footer with custom css, but I’m having trouble targeting the background.

    tried this and it does not do the trick:
    body .page-id-4111 {background-image:none !important; Background-color:#fff}

    • This topic was modified 6 years, 1 month ago by Robin Eitel.
Viewing 20 results - 8,901 through 8,920 (of 53,646 total)