Forum Replies Created

Viewing 30 posts - 72,331 through 72,360 (of 82,585 total)
  • Author
    Posts
  • in reply to: Partner/logo slider on homepage too small… #262538

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top #wrap_all .av-social-link-twitter:hover a {
    color: red;
    background-color: orange;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: orange;
    background-color: red;
    }
    #top #wrap_all .av-social-link-mail:hover a {
    color: yellow;
    background-color: blue;
    }
    #top #wrap_all .av-social-link-mail a {
    color: blue;
    background-color: yellow;
    }
    #top #wrap_all .av-social-link-facebook:hover a {
    color: green;
    background-color: purple;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: purple;
    background-color: green;
    }

    I still cannot reproduce the header background issue. I have asked @ismael and @josue to take a look. Let us wait for them to check your website

    Best regards,
    Yigit

    Hi!

    Please try updating the theme to the latest version 2.7.1 and check if that helps – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    in reply to: Transparent header issues (Enfold) #262493

    Hi

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

    @media only screen and (max-width: 767px) { 
    .responsive #main {
    margin-top: -82px;
    }}

    Cheers!
    Yigit

    in reply to: Transparent Header not working #262487

    Hi!

    Please add following code to Quick CSS to move logo to right side

    div .logo {
    float: right;
    left: auto;
    right: 0;
    }

    You can also change the position in Enfold theme options > Header Layout > Header Layout.
    The code i posted in my previous reply is to keep padding 200px on pages where you set header to be transparent. You still should set edit each page and choose to display transparent header

    Best regards,
    Yigit

    in reply to: Layout on Checkout Page #262483

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    in reply to: Disable mobile menu, fix header logo #262470

    Hey!

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

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: none;
    }
    .responsive .logo a, .responsive .logo img {
    height: auto !important;
    margin-top: 10px!important;
    }}

    Best regards,
    Yigit

    in reply to: sidebar size #262465

    Hi!

    Yes, the code decreases the content area and therefore, increases the sidebar width.
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget. You can simply use image shortcode and it would be responsive on the sidebar widget

    Best regards,
    Yigit

    Hey!

    Please deactivate all active plugins and check if that helps. Which version of the theme and WordPress are you currently using?

    Best regards,
    Yigit

    in reply to: blog images size #262453

    Hey!

    Please update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
    You are currently using an older version

    Cheers!
    Yigit

    in reply to: Cannot upload images to easy slider #262451

    Hi!

    Please try deactivating all active plugins so we can make sure to cross that out from the list.
    P.S.: Your website looks great. Especially your logo! :)

    Regards,
    Yigit

    in reply to: Team Mitglied Text mittig #262432

    Hallo Walter!

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

    .team-member-name, .team-member-job-title { text-align: center; }

    Regards,
    Yigit

    in reply to: Remove tooltip from all pages #262428

    Hi!

    You should go to Enfold/js folder via FTP and edit avia.js file that is inside. Or you can try this plugin – http://wordpress.org/plugins/solid-code-theme-editor/

    Cheers!
    Yigit

    in reply to: Transparent Header not working #262427

    Hi!

    You can simply add following code to Quick CSS to apply it on all pages

    .html_header_transparency #top #wrap_all #main {
    padding-top: 200px;
    }

    It is working correctly. You can try adding a slider to the top of the page you posted and see that it actually works.

    Cheers!
    Yigit

    in reply to: Transparent Header not working #262421

    Hey!

    What exactly do you mean by whole page? Page with transparent header removes the top padding of main content on the pages it is applied so it gives a nice effect placing logo and menu on top of slider or any other content element. You can see the example here on the demo site – http://kriesi.at/themes/enfold/homepage/transparent-header/
    Please add following code to Quick CSS as well

    #header_meta { background: transparent; }

    Cheers!
    Yigit

    in reply to: Enfold final tweaks and help needed #262420

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    .title_container .breadcrumb { right: auto; top: 75%; left: 0; margin-left: -2px; }
    #top .title_container .container { min-height: 60px; }}

    Cheers!
    Yigit

    in reply to: Transparent Header not working #262413

    Hey!

    It is currently functioning as intended. Would you like to display it like in this screenshot – http://i.imgur.com/402vw2F.png ?
    If so, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-66 #main {
    padding-top: 200px!important;
    }

    To apply it on other pages, you should change the page ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    in reply to: Display bugs.. #262406

    Hi!

    I am leaving this thread open. Please post when you launch your website, until you post, thread will be on hold

    Regards,
    Yigit

    in reply to: Main menu above centered logo #262404

    Hi!

    Which OS and Chrome version are you using? I have just checked your website on Chrome Version 34.0.1847.131 on Mac OS X 10.9.2 and i could not reproduce the issue on my end. Please see screencast here – http://youtu.be/ljpv-y3aUGc

    Cheers!
    Yigit

    in reply to: Menu Position #262399

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .main_menu { margin-top: -110px; }
    #header_main nav .social_bookmarks {
    top: 41%; }}

    Regards,
    Yigit

    in reply to: Live site error #262397

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: mobile menu on ipads #262396

    Hey ste_thumbs!

    Please add folllowing code to Quick CSS and adjust the screen width as needed

    @media only screen and (max-width: 1024px) { 
    #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    .main_menu { display: none; }}

    Regards,
    Yigit

    in reply to: How do I create a smaller footer? #262384

    Hey!

    You can go to Apperance > Widgets and add any widget to Footer column 2 widget area or add an empty text widget to display nothing at all

    Best regards,
    Yigit

    in reply to: Color Section with shadow #262382

    Hi crevlon!

    Can you post the link to your page and point out the color section so we can look into it Marco?

    Regards,
    Yigit

    in reply to: Author pic is not showing #262380

    Hey!

    You can try using this plugin – http://wordpress.org/plugins/sem-author-image/

    Cheers!
    Yigit

    in reply to: Standard Editor #262379

    Hi AGC!

    Please try deactivating all active plugins and flush browser cache to see if that helps. If not, please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    in reply to: Avia not working in 4.0 alpha version #262377

    Hi patrickschua!

    You can try deactivating all active plugins and flushing browser cache few times to check if that helps. If it does not, unfortunately there is not much we can do since we only support stable releases

    Regards,
    Yigit

    in reply to: Background Colour Flash When Selecting Navigation #262375

    Hey!

    Please try deactivating all active plugins and check if that helps. Deactivating all unnecessary plugins would help increasing page speed

    Regards,
    Yigit

    in reply to: hide specific page on mobile phone #262369

    Hi baiker!

    You can add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    #menu-item-59 { display: none !important; }}

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    in reply to: Spacing between two sidebar image widgets #262363

    Hey Ben!

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

    div#widget_sp_image-3 {
    margin-top: -5px;
    }

    Regards,
    Yigit

    in reply to: Header title and breadcrumbs #262358

    Hi Signum!

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

    .title_container .main-title { display: none; }

    Then go to Enfold/framework/php folder and open class-breadcrumb.php and search/change “You are here” then find following line

    $separator = '<span class="sep">' . $separator . '</span>';

    and change it to

    $separator = '<span class="sep"> - </span>';

    Cheers!
    Yigit

Viewing 30 posts - 72,331 through 72,360 (of 82,585 total)