Viewing 30 results - 132,781 through 132,810 (of 142,757 total)
  • Author
    Search Results
  • Hi!

    How are you? I hope you’re doing well today.

    Please add this at the very bottom of the child theme’s style.css:

    #top .social_bookmarks {
    position: relative;
    top: 43px;
    }
    
    .sub_menu {
    top: 47px;
    }

    Cheers!
    Ismael

    #233034
    markofwits
    Participant

    Why does the logo resizing feature “break” sometimes after the page is refreshed?

    I notice when I scroll down past the halfway point, and refresh when the page is scrolled down, then scroll back up to the top (or press the Home key), the logo is stuck on the smallest size.

    Please see this screen capture video:
    http://www.finalsmoke.net/enfold_logo/

    Any ideas?

    Hi Yigit,

    Yes, I checked that out. However that is not an suitable solution as it takes up quite a bit of screen real estate. Best to have it hidden and appear at the top the mobile slide-out menu. Maybe it could be triggered by the magnifying glass icon at the top of the slide-out menu?

    Thanks for your help!

    #233031
    GavinAnstey
    Participant

    Hello,

    I saw a different post with a similar inquiry, tried implementing the code, and it didn’t work. So, I figured I’d ask the question.

    I’m using two fullwidth masonry portfolio grids, and for one of them I’d like the portfolio item links to open in new windows. I tried changing out the code per this forum response: https://kriesi.at/support/topic/portfolio-custom-link-to-open-in-a-new-page/#post-223280; and it didn’t work.

    Thank you for your help.

    #233027

    If possible, I would simply like the button to appear the way it’s shown in the editor, without having to patch the css.

    Were you able to find out why it appears differently on the live page?

    Same issue with the tabs as I explained here:
    https://kriesi.at/support/topic/tabs-look-different-on-live-page/

    Text inside tabs in editor is red in first tab, blue in second tab, purple in third tab. But on live page, all tabs show only black text.

    Same issue with button inside Promo Box. Button is missing border color, gradient background, font color, etc.

    Any ideas?

    Hi ttem!

    Please refer to my post here- https://kriesi.at/support/topic/mobile-search-bar/#post-210112

    Best regards,
    Yigit

    #233006

    Hi orourkehospitality!

    It does work fine on my end. Which browser and OS are you using?

    Best regards,
    Yigit

    #232997
    orourkehospitality
    Participant

    I’ve somehow managed to knock the header down on our site so that when you scroll, all the page copy is visible above the header.
    http://www.orourkehospitality.com/hostedContent/orourke-rwd/

    Any help would be greatly appreciated!

    ttem
    Participant

    There does seem be enough space next to or between logo and mobile menu trigger button to include the magnifying glass icon which normally triggers the search box.
    I have seen this asked many times though there doesn’t appear to be universal solution.

    I think a good solution to this is to include a search button at the top of the mobile slide-out menu which can trigger the search form as it does in the non-mobile menu like below.

    How can this be added?
    Thank you for help on this

    <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    <a data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" data-avia-search-tooltip=" <form action="http://www.kaua-i.com/" id="searchform" method="get" class="av_disable_ajax_search"> <div> <input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" /> <input type="text" id="s" name="s" value="" placeholder='Search' /> </div> </form>" rel="nofollow" href="?s=" style="padding-right: 0px; padding-left: 13px; height: 88px; line-height: 88px;"></a>
    </li>
    #232965

    I also read this post but totally don’t understand the code:
    https://kriesi.at/support/topic/sorting-order-for-gallery-images/

    I guess they have done it here:
    http://www.kafkagranite.com/wp/epoxy-overlay-aggregates/streetscape/#tab-id-1

    But I like the general preview style that comes with the theme, and would like the filmstrip/thumbnails below.

    Cheers!

    Hi:

    I suspect it has something to do with my child custom css here:

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    /* CBC CSS Changes */

    /* Center Title of Portfolio Item */

    .main_color .grid-entry-title {text-align:center;}

    .main_color .iconbox_icon, .main_color .iconbox_top_icon {
    background-color: #a81010 !important;
    color: #ffffff !important;
    border-color: #a81010 !important;
    }

    .iconbox_content_container {
    font-size: 16px;
    color: ;
    }

    .container_wrap.main_color.light_bg_color {
    border: none !important;
    }

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #a81010;
    }

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: #a81010;
    }

    li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
    opacity: 1;
    visibility: hidden;
    }

    /* Progress Bars */

    .avia-progress-bar div.progress .bar {
    background-image: none;
    }

    /* Enfold Map Plugin */

    #top #main #map.avia-section .template-page {
    padding: 0;
    }
    #map .container {
    width: 100%;
    padding: 0;
    margin: 0;
    }
    #avia_google_maps-3.widget {
    padding-bottom: 0 !important;
    }
    .map {
    width: 100%;
    }
    #map .avia-builder-widget-area {
    margin-bottom: -30px !important;
    }

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/

    #header{
    background-color: white;
    }

    #header_main .container, .main_menu ul:first-child > li a{ height:134px; line-height: 134px; }

    /* Menu Dropdown Width */

    .main_menu .menu ul { width: 160px; }

    #top .main_menu {
    right: 132px;
    border-right-style: dashed;
    border-right-width: 1px;
    padding-right: 25px;
    }

    #header_main .social_bookmarks {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    }

    .social_header .phone-info {
    float: right;
    padding-top: 40px;
    }

    .hr span {
    border-color: #BCBCBC;
    }

    #top .social_bookmarks {
    padding-top: 30px;
    float: right;
    }

    #header_meta {
    margin-top: -30px;
    }

    .fixed_header.social_header #main {
    padding-top: 117px;
    }

    /*Add your own styles here:*/

    I cleared all out of quick css. Take note of the logo size if that makes a difference.

    The last social #4 twitter is the only one that shows up.

    Thanks

    Chris

    #232957

    Hi Yigit.

    Thnx for the help. I was able to put some code together by looking at the different forum topics.

    It solved my problem on the phone and tablet but there is one thing more that I would like to do. The pictures are to small and I wonder if they can be bigger?

    Here’s the CSS code that I’ve assembled from different post. I’m a newbie so probably looks ridiculous but it works :).

    @media only screen and (max-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title
    { font-size: 14px; }}
    @media only screen and (max-width: 480px) {
    .avia-caption {
    bottom: -10px;
    left: -18px;
    padding: 0 20px;
    width: 305px;
    }
    .avia-caption .avia-caption-title { margin: 0; }
    }
    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-arrows a { display: none; }
    .avia-slideshow-dots {
    display: none;
    }
    }}

    Maybe you have better suggestions.

    Thnx for you help I really appreciate it.

    #232941

    In reply to: Social icons in header

    Hi fourdesigncornwall!

    Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
    I am going to close this thread. But if you have any other questions or issues, please let us know

    Best regards,
    Yigit

    Hi!

    Please add following code to Quick CSS as well

    #top .social_bookmarks { padding-top: 30px; float: right; }
    #header_meta { margin-top: -30px; }
    .fixed_header.social_header #main { padding-top: 117px; }

    You can adjust the value in first line to change the height of social icons.

    Regards,
    Yigit

    #232931
    Snerp
    Participant

    Hi, this question may be a custom css question. I was wondering is it possible to have a background colour for any of the “Layout Sections” . What I’m wanting is a background image using the “Colour Section” (which I have already done) and then to have 2 “Layout Sections” over top with white backgrounds and text.

    Hi:

    OK that’s done. Have this in quick css:

    #top .main_menu {
    right: 132px;
    border-right-style: dashed;
    border-right-width: 1px;
    padding-right: 25px;
    }

    #header_main .social_bookmarks {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    }
    .social_header .phone-info {
    float: right; padding-top: 40px; }

    /*HR Colors*/
    .hr span {
    border-color: #BCBCBC;
    }

    Top bar is still showing with social on top.

    Thanks

    #232921
    This reply has been marked as private.
    #232918
    biklops
    Participant

    Hi all!

    Check this page out: tackettmull.com/mobile

    The first colorbox element is currently set to “no minimum height, use content to determine height.” Yet the colorbox has this .css upon load:

    element.style {
    background-attachment: fixed;
    background-image: url(“http://tackettmull.com/wp-content/uploads/2013/11/orion-nebula-space-galaxy.jpg&#8221;);
    background-position: center top;
    background-repeat: no-repeat;
    height: 802px;
    }

    This “height: 802px” is cutting off content on mobile like so: https://www.dropbox.com/sc/e3fbnu46hxcqi4n/Fc9bosgHS9mobile screen

    Any idea how I can fix this?

    #232908

    Hi!

    This is how it looks on my end http://i.imgur.com/wqyJ6Ke.jpg
    Please, log out from admin and then check your website. Your visitors will see it fine.
    It is not possible to increase the height of the image. Container width is 1130px and your image width is 1140px so it gets resized. I have made other changes as well. It is not that easy to achieve what you would like without having a side effect, such as space in the bottom of the content. For further customization, please hire a freelance developer

    Edit: For the second screenshot, please add following code to Quick CSS

    .page-id-117 .content { padding-top: 0; } /* removes the padding of content only on that page */
    .page-id-117 .sidebar { padding-top: 0; } /* removes the padding of sidebar */

    Regards,
    Yigit

    • This reply was modified 12 years ago by Yigit.
    #232905
    alfredo72
    Participant

    Hello.
    referring to closed post
    https://kriesi.at/support/topic/how-to-exchange-default-picture-rollover-symbol-with-custom-png-picture/#post-188059
    very helpful for what I’m looking for, there is a way to have a deferent image for each portfolio categories?
    Thanks and Regards.

    #232897

    In reply to: Moving a icon box up

    Hey!

    Please try adding following code to Quick CSS

    #after_full_slider_1 > div > div > div > div > div.flex_column.av_one_third.first.avia-builder-el-9.el_after_av_two_third.el_before_av_one_third.column-top-margin {
    display: none;
    }

    Cheers!
    Yigit

    #232892

    Hey!

    I have added a new color section element on top of the one you have previously added. Please check your website while logged out then you can go ahead and remove the color section you have created.
    Please add following code to Quick CSS and adjust as needed

    .content { padding-top: 10px; padding-bottom: 10px; }

    I have checked your page and could not see an issue. Can you post a screenshot?

    Best regards,
    Yigit

    #232887

    Hi!

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

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title a { color: red; }

    Can you post the link to your website and point out the color section so we can take a look?

    Regards,
    Yigit

    #232885

    Hi!

    Please try deactivating all active plugins and check if that helps

    Regards,
    Yigit

    akamaxbuz
    Participant

    How do I make the menu item Blog into BLOG when viewing a blog post?
    http://www.kennethbsmith.com/clients/abww/the-amazing-fifth-avenue-overcoat/
    This is similar to the question I asked about child pages.
    https://kriesi.at/support/topic/make-navigation-menu-item-uppercase-when-on-menu-item-child-page/
    but can’t figure it out.

    Hey!

    Add this:

    @media only screen and (min-width: 990px) {
    .phone-info:before {
        content: url(https://bit.ly/1mVqzEt);
        position: absolute;
        top: 45px;
        left: -55px;
    }
    
    }

    It won’t appear in smaller screens because there is not enough space for it.
    Best regards,
    Josue

    Hey!

    Change the code to this:

    @media only screen and (max-width: 767px) {
    
    #header_meta, #header_meta .container {
     margin-top: 0 !important;
     background: white;
    }
    .phone-info{
     left: auto !important;
    }
    }

    Regards,
    Josue

    #232855

    In reply to: Layout makes "jump".

    This reply has been marked as private.
    #232846

    Topic: broken page design

    in forum Enfold
    newmesis
    Participant

    this problem from me this past days, in all pages that have this theme installed, stopped working all at the same time, css not loaded properly
    I have problems in the Wp-login,
    the admin menu when passing the mouse does not show the sub menu, buttons update does not appear, only the text appears with the link,
    http://soservint.cl/

    Josue,

    That worked, the only thing that happened was the Phone number seems to be floating on the right in mobile view? How do I get it to position centered above the Logo?

    Also, I need the background to be white where the phone number goes on the top.

    How could I add this image alongside of the phone number in line with it http://bit.ly/1mVqzEt it looks a little dry the way it is right now and need to make sure the image looks ok at the top in mobile view too.

    Thanks!

Viewing 30 results - 132,781 through 132,810 (of 142,757 total)