Hello nicolasweh!
Can you post the link to your website?
Regards,
Yigit
Hello!
Please try adding following code to Quick CSS
.single-portfolio #mobile-advanced li { display: none; }
.single-portfolio #mobile-advanced li#menu-item-983 { display: block; border-top: solid 1px #ddd; }
Cheers!
Yigit
actually, this only works for desktop, but not mobile (using the flyout nav) – ugh.
Hello,
in this topic
https://kriesi.at/support/topic/enfold-how-to-add-a-fixed-class-to-a-avia-layout-builder-element/
you showed me the way to add a fixed class to the most elements from the Avia Layout Builder, but it just works with elements that have options to configure…
Is there also a way to insert a fixed class for the Layout-Elements and the widget areas? This both hasn´t an option panel where you can add a class…
Best regards
Bzgl Überschriften dürfte sich eigentlich nichts geändert haben, sofern diese nicht mit benutzerdefinierten Code geändert wurden (was zumindest aus dem Code der oben steht nicht ersichtlich ist). Du kannst h3 Überschriften aber mit folgenden Code abändern
#top #main h3 {
font-size: 20px;
line-height: 1.1em;
margin-bottom: 8px;
}
2) Was ist deine Primary Color? Derzeit bestimmt folgender Code die Farbe der strong und b tags
.main_color strong, .main_color b, .main_color b a, .main_color strong a {
color: #c3512f;
}
Dieser findet sich in custom.css.
Hey!
Ok, jetzt habe ich es richtig verstanden :)
Es scheint so, als ob du einen Inline Style für die Farbe benützt, was generell abzuraten ist, weil man sich dann mit dem Überschreiben des Styles schwer tut. Ich würde daher den Inline CSS Code entfernen und die Links mit folgenden Code einfärben
#top .avia_textblock a{
color: #eeeeee !important;
}
#top .avia_textblock a:hover{
color: #c3512f !important;
}
Falls du das nicht möchtest probiere folgenden CSS Code
#top .avia_textblock a:hover, #top .avia_textblock a:hover span{
color: #c3512f !important;
}
Cheers!
Peter
Hi, I don’t have any knowledge of CSS but I really appreciate some help to put the current Gtranslate into the Header displayed at the top right.
Through edit header.php by sheer luck I inserted GTranslate.
I have done searches on the support but the results of what I dound have not been satisfactory.
Many thanks.-
http://img18.imageshack.us/img18/3894/kjou.jpg
http://img11.imageshack.us/img11/2305/z2i8.jpg
-
This topic was modified 11 years, 9 months ago by
nicolasweh.
Hi!
You need to create a robots.txt file to avoid these errors (wp-content/themes/enfold/framework/ response – 403, wp-content/themes/enfold/config-layerslider/LayerSlider/skins/ response – 403) – see: https://kriesi.at/support/topic/google-indexing-the-enfold-theme-folders/
Cheers!
Peter
Hi there, I seem to have a lot of spacing between my elements on the page, am I doing something wrong?
can you take a look at the link and tell me what I’m doing wrong?. I’ve shown an example of the unwanted gaps with the (bad) red arrows and at the top of the page I show an example of how I am using the advanced layout editor.
http://i40.tinypic.com/2elqjxk.jpg
Thanks
-
This topic was modified 11 years, 9 months ago by
drmoody.
Hello drmoody!
You can add this on your custom.css or Quick CSS to move the logo. :)
div .logo {
float: left;
position: absolute;
left: 0;
top: 20px;
}
Adjust the top position.
Cheers!
Ismael
Hey!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(even) {
border-bottom: 1px solid #e1e1e1;
border-top: none;
}
.main_color .pricing-table>li:nth-child(odd) {
border-top: none;
border-bottom: 1px solid #e1e1e1;
}
Cheers!
Ismael
OMG – you are amazing. A BIG, BIG thank you this is PERFECT :)
Hey Josue,
One issue though.Take a look at http://codelessme.com/thematrona/about/ – it is also adding the same background at the top of the site for some reason. Don’t want a background displayed up there.
2 Questions,
1) Where’s the lightbox in Enfold?
I’ve done a bit of searching and it seems that it’s related to WooCommerce. I’m not using Woo, is there a lightbox for other uses?
2) Using the small fixed header, when the header shrinks and fixes itself to the top, how can i switch the logo image?
Hi. I’m sure this has been asked a thousand time but I can’t find a specific answer in support. Is there some code to lower the main logo (padding height)? My logo is large and is hitting the top of the browser and I would like to lower it without affecting the other element positions?
Many thanks
Hey!
Correct. And please do not start the same topic more than once. I answered your question in your other topic. Closing this one
Best regards,
Yigit
Hi uattah!
Please add following code to Quick CSS
.pricing-table>li { border-bottom: 1px solid; border-top: none; }
Best regards,
Yigit
Hello faterra!
What do you have for the actual title content for those items? It looks like you may have a secondary h3 element with a span style on it in place of trying to style them from outside css. With chrome, its getting ignored (the double h3) but with the other browsers they are rending 2 h3 elements one on top of the other.
So the icon and icon title are correct but the title inside is not correctly aligned.
Best regards,
Devin
Hi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com (include a link to this topic)?
Regards,
Josue
Hi Trace!
It’s because their links are already configured to open that size:
<a href="javascript:newWindow('http://www.mackenziefinancial.com/rrspcalculator','RRSPcalculator','','620','400')"> RRSP Calculator</a>
Including links like that won’t work in Enfold, unless you include the newWindow function too (this could be put at the end of the js/avia.js file):
function newWindow(contentsURL, winName, winProps, width, height) {
if (!winName) var winName = "CALCULATOR";
if (!winProps) var winProps = "menubar=0,toolbar=0,resizable=0,location=0,status=0,scrollbars=0";
if (!width) var w = 620;
else w = width;
if (!height) var h = 400;
else h = height;
var x = 100; y = 100;
var args = "width=" + w + ",height=" + h
+ "," + winProps
+ ",screenx=" + x + ",screeny=" + y
+ ",left=" + x + ",top=" + y;
window.open(contentsURL, winName, args);
}
Best regards,
Josue
hi there
this site is now live – if you search for ‘Rosemary’ you see 3 results, however, the numbers are laying on top of the clickable text. please advise. thanks :)
http://www.ekb.com/?s=Rosemary
Hey ChaosWeb!
I guess you want the layout to be 960px, please check this topic.
Best regards,
Josue
Hi there
I have a chart with external links I would like them top open in a style similar to this link when you click on one of the calculators (with the window resized to the content)
Thanks so much for your help
Trace
and awesome, #2 i just adjusted to use .fixed_header #main { margin-top: 100px; }
and it gave me the functional result i needed (just need to adjust the height). Is that the best method or is there another I should use?
I was trying to add the suggested code to the form button,
$this->output .= '<input type="submit" onClick="_gaq.push(['_trackEvent', 'Contact', 'Form Submission', 'Contact Page Form',, false]);" value="'.$this->form_params['submit'].'" class="button" />';
as suggested here: https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/#post-121376
And got the following error:
Parse error: syntax error, unexpected ‘_trackEvent’ (T_STRING) in /home/maasen/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php on line 179
Hello Gerold!
I’m unable to find it, please send it again with a link to this topic.
Regards,
Josue
Hello!
You have this code in your custom.css:
#megaMenu.megaFullWidth {
width: 1310px;
}
You need to move that inside of the desktop only media query so that it is only applied while a user’s screen size is very large.
Then add this to the mobile only query so that it only effects your mobile layout:
.bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu {
margin-left: 50px;
}
Cheers!
Devin