Viewing 30 results - 132,901 through 132,930 (of 142,870 total)
  • Author
    Search Results
  • #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!

    #232830

    Hi! I just wanted to say I am new to Enfold and I wanted this same functionality and your edits work brilliantly Yigit. This is a great forum topic, thank you!

    I feel as if this topic should be highlighted as I imagine there are many users (for example the user who posted item #227928 on forum) who probably would like the gallery with thumbnails to perform without the full lightbox opening up on mobile browsers / ipads / etc. rather they would prefer to have the image appear in the “fake” lightbox window when you click on thumbnail.

    Thanks for listening!
    Linda

    #232826
    ceubri
    Participant

    Hello,

    2 weeks ago i asked to have a blog-post with full content with read more
    https://kriesi.at/support/topic/full-content-with-read-more/

    is it possible to have it for the widget latest news (in right sidebar)
    > http://epsu-cj.eu/

    Thanks again for this great support !

    #232815

    In reply to: Slow Site Speed

    Hi!

    Please see this topic – https://kriesi.at/support/topic/moving-javascript-to-footer/

    Best regards,
    Yigit

    #232793
    DavyE
    Participant

    Hi,

    Continued from this topic: https://kriesi.at/support/topic/resize-header-with-social-icons/

    I use the fixed header with social icons and have reduced it’s height. Everything is great except for when the page loads. Sometimes when you load the page the menu jumps. It seems it still remembers the original height and tries to use that before it notices something has overwritten that height to something smaller.

    This probably also depends on how fast the page loads for you, so you may not always see it. Try changing languages of the same page and you’ll suddenly see it. It goes very quick, but it’s quite annoying and distracting when navigating the site.

    Example page: http://goo.gl/9WV4xU
    Change languages and notice the main menu to the top right (with the search icon) when the page loads.

    Is there anything I can do to fix this, please?

    #232774

    Hejsan!

    Gayet başarılı olmuş https://kriesi.at/support/topic/enfold-showcase/ Burada paylaşırsanız muhtemelen daha fazla övgü alacaktır :)
    Özel bir sayfa oluşturdum “Edit Address” adı altında. Aktif pluginleri ( özellikle WooCommerce üzerine olan eklentileri ) deaktif ederek bir göz atar mısınız o sayfaya faydası olacak mı?

    Cheers!
    Yigit

    #232750

    Hey!

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

    #top .widget_nav_menu ul ul li:after {
    content: "\2219";
    position: absolute;
    top: 5px;
    }
    #top .widget_nav_menu ul ul li:before { display: none; }

    It will move the dots to the left side and remove the dots on the right side

    Best regards,
    Yigit

    #232747

    Hey!

    I see that you have started a new topic, so i am closing this one :)

    Cheers!
    Yigit

Viewing 30 results - 132,901 through 132,930 (of 142,870 total)