Forum Replies Created
-
AuthorPosts
-
Thank you
but see this image :http://imgur.com/IkLHUcEThe tables are working but the white background of the main menu when I look at it on the tablet now wraps to a second line.
The white background extends too far on the desktop but not far enough on the tablet…strange?Thank you. The only thing I see now is that the main menu background extends past the last menu item. We want it to fit what it there and not extend into an empty area in the menu.
Hope that makes sense.This reply has been marked as private.I need you go go into my site and clean up the code so this all works properly. Where can I send you log in info?
I tried yesterday and marked reply private but it still showed up on the forum.
ThanksSorry that did not work either
No that made is look worse on the computer screen :-(
This reply has been marked as private.You gave me this code.
Here is a screen shot of the tablet; http://imgur.com/zu1WiL4It is responsive for iphone either mode, but not for tablet in portrait mode. If I change the code, I lose my background of the menu bar.
That is the code support gave me.
Sorry but all of this is getting more and more frustrating with the code.:-( Can we clarify this? Here is what I have after I put in your code..
The main menu with the white background is extending all the way across the page and we do not want that. Just enough to hold what is in the menu and we don’t want it to wrap to a second line if someone enlarges the screen.
Thank you@media only screen and (max-width: 990px) {
.logo img { max-width: 70%; }
.logo { left: 0!important;
}
}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-left: 0!important;
margin-top: 10px!important; }
}
@media only screen and (max-width: 767px) {
ul#avia2-menu {
display: none;
}
}
#top .header_color.av_header_transparency .avia-menu-fx {
background: transparent;
}
#top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span {
color: #000000;
}
.header_color .header_bg, .header_color .main_menu ul ul,.header_color .main_menu .menu ul li a,.header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div,.header_color .av-subnav-menu > li ul,.header_color .av-subnav-menu a {
background-color: rgba(255,255,255,0.3);
}
#top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info {
color: #305c29;
font-size: 12px;
}
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { width: 73%; }
.av-main-nav > li > a { padding: 0 6px;
}
ul#avia-menu {
background-color: rgba(255,255,255,0.4);
border-radius: 5px;
}
}
div#header_meta {
background-color: rgba(255,255,255,0.5)!important;
}
#top .av_header_transparency #header_meta li {
border-color: rgba(255,255,255,0.25);
font-size: 12px;
}
body {
font-size: 15px;
}
.av_phone_active_right .phone-info {
float: right;
font-size: 12px;
}
#socket .sub_menu_socket {
float: right;
margin: 0;
font-size: 12px;
}
#socket .container {
padding-top: 15px;
padding-bottom: 15px;
font-size: 12px;
}
#footer .widgettitle {
color: #FFFFFF;
font-size: 22px;
}
.main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
color: #5F8821;
font-size: 15px;
}
.sidebar_tab, .main_color .tabcontainer .tab {
color: #5F8821;
font-size: 15px;
font-weight: bold;
}
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
background-color: #e1e7d4;
color: #000000;
}
.newsbox .news-thumb{
display: none;
}
#footer strong.news-headline {
font-size: 14px;
color: #ffffff;
}
#footer span.news-time {
font-size: 14px;
color: #ffffff;
}
#socket .menu {
margin-top: 6px;
font-size: 14px;
}
.widget_recent_entries li a {
font-style: italic;
font-family: “Georgia”, “Times New Roman”, Helvetica, Arial, sans-serif;
font-size: 14px;
}I used the browser window so I could get a screen capture. It DOES look this way on the tablet. What Can I do?
The other issue is when computer screen is larger, the menu wraps to a second line.This is the custom code I have right now from other support guy:
@media only screen and (max-width: 990px) {
.logo img { max-width: 70%; }
.logo { left: 0!important;
}
}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-left: 0!important;
margin-top: 10px!important; }
}
@media only screen and (max-width: 767px) {
ul#avia2-menu {
display: none;
}
}The menu also messes up if you increase the desktop screen….menu wraps to a second line. How can we stop this?
To what? I have it activated for Smartphones and tablets. What would work when the problem is on the tableT
Dashboard?Appearance / Menu
Create a custom menu and select it as the footer menu. Then put what you want in thatNovember 11, 2014 at 4:44 pm in reply to: Creating Anchors on page to link to from within page #349486Thank you!
November 11, 2014 at 3:03 pm in reply to: Creating Anchors on page to link to from within page #349377Yes I know that..but I am not using a color section. Just a text box.
Is the only way to do it using a color section?November 10, 2014 at 2:28 pm in reply to: Creating Anchors on page to link to from within page #348755Thanks. I saw this but it talks about using in a color section. I don’t have a color section on the page. Just content/ text boxes. Is the same option available with that?
Ah..ok. So many things to learn :-)
ThanksWell I got a cart image..so I know the code worked. But that is not the image I want to use.
I have a TRIPADVISOR icon I want to use from my media library. I put the url in but nothing showed up.Anything else to try?
ThanksSOLVED. Nevermind. Client did not like the look of using the sidebar.
Solved. Finally got it all straightend out. Thanks
I have done that and I did use the advance layout builder. It is set up exactly as it was on my testing site and it worked there just fine with the exact plugins.
I just deleted the old slider and created a new one and it is working fine now.
Thanks
SOLVES-
This reply was modified 10 years, 3 months ago by
elames.
You have to use WP and go to settings and select which page you want as your home page. And then under Enfold Theme Options, select the page you want as your home page.
Your child theme. I downloaded it again and tried it but get this now:
Unpacking the package…Installing the theme…
Destination folder already exists. /home/53/95/7009553/web/wordpress/wp-content/themes/enfold-child/
Theme install failed.
-
This reply was modified 10 years, 3 months ago by
elames.
Thank you that worked.
Thanks that worked.
Now How do I get the font to be larger for the name of the post and date?Thanks I think I got it now. The only issue is sorting out how to get the timing of things correctly.
thanks again. that worked!
Thank you that worked. Now, how can I get the top secondary menu to have same kind of background so it can be seen over photos on the home page.
-
This reply was modified 10 years, 3 months ago by
-
AuthorPosts