Forum Replies Created
-
AuthorPosts
-
What am I removing?
Thanks Rikard. Details below.
Rikard,
The first group fixed the double burger menu on tablet.
The second code did not remove the “menu” text. tried it in child custom css and WP theme custom css.Rikard,
Thanks. The overlay color is fixed, but the double menu is still there. It is also overlaying the content below.
double menu snapshot
Also, can I get rid of the “Menu”?September 17, 2021 at 5:19 pm in reply to: Trying to put a short one field form in top small bar above header #1321403Any ideas on my last two questions?
September 15, 2021 at 4:31 pm in reply to: Trying to put a short one field form in top small bar above header #1321089Phenomenal!
Two final items:
1) It is 6px short as the dark blue is showing under the nav
2) How can we darken the lines for the field entry boxes?Thanks
September 15, 2021 at 4:11 pm in reply to: Trying to put a short one field form in top small bar above header #1321085Yigit, Thank you. It’s close.
The buttons are shrunk and too much white space for the top bar. I’d like it to be 40 px.
Thanks.
September 15, 2021 at 12:58 am in reply to: Trying to put a short one field form in top small bar above header #1320963The code is actually
<form><input type="text" id="s_website" name="s_website"><a href="#"><img border="0" alt="Search Website" src="https://tbwp.hostworks.com/wp-content/uploads/2021/09/Button_Search-Website148x34.png" width="148" height="34"></a><input type="text" id="s_urantia" name="s_urantia"> <a href="#"><img border="0" alt="Search the Urantia Book" src="https://tbwp.hostworks.com/wp-content/uploads/2021/09/Button_Search-UrantiaBook160x34.png" width="160" height="34"></a></form>
Thanks Nikko, you can close this ticket.
As a feature request, it would nice to add Vertical height (size) to “Small bar above Main Menu” in Advanced styling that would Automatically adjust where the content started below. Seems logical.
This would eliminate having to add css code to increase height of the top bar and where the content begins below the header. I have to do this with virtually every site I build. And I’ve built dozens of Enfold sites! Thank you!
I.e., the code I use is
/* Increase the size of the top bar above the main menu */
#header_meta {
min-height: 40px;
}
/* Fix the vertical spacing caused by adding the taller top bar (in this case the top bar was increased to 40px) */
@media only screen and (min-width:1024px){
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 220px !important;
}
}Your feature request has been down for a while. Anyway to submit this item as a new feature request?
Ugh, never mind, I found the code on an other site I had to do this on. I added this to Quick CSS.
/* Fix the vertical spacing caused by adding the taller top bar (in this case the top bar was increased to 40px) */
@media only screen and (min-width:1024px){
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 220px !important;
}
}For the future, it would nice to add Vertical Size to “Small bar above Main Menu” in Advanced styling that would Automatically adjust where the content started. Seems logical.
By the way, here is the code to increase the height of the small bar above the menu to 40px, for example.
/* Increase the size of the top bar above the main menu */
#header_meta {
min-height: 40px;
}Sorry, you can close this ticket, thanks.
Rikard,
I gave up. I could not anything to work unfortunately, and opted for the Advanced iFrame plugin, which handles it brilliantly. I appreciate the follow-up and effort. Many people claimed to get it to work with various code fragments, but it’s not worth the many hours I spend on this. Get the plugin.
I’m reaching out again on this issue. there are a million answers out there of people that have made it work. I cannot seem to make this work. in fact, rarely do any changes occur. I’m not sure what I’m doing wrong I’m just using a code block element.
Has anyone done this successfully with Enfold?
I’ve taken out any css resizing elements and just have a set px height for now..
https://drmac-co.org/drmac-iframe-test/Rikard do you know if there is a way to set the height to be automatic based on the height of the content?
This doesn’t seem to work:
<iframe src=”https://www.gettingthereguide.com/latest_info” width=”100%” height=”100%” scrolling=”no” allowfullscreen=”allowfullscreen”></iframe>
Thanks, I had the wrong type of quotes!
Thanks, I’m good to go!
Hey, how do I keep the phone number as text so it can be used to call on mobile?
Thanks Yigit, never noticed before…
February 6, 2021 at 1:47 am in reply to: Migrating website to new URL (staging) and home page throwing a Internal Server #1278199Forget it. It is apparently a conflict between a plugin and our WAF. You can close this ticket.
February 6, 2021 at 12:01 am in reply to: Migrating website to new URL (staging) and home page throwing a Internal Server #1278193Can someone please help me, I’ve got to fix the home page of this site! all of the other pages work fine.
Yes, that could be definitely, thanks everyone! You can close ticket.
February 4, 2021 at 2:59 am in reply to: Migrating website to new URL (staging) and home page throwing a Internal Server #1277494Any thoughts?
Hey, it’s working! What did you do?
Thanks, Rikard.
BelowYes, I did Jordan. The very top. And I tried in three different browsers, none of which had ever loaded the site and in incognito mode.
Sorry, no luck with this code.
February 1, 2021 at 12:19 am in reply to: Migrating website to new URL (staging) and home page throwing a Internal Server #1276620January 29, 2021 at 9:30 pm in reply to: Migrating website to new URL (staging) and home page throwing a Internal Server #1276431Below
-
AuthorPosts