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
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.
Hello
I need to set two differents logo on pages. One for the homepage and one on a second page. I set the logo with theme option but this allows only one logo.
I traid with some css but this doesn’t show logo in all pages even if i have decleared the page ID. I use siteorigin pagebuilder.
Is there a way to have differents logo?
My site is http://www.prever.edu.it
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/
This reply has been marked as private.
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
Hey,
Can you post a link to the page you’re referencing?
Thanks!
Hannah
Hey,
In Theme Options > Home Page Header you can set Transparent Header on Home page? to True.
Hope that helps!
Hannah
This reply has been marked as private.
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
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.
This reply has been marked as private.
This reply has been marked as private.
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.
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
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
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=”*Login to see link width=”75%” height=”1100″> </iframe>
-
This topic was modified 6 years, 1 month ago by
Robin Eitel.
Hi,
there is a white space below the Ascend gallery slider on my pages *Login to see link (see screenshots) and *Login to see link 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
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.
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.