Hello!
@mmi You are welcome, glad we could help :)
@kbreslin posted in your other topic.
Cheers!
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
I’ve a header fixed with social icon and additional menu. How can I move search button at the top on the right of the secondary menu instead of the primary menu?
Regards
Hi oliviad!
You can use this to move the title downwards:
.grid-entry-title {
position: relative;
top: 10px;
}
Regards,
Ismael
Hey!
Glad it is working fine for you now. And please check if you have inserted extra lines in Google Analytics section in Enfold theme options because i see “Paste your Google Webmaster Tools verification code here” on the top of your page. If there is no extra lines in Google Analytics section, please check your Header.php file
Cheers!
Yigit
Yeah, stumbled upon the topic on stack exchange (and some others), but they won’t work. Tried also to add the category, but it seems to run out of boundaries when getting into more nested levels.
Otherwise I decide to simply disable the post nav for the portfolio type because it doesn’t make sense there. Won’t give up that fast… ;)
Thanks again for the input! Appreciate that!
This reply has been marked as private.
Hi,
I can’t switch the “Avia Layout Builder” off, to see the [Shortcodes] in the “Default Editor”.
The “Default Editor” only shows that there are XX Words, but it’s a plain Text-Box. I found
a workaround (which is kinda messy, but works).
A) Switch “Avia Layout Builder” off –> Blank Text-Box with XX Words counting
B) Switch “Default Editor” to Fullscreen –> Still Blank Text-Box
C) Close the Fullscreen again
D) Back to “Default Editor” with 0 Words counting
E) Undo the Content change, via the Default “Yellow” Dialog at the top
F) And now we have the [Shortcodes] in the “Default Editor” :)
But this seems like a bug. Is there a known Bugfix?
Greez Jens
Hi
I am trying to add columns into tabs, having a contact form and a widget area in the columns. I am using shortcodes, everything seems to be ok except for the alignment. There is a lag on the top of each column.
I always start new shortcodes on new line…
Any idea how to fix this?
Thanks
Hi Kriesi,
Is there any way to change the font color for header with social icons and bottom navigation?
For reference here’s the link to a project I’ve been working on: http://pbn.midosianturi.com/
I want the top navigation to have a white font color.
Thanking in advance,
MD
A more specific way to ask this is….
How do we get the VERY TOP links to be underlined and in orange ?
NOTE: We are using the ” Header with Social Icons and Bottom ” header type.
How do we successfully input CSS into a Menu’s “CSS Classes (optional)” textfield?
1) We created a CSS code within the “Quick CSS” part of the admin area…
.secondarytoplinks {
color: #CC0000;
font-family:Arial, Helvetica, sans-serif
}
2) Then we went to the Menu tab, selected our menu and then inserted ” secondarytoplinks ” where it says. “CSS Classes (optional)” for that particular page
Nothing happened concerning our link.
=====================================
What did we do wrong?
Please give us STEPS on the proper way to use the a Menu’s “CSS Classes (optional)” textfield .
Thanks in advance.
-
This topic was modified 12 years, 3 months ago by
turner2f.
Diese Modifikation: https://kriesi.at/support/topic/best-way-to-add-icons-to-the-top-level-menu/#post-169808 erlaubt es den Icon Shortcode auch in Menüs zu verwenden. Ab der nächsten Version werden die Menüs Shortcodes auch standardmäßig unterstützen.
This reply has been marked as private.
This reply has been marked as private.
Great theme! I’m just having a few issues with customising the footer. I have a 4 column footer.
1) Custom Menu widget: Is there any way to stop sub-menu items from showing in the footer custom menu?
2) Social Media Icons: Is there a way I can have 1 footer column display Facebook and Flickr icons only?
3) Is there a way I can place a contact form in one of the footer columns?
Thank you!
Hello!
The header meta is now hidden on IE10, please remove browser cache then reload the page. Add this on your custom.css or Quick CSS to add a background on the header when you scroll the page.
.header_color.header-scrolled .header_bg {
background: #22324b;
}
Cheers!
Ismael
Hello!
You can use this:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
Cheers!
Ismael
I’m not sure what it could be at this point. Earlier the icons were showing fine on my end and still are on my macbook but checking this afternoon they are missing on my desktop now.
Can you create a temporary admin account and reply back with the details so we can dig in a bit further.
I asked for support before, and it was closed without resolution: https://kriesi.at/support/topic/sidebar-option-for-custom-post-type/
I’m using a custom content type called download (created by easy digital downloads). I also edited enfold as directed to enable the avia layout editor for my custom content type. It works great, and now I have the editor for my downloads. However the website doesn’t understand how to use this properly.
I have added a bit of code to every template file in the theme root folder, and every loop file in the includes folder. This bit of code prints out the template name in the source code for me. None of the templates are being used. Instead it’s using something from the config-templatebuilder folder I believe. How can I edit the page layout for this content type if it bypasses all template files?
Link to page http://thepluginfactory.co/warehouse/gard-pro/
-
This topic was modified 12 years, 3 months ago by
Branndon.
Hi!
You can add this on your custom.css or Quick CSS:
.header_color .main_menu ul {
background: transparent;
}
#top .main_menu .menu>li:last-child>a {
padding-right: 10px;
}
If you want a border below, just add this:
#header {
border-bottom: 1px solid #444444;
}
Cheers!
Ismael
Hi!
You can add this on your custom.css or Quick CSS:
#top .sub_menu>ul {
float: right;
}
.social_header .phone-info {
margin-top: 0;
position: absolute;
top: 40px;
height: 80px;
}
#menu-item-2594 > a {
text-indent: -9999px;
background: url('http://217.147.86.171/~mainline/wp-content/uploads/menu_home_symbol.png') no-repeat center center;
width: 50px;
height: 26px;
position: absolute;
top: 40px;
right: 5px;
}
Best regards,
Ismael
Also, this did increase the font size but it doesn’t look right on mobile.
Do you have another CSS line for the responsive part of this?
Thanks
Zach
Hi igalaxy!
1.) I don’t see the navigation bar moving side to side. I checked the site on IE8, 9 and 10. What OS are you testing it with?
2.) You can change the html background color:
html {
background-color: #eda68e;
}
Cheers!
Ismael
Hey kangaroozach!
The theme in provided link is not Enfold :)
You can add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info span { font-size: 16px; }
Best regards,
Yigit
Hello!
To make the content wider, add this code to the Quick CSS:
#top .fullsize .template-blog .post .entry-content>* {
max-width: 850px !important;
}
To make the title and meta text larger:
.post-meta-infos {
font-size: 14px !important;
}
.post-title.entry-title {
font-size: 32px !important;
}
Cheers!
Josue
This reply has been marked as private.
I’m not sure any of us have Air’s to test on, I think Kriesi is also using a macbook pro but the specs should be the same. I’m not sure how you are getting something that I’m not with what should be the exact same OS and Browser.
I’ll tag Kriesi on the topic and see if he can figure out what is happening.