Viewing 30 results - 138,031 through 138,060 (of 141,826 total)
  • Author
    Search Results
  • #167545
    #167544

    Hello nicolasweh!

    Can you post the link to your website?

    Regards,
    Yigit

    #167537

    In reply to: Enfold Bug In Main Nav

    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

    #167534

    In reply to: Enfold Bug In Main Nav

    actually, this only works for desktop, but not mobile (using the flyout nav) – ugh.

    #167525
    IndikatorDesign
    Participant

    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

    #167514

    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.

    #167511

    In reply to: Mouseover Farbe

    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

    #167510
    nicolasweh
    Participant

    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.
    #167503

    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

    #167496
    drmoody
    Participant

    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.
    #167471

    In reply to: lower the logo

    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

    #167464

    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

    #167448

    Glad we could help :)

    Best regards,
    Josue

    #167437

    OMG – you are amazing. A BIG, BIG thank you this is PERFECT :)

    #167433

    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.

    #167426

    Topic: Lightbox and Logo

    in forum Enfold
    homemadebyx
    Participant

    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?

    #167423

    Topic: lower the logo

    in forum Enfold
    drmoody
    Participant

    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

    #167395

    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

    #167375

    Hi uattah!

    Please add following code to Quick CSS

    .pricing-table>li { border-bottom: 1px solid; border-top: none; }

    Best regards,
    Yigit

    #167373

    In reply to: Icon Box Problem

    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

    #167350

    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

    #167345

    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

    #167337
    webWahine
    Participant

    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

    #167333

    Hey ChaosWeb!

    I guess you want the layout to be 960px, please check this topic.

    Best regards,
    Josue

    #167329
    smilingcatinc
    Participant

    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

    #167320

    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?

    #167315
    Tech Dude
    Participant

    Hi tech guys, man I feel bad putting in daily help questions. I actually think i’m very close to being done and just have a few tweaks left. So first, thank you very much for the day-to-day! I’m extremely grateful and happy this theme comes with such great daily support! THanks Devin, Yigit, Josue, Dude, Ismael, and Nick (think that’s everyone that’s helped me so far).

    1. By default there’s a header type called “Fixed Header With Social Icons”. I’d like to make this aligned from the center of the navigation bar and keep the search floated to the right. How can I do so?

    2. Also, I’m using a notification bar at the top and need to increase the padding/margin of the header to start at 180px from the top of the page (and use the same bar height as default). i added the following but it increased the height, the text is aligned very high, and as you scroll the height stays.

    #header_main .container {
    height: 180px !important;
    line-height: 82px !important;
    }

    what block(s) of css should I edit to increase this?
    you can see the examples of where the header is at http://lapolla.dreamhosters.com/

    #167312
    paulsutton
    Participant

    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

    #167311

    Hello Gerold!

    I’m unable to find it, please send it again with a link to this topic.

    Regards,
    Josue

    #167289

    In reply to: Layout Header

    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

Viewing 30 results - 138,031 through 138,060 (of 141,826 total)