Viewing 30 results - 136,951 through 136,980 (of 142,641 total)
  • Author
    Search Results
  • #188307
    mrlreynolds
    Participant

    Hi, I see your theme automatically adds the flags to the top bar but we dont want this, we have lots of languages so prefer the neatness of the dropdown, is there a way to make the dropdown show in the topbar? Many Thanks

    #188292

    In reply to: IE support

    Hi Dude, thanks for the advices

    I have tried your suggestion concerning #1, and:
    1. the code effects the width only which makes the logo out of its proportion; Due to that I have tried the following code:
    #top .logo a img {
    height: 88px;
    width: 297px;
    }
    But No effect was taken on the height…
    2. I understand that your solution cannot be fit to a Fixed Header (which I use in the site) due to the resizing of the logo when scrolling down. right? If possible, I would like to keep the Fixed Header effect when resolving this Logo problem (but not a must)

    Please share your thoughts with me
    Thanks
    Eli

    #188290

    In reply to: Hide youtube title

    Hi!

    Please try following code instead of the code I posted above

    
    #top .alignleft a,  #top .alignleft a:hover, #top .alignleft img, #top .alignright a,  #top .alignright a:hover, #top .alignright img, #top .aligncenter a,  #top .aligncenter a:hover, #top .aligncenter img{position: relative;}
    

    Best regards,
    Peter

    #188281

    Hey
    we use the “dark-blue” style but i definitely need to remove the blue bar on top (<div class=”stretch_full container_wrap alternate_color dark_bg_color title_container”>.)
    but only for the homepage.
    Fo all other pages / posts / cats that <div> should still exist

    regards axel

    #188279

    In reply to: IE support

    Hey!

    1) To resize the logo try this code (insert it into the quick css field):

    
    #top .logo a img {
    width: 297px;
    }
    

    If it doesn’t work try

    
    #top .logo a img {
    width: 297px !important;
    }
    

    or

    
    #top .logo a img {
    max-width: 297px;
    }
    

    2) The “full width image is tiled and not streached (IE8)” issue is not fixable. We use the css3 attribute “background-size” to stretch the image which is not supported by IE8 or older browsers (see “browser support” section here: http://www.w3schools.com/cssref/css3_pr_background-size.asp ). IE9/10/11 should support this css attribute though.

    3) The favicon should work if you use a .ico file for the favicon. png, etc. files are not supported by IE10 or older browsers ( http://stackoverflow.com/questions/16943609/which-versions-of-ie-support-png-favicons ). If it doesn’t work try a plugin like: http://wordpress.org/plugins/all-in-one-favicon/ which allows you to set several image formats for the favicon.

    Best regards,
    Peter

    #188271

    Hello Ismael
    I wondered the same thing but for aesthetics, I would like to ‘reduce’ the size of the header to 50px rather than the current 88px. Your above Quick CSS code worked, however, the slider below it did not move up as well. As a result, there is a 38px HT band of color running along the top of my full slider. Is there any way to shift the slider window (and everything below it) —up?
    Thank you!
    Marlise

    #188269

    Hi Ismael THX that did the trick.

    The letters in that header meta are now a very weird purple color also the social buttons. What to do about that?

    If feel something is conflicting in my CSS code: Any idea?

    #top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
    #top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }

    #top .header_color .main_menu .menu ul li a{
    background-color: #ffffff;
    color: #4787f3;
    font-size: 17px;
    }
    #header_main {
    background: #4787f3;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 17px;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .woocommerce .template-shop.content.nine.units {
    width: 100%;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .woocommerce .template-shop.content.nine.units {
    }
    .grid-content {
    height: 70px;
    }
    .woocommerce .sidebar {
    display: none !important;
    }
    .woocommerce .template-shop.content.nine.units {
    width: 1030px;
    border: none;
    }
    .header_color .sub_menu>ul>li>a {
    font-size: 12px;
    color: #0e75bf;
    }
    #top .main_menu .menu a {
    color: white;
    }
    #top .main_menu .menu a:hover {
    color: white;
    }
    .main_menu ul:first-child > li > a {
    font-size: 17px;
    font-weight: 700;
    color: white;
    }

    #footer .widget {
    padding: 30px 0 30px 0 !important;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 100px;
    }

    #top .sidebar_tab_content.sidebar_active_tab_content {
    background-color: #fff;
    color: black;
    }
    #top .sidebar_tab.sidebar_active_tab {
    background-color:#0e75bf;
    color: #fff;
    }
    .slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
    color: #0e75bf;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 10px;
    }
    #top .ajax_controlls {
    top: 70%;
    }
    #footer .widget_nav_menu li a {
    font-size: 20px;
    }

    #menu-item-1045 a, #menu-item-1044 a, #menu-item-1043 a, #menu-item-1988 a {
    color: #FFF;
    font-size: 25px;
    }
    #footer .widget_nav_menu li a {
    text-align: center;
    }
    .iconbox_icon {
    background-color: white !important;
    }
    .widget_nav_menu h3.widgettitle {
    text-align: center;
    }
    #top .iconbox {
    width: 100%;
    }
    #top .avia_mega_div {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .sub-menu {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .avia_mega_div .menu-item ul {
    background-color: #f5f2f5;
    color: grey;
    }
    #top .main_menu .menu ul li a {
    background-color: #f5f2f5;
    color: white
    }
    .sidebar_tab_title {
    margin-left: 10px !important;
    }
    #js_sort_items a {
    font-size: 19px;
    }
    #top.woocommerce-page .woocommerce-ordering select { width: 25%; }

    @media only screen and (max-width: 767px) {
    #top.woocommerce-page .woocommerce-ordering select {width: auto; }
    }
    .chzn-container {
    position: initial;
    }
    #top .chzn-container .chzn-drop {
    top: 70px !important;
    width: 325px !important;
    margin-left: 3px;
    }
    .woocommerce-pagination {
    display: none;
    }
    #top.tax-product_cat .container > .term-description {
    display: none;
    }
    .added_to_cart {
    display: none;
    }
    .form-row.address-field{
    overflow: visible;
    }
    #top .chzn-single div b {
    background-position: 5px 6px !important;
    }
    div .main_color .active_tab {
    background-color: #0e75bf;
    color: #FFF;
    }
    div .main_color .tabcontainer .active_tab {
    color:#FFF;
    }
    #top .main_color .tabcontainer .tab:hover {
    #FFF:

    }
    .main_menu ul:first-child > li > a {
    padding: 0 5px;

    }
    #top .main_menu ul:first-child > li > a {
    padding: 0 13px;

    }
    .social_header .phone-info { color: orange!important; font-size: 20px!important; }
    .logo img { padding: 20px 0 0 0; }
    .header-scrolled .logo img { padding: 5px 0; }
    #header_meta { background-color: white; }

    #188250
    #188249

    Thanks Devin so are you basically saying child theme or not I would have to follow these steps in the following post each time there was a theme update? https://kriesi.at/support/topic/enfold-logo-resize/

    Any suggestions? Thanks.

    #188208

    So that did help with making the search icon in-line with the rest of the nav on the ipad in landscape mode, but only if in landscape mode – as soon as I turn it, the remaining navigation and search icon gets cut off and doesn’t fit on the screen at all. Shouldn’t the responsive navigation pop up as soon as I turn it since it doesn’t fit?

    I also noticed that on the browser on a desktop, these settings have made all of the heading and primary navigation fonts thicker and bold? As soon as I remove the media code above, it reverts back to the normal looking fonts which is the look I like.

    #188206
    josephnarai
    Participant

    Hi There,

    I have a problem I’m hoping there is a simple solution to.

    I have a layer slider created with a background image along with 5 to 10 layered images… Really simple, plain background, images slide in over the top and slide out.

    I have Slideshow will pause when mouse pointer is over LayerSlider. turned ON… and the bug I have is that while the slide freezes ( for debugging I have the Show bar timer ON ) and the slide freezes, but the layers just slide away…

    I expected BOTH the slider and the layer slider to pause…

    The scenario is this… I have images and song lyrics appearing over a plain background… so the user would pause the slide to read the lyrics, but they can’t… as they currently slide away leaving the user on a frozen plain coloured background!!

    Any help would be MUCH appreciated.

    An example can be viewed at: http://eloael.com/listen-and-buy/

    Thanks,

    Joe

    #188204

    Hi!

    Yes, it is because of the page id. You can remove it.

    .avia-content-slider { margin: -10px 0 0 0; }

    Regards,
    Ismael

    #188201

    That works perfectly, thanks but it doesn’t do it for every page, only some. I’m assuming it is tied to the .page-id – where do I pull that from to ensure I’m able to do this on every page?

    Thanks again! Awesome support!

    #188195

    In reply to: photoswipe lightbox

    Hey!

    Glad Peter provided a child theme. I won’t be able to check it on an IOS mobile device. Let’s wait for Yigit and Devin’s response. Anyway, the lightbox plugin works well on a desktop.

    Best regards,
    Ismael

    • This reply was modified 12 years, 2 months ago by Ismael.
    #188191

    Hey!

    You can add something like this on a text block element, switch to HTML or Text editor:

    <a href="https://kriesi.at/support/topic/open-button-link-in-lightbox?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="Kriesi Rocks">Click Here</a>

    I used the url of this topic then added the “?iframe=true&width=100%&height=100%” parameter after. Please try it.

    Best regards,
    Ismael

    Hi RDCSI!

    You can change the hover color of the search icon using this:

    .header_color .main_menu ul:first-child > li:last-child a:hover {
    color: red;
    }

    Go to Appearance > Menus then click “Screen Options”. Enable the CSS Classes. Add a css selector on a menu item that you want to change to donate button. Example, add “donate-button” as the css class. Go to Enfold > Styling > Quick CSS then add this code:

    #top .main_menu .menu li.donate-button a {
    background: red;
    height: 30px !important;
    display: block;
    line-height: 30px !important;
    position: relative;
    top: 28px;
    }

    Best regards,
    Ismael

    #188156
    gentlemansgazette
    Participant

    Hello,
    I have been searching the forum for solutions to implement google custom search with enfold. I do not need the AJAY Icon Search in the top menu bar, But I would like to have a search field in the sidebar.
    So far, I installed the plugin Google CSE and set it up correctly. What do I have to do on your end now to make it work?

    Also, I want to display the images of google and I want to use cse_img; ?>” /> in search php. but so far there is not img src that I could define…

    #188144

    Hey!

    Your search result number is dictated by your choice of blog posts to display at a time in the WordPress settings>Reading>Blog pages show at most.

    For the my account page, you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-73 .avia-builder-el-0 .iconbox {
    margin-bottom: 0;
    }

    Which targets that page specifically and that first 1/4 element in the builder to remove the margin.

    Best regards,
    Devin

    #188140
    current162
    Participant

    Hi,
    I was wondering if it’s possible to sub divide the Color Section into 2 different colored areas? I want 2/3 to be orange and the last 1/3 to be white both with text over them. I tried to assign CSS id to text boxes and then ‘fake’ it with padding. This looks ok on desktop but messes up the responsiveness of the text on small screens. Any help on this would be appreciated. Seems like such a simple thing. I’m not hugely experienced with WordPress. Do I need to add custom html? If so where do I do that? Thanks!

    #188115
    Bru141
    Participant

    Part 1:
    Hi, love your product. I’m having some difficulty with your sliders. I created a slider. I saved and named it. But I can’t get the software to find it. I get this error on the preview pages..
    “[LayerSliderWP] Slider not found”

    I checked through all the posts and videos on this subject. I understand that this can’t be done through widgets or drag and drop.It has to be done through the advanced code editor.
    Does this go into my child functions.php
    layerslider ( mixed 5 [, string ‘homepage’] )
    or does this..
    layerslider(5, ‘homepage’);

    Part2:
    I made the mistake of deleting/removing all the default sliders trying to get mine to work. I reinstalled the default sliders through a link at the top. They came back but with different ID#s, so none of the default pages have working sliders. They all say
    “[LayerSliderWP] Slider not found”

    How do I get the iD#s of the sliders to re-sync up with the pages again.
    thanks for any help.

    #188113

    Thanks again for such a quick response, excellent service I must say. Just added thois code and works a treat. So bascially anything with a browser size that is below 767px will not show the wording on the slider? What is an Ipad or other standard tablet out of interest?

    I have one further question, when you play around with the responsiveness of the theme, if you reduce the browser window to a certain size the navigation totally goes: see Screengrab of bug

    Is this just an issue with the a desktop browser so effectively would never be an issue in the real world?

    #188063

    Hi the problem is on ipad and iphone
    the last slide is appearing on top. I think it has to do with either some embed or iframe code in the theme. If I create a content slider with just text or images – it works correctly. I made the last slide iframe size smaller – so it is more obvious. The first slide video that should appear is “Gemco Valve Clean-in place” The last slide is “Variable…” the second slide is “Retractable…”
    here is a screen shot as of error on ipad: http://elwoodtemp.com/wp-content/uploads/2013/11/contentslider-iframe.png

    Hope you can help

    #188045

    Hey Ismael, THanks for your help. how do I send you a screen shot?
    The code worked but I actually would like the main content to be semi transparent if possible..
    and if there is a way to create a gap between the main content and header? and take out the top menu as well….

    Also I Ended up centering the Menu … but now there is a black line that runs across the background image is there anyway to crop that out??
    Thanks

    gentlemansgazette
    Participant

    Hi there,
    I already read this https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/
    but I don’t want to use a different icon. Instead I want to use a png file of my logo (the same I am using as an avatar here in the forum)
    Is that possible?
    Thanks

    #188027
    sacden
    Participant

    Hi, could you help me please
    I want to remove the underline in main menu (in hover and active status).

    Here i ve found a same topic, but it doesn´t work for me
    https://kriesi.at/support/topic/enfold-menu-underline-issue/

    This is an example of my code:

    <div class=’container’>

    <nav class=’main_menu’ data-selectname=’Select page’ role=”navigation” itemscope=”itemscope” itemtype=”http://schema.org/SiteNavigationElement&#8221; >
    <div class=”avia-menu”>
    <ul id=”avia-menu” class=”menu”>
    <li id=”menu-item-755″ class=”menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children”>

    <span class=”avia-bullet”></span>Main<span class=”avia-menu-fx”>
    <span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></span>

    Thank you so much!

    gentlemansgazette
    Participant

    Hi there,
    I tried to create a page with a masonry gallery on top and a split layout below. Whenever, masonry or a full width slider is involved no sidebar appears below the slider / masonry even though there is space for it. instead, the sidebar is displayed at the bottom in a weird formatting.
    If I remove the masonry element, the sidebar appears just fine. Is that something that can be fixed in a future release? It would be great to see a sidebar underneath or above the masonry element where regular layout blocks are used.

    Thanks

    #188020

    In reply to: Main menu text color

    Hi!

    this: http://i.imgur.com/TyL3kjk.jpg cart icon (on the right side of the header) is not visible in Chrome.
    In Firefox it is visible.

    But the menu color changes I asked for on the top of this post, still dont work.

    Best Wishes: MCGawain

    #187992

    Hey!

    Responsive changes go in order to how the items are placed in the html. So if the sidebar is on the right then the sidebar will be after the content when you switch to mobile.

    Best regards,
    Devin

    #187977

    In reply to: Widget Border Color

    Hey!

    Use this code instead:

    #top #main .sidebar {border-left-color: #003366 !important; z-index: 100; position: relative;}
    

    Best regards,
    Josue

    #187966

    In reply to: Widget Border Color

    Hey!

    Add this code to the Quick CSS:

    #top #main .sidebar {
        border-left-color: #F00 !important;
    }

    Cheers!
    Josue

Viewing 30 results - 136,951 through 136,980 (of 142,641 total)