Viewing 30 results - 139,141 through 139,170 (of 142,904 total)
  • Author
    Search Results
  • #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

    #167279
    #167275

    In reply to: Styling/Position Help

    Thank you!

    There still appears to be a top border on the menu of some kind?

    http://practiceexcel.com/personaltouchdental.com/

    If you see there is a dark line going through the logo all the way to the right side where the phone number is, it is very faint but still there.

    Also,

    I want to make my h1’s within the pages the Railway font…right now it looks like it is only applying to the text that is within the purple bar inside of my pages

    http://practiceexcel.com/personaltouchdental.com/our-office/

    #167269

    In reply to: Site breaks in chrome

    Hey i just had it happen to me this AM: http://www.smurkcreative.com/wp-content/uploads/2013/09/Screen-Shot-2013-09-27-at-10.38.08-AM.png

    Once this happens i try and go to “edit page” at the top to go into the page and it logs me off. Once i try to add the username and password it just never takes it and keeps taking me back to a pop up log in.

    I have to shut down chrome and retry a few times to get it to start or i just give up and I go to a new browser.

    This seems like a bug to me but I am lost at this point to see what is causing this..

    Please help

    thanks

    #167262

    Hello mirzepapa!

    Please add following code to Quick CSS in Enfold theme options

    .responsive div .avia-data-table td { border-top: inherit; border-right: inherit; border-left: inherit; }

    then in your WordPress theme directory, go to Enfold > Css folder and open shortcodes.css file and find following code in line 1073

    .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}

    and change it to

    .responsive div .avia-data-table th{ border-top:none; border-right:none; border-left:none; text-align: center;}

    Cheers!
    Yigit

    #167256

    Hi!

    I made the first pair, now for the rest just clone them and change the image, to do it you will have to be in the Text tab and replace the highlight section like in the following image:

    Best regards,
    Josue

    #167253

    In reply to: Styling/Position Help

    Hello!

    Please add following code to Quick CSS

    #top .main_menu .menu > li > a { border: none; }

    Best regards,
    Yigit

    #167234

    Hey Hojoon!

    Try with this:

    /*PolliMolli*/
    #menu-item-3964 > a:hover,
    #menu-item-3964.current-menu-item > a,
    #menu-item-3964.current_page_item > a,
    #menu-item-3964.active-parent-item > a,
    #menu-item-3964.active-ancestor-item > a {
    background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
    }
    
    /*zflex*/
    #menu-item-2567 > a:hover,
    #menu-item-2567.current-menu-item > a,
    #menu-item-2567.current_page_item > a,
    #menu-item-2567.active-parent-item > a,
    #menu-item-2567.active-ancestor-item > a {
    background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_zflex_black.png) no-repeat top; display:block;
    }
    
    /*MINI*/
    #menu-item-2570 > a:hover,
    #menu-item-2570.current-menu-item > a,
    #menu-item-2570.current_page_item > a,
    #menu-item-2570.active-parent-item > a,
    #menu-item-2570.active-ancestor-item > a {
    background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
    }

    Cheers!
    Josue

    #167212
    montanayank
    Participant

    I have several book shots in an easy slider on our home page, christophermatthewspub.com. All are a uniform size except one. The original images are all the same size, but one book is coming out shortened. How can I fix that?

    #167211

    Hi kriru!

    You do not have enough content on these pages. That is why it does not display go-to-top button. You can zoom in on these pages , then you will see that it appears.

    Regards,
    Yigit

    #167210

    In reply to: Blurry fonts @ mobile

    #167208

    Hi Tech Dude!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    .header_color .main_menu ul:first-child > li > a { color: red; }
    .header_color .main_menu ul:first-child > li > a:hover { color: purple; }
    .header_color .main_menu ul:first-child > li.active-parent-item > a { color: green; }
    #top #header .mega_menu_title a { color: blue; }
    #top #header .mega_menu_title a:hover { color: yellow; }
    .header_color .avia-bullet { border-color: red; }
    #top .header_color a:hover .avia-bullet { border-color: blue; }
    #top .main_menu .menu li ul a { color: pink; }
    #top .header_color .main_menu .menu ul li>a:hover { color: orange; }

    Best regards,
    Yigit

    #167199
    Tech Dude
    Participant

    What CSS code should I use to change the main menu (top navigation) text color and hover color? and for mega menu drop downs, the bullet color as well? thanks!

    #167174
    #167170

    In reply to: Social media icons

    Hi stevemulisa!

    Please add following code to Quick CSS in Enfold theme options under Styling

    #top .social_bookmarks li a { color: blue; font-size: 18px; }

    You just need to change “blue” to hex value you desire

    Cheers!
    Yigit

    kriru
    Participant

    Hi

    my website is http://web.guru99.com/

    now the top button link at footer is not displays at main page as well as various pages

    here is the link where top button link not display

    1) http://web.guru99.com/
    2) http://web.guru99.com/php-tutorials/
    3) http://web.guru99.com/demo-editor-php/

    here you can see what i am talking about – http://i.imgur.com/PiGAwOx.png

    now i am using chrome version 29.0.1547.76
    So please help me to do so

    #167151

    Hi there,

    I believe I did change the permalink settings from the default wordpress settings to more SEO friendly post pages.

    My website is proletehealth.com

    I changed the name of my checkout page from ‘checkout’ to ‘checkout 2’ and it works beautifully. When I change back to ‘checkout’, it stops working. Hopefully that helps you pinpoint what the possible problem is.

    Thank you!

    • This reply was modified 12 years, 6 months ago by uattah.
    #167147

    Hello!

    Feel free to request features here https://kriesi.at/support/topic/enfold-feature-requests/
    Glad Ismael and Josue could help :)

    Best regards,
    Yigit

    #167139

    In reply to: Some CSS questions

    Hello!

    You can subscribe to this topic by checking “Notify me of follow-up replies via email” right above Submit button :)

    Regards,
    Yigit

    #167100

    Thank you, the page I would like to create is like this
    http://flyingpigcafe.co.nz/wp-content/uploads/2013/09/Product-Sheet-with-ingredients.jpg
    website is still in maintenance mode
    Login: ****
    password: ****
    Cheers

    #167098

    In reply to: Mouseover Farbe

    Hi!

    Ah,ok – also es soll die Farbe des Unterstriches geändert werden? Wenn ja, verwende folgenden Code

    
    #top .avia_textblock a:hover{
    border-bottom: 1px solid  #c3512f !important;
    text-decoration: none;
    }
    

    Regards,
    Peter

    #167092

    Thanks Devlin,

    <P>You are correct. It is impossible to find a problem if it cannot be reproduced.</P>

    From another Forum I got this solution to what sounds like the same problem I had:<br />
    Let’s suppose that your slideshow is located in ID = top-a. Then, the only thing to do is to add the following line of code right before the closing body tag (i.e. </body>) in your template.php file:”

    <script>jQuery(window).bind(“load”, function(){jQuery(‘#top-a > div > .module’).removeAttr(‘style’);jQuery(window).resize();jQuery(‘#top-a > div > .module’).attr(‘style’,’min-height:1px;’);});</script>

    But in Enfold I can’t see how to try this out because I used the smart AVIA Layout Builder so I think there is no place to edit the page HTML. Maybe the jscript will mean something to you though?

    (For me I solved the problem by changing to a different Slideshow plugin that works fine.)

    Regards
    Chris

    #167088

    my wish list

    1 a better look for blog ..for example I would like use advance editor for modify the top of the page
    2 in advandeced-editor i want save a template for single block not just for the all page
    3 icon for youtube in social

    Dear Josue

    Thanks a lot for your support!
    I have solved issue 2.

    But I cannot solve issue 1 until now.

    According to your advise, I used ID selector as below.
    But it does not work.

    ———————————————————————————————————————————
    /*PolliMolli*/
    #menu-item-3964 .main_menu ul:first-child > li > a:hover,
    #menu-item-3964 .main_menu ul:first-child > li.current-menu-item > a,
    #menu-item-3964 .main_menu ul:first-child > li.current_page_item > a,
    #menu-item-3964 .main_menu ul:first-child > li.active-parent-item > a,
    #menu-item-3964 .main_menu ul:first-child > li.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block;
    }

    /*zflex*/
    #menu-item-2567 .main_menu ul:first-child > li > a:hover,
    #menu-item-2567 .main_menu ul:first-child > li.current-menu-item > a,
    #menu-item-2567 .main_menu ul:first-child > li.current_page_item > a,
    #menu-item-2567 .main_menu ul:first-child > li.active-parent-item > a,
    #menu-item-2567 .main_menu ul:first-child > li.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_zflex_black.png) no-repeat top; display:block;
    }

    /*MINI*/
    #menu-item-2570 .main_menu ul:first-child > li > a:hover,
    #menu-item-2570 .main_menu ul:first-child > li.current-menu-item > a,
    #menu-item-2570 .main_menu ul:first-child > li.current_page_item > a,
    #menu-item-2570 .main_menu ul:first-child > li.active-parent-item > a,
    #menu-item-2570 .main_menu ul:first-child > li.active-ancestor-item > a {
    background:url(http://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_mini_color.png) no-repeat top; display:block;
    }
    ———————————————————————————————————————————

    Would you mind let me know correct full codes?

    Best regards,
    Hojoon

Viewing 30 results - 139,141 through 139,170 (of 142,904 total)