Forum Replies Created

Viewing 30 posts - 2,641 through 2,670 (of 8,514 total)
  • Author
    Posts
  • in reply to: swapping slider on mobile/ipad #246269

    Hi!

    Looking at the site now the media query is working fine on my end. You can adjust the top end of the query (1024) to a larger screen size so that you don’t get users above 1024 who are seeing both items which is the only issue I see.

    If you need more in depth customization help you will need to look into a freelance developer from somewhere like Microlancer, Codeable or http://kriesi.at/contact/customization . Generally support isn’t able to assist with individual site customization.

    Cheers!
    Devin

    in reply to: Style options for the new Google Maps Element #246263

    Hi!

    That kind of customization is outside what we can assist with via support as Peter mentioned above. The api/configuration is fairly complex and while it might be a quick fix it could also lead down a road of continued bug fix/issues which is best handled by a freelance developer.

    Best regards,
    Devin

    Hi Tomas!

    Yes, you will. The header was completely re-done in version 2.6 and there is a new header builder in the theme options to configure the layout and options for it.

    Since the header is no longer really configured within the header.php it would best be customized by a freelance developer if the new options aren’t going to work for what layout you need.

    Regards,
    Devin

    in reply to: Enfold and pasword protected wp-admin folder #246259

    Hi!

    I’ve never heard of passwording wp-admin but I’m glad you found a solution for it. In general however it shouldn’t be needed and isn’t recommended.

    Best regards,
    Devin

    in reply to: Numerous issues with responsive design #245906

    Hi!

    I can’t think of anything that would cause it not to load other than a failure on the server to load all the files. I’ll tag the rest of the support crew as I can’t think of a single option to try from our end or within the theme/wordpress that would help a failure to load files.

    Best regards,
    Devin

    in reply to: Forms do not work with Outlook 365 #245905

    Hi alcheeks!

    I’m not sure there is anything we could do to change what email servers receive or do not receive the emails. You would have the best luck talking to the service provider and making sure that your domain isn’t blocked by them or marked as spam.

    Cheers!
    Devin

    in reply to: How do I edit the footer widget content? #245903

    Hi!

    Yes, there is default content in the footer which can be replaced with widgets.

    Cheers!
    Devin

    in reply to: problems uploading enfold #245900

    Can you give a bit more detail on what errors you are getting or what the exact error message is?

    in reply to: Title Bar/Container – Not Showing #245899

    Hey!

    It looks like one or more plugins are causing the global variables to get a bit messed up with the theme. With 3 competing security plugins running in addition to caching and a cdn all at the same time while in development you are going to run into issues. I would suggest disabling them, clearing all of your cache, CDN data etc and then re-setting the page header selection.

    The page duplication/post duplication plugin is also not a good tool to use in this case since it duplicates hidden meta data on the post and can cause odd issues where a setting is tied to multiple pages or posts. I don’t know if that is the case here but when I created a new test page the title container shows fine.

    Customizing the title container to be fixed isn’t something we can assist with however as support doesn’t cover customization.

    Best regards,
    Devin

    in reply to: entry with sidebar #245896

    Kriesi often re-uses or re-simplifies code so my guess is that at some point the loop just stopped using a different image for each page. I’ll tag him on the topic as he will be able to give the best answer.

    in reply to: Enfold Child Theme – Breaking CSS on page #245830

    That is a great way to do it yes.

    in reply to: Login Management #245829

    I don’t know of a way to do that but it might be possible. If you don’t ever point users to wp-login then instead point them to the other login page it should work fine.

    This is more of a WooCommerce/WordPress general question so if you need more detailed steps it would need to be asked on one of those forums for the specifics.

    in reply to: Unable to install enfold in wordpress #245826

    I’ve you have already opened other topic please do not add on to other users topics. I don’t know why the update would do that but it really shouldn’t under normal circumstances.

    Updating over FTP is fine and can be done pretty easily by following the steps in the video if other methods don’t work. It also allows you to watch the transfer to make sure nothing goes awry.

    in reply to: no layerslider found click here to create one #245823

    Hey dbddiamonds!

    How did you move the database? Did you migrate it and re-serialized the data or just an export/import? If the migration wasn’t done correctly the data could be incorrect in the database in which case it would need to be fixed there.

    Cheers!
    Devin

    in reply to: Unable to install enfold in wordpress #245792

    Hey @nonasnonas!

    This isn’t an issue with the theme and instead is rooted in how users upload the theme files. If the theme folder alone isn’t uploaded to your wp-content folder this error occurs.

    So making sure that you only update or upload the enfold folder with just the theme files in is important. The video Yigit linked to is one I did some time ago and if you follow along step by step will ensure you can update over FTP each time without issue.

    You can also update right through the WordPress admin if you add in your ThemeForest api and username to the theme settings: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Devin

    in reply to: robot.txt issue #245790

    Hey bvanbaelen!

    We aren’t really able to support general hosting or web development issues like your robots text file settings. You can talk to your hosting provider or post the specifics of the issue to somewhere like Stack Overflow.

    Best regards,
    Devin

    in reply to: Custom CSS not working #245789

    Hi freewaystar!

    The element.style isn’t a valid selector. Its what you’ll see when inspecting an element that is modified within the browser from, in this case, javascript.

    What you can do is a bit easier. Go to the theme options and then the Header tab. For Header Size you will choose the custom pixel value and then use the new Header Custom Height dropdown to choose the header size you want. (this is new in Enfold 2.6)

    Best regards,
    Devin

    At the end you have an unclosed h5 rule:

    
    h5 {
    font-weight: 400;
    font-size: 26px;
    

    It needs the } so that the css after that rule actually works.

    
    h5 {
    font-weight: 400;
    font-size: 26px;
    }
    
    in reply to: fixed logo in print.css #245624

    Thank you! Added in just now with #top .avia-post-nav on line 116 to the general removes. Full updated rule:

    
    /*General Items*/
    nav,
    #footer,
    #scroll-top-link,
    .image-overlay,
    #top #main .sidebar,
    #commentform, .comment_container .miniheading, .comment_container .minitext,
    #top .avia-post-nav
    {display: none;}
    
    
    in reply to: 404 page.. #245351

    I opened my post to public, not sure why you can’t see it but read through now :)

    in reply to: MEDIA QUERIES NOT WORKING #245346

    I looked at it when you posted the site url originally I just don’t know what isn’t supposed to be working. Eg, is there something in one of your media queries that doesn’t work? If so, what is it and where can we see it not working or being reflected.

    in reply to: Updating Layer Slider WP? #245344

    Hi mediasauce!

    LayerSlider gets updated into the theme as Kriesi is able to test any new versions so there will always be a delay. That said, it was already included in a recent update in addition to bringing the theme up to date with 3.8 in December of 2013: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog

    Regards,
    Devin

    in reply to: Broken Themes!!!!! #245340

    Glad we could – sort of – help :)

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

    in reply to: problems uploading enfold #245339

    Hi Swedfit!

    When you upload over FTP it should generally go just like in this video: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Make sure that the folder you are uploading is the unzipped theme folder only and not the main download which is typically the most common issue.

    Best regards,
    Devin

    in reply to: Entypo-Fontello.woff?v=2 404 #245315

    The only other option would be to talk to your hosting provider and explain the issue. If the file is there on the server and the theme is pointing to it but the server returns a 404 there must be something else going on server side.

    in reply to: Landing Pages #245311

    Hi wackyadventurer!

    What about the plugin version isn’t compatible with the theme? Looking briefly at their site it should be possible to use the themes blank page template and if absolutely nothing else a simple custom template that OptimizePress loads its landing page in to.

    See a sample blank page http://kriesi.at/themes/enfold/pages/blank/ or http://kriesi.at/themes/enfold/pages/blank/maintenance-mode/

    Best regards,
    Devin

    in reply to: How to remove automatically generated links in megamenu? #245308

    Ah gotcha. Yes I know the mega menu video needs to be redone in addition to almost all of them since the past few updates have changed so much.

    I’m glad you were able to figure out the difference and get it fixed up :)

    in reply to: MEDIA QUERIES NOT WORKING #245307

    What specifically with your custom queries isn’t working? Is there an example we can see?

    This is the first topic I’ve seen about it and testing on my live dev install just now I had no issue.

    The official Scope of support can be found here: https://kriesi.at/support/register/

    in reply to: Fixed position for the LayerSlider WP #245306

    Hi AntonNovikov!

    Not that I know of no. You could try forcing that container to fixed but it really isn’t meant for that kind of parallax effect and with how complicated LayerSlider slides can be Kriesi hasn’t tried looking into it as far as I know.

    Best regards,
    Devin

    in reply to: ipad Responsive width at 768 #245305

    Hey Webbee!

    Unfortunately to do that you would need to go through and change every instance of the media queries that reference the 767 breakpoint and change them to 768.

    Cheers!
    Devin

Viewing 30 posts - 2,641 through 2,670 (of 8,514 total)