Viewing 30 results - 131,371 through 131,400 (of 142,909 total)
  • Author
    Search Results
  • #246635
    drjill
    Participant

    Hi there,
    I’m investigating a conflict with NextGen plugin and Enfold. It has been reported here: https://kriesi.at/support/topic/fatal-errors-after-migrating-site/#post-214229

    I have deactivated all plugins and cleared my browser cache. When NextGen is activated, some pages in the WP-admin go completely blank – front end is fine. I have switched to the default WP Twenty Fourteen theme and the WP-admin for those same pages works as expected. That would suggest it may be a conflict with the theme, not with the recent WP update (3.8.1).

    thanks, Jill

    #246633
    Edna
    Participant

    Hi,
    I have a responsive layer slider on the home page of my site. We have some text that displays on each slide.
    I basically need the text to display at xx position from the left and yy position from the top.
    Having no issues with aligning the text at yy position. However from slide to slide the xx position changes. They are all set to display at 60% from the left.
    Is there another way to do this and still keep everything responsive? If at lower screen resolutions I would need to put a transparent background to the text block so it would display properly I am all for it but need the text to display always at the same spot (from one slide to the next)

    Hi Josue.

    I have only this in the Quick CSS Box of Enfold Styling:

    .title_container .breadcrumb { left: -4px; top: 75%; }
    #top .title_container .container { min-height: 70px; }

    @media only screen and (max-width: 480px) { .responsive .logo { margin-top: 50px; }
    #advanced_menu_toggle { top: 77%; }}

    #246616

    That would help a lot, reply back to this topic when you go online.

    Cheers!
    Josue

    #246614

    try this.

    icomoon.io/app

    then select your icons (or import using the purple button in the top right). then click “Font” at the bottom. then on the next page click on “Download” at the bottom. after that, you should be able to upload to Enfold and get it working

    Hey Oliver!

    You have this code in the Quick CSS:

    h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font{
    font-family:'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Try removing it.

    Cheers!
    Josue

    Having same issue on the Acer Iconia Tab.
    Would there be a workaround to this?

    #246600

    Topic: Conflict with BBPress?

    in forum Enfold
    drjill
    Participant

    Hi there,
    I am experiencing an issue on a page on which I get only the spinner in the WP-admin Avia layout builder content area. Only two plugins still active – Akismet and BBPress. Following the advise from a related topic:
    https://kriesi.at/support/topic/avia-layout-builder-spinning/#post-169331
    It turns out BBPress is the culprit – when it is the only plugin activated the WP-admin page has the spinner only, no content. I have the latest Version 2.5.3. BBPress is essential to our site. Theme should be 100% compatible with BBPress as it is fully integrated. I haven’t found any other threads on this topic and am stumped how to proceed.

    Note, I’m slowing working through several issues since updating. There appear to be several plugin conflicts (e.g., https://kriesi.at/support/topic/fatal-errors-after-migrating-site/#post-246581) that were not present in the last theme version, as well as major headache with the header file getting significantly changed (child header file now completely broken). I had a mostly functional dev site with child theme that is now taking days to work through bugs. :(

    #246591

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues. You can click on Enfold on support page and scroll down to bottom of the page to start your own topic if needed.

    Cheers!
    Yigit

    #246569

    Hey!

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

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    width: auto; }}

    You can try using this plugin http://wordpress.org/plugins/socialize/

    Cheers!
    Yigit

    #246567

    Hey!

    Please try adding !important rule as following

    #top textarea {
    line-height: 10px!important;
    }

    and flush browser cache after applying the code

    Cheers!
    Yigit

    #246563

    Hi,

    I went to Enfold > Styling > General > Quick CSS and add #top textarea { line-height: 10px; }

    But no one can make a comment in the Comment Forms. Please help! I am a novice WP user so please let me know if you wanted me to do something differently.

    Thank you!

    #246557

    Hey!

    Please add following code to Quick CSS

    .logo img { left: 45px; }
    @media only screen and (max-width: 990px) and (min-width: 768px) {
    .logo img { top: 0; }}
    

    Regards,
    Yigit

    #246551

    Hi!

    Ah, thanks, that solved it! I’ve must have missed 2.6.2. But another menu problem occurs now on my desktop computer (both IE and Chrome). The menu is displayed vertically on the right side instead of where it used to be. And the header is not fixed (or sticky as it seems to be called now).

    http://www.agarkitekter.se/

    Regards,
    Tomas

    #246548

    Hi Animationink!

    It is not very reliable but you can try adding following code to Quick CSS in Enfold theme options under Styling tab

    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li.avia-pricing-row {
    background-color: red;
    color: white;
    border-color: red;
    }
    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(2) {
    background-color: yellow;
    color: blue;
    border-color: yellow;
    }
    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(4) {
    background-color: green;
    color: orange;
    border-color: green;
    }
    #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(6) {
    background-color: orange;
    color: black;
    border-color: orange;
    }

    Regards,
    Yigit

    Hey Hande!

    Please add following code to Quick CSS as well

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }

    please flush browsers cache after applying the code and refresh your page a few times

    Best regards,
    Yigit

    #246523

    In reply to: Black Bar

    Hi Stigan!

    Please try updating Enfold to the latest version 2.6.2 via FTP and check if that helps. You can also add following code to Quick CSS in Enfold theme options under Styling tab to move the page layout up to cover it

    #wrap_all { margin-top: -21px; }

    Regards,
    Yigit

    #246521

    Hi!

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

    #top textarea { line-height: 10px; }

    Cheers!
    Yigit

    This reply has been marked as private.
    #246505

    In reply to: Help changing sub-menu

    Hey!

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

    #top #header .mega_menu_title a:hover { color: red; }
    #top #header .mega_menu_title a { color: blue; }
    .header_color .main_menu .menu ul li a:hover {
    background-color: orange;
    }
    #top .header_color .main_menu .menu ul li>a:hover {
    color: green;
    }
    #top .header_color .main_menu .menu ul li>a { color: yellow; }

    Regards,
    Yigit

    #246504

    Topic: Change Header Font

    in forum Enfold
    Fudge
    Participant

    I would like to change the font used on main menu in header. I followed instructions https://kriesi.at/support/topic/add-new-font/#post-234710 to add my new google font ‘Averia Sans Libre’ and it currently works on page text.

    1. How do I set my main menu to use this font?
    2. On one of my main menu options I’d like to display a clickable image instead of text. For example on your demo page you have a menu item “shop” but I’d like that to be an image instead. Is this possible?

    cheers Fudge

    #246503

    In reply to: Line lenght

    Hi Mono14!

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

    #top .fullsize .template-blog .post .entry-content-wrapper > * { font-size: 20px; }

    Cheers!
    Yigit

    Hey jansthh!

    1- Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .avia_mobile #top .av-parallax-section { z-index: 0; }

    2- I checked your website on my iphone and transitions are animated in both portrait and landscape mode on my end. Please edit your slider and in Global Settings > Layout > Responsive under, insert 1140
    3- No, it does work when it is activated as well. But it will not be transparent when scrolled down

    Cheers!
    Yigit

    #246479
    agarkitekter
    Participant

    Hi!

    I have chosen the “Display as drop down menu” for smartphones and tablets, but it seems to have stoped working (don’t know exactly when but my guess is one of the last Enfold updates). Now it just displays the menu as text on the right side of the page. Im using Chrome and Safari on an iPhone 5 with the latest iOS.

    Adress:

    Best regards,
    Tomas

    WEBIGAMI
    Participant

    Hi there,

    since the latest update, parallax scrolling works on mobile devices. That’s nice. But:

    1) The buttons on my website do only work on desktop systems all of a sudden. Not on iPad or my Nexus 5. Please try the buttons on the frontpage of http://www.webigami.de for yourself and please advise asap!!

    2) Moreover, the layerslider only fades from slide to slide without any animations when I use my iPad in portrait mode.

    3) One more question: The transparent header only works when sticky header is deactivated, doesn’t it?

    Thanky you,
    Jan :)

    #246469

    Thanks Peter,

    It’s not on a mobile data connection. It’s on 2 tablet devices and one mobile which are both wifi (the same as the desktop). Anyway, I’ll keep an eye on it. Seems to be ok most of the time now with total cache.

    Thanks

    Andrew

    #246466

    Hey tgalati56!

    Thank you for the kind words!

    The cart should stay hidden when you don’t have a shop but just to make sure, please add this on Quick CSS or custom.css:

    .cart_dropdown.visible_cart {
    opacity: 0;
    display: none;
    }

    Cheers!
    Ismael

    #246464

    Hey Jason!

    Thank you for the screenshot.

    Please use this:

    #top .sidebar_left .widget ul {
    text-align: left;
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li:before {
    left: 0;
    }

    I hope that’s what you want. Let us know.

    Cheers!
    Ismael

    #246463

    Hi muholland!

    Thank you for using the support forum!

    Use this on Quick CSS or custom.css to remove the header meta border:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Regards,
    Ismael

Viewing 30 results - 131,371 through 131,400 (of 142,909 total)