Forum Replies Created

Viewing 30 posts - 6,901 through 6,930 (of 8,514 total)
  • Author
    Posts
  • in reply to: 'Icon box' displayed like 'icon list' #133639

    In your theme’s styling section it looks like you’ve added a space to one of the color settings which is causing it not to render. Look for whatever color you’ve set with this color code: #339900 and remove the space at the start of it. There is a border color with the same incorrect space.

    in reply to: Advanced Editor remains thinking #134040

    Hi All,

    First thing to try is increasing the php memory limit if you have not already done so via one of these methods: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    You can verify it has been increase by viewing the source of your site and looking at the snippet that looks like this:

    <!--
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 1.9.1
    Installed:
    AviaFramework Version: 1.8
    AviaBuilder Version: 0.3
    ML:128-PU:30-PLA:0
    -->

    The ML:128 is your current memory limit and should be at least 96mb thought I’ve found 128 to be a bit more comfortable and gives less issues.

    Regards,

    Devin

    in reply to: Custom CSS with Child Theme #134064

    Hi pmconsulting,

    Just add it directly to the style.css in the child theme. I go over creating a child theme and the talk about them a bit in this video if you’d like a general overview: https://vimeo.com/channels/aviathemes/67221517

    Regards,

    Devin

    Hi Michael,

    The easiest way to do that would be to use either put all of your content on those pages in Color Sections via the Advanced Layout Editor. Next would be to use a plugin like http://wordpress.org/plugins/wp-backgrounds-lite/

    Otherwise you would need to target each page by its ID in a css snippet and change the background that way. If you can provide a link to your site and page we can show an example css snippet.

    Regards,

    Devin

    in reply to: Fullscreen Slider Images Not Responsive? #133873

    Hi Curt,

    Yes, it is responsive by default but relative to the viewport to keep the whole thing full screen. IE http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    Regards,

    Devin

    in reply to: Testimonial #133835

    Hi arnijon,

    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 .avia-testimonial-image img {
    border-radius: 0px !important;
    }

    Regards,

    Devin

    in reply to: Table colums order in mobile view #133461

    Hi chilli-mind,

    I’ll tag the topic for Kriesi but not knowing what version you are currently running I can’t say if this has already been fixed or if it is a fix for a currently existing issue.

    Regards,

    Devin

    in reply to: How to justify excerpts? #133814

    Hi RevolutionGroup,

    Which excerpts specifically? We can assist with the css but it needs to be very specifically targeted so that it doesn’t cause issues anywhere else.

    Regards,

    Devin

    Hi Jason,

    Without seeing your site live I can only guess but this should get you fairly close:

    #top #header_main .container {
    height: auto !important;
    }

    .fixed_header #main {
    padding-top: 200px;
    }
    #top .logo {
    float: none;
    position: relative;
    width: 220px;
    margin: 0 auto;
    }
    .main_menu {
    position: relative;
    float: none;
    width: 600px;
    margin: 0 auto;
    }

    The width of the menu needs to be set based on your specific menu to get it to center. This all also must be added to your custom.css file in the desktop media query so that it only effects desktop view.

    It will still need adjustment and customization depending on exactly what you want but if you have further customization needs or fine tuning a freelance developer is your best route.

    Regards,

    Devin

    in reply to: 'Icon box' displayed like 'icon list' #133637

    Hi aba264,

    Not quite sure what you mean. The Icon box already has a round visual if its displayed at the top like on the demo page here: http://kriesi.at/themes/enfold/shortcodes/iconbox/

    Regards,

    Devin

    Hi bartenderonduty,

    Can we see an example live? It sounds like an inheritance issue from some other css getting higher priority on the specific element but we can assist with the proper css if we can inspect it live.

    Regards,

    Devin

    in reply to: Full image size dimensions in color section element #133629

    Hi Jorge,

    That is a complicated answer.

    The color section allows you to add a background image and if you use the stretch to fit option for the image it will always stretch to fit. Sounds perfect, but there is a catch: what screen width is your viewer using? This is where the background position comes into play. You can choose top center or bottom center to get the image edge (top or bottom) to align and the opposite edge will be cut off depending on the viewers screen size.

    That is the closest you’ll get without really digging into custom css and multiple media queries.

    Regards,

    Devin

    in reply to: Create Custom Size for Post Slider #133022

    Can we see an example on your site?

    in reply to: Enfold Feature Requests #114775

    Thank you for all the great suggestions everyone! As far as I know Kriesi still wants to hear them so keep them coming :)

    in reply to: 3.6 upgrade procedure #133643

    Order doesn’t matter but I would update Enfold first and then WordPress.

    Before doing so also make sure all of your critical plugins for your sites functionality have updates available to bring them up to date for 3.6. If not, you may want to delay on going to 3.6 until they have updates released as well.

    Regards,

    Devin

    in reply to: Need the documentation for the Enfold theme #133837

    Hi Per,

    I just answered in your previous topic but I’ll do so here as well http://docs.kriesi.at/enfold/documentation/index.html

    Please don’t make duplicate posts as it makes it more difficult for searching and for us to answer.

    Regards,

    Devin

    in reply to: Frontpage shop #133717

    Hi Eugene,

    How do you have your Frontpage set up? Can we see it live in addition to a bit of information on what your settings are?

    Regards,

    Devin

    in reply to: Update Documentation #133691

    Hi Heathcliffe,

    I did an update video for Enfold which should help you to update quickly via FTP here: https://vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

    in reply to: Sliders still not working correctly after 1.9 update #133320

    Hi Evan,

    Try to disable all active plugins that you have installed. Close out of your browser completely and then take a look again.

    Regards,

    Devin

    in reply to: how can i set maximum resolution? #133743

    Hi kriru,

    There are 2 options for the width of the theme. In your theme options go to General Settings and then use the dropdown for Responsive Layout to choose “Responsive Layout Large”.

    Outside of that you would need to have a freelance developer customize the max-width css for the theme.

    Regards,

    Devin

    in reply to: Enfold demo default settings #133779

    Hi orionstar_hun,

    You can use the Import Dummy Data button in the main theme options.

    Regards,

    Devin

    in reply to: 3.6 upgrade procedure #133640

    Hi serverlift,

    You will only need to update the specific files if you have already modified the theme files directly. If you’ve not opened them up and edited them for some reason then you can just upgrade following my video here: https://vimeo.com/channels/aviathemes/67209750

    Just make sure you’ve installed Enfold 1.9.1 and 3.6 will work correctly.

    Regards,

    Devin

    in reply to: How to make placeholder text stop showing up #133411

    Glad Ismael could help :)

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

    Regards,

    Devin

    in reply to: Images in table style #133216

    Hi aliquill,

    You may want to try something like http://mikejolley.com/projects/download-monitor/ . You could of course just link a pdf to an image using portfolio items or something like that but its would be forcing a use that is unintended so a good bit of extra work.

    Going with a plugin will mean you’ll most likely not be able to use the advanced layout editor with the downloads page(s) but you’ll have a higher quality of download representation.

    Regards,

    Devin

    in reply to: Revision section is not working properly #132586

    Sorry about that I know it would be nice to have but maybe we can add some additional support for it down the road.

    Regards,

    Devin

    in reply to: News thumbnail squishes featured image #132218

    Hi rapinion,

    Our queue system goes by oldest post to newest so each time you self respond it actually pushes the topic to the end. I would have responded yesterday but this last post pushed it until I’m just getting to this point now.

    It doesn’t look like any of your images have had their thumbnails created. Run the plugin mentioned above completely now that the content is live so that the images have their thumbnails created for all of the theme uses: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Devin

    in reply to: Custom CSS to change Contact Field Background Color #133168

    Hi LouisLeedham,

    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.page-id-1167 .main_color .input-text,
    #top.page-id-1167 .main_color input[type='text'],
    #top.page-id-1167 .main_color input[type='input'],
    #top.page-id-1167 .main_color input[type='password'],
    #top.page-id-1167 .main_color input[type='email'],
    #top.page-id-1167 .main_color input[type='number'],
    #top.page-id-1167 .main_color input[type='url'],
    #top.page-id-1167 .main_color input[type='tel'],
    #top.page-id-1167 .main_color input[type='search'],
    #top.page-id-1167 .main_color textarea,
    #top.page-id-1167 .main_color select {
    background-color: #37589B;
    border-color: #888;
    color: #fff;
    }

    I’ve added in all of the form field selectors that you could need and made each initial selector target that specific page ID. So if you wanted this to work on another page you would just need to change the page-id-#### selector in the css above.

    Modify the color codes for each property value as needed.

    Regards,

    Devin

    in reply to: spacing size between columns layout? #133081

    Hi massagedevie,

    You can do it with a couple of different ways but the most direct would be targeting those elements via css selectors and the ID’s for that section and page.

    If you can provide a link and point out which columns it is we can assist with the css.

    Regards,

    Devin

    in reply to: wrong download #133593

    Hi jdygas,

    You need to contact ThemeForest support. We aren’t able to assist with anything relating to purchase of the themes.

    Regards,

    Devin

    in reply to: wrong download #133592

    Hi jdygas,

    You need to contact ThemeForest support. We aren’t able to assist with anything relating to purchase of the themes.

    Regards,

    Devin

Viewing 30 posts - 6,901 through 6,930 (of 8,514 total)