Forum Replies Created

Viewing 30 posts - 3,571 through 3,600 (of 8,514 total)
  • Author
    Posts
  • in reply to: Header navigation (main menu) disappears on mobile devices #219582

    Hey!

    Try this:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .responsive .mobile_menu_tablet .main_menu {
      display: block;
      }
    }

    We’ll need to adjust the theme for the next update as its a bug but this should be a quick-fix.

    Cheers!
    Devin

    in reply to: Horizontal Ruler Whitespace Problems. #219523

    If you can post an admin login as a private reply I’ll take a look at what the settings are vs what shows on the front end but just from inspecting the code of that page the display of each element looks correct.

    in reply to: Numbers in Icon List #219515

    I tried finding one but its not a very popular request. No file would need to be changed but instead you would be uploading a new font file: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    What you are looking for is numbers in svg format or as an already generated icon font file. I’ve come up short when trying to find one but it would be a good resource to have so I’ll tag the topic for myself and I’ll try and squeeze in making one this week. It would only be 1-10 or maybe 1-20 in a serif style.

    in reply to: Theme (WP?) not respecting social login name #219510

    Hey foreigner!

    I’m not sure it is anything to do with the theme in this case. The author permalink and how it gets generated isn’t touched by the theme as far as I know.

    You can try switching to one of the default themes and see if that helps and try limit it to an Enfold specific issue.

    Regards,
    Devin

    in reply to: home page banner images upscaling when they should not #219393

    Hey!

    It looks like you’ve set the width larger than the photo so its getting stretched as a background image to fit the largest space.

    Check that slides global settings and you can adjust as needed.

    Cheers!
    Devin

    in reply to: Building a non conventional website with Enfold #219388

    Hi!

    I’m soft closing the topic for now but Kriesi will respond when able. I’m not sure it will be this week however as he is still working on pushing out the next feature release ASAP.

    Typically, individual theme features are not able to be pushed out under any specific deadline so if you are counting on this for your client work I would suggest you make other plans.

    Best regards,
    Devin

    in reply to: Using quote in post breaks the blog #219383

    Glad that its working for you now :)

    It could have been an error with the quote not getting an ending character or something like that and when re-trying it was done without it.

    Just let us know if it comes back up.

    Hey pako69!

    Can you point us to an example page on your site showing what it is you are asking about?

    Regards,
    Devin

    in reply to: Using quote in post breaks the blog #219155

    Hi runekjensen!

    Can we see your site with the issue live? I’ve never had that happen on my end or had issues with it in the demo.

    Best regards,
    Devin

    in reply to: add attachments email #219154

    I’m a big fan of Contact Form 7.

    in reply to: sidebar right is hidden in smaller windows #219131

    Hey webop_germany!

    There is an option available to show them in the theme options “Sidebar” tab. See: http://kriesi.at/documentation/enfold/show-or-hide-sidebar-on-mobile-devices/

    Cheers!
    Devin

    in reply to: Portfolio items not found #219119

    Hey trenando!

    Try going to your WordPress Settings>Permalinks and changing the option to default. Then see if it works. If so, go back and re-save your permalink settings another few times to try and force refresh the settings.

    WordPress has a bit of a hiccup where permalink rules can get broken and need to be refreshed. It can sometimes even cause the htaccess file to be cleared so that WordPress can re-write it completely.

    Cheers!
    Devin

    in reply to: Horizontal Ruler Whitespace Problems. #219117

    I’m not sure what the issue is. Each of those is displaying correctly if you remove the custom css adding padding to hr elements.

    in reply to: Clickable header phone number #219115

    I just noticed you have the phone number div inside a comment. This: /* starts a comment and this ends it */ . Anything inside of that does not get read as code.

    So change it to:

    <div class="phone2">503-436-5576</div>
    /*
    in reply to: add attachments email #219113

    Hey kbrimberry!

    Unfortunately that is not possible with the themes contact form. You will need to use a different contact form plugin to get that functionality.

    Best regards,
    Devin

    in reply to: some errors under IE 8… #219111

    You will need to update your theme files to 2.4.5 first of all which should fix the logo.

    I don’t see any of the other mentioned issues on a native install of IE8.

    in reply to: Fullslider problems in IE7, and IE8 #219109

    Hi!

    Can you try disabling all active plugins. The only issue I see in IE8 is the main slider images not showing but in my live dev site and on the theme demo I don’t get the same issue in IE8.

    While I understand the need for supporting IE8 as mentioned above its definitely on its way out. It isn’t supported by Google at this point either and XP wont even be supported by Microsoft come April of this year which will hopefully finally force everyone to move on to viewing the web in a modern secure browser.

    As for theme compatibility, all new themes on Themeforest are no longer required to support IE8 so finding a theme that does support it will become harder and harder. For now though, Enfold still does and the only items that I know of with issues are css3 elements which IE8 can not render. This shows on icons where they are square instead of circles, drop shadows on text/images and things like that.

    Best regards,
    Devin

    in reply to: Layer Slider #219020

    Hi!

    The recommended way is to add a widget area to your layout and then add the themes Map widget to that new sidebar area (from the widgets manager not on the actual page).

    Best regards,
    Devin

    in reply to: 90% zoom for all users #219019

    Hi EPDeu!

    No not that I know of. I checked around a bit and didn’t find anyone who had a good solution but if its something you really need you could try posting it to Stack Overflow and see if anyone has a new solution.

    Cheers!
    Devin

    in reply to: Adding a slider within a slider, e.g. partner logos #219018

    Hi targetzero!

    You should be able to create the logo element shortcode on a regular page and then copy over the generated shortcode to use within the LayerSlider.

    It might need a div container or something but that is the only way I can think of to get the kind of thing you are suggesting to work.

    Best regards,
    Devin

    in reply to: Add your own custom icons? #219015

    Hi gxjansen!

    You can use Fontello to upload your own svg files which it will then create the font file for. Its the first option for “Custom Icons”.

    Best regards,
    Devin

    in reply to: Any CSS Code to make LayerSlider be Fixed #219013

    Hey Kimberly!

    If you mean fixed as in the color sections where the image is fixed to the background and the site moves instead then no. The LayerSlider plugin doesn’t have Parallax support at the moment (that is the general name of the effect).

    Cheers!
    Devin

    in reply to: Horizontal Ruler Whitespace Problems. #219010

    Can you point out an example showing what exacty is broken and where? Eg the page I mentioned building with examples of each HR at various heights.

    in reply to: Grid on a single portfolio page #219009

    Hey!

    That single page is using a completely different layout than the one generated by the portfolio grid element. You could clear out the elements on the single page and then add in columns and images to give a similar effect or even try out one of the other gallery elements from the demo: http://kriesi.at/themes/enfold/shortcodes/gallery/

    Cheers!
    Devin

    in reply to: Custom (Totally Custom!) Menus #219007

    Hey erhabi!

    Unfortunately there is no way we could walk you through adding that in so you would be able to use the WordPress menus manager to edit everything. It would need to be done by a freelance developer which you can find from somewhere like Microlancer or Codeable.

    You could instead re-style the theme menu and mega menu output using your browsers dev tools, inspecting the elements and then adding the custom css to the css>custom.css file of the theme.

    Cheers!
    Devin

    in reply to: Advanced layout editor / text size control #219005

    If you can post your login details as a private reply we can log in and take a look. The Headline element I’m referring to is not the WordPress element but instead the theme has its own “Special Heading” element available in the avia layout editor.

    Within a text element inside of the avia layout builder you should be seeing this:

    Which is the kitchen sink expanded version.

    in reply to: Masonry Gallery 4 pics per row? #219003

    Hi!

    The masonry gallery adapts to whatever size of screen the user has. So on my for instance it shows 6 images per row. On a smaller screen it would show less.

    Cheers!
    Devin

    in reply to: Theme styles #219001

    I’m not really sure what you mean. The form builder allows you to set the elements as needed so you would open up the form editor by clicking on that element in the avia layout builder and then select the form element you want to modify.

    Once you’ve opened it and are viewing the Edit form Element window you can choose the element type which would be a dropdown, text input etc.

    in reply to: Images : why Enfolf get rid of WordPress sizes ? #218923

    Personally I think the percentage change is a way for users to unintentionally weigh down a page by re-sizing full res images which in turn adds unneeded bloat to a page. There are a few ways to approach it otherwise:

    – Use column shortcodes to wrap your images into the size you want them and the content into the layout you want.

    – You can also add your own image sizes to WordPress so that you have them as a selection when adding an image to content. You can do this for your client(s) so they then have choices. This plugin lets you do that from within WordPress http://wordpress.org/extend/plugins/simple-image-sizes/

    When adding in an image where you want to link to a full resolution you should and can link to that full resolution even while inserting a thumbnail of the image. This prevents the page from needing to actually load in the full resolution image in the first place (how galleries work).

    in reply to: No H1 on page #218911

    Hey prezzemolo!

    I’m not really sure what you mean. On that page you’ve added in all of the content so you would have made each title whatever header you want.

    The page title, in the title container just under the header, is correctly showing as an h1 title.

    Best regards,
    Devin

Viewing 30 posts - 3,571 through 3,600 (of 8,514 total)