Viewing 30 results - 83,671 through 83,700 (of 142,641 total)
  • Author
    Search Results
  • #752162

    Hi,

    I checked the link you provided. The site looks very nice but It’s not clear what rows are you referring to. If you still have any issue please open a new ticket (so we can keep the focus on the main topic) and upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    #752158

    Hi!

    I checked the page but it has an Internal Server Error. Please remove the modification then try the following.

    // https://kriesi.at/support/topic/moving-sidebar-top-top-on-mobile-above-content/#post-737622
    // https://kriesi.at/support/topic/enfold-mobile-mode-problems/#post-703125

    Best regards,
    Ismael

    #752152

    Hi,

    What is the font that you want to use? Please try using a different font.

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        font-family: 'Courier' !important;
    }

    Don’t forget to remove the previous modifications.

    Best regards,
    Ismael

    #752137

    Hi!

    There are already 2 widgets in the header. The id of the phone number widget is “#text-6” and other is “#text-7”. If you want to move the left widget, use the following css code.

    #header #text-7 {
        left: 20px;
        top: -20px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #752110

    Hey Dwimmer,
    Try this code in the General Styling > Quick CSS field:

    #top .av_header_transparency #header_main {
    background-color: rgba(208,208,208,0.5);
    }

    I was not sure how gray you wanted to go, but here is a list of color codes to choose from: https://www.w3schools.com/colors/colors_shades.asp

    Best regards,
    Mike

    I did not ask you to provide any third party compatibility.

    I specifically requested code to disable all google maps api calls on the front end. I have found plenty of your support staff offering it in other threads, but that code was not working for me as evidenced when the maps would stop working when I would removed the map key from enfold. In theory, if totally disabled, then the maps should not work regardless of whether there is a google map key in enfold or not.

    #752099

    Hi Thanks for the help, the following code works fine :-)

    #nav_menu-4.widget.clearfix.widget_nav_menu{
    width:300px !important;
    }

    #top .content .flex_column .widget_nav_menu li{ border:none !important; margin-left:10px !important; }

    #top .content .flex_column .widget_nav_menu li a{ padding:0.5em 10px !important; border:none; !important; }

    #top .content .flex_column .widget_nav_menu li:first-child {
    border-top-style: none !important;
    border-top-width: none !important;
    }

    #752094

    Hey erwin_m,
    I think I found what you are looking for here: https://kriesi.at/support/topic/archive-pages-titles/#post-308835
    If not can you add a screenshot of what you are trying to do, with URL?

    Best regards,
    Mike

    #752082

    Hey Elliot,
    Try this code in the General Styling > Quick CSS field:
    to make menu “appear”

    html body#top #mobile-advanced {
        top: 0;
        left: auto;
        right: -100%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }
    
    html body#top .show_mobile_menu #mobile-advanced {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }

    To make menu slide from right side:

    html body#top #mobile-advanced {
        top: 0;
        left: auto;
        right: -100%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        transition: right 0.2s;
    }
    
    html body#top .show_mobile_menu #mobile-advanced {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        right: 0;
    }

    Best regards,
    Mike

    Hi Mike, thanks for your reply. I have already tried the advanced excerpt plugin but it doesn’t seem to have any effect when using enfold theme. The enfold theme seems to have it’s own rules defined in postslider.php as described in this post . However, I can’t see how I can prevent words being cut in the middle.

    #752068

    Hey johnnybimma,
    Try this code in the General Styling > Quick CSS field:

    #top .main_menu .menu ul li a { background: #fff;}
    #top .main_menu .menu li ul a { color: #444!important;}
    #top .main_menu .menu ul li > a:hover { color: #000!important;}

    Best regards,
    Mike

    #752067

    Hi @johnnybimma,
    try with this ;

    
    #top #wrap_all .av-main-nav ul > li > a{
        background-color: #fdd500 !important;
        border-color: #ffdd42 !important;
    }

    adjust the colour as you like

    #752066
    jaybenkovich
    Participant

    I have replaced the image, It seems to come in at the right size but then “zooms” in a bit so we don’t see the image full left and right. (go from smaller screen to larger and you will see it “pop” Is there something I’m missing?
    Tried this:
    .av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
    background-size: 100% 100% !important;
    }

    #752058

    Hey!

    Here is the CSS

    #top .av_header_transparency #header_main {
    background: rgba(2,2,2,0.1) !important;
    }

    You can change the colors with something else if you want.

    Thanks a lot

    Regards,
    Basilis

    • This reply was modified 8 years, 11 months ago by Basilis.
    #752054
    geotectives
    Participant

    Hi. Nice demo. However, i understand how al is done, but NOT how to access the 2 fields and buttons on the faded images at the top of page. I have look everywhere. Please, help.

    Kr, Mats

    #752035

    Hi,
    Place your code in your child theme css or in the General Styling > Quick CSS field
    Also include this:

    h1, h2, h3, h4, h5, h6, p, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family:"Lato";
    }

    Best regards,
    Mike

    #752027

    Hi Mike. Thanks for the response.

    What I referring to was the most recent code Yigit posted, the one from Jan 14 https://kriesi.at/support/topic/lightbox-images-disappear-mobile-only/, not the one from Jan 4 https://kriesi.at/support/topic/enfold-lightbox-pictures-disappearing-flickering-on-iphone-and-ipad/. In any case, neither worked. I’m sure it will be addressed in the next update, in the 3-4 yrs I’ve been using Enfold the developers have always been really good at fixing issues.

    Would be really nice though if I could have a temporary fix until the update comes out, I’m showing the site to the client later this week.

    Thanks again,
    Brian

    #752024

    Hi Kevin!

    Thanks a lot for the topic, but please do not create different while asking for support.
    That drives all the support slower and not manage to proper reply.

    Thank you

    Cheers!
    Basilis

    #752016
    Kevin
    Guest

    My last two questions have not been answered. I have two websites that are on hold while I wait for this. If you could give me some idea as to how long I have to wait for support, I would appreciate it.

    https://kriesi.at/support/profile/domainarchitect/topics/

    Thank you

    #752012

    In reply to: Content Slider Boarder

    Hey timbright,
    Try this code in the General Styling > Quick CSS field:

    #top .av_inherit_color *{border-color: transparent;}

    Best regards,
    Mike

    #752007
    brianbu
    Participant

    Hello. I realize this topic has been addressed here https://kriesi.at/support/topic/lightbox-images-disappear-mobile-only/ and here https://kriesi.at/support/topic/enfold-lightbox-pictures-disappearing-flickering-on-iphone-and-ipad/ but the threads are closed I’m still having the issue. Scroll down to my gallery images and you can see it on mobile.

    I tried adding all 3 of the codes in the 2 threads above (adding each separately of course) and none worked. I tried them with all my plugins inactivated and with any custom css code turned off. Currently I have the most recent code posted by Yigit in my Quick CSS:
    .mfp-img {
    -webkit-animation: none !important;
    animation: none !important;
    }

    Thanks,
    Brian

    #752000

    Hey Swarez,
    It sounds like you have already enqueue the fonts in your functions.php, and now want to @import the new url to your style sheet.

    @import url(https://your.CDN.url);

    If you want to review enqueuing, check it out here: https://kriesi.at/support/topic/new-custom-font/#post-121902
    Best regards,
    Mike

    #751970

    Topic: blog

    in forum Enfold
    esliran
    Participant

    Hi.
    I tried to show my blog posts in a page, using blog option of the advanced editor.
    Is there any way I can stop the post categories from being shown over the title?
    the categories are shown by arrows n the following image.

    #751954

    Merhabalar,

    Masonry’deki elementlerin genisliginin mobildeki gibi 100% olmasini mi istiyorsaniz? Eger oyleyse, lutfen assagidaki koduda Quick CSS alanina ekleyin

    @media only screen and (max-width: 989px) and (min-width: 767px) { 
    .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry.av-landscape-img, .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry {
        width: 100%;
    }
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 25px;
    }}

    Ikinci kod yazi fontunu buyutmek icin

    Cheers!
    Yigit

    #751908

    In reply to: Theme Enfold

    Hi Nicola!

    Thanks for contacting us!

    1- No, you can upload as many images as you wish into your sliders however since that might slow down the page load time.
    2- Yes, there is a default value for image sizes however you can simply use plugins or custom functions to change image sizes in gallery and simply regenerate them.
    3- Currently it is not possible out of the box however you can use side header (please see example here – http://kriesi.at/themes/enfold-photography/ ) and customize it to display content fullwidth and header on top of your content with transparent background :)
    4- Yes, you can simply disable discussions so comment form would not show up.

    Also, we have German speaking moderators if you wish to receive replies in German. But since there are more English speaking ones, you would probably get quicker response if you post in English :)

    Let us know if you have any other questions!

    Cheers!
    Yigit

    #751899

    Topic: Remove animations

    in forum Enfold
    emskrd
    Participant

    Hi –

    I have tried adding the code you provide on this – https://kriesi.at/support/topic/turn-off-animations/

    But it won’t stop the animations.

    Can you please let me know how I can stop all animations on my homepage, backdropsforbands.com

    Thanks,
    Mendy

    #751898

    Hey freshwebsitesla,
    I logged in and adjusted the css. It should be working now. Updated css below:

    .main_menu {
    position: relative;
    left: 150px;
    }

    .sub_menu_socket {
    display: none;
    }

    #socket .copyright {
    text-align: center;
    width: 100%;
    }

    #avia-menu{
    margin-top:50px !important;
    }

    #avia-menu li {
    float: left;
    width: 75%;
    display: block;
    height: 30px;
    }

    nav a{
    padding:20px !important;
    height:0px !important;
    line-height:0px !important;
    }

    Best regards,
    Jordan Shannon

    #751877

    Hi,

    1. To change the input color on homepage to white

    #top .main_color .avia-builder-el-22 .input-text,
    #top .main_color .avia-builder-el-22 input[type='text'],
    #top .main_color .avia-builder-el-22 input[type='input'],
    #top .main_color .avia-builder-el-22 input[type='password'],
    #top .main_color .avia-builder-el-22 input[type='email'],
    #top .main_color .avia-builder-el-22 input[type='number'],
    #top .main_color .avia-builder-el-22 input[type='url'],
    #top .main_color .avia-builder-el-22 input[type='tel'],
    #top .main_color .avia-builder-el-22 input[type='search'],
    #top .main_color .avia-builder-el-22 textarea,
    #top .main_color .avia-builder-el-22 select {
        color:#FFF!important;
    }

    2. The input text color is alread #333. If you do not see that it is #333 please hard refresh the page a few times.

    Let us know if you have more question.

    Best regards,
    Vinay

    #751865
    tremblayly
    Participant

    Hi

    I don’t know why I get the search form displayed on my single product pages. See here: http://silviafindings.wpengine.com/product/curved-flower-bal-antique-sterling-silver-6-3mm-x-6-3mm-x-26-5mm (hosted on WPengine)

    I also get the search form displayed on the bottom of my blog page: http://silviafindings.wpengine.com/blog.
    My widget has it to display at the top – and that works fine.

    I launch Monday, so I hope to get a fix very soon.

    I have include admin login credentials to expedite resolution of these issue.

    Thanks
    Lyse

    #751860

    Topic: Enfold

    ALLISON JACKSON
    Guest

    I’m interested in buying your theme. However, I’m not sure of something. When I buy it, will I get the upgrades forever, or will all upgrades stop after the 6 months of support?

Viewing 30 results - 83,671 through 83,700 (of 142,641 total)