Forum Replies Created

Viewing 30 posts - 4,291 through 4,320 (of 8,514 total)
  • Author
    Posts
  • in reply to: site under construction home page query #202677

    Hey!

    You can use this plugin to keep your site only visible to you: http://wordpress.org/plugins/ultimate-coming-soon-page/

    It’ll allow you to set up a coming soon/down for rebuilding page and still work on things as a logged in admin.

    Best regards,
    Devin

    in reply to: Mobile site not formatted correctly… #202675

    Hi!

    This css is causing all your issues:

    #main {
    padding: 125px !important;
    }

    The main div is the wrapper for all your content and adding in all that padding is causing things not to be full width and be entirely too small on mobile layouts.

    Cheers!
    Devin

    in reply to: CSS Styles doesnt work #202671

    For all themes you should not modify their core css files actually. The same goes for the php files as well if you really want to keep it all upgrade safe.

    You can add that css to your Quick CSS in the Styling tab of your Enfold Theme Options or to the css>custom.css file. Both of these are configured to load after the theme css so that anything you add in will be last. With CSS, this means that as long as it has the same selectors then it will have priority.

    in reply to: CSS Styles doesnt work #202669

    Hi mnlgmz!

    You should never add or modify css to the themes core stylesheets. Instead, add your own css to the Quick CSS field in the theme Styling section or the custom.css file in the css folder.

    That way your css has the correct priority and doesn’t get written over when you update the theme.

    For the css, it depends on how you’ve written it out but my guess is that it just needs to target the item you are trying to modify a bit more explicitly. For example:

    #top .main_menu .menu li > a {
    text-transform: uppercase;
    }

    Regards,
    Devin

    in reply to: Layer slider standalone plugin appear strangely #202667

    Hey!

    The theme isn’t compatible in the same way with the stand alone plugin. So unfortunately if you want to use LayerSlider by itself it doesn’t integrate into the theme the way the bundled version does.

    Cheers!
    Devin

    in reply to: New dummy homepage #202664

    Actually yes, its on the to-do list to add BuddyPress support. Not idea on an ETA but I was hoping to do a basic integration of BuddyPress and Sensai over the holidays as a start. So keep an eye out!

    Hey!

    You’ve not added the css to your quick css folder correctly. There is an extra opening bracket in there and there is only a single line of css relating to the container width: http://bathmatetaiwan.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1

    You will need to add in all of the css that Ismael provides there and then modify it to your desired width as well as replacing “.responsive” with “.static_layout”. It isn’t a quick fix and will still need a good bit of touching up but that is the majority of the customization.

    Beyond that you would need to look into a freelance developer if there is further changes you need customized into the layout. We recommend Microlancer, Codeable or Werkpress via this form: http://kriesi.at/contact/customization

    Cheers!
    Devin

    in reply to: Does the new Enfold update need a new child theme installed #202661

    Hey Saundra!

    No, nothing you need to do there unless you’ve added your own replacement files to the child theme.

    Cheers!
    Devin

    in reply to: Problem with double menus and error code #202658

    Hi!

    The header style you’ve chosen *has* 2 menus. See the demo: http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/

    If you don’t want two menus you can choose a different menu style or choose a blank menu for that top level menu in your Menu locations tab of the Menus manager of WordPress.

    Cheers!
    Devin

    in reply to: Font in IE different than FF and Chrome #202657

    Hi!

    The way you have the @font-face structured is not correct as far as I know. Combined with how you have the fonts then declared under it IE is probably just failing while the others are more gracefully falling back on a valid css declaration.

    You can read more about @font-face here:http://www.font-face.com/

    Best regards,
    Devin

    in reply to: modification / changing language #202654

    Hey!

    Can you do a quick double check that you are copying out the text exactly and pasting into the file using a text editor that doesn’t alter the contents.

    I’ll tag the topic for Peter as well so he can check it over for any syntax errors.

    Best regards,
    Devin

    in reply to: Contact form not working without putting an email #202604

    Hi!

    Are you using the autoresponder field? If so then I believe there must be something in the email field.

    Regards,
    Devin

    in reply to: woocommerce layered nav #202600

    Hey ramoncrusellas!

    I’m not really sure what you are having an issue with. Can you show a screenshot or live example of what you are having trouble with?

    Best regards,
    Devin

    in reply to: Mobile theme options #202598

    Hi atlantio!

    You can turn of the responsive version and use a fixed width version of the theme from the Theme Options>General Settings. Other than that however any customization just for the mobile version would would need to be done through custom css or php/html.

    The theme’s css/custom.css file has 2 media queries you can use to add in css just for desktops and just for mobile usage to get you started.

    Regards,
    Devin

    Hey Jae!

    Yes, you can use a Color Section element from the Advanced Layout Builder and set the color or image background for that element.

    Best regards,
    Devin

    in reply to: New dummy homepage #202362

    Hi esavvides!

    The main theme homepage hasn’t been updated in quite along time as far as I know. The layout is
    a full width layerslider,
    color section with three columns and icon boxes inside,
    color section with portfolio
    color section with 2 columns and one with a gallery the other with text and a button,
    color section with 2 columns and one with text the other with icon list
    color section with 2 columns and one with an image the other with text and a button
    color section with testimonials,
    color section with a fixed background image and 3 columns with icon boxes in them
    and finally a logo slider element

    Cheers!
    Devin

    in reply to: Enfold > button in sidebar #202349

    Hi David!

    The button style is actually on the link. So it would be:

    
    .sidebar_button a {
    background-color: #ecf3fb;
    color: #666666;
    width: 100%;
    margin-bottom: 10px;
    }

    By adding you css to the container its adding those values to that container.

    Best regards,
    Devin

    in reply to: Megamenu #202344

    Hey Bruno!

    I’m not sure why it would have changed but can you try re-setting the menu items in your menu. Turn of the menu item as a mega menu, save, then turn it back on and re-assign the items as columns.

    Cheers!
    Devin

    in reply to: Display problem with Internet Explorer 8 (Windows XP) #202340

    Hi!

    I don’t have an xp machine at the moment to test on but at least on my live local installation(windows 7) I’m not having any issues with it:

    Best regards,
    Devin

    in reply to: Image (img) size being overridden. #202335

    Hey Haycreations!

    The images are all set to expand to their containers for the responsive layout changes. You can use column shortcodes to act as containers for your image (1/3 | image | 1/3 ) or add a class to the image to give your own css higher priority.

    For example, that image has the specific image class already on it from WordPress and if you add this to your Quick CSS in the styling tab of the theme:

    #top .wp-image-7954 {
    max-width: 666px;
    }

    You’ll give it a smaller max width without removing its ability to adapt for mobile.

    Best regards,
    Devin

    in reply to: image passwords when unzipping #202330

    I tried out the zip you sent over but didn’t have any issues or password prompts.

    Can you try using 7zip:http://www.7-zip.org/ and following along with this video: https://vimeo.com/64927356

    in reply to: Join Mailing List widget #202311

    Thanks! We try :)

    in reply to: image passwords when unzipping #202308
    This reply has been marked as private.
    in reply to: Theme Update Permalink Auto Rename Issue #202304

    Hey!

    The slug name – portfolio-item by default – can not be the same as any other slug on your installation. You can change it in the Theme Options>General settings to anything that doesn’t cause a conflict with another slug on the site. If you have a page called “portfolio” for instance then it would always cause 404 errors. Even if that page is in the pages>trash it will still cause the conflict.

    Regards,
    Devin

    in reply to: I need a mobileMenu for iPad (landscape) view #202302

    Hey!

    Support scope is outlined when you register for the forums. Depending on how busy we are we will go beyond normal fairly frequently. We aren’t project managers and just respond as we get questions.

    We answer with the best response we can and when we hit a point where it seems that someone is only looking at us to solve a major customization issue as you explained a few days ago we will refer them to quicker alternatives.

    Saying that this topic/question was and is low priority doesn’t mean that you are, just that this specific issue was. We’ve been addressing WordPress 3.8 bugs, there have been 2 theme releases this week to fix things and it looks like there will be another coming up shortly.

    Regards,
    Devin

    in reply to: Multiple websites? #202286

    Hi Michael64142!

    You can read the regular license agreement here: http://themeforest.net/licenses/regular and the extended license information here: http://themeforest.net/licenses/extended

    It depends on the exact usage but generally the licenses are for a single end usage.

    Cheers!
    Devin

    in reply to: Service Marketplace #202285

    We aren’t able to go into that depth here on the forums so you’ll need to arrange a consultation through one of the services I mentioned to get someone to spend the time to go through each question and give you good full answers.

    Sorry about that but hopefully you can find someone to work with with one of the services I mentioned.

    in reply to: Update Problem – Fatal Error #202282

    Glad it worked itself out :)

    With the number of active users its hard to track true issues versus coincidence but we’ll keep trying things out in the mean time to see if we can find a bug.

    in reply to: customize output vimeo #202267

    Hi Antonia!

    You would need to change those settings on vimeo for each video. I believe its under the embed options.

    Best regards,
    Devin

    in reply to: image passwords when unzipping #202265

    Hi emeraldmedia!

    That definitely shouldn’t be the case. Does it mention which files? Can you try re-downloading the files from themeforest and see if it happens again?

    This is typically how an install should go: https://vimeo.com/64927356

    Regards,
    Devin

Viewing 30 posts - 4,291 through 4,320 (of 8,514 total)