Viewing 30 results - 102,331 through 102,360 (of 142,942 total)
  • Author
    Search Results
  • #564441

    In reply to: Text Float in Header

    Hey!

    Please check the frontend of the website. The following css have been applied in the quick css to code the contact info in the header this.

    
    /* Header contact info*/
    
    #header .widget {
      left: 50px;
      right:50px;
      padding-top: 25px;
      position: absolute;
      top: 0;
      z-index: 999;
    }
    
    .meta-phone {
        float: right;
        padding-top:10px;
    }   
    .meta-phone h3{ 
    font-size:18px;
    color:#FFF!important
    }
    .meta-phone span {
        display:block;
    }
    
    @media only screen and (max-width: 768px) {
        /* tablets and desktop */
      .meta-phone {
        display:none;
    } 
    }

    Best regards,
    Vinay

    #564429

    Hey!

    It is possible but you have to find a way to identify the layers and one way is to add the attribute Class or ID. In the Attributes > Classes field, add “only_desktop” for example then add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .only_desktop { display: none !important; }
    }

    Regards,
    Ismael

    #564428

    Hey!

    Please try the following as well:

    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-button {
        margin-top: 5px;
    }
    }

    Regards,
    Rikard

    #564424

    In reply to: Moving logo

    Hey!

    The website is not loading on my end. Could you please provide a screenshot of the layout? Try to adjust the position of the logo with this:

    .logo {
        top: 10px;
        left: 50px !important;
    }

    Adjust the values as needed.

    Regards,
    Ismael

    #564420

    Hi!

    This is possible but it will take a few custom modifications. Are you planning to retain that layout? If yes, please try this:

    .home .main_color.container_wrap.sidebar_right > .container {
        padding-left: 0;
    }
    
    .home .content .entry-content-wrapper {
        padding-right: 0;
    }
    
    .home main.template-page.content.av-content-small.alpha.units {
        padding-top: 0;
    }
    
    .home .content .entry-content-wrapper .flex_column {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .home .content .entry-content-wrapper .flex_column:first-child {
        padding: 0;
    }

    Best regards,
    Ismael

    #564410

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #564397

    I’m going to number these issues for clarity.

    1. Issue 1 – disappearing social icons
    – I deleted ALL quick CSS
    – I disabled the cache at the web host.
    – I then used a browser on a computer that has never been to the website. The icon problem remains even with ALL quick CSS deleted.

    2. Issue 2 – social icons not centered in header
    – I deleted ALL quick CSS
    – The icons are not centered and the hover highlight is odd. See these 3 screenshots.
    https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202016-01-12%20at%2011.53.27%20PM.png
    https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202016-01-12%20at%2011.50.39%20PM.png
    https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202016-01-13%20at%2012.01.25%20AM.png

    3. At this time there is NO quick CSS on my site. I have removed it temporarily.

    Now that we know that quick CSS is not the issue, and we can see several problems on this site, let’s find out what the problem is. It is important because I will be using this as a template for all my “coming soon” placeholders. This is not a plugin issue as you can see. There must be a bug in the theme somewhere. Can we pull in Kriesi on this please?

    See private content below.

    Urgent and thank you,

    Jas

    4. There is also this problem on the same site

    • This reply was modified 10 years, 3 months ago by Jasmer.
    #564391

    Hi Rikard,

    Thanks for this.

    It looks much better! Is it possible to have the icon next to the menu toggle like we have on devices from 768px to 990px?

    I adjusted your code for this (I have it aligned with toggle), but struggling to position it next to the menu toggle?

    @media only screen and (max-width: 767px) {
    #menu-item-search a {
    height: 10px !important;
    line-height: 0px !important;
    padding-left: 70px !important;
    position: relative;
    top: -50px;
    }
    }

    Kind Regards,

    Joline

    #564388

    Hey!

    There’s something weird going on in your installation. The layer slider somehow forces itself to relocate inside the top color section. For a temporary fix, we added a color section on top of the layer slider then added a few css modifications inside a code block. Please check it here: http://mantrisstand.com/

    Regards,
    Ismael

    ryanhulseberg
    Participant

    Hey,

    COLOR SECTION –
    On our home page we use a vimeo video in a color section. This worked until today.

    ANIMATED COUNTDOWN –
    On several pages we use an animated countdown. This worked until today.

    To my knowledge, there have been no plugins added or updated.

    The website is http://fbcowasso.org – this shows the color section (that doesn’t work properly)
    http://fbcowasso.org/live – shows the animated countdown (not working)

    THANKS, God Bless,
    Chad

    • This topic was modified 10 years, 3 months ago by ryanhulseberg.
    #564373
    volocom7
    Participant

    The text that filters which entries that appear on the page.

    #564369

    I’m developing the site in a local environment so I can’t give you the admin access. Any other suggestions?

    Also, I did start a new thread at: https://kriesi.at/support/topic/renaming-the-portfolio-custom-post-type-child-theme-issues/#post-564363 So I think we should stop communicating on this thread. I don’t want to create twice the work or you.

    Hi,

    Please try the following as well:

    #top div .av-dark-form textarea {
        color: #4e4e4e;
        border-color: #4e4e4e;
    }

    Best regards,
    Rikard

    #564282

    In reply to: Read more

    Hey Sandra!

    You will need to set a custom excerpt when editing the post with the layout builder. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Cheers!
    Elliott

    Hi jeffsperry!

    Please see here, https://kriesi.at/support/topic/some-pages-not-loading-suddenly/.

    Cheers!
    Elliott

    #564270

    Hi,

    The link to my site is bellow.

    My site has the Partner/Logo Element that looks good on the desktop site but it does not work on the mobile page!
    Can I hide it from the mobile page?

    Also, I have 2 more Partner/Logo Elemet on the pages that contain 6 large static images that I would like to hide from the mobile page.

    Can this be done?

    Or can you recommend a plugin that can make the mobile page better than the enfold page?

    I don’t see where to attache images on this page! visit my site and you will see!

    #564269

    Topic: widget icons

    in forum Enfold
    djsmbd
    Participant

    Hello,

    We created a footer widget for the bottom of each page.
    The icon on the top is getting cut off on the website but the code looks good. Any suggestions?
    See the link please and code:
    [av_icon_box icon='1' position='top' title='AVAILABILITY' link='manually,http://clients.musicbydesign.com/availability/' linktarget='yes']
    Select my event date to check availability!
    [/av_icon_box]

    [av_button label='Check Availability' link='manually,http://clients.musicbydesign.com/availability/' link_target='_blank' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='no' icon='25']

    Kind regards,

    David

    • This topic was modified 10 years, 3 months ago by djsmbd.
    #564256

    In reply to: Layerslider Responsive

    This doesn’t work. Seems the font size is inline. Heres a example:

    <p class=”ls-l” style=”top:47%;left:50%;text-align:center;padding-right:auto;padding-left:auto;font-family:Lato;font-size:21px;line-height:25px;color:#ffffff;white-space: nowrap;”>This is a test</p>

    Do you know if theres another way?

    #564244

    Topic: Layerslider Responsive

    in forum Enfold
    whmcreative2
    Participant

    Is there a way to change the size of the type in the slider using a couple break points? Currently when in desktop view the type looks great but when in mobile it scales down and is hard to read. Thank you.

    #564228
    Santos Ramos
    Participant

    Hello,

    I love the way the Enfold theme looks on my computer but I don’t like it the way it looks on mobile devices!
    Is there a way to customize the mobile page? Can it be different than the desktop page?

    Are there any plugins to make the mobile page better?

    Thanks for the help!

    #564224

    Thanks for the heads up Yigit!

    I’ve done the update and now the blogs are showing.

    The catch is when I click on a category (on the blog page) you will notice all the Categories for the post will show up (looks messy).

    I’ve unchecked that option in the Enfold options but the Categories are still still showing up, how can I stop the Category tags from showing on the blog posts?

    #564220

    Hi Yigit,

    Thanks for the quick reply….

    I have done suggested points… now its looking good…

    for following point:

    “2- Please go to Appearance > Widgets and remove dummy widgets from “Displayed Everywhere” widget area and add WooCommerce widgets”

    I am not using WooCommerce i have put product pages manually and also do not want to use WooCommerce option… so please guide me other way to display only products link in side bar area…

    also please check when i have remove some links from side bar its going move to top, i want to fill color area from top to footer.
    please check on link:
    http://www.filemban.com/wp/?page_id=2&#8221;

    Regards,
    A Hassan

    #564217

    Here you are: http://www.alessandracolucci.com/enfold/category/brand/
    I think my friend p_castro has solved by this: https://wpml.org/forums/topic/warning-illegal-offset-type-in-isset-or-empty-in-2/#post-667754
    But Andy, I am sorry that is not enough, that is an error, and it is tiring and boring that every time we, users, have to repeat and repeat everytime the same things…

    #564206

    In reply to: Progress bar

    Hey Justin!

    try this code in Quick CSS field:

    .progressbar-title-wrap {
    height: 21px;
    }
    .progressbar-title {
    margin-top: -10px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #564205

    Hey!

    Hi I tried every thing possible but sorry to say that using entypo icons as pseudo elements on a form is not working. I will keep this ticket open in case if i get any solution i will post it here.

    select{
       -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    select:after {
        font-family: lineicons9;
        position:absolute;
        right:5px;
        top:4px;
        content: '\ue800';
        display: block;
        width: 20px;
        height: 20px;  
    }

    Cheers!
    Vinay

    #564182

    Hi!

    I checked page in private content and it seems exactly as you wish:
    So, on top: Header
    Then: regular main content and sidebar.

    If it’s not what you want, then please send us a mockup showing the changes/results you want to achieve. You can use imgur.com or dropbox.

    Regards,
    Andy

    chrisbelote
    Participant

    Hi,

    The Partner/Logo Element used to be full screen (from left to right) in Chrome and Internet Explorer and now is not? Also, the images appear to be the correct size in Chrome, but they are very large in IE.. any ideas? The only other thing I need help with is removing some of the spacing above and below the logos in this section. I tried margin-top and margin-bottom with negative numbers but didn’t have much luck.

    Website: http://www.texaselectricbroker.com

    (The area I am referencing about is right below the main image at the top.)

    Thanks!

    #564114

    In reply to: Install custom font

    Hey Basilis,

    I tried both – the custom.css file of the base theme (as suggested in one of the instructions, because the fonts folder is also in the base theme folder) and the style.css of the Child theme. But the font does not change.

    Yes, I use WPML. Since I tried to add the font according to these instructions https://kriesi.at/support/topic/installing-own-fonts/#post-421325. It worked for Futura font, but not Futura PT. I deleted all code and changes again, but since then I can’t save ANY change in the other languages anymore.

    thanks,
    Julia

    #564106

    In reply to: Enfold Showcase

    Hoi Monique,

    Place this code in your Child-theme functions.php

    
    // Extra content in header section
    //
    function custom_func() {
    ?>
    <div class="extra-header-content">Content here, may contain HTML such as an image tag and your a href</div>
    <?php
    }
    

    After that play around with CSS a bit, something like this

    Place in your Child-theme style.css

    .extra-header-content {
    width: 350px; /* ie: second logo width */
    height: auto;
    float: left;
    top: 10px;
    position: absolute;
    left: 10%;
    }

    Good luck, en veel plezier!

    Groet,
    Frans

    #564100
    findr
    Participant

    I´ve updated ENFOLD to 3.4.7. and WordPress to 4.4.1 and the image css animations are not working any more. The icon list element does not output any icon. I´ve tried this http://kriesi.at/documentation/enfold/enable-cors/ and that https://kriesi.at/support/topic/google-maps-and-css-animations-not-working/ and other workarounds, nothing helps. What else can I try?

Viewing 30 results - 102,331 through 102,360 (of 142,942 total)