Forum Replies Created

Viewing 30 posts - 8,131 through 8,160 (of 8,514 total)
  • Author
    Posts
  • in reply to: Remove caps in H1 and H2 #120217

    Hi Merkur-Trykk,

    You can try:

    h1, h2, h3 {
    text-transform: none !important;
    line-height: 15px;

    }

    And adjust the line height until there is not clipping of the text.

    Regards,

    Devin

    in reply to: **SLAB TEXT** Using a class in a text block #120236

    Hi Andy,

    If you are having issues with writing and setting a class you will need to look into a freelance developer to get it set up for you. The basics are pretty straightforward but we aren’t really able to do the continued support for customizations like that.

    Regards,

    Devin

    in reply to: Next Update #118537

    Hi joe88,

    We still have no ETA. It isn’t uncommon to have weeks between updates and we typically don’t know when Kriesi will be pushing an update to Themeforest until the day of or maybe the day before.

    Also keep in mind that anything from the feature request thread is not guaranteed to be included at any time. Right now I would guess there will be no new features added in for the next release.

    You can keep an eye on his Facebook or Twitter accounts as he typically posts updates there when he first uploads them for approval:

    http://www.twitter.com/kriesi

    http://facebook.com/pages/Kriesi/333648177216

    Regards,

    Devin

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: 1 pixel line on right side of slider wont go away #120403

    Hi thorsky,

    We’ll need to see the site and page live to see whats going on. If you can provide the link, we’ll take a look and see what we can do.

    Regards,

    Devin

    Hi Thomas,

    Can we take a look at the page with the posts live? It is probably a nesting issue and IE8 is having an issue with max width or width but it will help to see it live and inspect the code.

    Regards,

    Devin

    in reply to: the pages don't show up properly on internet explorer #120140

    Hi runekjensen,

    Do you have an example of IE9 issues? I know there are some issues with IE8 at the moment, but I’ve not found any with IE9.

    Regards,

    Devin

    in reply to: Using other Plugins renders MCE useless! #119613

    We have a bit more detail now and hopefully will have some more in the next few days which will lead to a fix for the next theme update. Now that our git is getting updated things should be moving along :)

    in reply to: Menu Error on slider ( screenshot inside ) #119032

    Hey Andy,

    Kriesi will respond here when he is able, which can sometimes take a bit of time when we are as busy as things are right now. We have quite a long list of things to take care of for the next Enfold release which this issue is included in.

    Regards,

    Devin

    in reply to: Calling post_type=page i receive a blank page #120242

    Hi Sebastian,

    I’m not really sure what the issue could be. You can try switching to one of the default wordpress themes to see if its a theme specific issue but it sounds like an issue with your database/wordpress installation.

    In that case, there isn’t much we would be able to do unfortunately. You would check the general wordpress support forums and try for an answer there.

    If it is a theme specific issue, we can dig deeper and see what might be happening.

    Regards,

    Devin

    in reply to: help!! #120074

    Hi slee7329,

    Have you made any changes to the theme’s css files? There is something odd with the overall grid that I’m not seeing on my live install when trying to duplicate the same layout.

    There are definitely a few overlap issues with IE8 but there shouldn’t be the big alignment issue that seems to be happening.

    How do you have your homepage created? Is it with the advanced layout editor or shortcodes?

    Regards,

    Devin

    in reply to: Can't edit text in advanced layout editor #119903

    Hi All,

    There is definitely an issue with the Text editor when using the Advanced Layout Editor. What that is, we don’t know for certain yet but the more details we can get the better.

    If you can create a temporary admin for me to login and look at a page that is having the issue live that would be helpful as well.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    @ wolfross – All refunds are handled through Envato on Themeforest. I’m not sure what would be causing that kind of issue on your install. I’ve yet to run into something that extreme and even when doing the hundreds of tests on my live test install I’ve not had those issues.

    Regards,

    Devin

    in reply to: Handle image linked event #120379

    Hi ligend,

    Can you give us an example of what you mean? Seeing something live so we can inspect the code or what plugin you are trying to use will help us to see if there is something we can assist with.

    Regards,

    Devin

    in reply to: saving style settings ? #120315

    Yes right now that isn’t possible with the way the editor works but hopefully something like that will be added in down the road.

    Regards,

    Devin

    in reply to: Embed Twitter Widget #120172

    Hi communityenterprise,

    You would need to use the regular wordpress editor and not use the advanced layout editor for that page. There is an issue with how a text block in the advanced layout editor tries to render code.

    Regards,

    Devin

    in reply to: Can't edit text in advanced layout editor #119895

    You can use the advanced layout slider without using the editor by using the shortcode for the slider you want to add.

    Just go to LayerSlider WP > All Sliders and in that table will be a column called “Shortcode”. Copy the shortcode for the slider you want to use and just paste it wherever you want it to appear.

    Hi DavyE,

    I’m not really sure what you mean. You can just style the main content however you want in the style tab and the alternate the same.

    If you are doing a full re-styling, you shouldn’t need to (and shouldn’t much anyway) use !important everywhere. Use selectors and add your own css to the custom.css file in the css folder of the theme files.

    So for example, if you wanted to change the color of a button you wouldn’t use:

    .button{
    background: #333 !important;
    }

    Because that would do a force change on all background values across all elements. Instead, you would do something more like:

    #top #footer .widget .button.newsletter {
    background-color: #333;
    }

    So that the priority with the css would be given to your new css and only effect the #footer then the .widget classes and then inside those the .button.newsletter (a fictional example).

    Regards,

    Devin

    in reply to: New to enfold ( need expert help ) #120434

    Hi dsgnerfw,

    We’ve made some video tutorials that should help: https://kriesi.at/support/topic/video-requests

    1) Full width images is really up to you. Something like 1500px wide is a good place to start and then let the slider stretch them as needed.

    2) It depends on which columns you mean. There is the Portfolio section, a color section with three icon blocks inside and lots of other options. No real single way to do anything because of the amount of flexibility within the elements.

    3) In the main theme options you just need to set the homepage to your “home” page and the blog page option to the page you want the blog to show on.

    4) No, you can do just about everything without touching the theme files. There is a custom.css file included in the css folder for longer css additions and a Quick CSS field in the style tab for short css changes.

    Regards,

    Devin

    in reply to: iPad responsive layout menu issue #120417

    Hi alexandremblah,

    Because of the wider logo and number of menu items, you’ll need to change the menu to switch to the mobile menu earlier. So in your theme files, go into the js folder then open avia.js and edit the pixel width at which the menu changes on this line:

    switchWidth = 768;

    Using 990 should do the trick but you can try others to get the result you’d like.

    Regards,

    Devin

    in reply to: Demo data #119601

    Most of the elements are the same and where the images are not allowed to be shared, those items have not been included.

    The initial slideshow *is* included though it doesn’t included all slides. They are all however able to be re-created using the Layerslider options.

    The shop from the demo is just the default woocommerce shop with no alterations that don’t come up automatically with the theme.

    The menu is only different in that it doesn’t have a mega menu set up, however the documentation links to a video showing it a bit http://docs.kriesi.at/enfold/documentation/index.html#mega

    But no, it isn’t possible for us to supply the demo site xml file.

    An example of the demo content installed after a fresh installation can be seen here at around 5 minutes: https://vimeo.com/channels/aviathemes/64927356

    Regards,

    Devin

    in reply to: ecommerce products dont show rollover #120402

    Hi thorsky,

    Just above the product Featured image is a meta box called Product Hover. Set this option to “Yes – show first gallery image on hover” and it will then us the first image from your product gallery meta box just above this option.

    Regards,

    Devin

    in reply to: Woocommerce google ecommerce tracking not working #120290

    Hi Max,

    The tracking field for the theme only adds in whatever code you put into it to the bottom of your site. So if it isn’t tracking things correctly, there isn’t any interference from the theme.

    What you can try is to remove the tracking code from the Enfold option and instead add it to the WooCommerce settings. Or, you can follow the directions from your tracking code source and add the code directly into the footer.php file of the theme.

    Regards,

    Devin

    in reply to: Testimonial http ? #119575

    You need to scroll down when viewing that testimonial popup.

    In this video at around 5 minutes and 50 seconds I create a testimonial and add in the url: https://vimeo.com/64927358#t=346

    Regards,

    Devin

    It would need to be added in with a future update. Looking a bit closer it seems the icon font which has the arrows is not rendering in IE at all which is why they aren’t showing. I don’t know if this is intentional by Kriesi as a limitation of IE or what but I’ve tagged him on the topic to take a look at the issue.

    Regards,

    Devin

    in reply to: Retina Display Issues #120238

    Hi joshberna,

    Can we take a look at your site live?

    Regards,

    Devin

    in reply to: change color in the portfolio thumbnail #119349

    Glad Nick could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    in reply to: How to change color of heads (h1, h2, etc.) #120070

    Hi cranwinks,

    There is none for changing them individually so you would need to add custom css to either the Quick CSS or the custom.css file.

    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 .entry-content h1 { color: #333333; }
    #top .entry-content h2 { color: #333333; }
    #top .entry-content h3 { color: #333333; }
    #top .entry-content h4 { color: #333333; }
    #top .entry-content h5 { color: #333333; }

    And customize as needed.

    Regards,

    Devin

    in reply to: Layerslider Media Query #120179

    Hi joe88,

    The layer slider is already responsive but it doesn’t have any kind of enlargement functionality for text/captions because that is all user controlled.

    For #2, I don’t know what you mean without some kind of live reference. If you are adding in a slideshow that isn’t full width, it needs to be in a layout container. If it is full width, it should be outside of a layout element.

    Regards,

    Devin

    Hi tacoverde,

    When you use !important after css, it forces that css to take effect above all else. So when you added that to your header height, it forces the header to stay the same size even when scrolling down.

    Just adding a larger logo means you shouldn’t have to use any css to adjust the logo at all as the header should resize automatically. So all you really need is the:

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

    from the other site you see the same effect on, you can look at the css they used here: http://50.116.98.244/~service/wp-content/uploads/dynamic_avia/casa_blanca.css?ver=1

    Regards,

    Devin

    in reply to: Enfold – Responsive Slide Out Menu **ISSUE** #119583

    Hi Andy,

    You could try something like this in a media query for mobile and below:

    #menu_section .opened_menu {
    border-top: 1px solid white !important;
    }

    Regards,

    Devin

Viewing 30 posts - 8,131 through 8,160 (of 8,514 total)