Viewing 30 results - 101,341 through 101,370 (of 142,929 total)
  • Author
    Search Results
  • #575199

    Hey!

    Try adding this code to the Quick CSS:

    #top .av_inherit_color ol li {
        color: black;
    }

    Cheers! 
    Josue

    Hi!

    Sorry for the delay. We actually encountered the same user who wanted the same exact behaviour and this was our response: https://kriesi.at/support/topic/enfold-portfolio-sort-feature/#post-565246

    Clicking an empty category will render the grid blank because the items are not available or is located on another page but if you don’t mind this small issue you can do the same modification as suggested on the previous thread. Modify the masonry_entries.php file.

    Best regards,
    Ismael

    Hi!

    There’s no available action or filter for that but you don’t need to place the widget inside the logo container. Set the position of the header widget to absolute then modify the custom css code provided in the documentation:

    #header .widget {
      padding-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 500;
    }

    Regards,
    Ismael

    #575182

    Thanks Elliot.
    I had tried putting #top before but no go.
    The Code Block worked. Took me a couple of times to figure out you can’t preview the change but have to publish to see.
    Thanks.

    santanin
    Participant

    Good day. On tablets and mobile phones while viewing in non-landscape, when using a Color Section and a Section Background Image, the image remains blown up like it was being viewed on a desktop, and does not look good. It doesn’t seem to scale down on smaller screens. How can I have the Section Background Image re-size correctly on tablets and phones when viewing in non-landscape? It looks fine on tablets and phones when viewing in landscape. Link provided in private content below. Thank to you.

    #575163
    prettyfish
    Participant

    Hi it has been fun playing with the advanced backend drag and drop layout builder, and I have managed to make something that feels really beautiful and it is working great for desktop and laptop via Chrome, but looking bad on mobiles and cellphones.

    Would you please be able to have a look and advise on what I can do? aka HELP :/

    Thank you

    #575158
    rarch47
    Participant

    I have done some customisation to my enfold header and given it a burnt orange background.
    The style settings in the theme options are obviously fairly limited to what they can actually achieve in finer type customisations.

    I want to know how I can customise the look of the small coloured border (about 2px high) that appears below the main menu when you rollover the buttons and also the one that shows the current page you are on. It also forms the top of the sub nav as well.

    I have tried to do it with custom css by targeting the .avia-men-fx class but it’s obviously not as simple as that. I just want to change the colour to one that contrasts better with burnt orange.

    Can you please help me?

    #575139

    Hi diefleischerei!

    Add this to your custom CSS.

    .onp-sl.onp-sl-webkit.onp-sl-friendly-giant.onp-sl-email-locker.onp-sl-subscription-frist.onp-sl-contains-single-group.onp-sl-subscription-enabled.onp-sl-no-touch.onp-sl-has-terms {
        margin-top: 0px;
    }

    Regards,
    Elliott

    #575135

    Thanks Vinay, I did do an earlier search and found that forum topic but I don’t think it really helps me. The icons I want to use are PNG bitmap images that have been custom built. They are also in colour and bigger than the ones that display on Enfold.

    #575132

    Hey themeforesttony!

    The “#top” part should go before the “.page-id-XXXX” part.

    You can also add the CSS inside a codeblock element if you only want it to be applied on a certain page.

    <style type = "text/css">
    your css goes here
    </style>
    

    Regards,
    Elliott

    #575123

    Did you find way to get the menu to stick to the top of the page and not the bottom on mobile?

    #575120
    themeforesttony
    Participant

    Hi,
    I am sure I am missing something really basic here. I am trying to remove the Horizontal bottom borders off of specific elements on a page. For example, I see a solid 1px border in the following container:
    #top.avia-blank #main .container_wrap:last-child {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    }
    When I put the following in Quick CSS it removes the border:
    #top.avia-blank #main .container_wrap:last-child {
    border-bottom-style: none;
    }
    The problem is I am trying to only target this on specific pages, so if I add something like the following:
    .page-id-XXXX #top.avia-blank #main .container_wrap:last-child {
    border-bottom-style: none;
    }

    It does not work.
    Can you tell me what I am missing?
    Thanks in advance.

    #575118
    wayfareescort
    Participant

    Hi guys,

    when using Google Page Speed/Insights, my website looses a couple of points as the different social icons are too close to each other and too small.

    I have enlarged the icons by using this Quick-CSS:

    #top .social_bookmarks li a { font-size: 18px; }

    But how can I increase the spacing between the different icons?

    Thank you so much in advance.

    Best
    Urs

    #575088
    diefleischerei
    Participant

    how can i bring content inside the sidebar to the top?

    #575076

    Hi!

    Please check the website now we have made the modifications as best as we could.

    Below is the css added

    
    
    /*centered menu*/
    .av-main-nav li:nth-child(3) {
        margin-right:350px;
    }
    
    .av-logo-container {
     position:absolute;
    }
    
    #header_main_alternate {
        margin-top: -100px;
        z-index:9;
    }
    .logo {
    z-index:9999!important;    
    max-width:200px;
    }
    
    /*reduce gap below menu*/
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 85px!important;
    }
    

    Regards,
    Vinay

    #575047
    drimendo
    Participant

    Hi Enfold-supporters,

    just take a look at this single blog post: http://abbysh.drimendo.de/rezept-muesli-mit-wheymandelmilch-und-trauben/

    Althoungh the featured image should be included this is one missing. This bug does concern everey single blog post. Furthermore the “Share links at the bottom of your blog post” items are missing and any changes in “Single Post Style” doesn’t take any effect. Also the pagination is buggy (see here

    Seems like there’s some major blog bug :/

    Greets
    drimendo

    PS: We’ve deactivated all plugins as well as testing this function on other enfold project, already.

    • This topic was modified 10 years, 2 months ago by drimendo.
    #575015

    Just chiming in as I’m in the same boat and was surprised to say the least that Enfold fails on Windows Phone (which has more than a 20% business user market share here in the UK – so it’s hard to ignore).

    The only issue I am currently aware of is this background bug – when a color section background image is set to fixed or parallax it fills the viewport on mobile IE and other content sections scroll over it (ignoring their own background settings).

    The issue does not occur when the background is set to scroll – so not using fixed or parallax backgrounds on your site is one option but is far from ideal as it degrades the desktop experience for all to accommodate 20% of mobile users. Setting mobile IE to desktop mode also solves the problem as you point out but we can’t / shouldn’t expect users to have to change browser settings to use a site in 2016.

    My first attempts to resolve this using a general media query to force fixed and parallax backgrounds to scroll below a breakpoint were unsuccessful so I have now engaged a developer at my own cost who is looking into it.

    Maybe browser sniffing the user-agent for windows phones with javascript explicitly to assign a ‘winphone’ class to the html tag and then reference it in the css to create a fallback will get us a bit further – but with no information or support (Enfold’s otherwise excellent support team seem to have been told to ignore the issue and will not respond to any requests for information) we are fishing in the dark.

    Will happily share any resolution here if we find one.

    • This reply was modified 10 years, 2 months ago by M1000000.
    #574995

    In reply to: top bar text size

    Hi!


    @Krissieg
    please open a new ticket and let us know the issue so we can help you without mixing up the issues and provide individual attention to your ticket.


    @codecreative
    Enfold is constantly evolving and a lot of the options you see today was not there a while ago. We constantly develop and improve the theme to make it very easy for all our users. A lot of the features our users request is included in the theme updates please make such feature request in https://kriesi.at/support/enfold-feature-requests/

    currently you can make the changes to the top bar elements using custom css.

    Regards,
    Vinay

    #574988

    Hi Gillosie!

    Please provide us a link to your site so we can see it understand what you need and help you better.

    *Please check Screen options on top right and check the field options you need.

    To setup up menu goto appaerance > menu you can change text for main menu and submenu

    Please feel free to check our documentation
    http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/

    Please feel free to get back to us if you have more questions.

    Cheers!
    Vinay

    • This reply was modified 10 years, 2 months ago by Vinay.
    #574975

    Hi Josue

    Yes, because I found out that this is set in the file “tag.php”. So I copied that file in my child theme and changed the columns to 5, and changed also the title there. Is this a good way, or is there an easier, better way? I mentioned this in my topic form January 29.

    And do you have a tipp for my next question:

    How could I prevent, that the portfolio items on the page “tag.php” will be clickable?

    Thanks for help, I’m just learning php, sorry.

    Hi Josue,
    I have a similar issue. I don’t understand what ALB is. How do you disactivate it?
    The page were I have the issue is this one:

    I have already posted the problem here

    Thanks!!!

    #574953

    Hello Elliot!

    It works i saw it. Then i moved my test site to the original it works for while but i lose my portfolio changes that i done. The change was from this topic :https://kriesi.at/support/topic/changing-portfolio-grid-image-display-size-and-padding-enfold-theme/
    When i change the avia,js like Josue says the mobile menu stop working again.

    #574947

    In reply to: sidebar width

    Hey Judy!

    Please take a look at the topic here:
    https://kriesi.at/support/topic/changing-the-sidebar-width-and-keeping-it-responsive/

    which will help you understand how to work with the sidebar dimensions.

    Cheers!
    Basilis

    #574946

    Hi laptophobo!

    That is a first. I checked also my installation and I have seen the same thing.
    I did not found a solution to be honest, but there might be something around.
    I have asked a colleague to come and give it a look, if he can have something to be suggested.

    Regards,
    Basilis

    Hey!

    1. What you need with a menu is possible with some minor customisation in enfold. For example if you need a vertical menu and change it to a horizontal menu and make it sit on top of the page. (without a hamburger menu) users can scroll to top of the page in mobile device to view the menu. To confirm this please send us a link to example you like or a mockup once we are on the same page we will confirm it.

    2. Your codepen.io link is not working for us it’s a 404. as i understand you want to remove the filters in the shop page and display some text there or make it full screen… yes this is possible in Enfold.

    If you have any more questions please feel free to get in touch with us.

    Regards,
    Vinay

    #574915
    scotthco
    Participant

    Hi Guys!

    I’m almost done with a client’s new site, but for some reason, the two color sections on the page are not behaving right in Firefox. On desktop browsers, in Chrome on my ASUS TF300 tablet running Android 4.1.1 (apparently the highest it’ll go), on my Galaxy S3, and on the iPhone4 I use for testing, it looks great. However in Firefox and the Android browser on the TF300, it has issues, and I was hoping you guys might be able to help me find where the problems are. For the top color section with the guns and ammo on the flag, the background is just set to scroll, not repeat, and always be 100% of the container width. The background of the lower color section, the one with the faded bullets, is set to do the parallax scroll.

    In Firefox, it looks like the lower color section has pushed the upper one right off the top of the screen. The guns/ammo/flag appear for a split second before getting displaced, then the lower section (bullets) settles into place and stays.

    In the Android browser, the color sections are fine, and everything looks great–until you scroll. When you scroll, the sticky header actually moves down the screen as the content is moving up. When you scroll back, the header moves back up, but not quite to the top.

    I’ll post the URL in the private content section below.

    I’d appreciate any input you guys may have.

    Thanks!

    #574914
    slui
    Participant

    Hi,

    I don’t know if anyone is having this issue, but I certainly am. I’m getting a tonne of spam blots hitting the site and screwing up the analytics.

    I tried using this plugin called: Bot Block
    https://wordpress.org/plugins/bot-block-stop-spam-google-analytics-referrals/

    This is the only one that has a crowdsourced spam bot list that makes it work well. I’ve used this on another theme without issue, but with Enfold I get an error:

    strpos(): Empty needle in /west/XXXXX/public_html/wp-content/plugins/bot-block-stop-spam-google-analytics-referrals/bot-block.php on line 200

    I would love to hear from anyone else with this type of experience. Please do share!

    Thanks.

    #574912
    Martazettle
    Participant

    Hi there,

    I saw the reference below with no answers. I am having the exact same problem. Any findings?

    >Recently noticed problems with the ability to upload images in the administrator when adding/editing a product.

    The main problem is, for the Product Gallery – when you click the link in the admin to add images, it just kicks you back up to the top of the product page – doesn’t load anything (pop-up to add images).

    For the Product Image (featured images), when you click the link to upload, it is a loading a “full” page, as opposed to the “pop-up”. Adds the image, but obviously doesn’t re-direct back to the product page after saving.

    I’ve disabled all other plugins except WooCommerce, and the problem still persists.

    I’ve tried activating another theme, and everything works fine, so please help me correct this error.

    #574911

    Hi!

    Add this to a codeblock element to the page.

    <style type = 'text/css'>
    #av_section_1 .template-page {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    </style>

    Cheers!
    Elliott

    #574904

    Hi!

    Add this to your custom CSS.

    #top #searchform>div {
        position: relative;
        max-width: 100% !important;
    }

    Best regards,
    Elliott

Viewing 30 results - 101,341 through 101,370 (of 142,929 total)