Forum Replies Created
-
AuthorPosts
-
Thank you. You can close this issue now.
Hi Nikko,
Is there a way to automatically apply a template to a post? In other words, when I add a new post, I want the template to be loaded automatically?
Thanks!
Jeff
No thank you, Mike. You can close this one down. Very much appreciated.
Jeff
I think that’s working, Mike. Thanks!
Hi Mike, thank you. I saw that , and I saw ARIAL as an option for the Font Body — but no the Heading Font. How do I get the headings in ARIAL too?
Hi Victoria,
Very strange. Here is where the doc link sends you to instruct you to embed the player into a wordpress page: https://www.youtube.com/watch?v=q1rrNSe3yCg&index=7&list=PLKcOd0VHC7yT6rmplUU-_6bApSoXizy2V
Here is how to embed it into a HTML page: https://www.youtube.com/watch?v=tC-qB6ljgbs&feature=youtu.be&list=PLKcOd0VHC7yT6rmplUU-_6bApSoXizy2V
What do you think?
Jeff
Thanks so much! I’ll dig into these. You can close this issue out.
Much appreciated.
Jeff
I’m sorry, I don’t think I understand.
What do you mean that almost all the demos have blogs? Can you give me a couple of them I can go to right now and see their blogs?
Thanks, Yigit. I appreciate your patience.
Jeff
Yes, this makes perfect sense. Thanks!
One additional question: Is there a chance that you have more than just the Lifestyle blog as an example of a blogging site? Ideally, I’d like to have ten or more demo sites that are specifically for blogs so I can learn how to use Enfold in different ways.
Thanks!
Jeff
July 28, 2017 at 6:46 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #831233Looks like it’s working! Thanks so much for your help.
Jeff
July 28, 2017 at 6:14 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #831217Sorry. Please try again.
July 28, 2017 at 6:08 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #831214Here’s your new password.
July 27, 2017 at 6:40 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #830787See private content.
July 27, 2017 at 5:58 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #830773Yes, it’s done in quick CSS. What email address should I use for credentials?
July 27, 2017 at 5:53 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #830769I was given that code by one of your admins because without it, the menu items overlay the logo. How do I do this so that I get the hamburger, but also don’t overlay my logo with menu items?
July 27, 2017 at 5:41 pm in reply to: Burger menu doesn't display on desktop browser when viewed in small browser #830760Here is the site: http://www.thecopywriterswebmaster.com
I found the issue. It’s on the General Styling panel on the Enfold options. Sticky sidebar menu. It defaults to (with the Consulting demo) ‘Sticky if Sidebar is smaller than screen height, scroll otherwise’.
I tried the other options. Now that I understand what’s happening, and more importantly why, I’m good with it.
Thanks!
Jeff
Hi Sarah,
Sure I can, what email should I set up as an admin?
Hello!
I’m getting this behavior at http://www.eyeindustrycopywriting.com
Let me know what you find.
Thanks!
Jeff
Update:Very strange!
It appears that when I resize my browser, the sidebar menu becomes ‘sticky’ again. But then I change the size of my browser again and it’s not sticky.
How can I get the sidebar menu to be sticky regardless of the size of the browser window?
Thanks!
Jeff
February 16, 2017 at 7:10 pm in reply to: Logo and menu overlap when browser window is at a certain size #748098WOW! Excellent! The menu behavior is exactly what I want. Thanks so much, Rikard! This is perfect.
Please close this one out.
Thank again.
Jeff
February 15, 2017 at 5:47 pm in reply to: Logo and menu overlap when browser window is at a certain size #747568Hi Rikard!
So here’s what I found out: apparently the function of the Code Block is to display code or CSS on the webpage as content instead of as something that executes. So the Code Block didn’t work for me.
After trying half a dozen other techniques and plugins, here’s what I came up with:
You gave me the following CSS:
@media only screen and (max-width: 1200px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}This only worked on the English page. The Portuguese and Spanish pages were still letting the main menu overlap into the logo. So I tried a few changes to the CSS you gave me and came up with this:
@media only screen and (max-width: 1300px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}Notice the 1300px (your original was 1200px). This now works for all three pages – English, Portuguese and Spanish.
However, there is one slight issue – the English menu collapses to the 3 lines (don’t know what else to call it) menu VERY early, not as it starts to bump against the logo.
So here’s my question – is it possible for us to come up with some kind of page-specific CSS using the page IDs? For instance, for the English page:
.page-id-17 @media only screen and (max-width: 1200px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}And for the Portuguese and Spanish pages:
.page-id-472 .page-id-451 @media only screen and (max-width: 1300px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}I know it’s possible to qualify CSS by page ID, but I do not know how to do it within the context of the CSS you gave me. I don’t know how to specify it and I don’t know the order in which it needs to be displayed so that they both are active and don’t overwrite each other’s functionality.
Thanks for you patience on this, Rikard. I’m sure it’s a pain, but I’m really close to getting the effect I want.
Jeff
February 13, 2017 at 7:59 am in reply to: Logo and menu overlap when browser window is at a certain size #746184I’m sorry, Rikard, I don’t understand.
I have implemented these different language versions as pages on the same website. There is a ‘Home – English’ page, a ‘Home – Portuguese’ page, and a ‘Home – Spanish’ page.
The only place I could find a Quick CSS box is on the ENFOLD theme options – which I assume affects all pages in the theme. Are you suggesting that there is a place for me to put in Quick CSS for a specific page (instead of as a theme option)?
If so, I’d love to give that a try. Where can I find it?
Thanks!
Jeff
Hello!
I think we can close this thread.
Thanks!
Jeff
Excellent news! Thanks for the input, Rikard. I’ll make some progress with this tomorrow and if anything comes up, I’ll post a new question.
Please close this one down.
Thanks again.
Jeff
February 12, 2017 at 7:36 am in reply to: Logo and menu overlap when browser window is at a certain size #745869Hi Rikardm
Good news and bad(for me) news. Your CSS worked great for the main (English) page.
I am, however, using Menu Swapper for the Portuguese and Spanish pages. This plugin requires that I set up two additional menu locations: mswp_portuguese_mm & mswp_spainsh_mm respectively.
Since these language pages aren’t using the Enfold Main Menu, this CSS isn’t working on either of those pages.
Is there a way to modify the CSS you gave me so that it also covers the two new menu locations I’ve created?
Thanks!
Jeff
So basically, I think what you’re saying is:
1. I install WP on my domain.
2. I configure it for Multisite.
3. I load the Enfold theme on the main site.
4. I create x-number of sub-domains (or folders).
5. I install a different demo onto each of the sub-domains I created (as many as I want to have demos for).
6. I modify the main site theme so it’s branded for my business.
7. I modify each sub-domain theme so it’s branded for my business.
8. On the main site I add a portfolio element (or some other element?) so that I can display each of the sub-domains as a style of website that I can build for any potential client.
9. Publish and and that’s it?Am I close to getting the basic steps involved?
Thanks, Rikard.
Jeff
Hi Rikard,
Is it possible for you to give me some of the steps I’d need to perform to make what you suggest happen? Is this a topic that should be discussed privately via email (as opposed to here in open forum)?
Excellent point. I’ll determine what browser she’s using and go from there. Please keep this open for a couple of days until I can get with her and determine what her issue is.
Thanks!
Jeff
-
AuthorPosts