Viewing 30 results - 141,031 through 141,060 (of 142,889 total)
  • Author
    Search Results
  • #131259

    In reply to: Portfolio Grid

    Hi Pedro,

    I’ve tagged the topic for Peter so its in his queue. We’ve been pretty swamped lately so response times are a bit slower than the norm.

    Regards,

    Devin

    mentadata
    Participant

    We had installed Enfold and WPML. The system works fine.

    But each time we go to Backend WP administration panel –> Appariecnce – > Theme we have the following Warning in the TOP

    Warning: uasort(): Array was modified by the user comparison function in /var/www/vhost/ayuntamientobenisano.es/home/html/wp-includes/class-wp-theme.php on line 1172

    The warning appears when we setup the WPML STRING TRANSLATION (this option is mandatory for our web)

    #26821
    andypeck
    Participant

    Im sorry but Layer Slider is quite a poor slider. I set up a basic 2 image slide show with only fades between each and then (here’s the important bit) one line of text that needs to fade up over each slide. I have to add a background box behind each bit of text so I use the background text feature with padding of 15px. I then add some text spacing…. letter-spacing:4px and thats it. In the preview it all works fine but immediately its placed into the theme the box border and added css effect (letter-spacing:4px) fails to work. Ive tried recreating it from scratch but still it doesnt work and when I contact the makers of the slider they say its the theme thats at fault.

    Basic kerning and creating a box behind the text is pretty bloody ‘entry level’ stuff so what gives. I understand that there was a reason why Kriesi chose this over the more popular Revolution but surely things like this should work.

    Please help guys as it seems that the slider is really unstable when it works in combination with the theme.

    For the record I have the latest version of Enfold 1.4.4 so I cant seem to work out how to progress without this being fixed

    Check out the slider on http://www.andypeck.co.uk (home page – top)

    Cheers

    Andy

    #131479

    Hi!

    Did you find a solution? I’m asking because the topic is marked as resolved.

    Regards,

    Peter

    #129399

    Hi!

    Yes, please try to add following code into the quick css field

    .header_bg {
    opacity: 1 !important;
    }

    Best regards,

    Peter

    Right now the ajax portfolio does not support a deeplinking feature. The only workaround would be to open the first item automatically ( https://kriesi.at/support/topic/ajax-portfolio-opened-at-the-start ). You just need to make sure that the member you want to feature/present is the first portfolio item in the grid.

    #26819
    jmorillo
    Participant

    Hi,

    I’m triying to make some changse in the top main navigation menu:

    COLCHONES TECNOLOGIA ACCESORIOS MAYOREO

    They can be seen in http://acolsa4.vendun.com/

    What I want to achieve

    – Change the font size

    – Center in the page COLCHONES TECNOLOGIA ACCESORIOS MAYOREO but left the search right alignmet.

    – Change the space between letters

    I haven’t be skilled enough to target these parts with CSS selector using google chrome.

    Thanks

    Jorge

    #130899

    Hey!

    Please try followig code instead

    #top .ls-nav-prev, #top .ls-nav-next {
    display:none !important;
    visibility:hidden !important;
    }
    .ls-bottom-nav-wrapper {
    display: none;
    }

    Regards,

    Peter

    #131392

    In reply to: Move footer & socket

    Hi khalidmuharraqi,

    You can remove the padding on the portfolio section and the footer with:

    #top.home .template-page.content {
    padding-bottom: 0;
    }
    #footer {
    padding-bottom: 0;
    }

    Also make sure you fix this css in your custom.css file:

    .responsive .container .twelve.units {
    top: -49px;

    } /*you don't have this bracket in your custom.css file right here and its causing an error with your css*/

    /*
    Desktop Styles

    Regards,

    Devin

    Hi ravecomputer,

    As I commented on your other topic this will remove the layerslider from working with the themes elements.

    Regards,

    Devin

    #129910

    I tried this and there is no luck… at best it is the right size but it doesn’t move my nav bar over and is right on top of home…

    #131321

    Hi CasperBlack,

    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:

    .avia-full-stretch.avia-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    I’ll tag the topic for Kriesi as well since it should be adjusted with the css hierarchy but this should provide a good interim solution.

    Regards,

    Devin

    #131433

    In reply to: WP Newbie questions

    Hi hotshotzatl,

    1) It depends on the instance of it. If its just inside your regular post or pages then you can add new css rules in your Quick CSS in the styling tab of the theme options. Eg:

    #top h2{
    color: #333;
    }

    I used the #top ID selector to make it a bit more specific but it may need to be adjusted specific to certain instances since the theme automatically sets colors based on the choices in your Styling options.

    2) You would need to add in the css for it custom as there isn’t anything like that available as a shortcode with the theme.

    3) If the html for it was placed in the footer.php and the div positioned absolutely yes it could probably work. It will just need adjustments added for tablets and mobile but we have some sample media queries for that in the custom.css file in the css folder of the theme.

    4) The theme doesn’t use any images for the icons but instead uses an icon font for all icons through the site. So what you would need to do is hide the current font for the icon and then replace it with your own image as well as on hover.

    For example:

    #top .social_bookmarks li{text-indent: -150%;} /*remove the current font icons on all social links*/
    #top .social_bookmarks li.social_bookmarks_facebook a {
    background: url(https://yoursite.com/yourimage.png) no-repeat top center transparent;
    }

    #top .social_bookmarks li.social_bookmarks_facebook a:hover {
    background: url(https://yoursite.com/yourimagehover.png) no-repeat top center transparent;
    }

    Regards,

    Devin

    #130867

    In reply to: Qform problem

    The latest version should fix the issue (if it’s related the wpautop() filter).

    Regards,

    Peter

    #131646

    Hi,

    You can change the hover effect using this

    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }

    Change the colors.

    Regards,

    Ismael

    #131639

    Hi,

    Configure the Button Link, set to manual then add the url or the section/element id. For example, if you want to scroll to the top you can this link

    http://localhost/kriesi/enfold/#top

    or simply add the selector

    #top

    Regards,

    Ismael

    #131357

    Ismael,

    Thank you for the fast reply! Still needing some help here.

    I am using “header with social icons and bottom” with “stretched layout” styling.

    There are three sections of the header. Here’s what I’m trying to accomplish:

    – Set background color of the top navigation bar (background color needs to be full width, the previous code you gave only sets the link background color)

    – Set font color for both links and small info text on top navigation bar

    – No background color behind the logo

    – Set background color for the main navigation bar and drop down menus

    – Set font color for main navigation bar (right now it derives two custom dynamic colors, one for the drop down menus, and one for the top level links) I need to change both.

    The CSS code on the base level is a nightmare is sort out with this theme. I thought I was good with CSS until I tried making sense of the overly complex code behind this theme.

    Appreciate your help.

    #131538

    Hi,

    You want to create a shortcut of your website on your mobile phone then change the icon? Is that correct?

    http://uncorkedstudios.com/2011/09/06/creating-a-custom-icon-for-the-add-to-home-screen-on-iphone/

    Regards,

    Ismael

    #131502

    Hi,

    You can decrease the top and bottom padding using this on your Quick CSS or custom.css

    .content, .sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    }

    Regards,

    Ismael

    #130981

    Hi Greg,

    If that doesn’t work I would recommend having a freelance developer go through the file to re-organize the sidebar before the content and they will then be able to do any bug fixes or css adjustments that are needed.

    Regards,

    Devin

    #131145

    Hi Mkieling,

    I’ve tagged the topic for Kriesi to take a look at again. Depending on his schedule it may be a day or two before he is able to respond again.

    Regards,

    Devin

    #26800
    Gstar72
    Participant

    Hi gents,

    I would like to change the roll over colour of the e-mail icon in Enfold.

    I found this, but I think there might be more magic involved:

    #top .avia-icon-list .iconlist_icon {

    background-color: #d73119;

    }

    Thankyou

    #131103

    Hi there, I am still needing assistance on this topic. Any thoughts?

    #26798
    Gstar72
    Participant

    Hi Gents,

    In Kriesi’s example here, he has the shadow on the bottom of the scrolling image, however, there is only an option to show shadow on top, can you help please?:

    Thankyou

    Hi!

    Please try to follow the instructions here. https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help

    Regards,

    Peter

    #131562

    Hi!

    Doch, wir haben den Editor nicht entfernt/geändert. Falls dieser doch weg sein sollte, versuche einmal diese Lösung: https://kriesi.at/support/topic/advanced-layout-editor-dissappeared-please-help

    Best regards,

    Peter

    #131446
    #26766
    seven_style
    Participant

    Hello,

    Could you tell me how to setup a chosen image that would appear when creating a shortcut of my website on an iPhone desktop please. I have seen many websites doing that. Is it possible with Enfold?

    Thanks in advance

    #26763
    designprime
    Participant

    Hi guys, is there a way to change the heading size for the iconlist for SEO purposes. For example, we want to use iconlists near the top of the page but the headings they produce seem to be hard coded as H4. It would be good if there was some way to change this in future releases if possible, but a workaround for now would be much appreciated if possible.

    #26757
    hsie
    Participant

    Hi, I don’t want to use fullwidth easyslider, and instead I choose the easyslider, and the only problem I have is: there is a large space left in the top and bottom of the image, I alreay choose no scaling for the sliders.

    So, how to remove such space? Your can find what it looks on my test site at http://www.newbuilding.cn

    Thanks in advance!

Viewing 30 results - 141,031 through 141,060 (of 142,889 total)