You can add a topbar and topbar menu. for something specific as language switcher you can just set links to the home page of the differnet languages. If you want it to be switching based on whatever page is loaded then you would have to use polylangs widget or some code from them.
I would be happy to look at your flag issue although I don’t know where you have put it?
Ben
Can you tell me which page I should be looking at for this error? Having trouble tracking down a custom select box.
Ben
This reply has been marked as private.
Hi again!
I’m using (trying) polylang for 2 languages (English and German) in the page *Login to see link But using plugins settings, language switcher showing flags is not working. But anyway, is it possible using CSS add modest language switcher links just ENG and DE to top of the page, above the menu?
This reply has been marked as private.
Hey Gregory,
In Woocommerce > Settings > Accounts check the box beside Enable registration on the “My Account” page.
Hope that helps!
Hannah
Hey Indigo,
From our experience photon actually slows down your site even more.
See here to learn more about page speed- https://www.kadencewp.com/need-for-speed/
Hannah
You can disable the search page’s sidebar with this CSS pasted into Theme Options> Advanced Settings.
.search #ktsidebar {
display: none;
}
If you wish to change to a different sidebar, you can do that via Theme Options> Misc Settings.
Let me know if that helps!
Hi Team, how can I surn off the sidebar for the seacrh result page?
Thanks.
Patrick
hi all
this is a general question regarding the free Virtue demo site *Login to see link
how did they put the register form next to the sign up form on this my account page? a plugin and page builder?
my site when logged out only shows the sign up form
thank you!
Hey,
I’m seeing this in your page:
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
For you to be able to control the height of that column on mobile all of that above needs to be removed.
Then you can use the column id in pagebuilder to add css that sets a min height for mobile.
Once you remove all the code post back.
Ben
Hey,
You can use a portfolio grid for this (kind of). The image would like to the page where you would have a video that played but the lightbox icon would also show the video.
See here for an example: http://themes.kadencethemes.com/virtue-premium/portfolio/
bottom left corner is a “vimeo video” example. click the lightbox icon on hover for the lightbox video or click the image to go to the portfolio page.
Ben
This reply has been marked as private.
When I receive an email via the CONTACT page, the subject field reads – [Sitename Contact] From xxxx xxxx
How do I customise this?
Thanks
This reply has been marked as private.
Hey,
You really don’t want to add that css. That will break things down the line.
Just so you know the theme didn’t change anything in terms of how normal images are added into the page. WordPress did a major change in 4.4 maybe thats whats created the change for you. But we can do some testing.
What happens when you turn off photon?
Ben
Hi, I have a collection of youtube videos that I want to display on a page in a grid or a list (each with a thumbnail and brief description). When the thumbnail is clicked on, I would like the video to play in a lightbox over the page. Is there anything in the theme that will be good for this? I read the tutorial for the portfolio grid, but couldn’t tell if it will be the right tool. If there is a place where I can see a demo, that will be helpful.
Thanks much.
Keith
This reply has been marked as private.
You should look at this for the DNS error your getting:
http://www.sysprobs.com/fixed-dns_probe_finished_nxdomain-error-google-chrome-windows-10-8-1
For those two areas you would need to target the pagebuilder item:
@media (max-width: 768px){
#panel-2-0-2-0, #pgc-38-2-3 {
margin-left: -20px;
margin-right: -20px;
}
}
Ben
Hey,
You can do this using css and page id’s. If you post a link to the page[s] you want to change the background of I can help with this.
Hannah