-
AuthorSearch Results
-
December 9, 2013 at 10:10 am #197976
In reply to: remove credit to Kreisi in footer
Hi!
If you want to change the border color use this css code
#top .main_color a.av-masonry-entry{ border-color: #444444; }You can insert it into the quick css field.
Best regards,
PeterDecember 9, 2013 at 7:46 am #197947In reply to: Disable image hover effect and add border instead
the “you are here” heading is visible when i add the code at the top of my quick css.
December 9, 2013 at 7:45 am #197946In reply to: Disable image hover effect and add border instead
NM i added it to the top but there are some options that are showing up that i have hid before. Is there a correct order in which i should apply my quick css codes so they all work properly?
December 9, 2013 at 6:57 am #197938In reply to: Putting links in the header
Hey!
Please choose one of header type with additional menu and create a new menu in Appearance > Menus and add your pages that you would like to display on the top right side of your website and make sure to check Enfold secondary menu http://i.imgur.com/NoGshmw.jpg
Cheers!
YigitDecember 9, 2013 at 6:13 am #197926In reply to: Background with white page floating above?
Hi!
You can create a Layer Slider with different backgrounds transition. Create a page then insert the Layer Slider element. Below, add a Color Section for the content. Add a unique section id for the color section on “For Developers: Section ID” option, example “awesome-section”. Add this on your custom.css or Quick CSS to move the Color Section on top of the Layer Slider with different background images.
#awesome-section { position: relative; top: -300px; z-index: 20; background: transparent; border-top: none; }Regards,
IsmaelDecember 9, 2013 at 6:05 am #197922In reply to: breadcrumb
Hi!
The color of the text is white. You can change it using this:
.breadcrumb.breadcrumbs.avia-breadcrumbs { color: red; } #top .alternate_color.title_container .main-title a { color: red; }Best regards,
IsmaelDecember 9, 2013 at 5:25 am #197897In reply to: bbPress 2.5
Hello,
no that does not change anything.
http://gewora.net/forums/topic/gewora-is-now-live-3/
I also do not think that this is the way to handle this.
It worked fine until the bbPress update so there is anything wrong now.
December 9, 2013 at 5:19 am #197894In reply to: logo resize
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo img, .logo, .logo a { width: 245px!important; } #advanced_menu_toggle { top: 30%; }}Best regards,
YigitDecember 9, 2013 at 3:09 am #197864In reply to: Move menu in header down lower
Hey!
Try adding this code to the Quick CSS:
.header-scrolled .main_menu .menu{ top: 7px !important; } #top .main_menu .menu{ position: relative; top: 65px; } #top .main_menu .menu > li > a{ height: 50px !important; line-height: 50px !important; }Cheers!
JosueDecember 9, 2013 at 2:41 am #197858Topic: increase navigation font size
in forum EnfoldShortieD
ParticipantHi Folks – I would like to increase the size on the top navigation font – have done a search and came up with this code – which didn’t work. Any clues how to change the font size in the nav?
see here http://shortiedesigns.com/acmena/
#top .main_menu .menu li > a {
font-size: 16px !important;
font-weight: normal !important;
}Thanks
December 9, 2013 at 12:07 am #197827If you check the site http://purerideusa.com/contact/ on your iPhone, you have to go to one of the shorter pages such as “Authorized Dealers” or “Contact” to see what I’m talking about. In both of these pages, the content is short enough to where the footer/socket ends and you can see the bg image below it. On both of these pages, the image isn’t long enough to cover the screen at 1192px. Even with the background-size:cover css3 attribute applied by default, this attribute doesn’t stretch the image to full height so we all need to be aware of this when considering the correct size/dimensions of a custom bg image in a boxed layout.
Devin, you’re correct that I have it set to no repeat and I changed it just to see what it looks like. Being that my image isn’t one to match up with any sort of repeat, I could clearly see where one image stops and the other starts. Setting it to repeat does cover the black at the bottom of the screen, but it doesn’t look good so I don’t want to go that route. I’ll leave it set to “no repeat” for now so that you guys can see what I mean with the black space at the bottom.
I’m under the impression that if my image was 1920×1300 or 1400 instead of 1920×1192, my image would cover the bottom portion and I’d be good to go. However, I just went back and realized that the iPhone 5S’s resolution is only 640×1136?? My 1920×1192 bg should cover the screen regardless bc my image is larger both horizontally and vertically?! Now I’m really stumped.
The background-size:cover css3 attribute is applied and my image is larger vertically than 1136px and I’m still having a bg issue? I really don’t think this is an issue with the theme, I think there’s a general rule of thumb everyone should be using when designing a full screen custom bg image that works on every device.
If we can figure this out, you guys could maybe write a blog post about it using all the info in this thread and be the site to provide this answer for the world once and for all. I’m just sayin’ :)
Thank you all for your help!
Cheers!
December 8, 2013 at 11:54 pm #197826In reply to: Putting links in the header
Thank you for your quick reply. I’m still fairly new at this that I don’t even know how to ask a good question. I’m trying to put the “Login” link at the top right corner of my page, above the menu bar. Is that possible?
Thanks, BrianDecember 8, 2013 at 11:49 pm #197825In reply to: Changing font sizes and colors in a table
Thank you, Yigit. Your recommendation looks great. I have one more small change. How would I increase the font size in the top row (Heading Row) of the table? I want to increase the size of the phrases: Personal Development Survey, Manager Survey, and Team Survey (http://www.nexushumancapital.com/pricing/). Thanks.
December 8, 2013 at 11:09 pm #197809In reply to: Few Css modifications. Please help
Hey!
1) It is possible but you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
2) Answered your question in this topic https://kriesi.at/support/topic/background-with-white-page-floating-above/#post-197797
3) Can you post the link to your website and point out the elements that you would like to decrease the whitespace?
4) Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired.header_color .main_menu ul:first-child > li > a { color: red; font-weight: normal; } .header_color .main_menu ul:first-child > li.active-parent-item > a { font-weight: 600; } #top .main_menu .menu li ul a { padding: 4px 15px; }5)
.header_color .sub_menu>ul>li>a { color: red; font-weight: normal; }6)
.avia-slideshow-dots a.active, .avia-slideshow-dots a { background: red; } .avia-slideshow-dots a { background: purple; }7) Yes you can. You should go to wp-content\themes\enfold\js\prettyPhoto\images\prettyPhoto\default folder and edit images
Cheers!
YigitDecember 8, 2013 at 10:39 pm #197798In reply to: quiz plugin
Hi yukanl!
I am not promising that it will work perfectly but you can try http://wordpress.org/plugins/wp-pro-quiz/ or you can search on CodeCanyon to find some premium plugins.
And please see recommended plugins list here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/Best regards,
YigitDecember 8, 2013 at 10:09 pm #197785Topic: Bigger Logo gets cut
in forum Enfoldp_niedrich
ParticipantHi,
I use a bigger logo. I didn’t add any css, but it is displayed perfectly most of the time. Just when I reduce the width of the browser window, simulating a mobile display, the “o” of “BerlinGuitarTrio” is cut.
The png file i use is 425 × 156px. However, it is automatically displayed at 289 * 116 which I perfectly like.
I read through the several threads concerning this topic but didn’t find a solution. I tried out this code (as well with 425 × 156px)
.logo, .logo a, .logo a img {
width: 289px;
height: 116px;
}but that didn’t solve my problem.
Thanks for your help and best regards
PhilippDecember 8, 2013 at 9:09 pm #197773Topic: Drop Shadow in You Tube Video
in forum FAQ & Video TutorialsLynnr321
ParticipantHello,
I created a box shadow in the LayerSlider for under a You tube video. It works -except- that it appears that ‘something’ is on top of it when it plays. The images in the vidoe are more grey.
It’s on a local host site, so I am not able to send a link to show you.
Here is the code I placed in the Custom style section of the slide:
box-shadow: 15px 4px 110px -5px black; black; text-shadow: none; opacity: .75; width:585px; height:380px;And I tried this in the child theme options, after reading it in one of the topics.
#after_layer_slider_1 {
background: url(http://new-wordpress/wp-content/uploads/2013/12/shadow3.png);
background-repeat: no-repeat; background-size: contain;
top: -1px;
}
For this one, I ended up with the shadow on all pages, below the slider.I appreciate your help! I think I am almost ‘there’.
Thanks -LynnDecember 8, 2013 at 8:13 pm #197757In reply to: Error in the FAQ Template
This reply has been marked as private.December 8, 2013 at 7:03 pm #197745In reply to: Problems with the gallery in Enfold them
December 8, 2013 at 7:01 pm #197744Topic: Putting links in the header
in forum Enfoldgriffiba
ParticipantI am trying to put a login link in the top right corner of my home page to direct users to a separate landing page where they access a dashboard for web-based surveys. I don’t want to manage the login from my WordPress site but just want to point to another page. How do you do that? Any help you could provide would be much appreciated.
December 8, 2013 at 12:09 pm #197700In reply to: WPML problem
This reply has been marked as private.December 8, 2013 at 9:24 am #197667In reply to: Use mobile menu 100% of the time on mobile devices
Hey LD3!
You can change the switch width to a higher value following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/?replies=5#post-132320
Best regards,
DevinDecember 8, 2013 at 8:17 am #197652In reply to: Text widget in footer not working
Hi primarythoughts!
There isn’t anything on the theme end that does anything with the text widgets so I’m not sure what it might. It isn’t something I’ve ever encountered either but a vague guess would be a plugin that autoformats content. Its a shot in the dark but that would be my main guess.
WordPress by itself shouldn’t be doing that either as long as the html is correct and the auto format for paragraphs check box is unchecked to turn on off wpautop.
Regards,
DevinDecember 8, 2013 at 8:12 am #197651Hi Christopher!
I choose your pages directly from pages as shown here http://i.imgur.com/8yfQ5TQ.jpg and both links work fine. As for second question, could you please remind me what exactly you would like to achieve with that shortcode? You may need to modify theme files directly if you really need it
Regards,
YigitDecember 8, 2013 at 6:14 am #197638In reply to: logo resize
This reply has been marked as private.December 8, 2013 at 4:25 am #197620In reply to: logo resize
This reply has been marked as private.December 8, 2013 at 4:14 am #197617In reply to: logo resize
Hey!
Try adding this code to the Quick CSS:
.logo { position: relative; top: 38px; } .header-scrolled .logo{ top: 8px; }Cheers!
JosueDecember 8, 2013 at 4:12 am #197615In reply to: logo resize
Hey!
Please remove Yigit’s code:
@media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 40px!important; }}Replace it with:
@media only screen and (min-width: 989px) { .logo, .logo a, .logo a img { width: 285px!important; height: 80px!important; top: 20px; } }Cheers!
IsmaelDecember 8, 2013 at 4:02 am #197610In reply to: Spacing Issue on Mobile View
-
AuthorSearch Results
-
Search Results
-
Hi Folks – I would like to increase the size on the top navigation font – have done a search and came up with this code – which didn’t work. Any clues how to change the font size in the nav?
see here http://shortiedesigns.com/acmena/
#top .main_menu .menu li > a {
font-size: 16px !important;
font-weight: normal !important;
}Thanks
Topic: Bigger Logo gets cut
Hi,
I use a bigger logo. I didn’t add any css, but it is displayed perfectly most of the time. Just when I reduce the width of the browser window, simulating a mobile display, the “o” of “BerlinGuitarTrio” is cut.
The png file i use is 425 × 156px. However, it is automatically displayed at 289 * 116 which I perfectly like.
I read through the several threads concerning this topic but didn’t find a solution. I tried out this code (as well with 425 × 156px)
.logo, .logo a, .logo a img {
width: 289px;
height: 116px;
}but that didn’t solve my problem.
Thanks for your help and best regards
PhilippTopic: Putting links in the header
I am trying to put a login link in the top right corner of my home page to direct users to a separate landing page where they access a dashboard for web-based surveys. I don’t want to manage the login from my WordPress site but just want to point to another page. How do you do that? Any help you could provide would be much appreciated.
