Forum Replies Created

Viewing 30 posts - 8,101 through 8,130 (of 8,514 total)
  • Author
    Posts
  • in reply to: avia heading tags not responsive #120866

    Hi S,

    Yes, this is intentional because of the way they are laid out. They are more for short text and not sentences since you can use a text block with large text if you want multi line.

    Regards,

    Devin

    in reply to: Unable to install WP Theme #120574

    Glad we could help :)

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

    Regards,

    Devin

    in reply to: remove search icon from top menu #120708

    Hey nimrodmadar,

    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 #menu-item-search {
    display: none;
    }

    The above from jakejules will also work.

    Regards,

    Devin

    in reply to: woocommerce product page error #120582

    You can use a plugin like http://wordpress.org/plugins/widget-logic/ to give you conditional control over widgets in display everywhere. WooThemes also has a sidebar plugin I believe as part of their WooDojo drop in though I don’t know how its compatibility is.

    Regards,

    Devin

    in reply to: portfolio-entries slug #120658

    Hi Spiv,

    You can actually change the slug name in the theme options General Options tab at the very bottom.

    Regards,

    Devin

    in reply to: Moving from test Site to Development Site #120676

    Hi Dave,

    In that case I’m not really sure. When you switch themes, the theme options are pulled from the wp_options table within the database. There are a few different ones set for the Enfold theme and part of that data is serialized which is why I suggested the plugin.

    You may have better luck asking this on the MU forums.

    Regards,

    Devin

    in reply to: Remove caps in H1 and H2 #120219

    You can adjust the line height by changing the 15px value, the 15px I put in was just to get you started.

    in reply to: Header Questions #120633

    For the arrow:

    .avia-menu-fx .avia-arrow-wrap {
    top: -15px;
    }

    However, it overlaps the menu a bit when the header shrinks. You may want to use one of the header options that doesn’t give you a fixed header so that it doesn’t shrink when you scroll down the page.

    in reply to: Content Elements Background Color #118648

    Hi tocal,

    You would need to inspect the code for each of the forms and use the class specific to each to target them individually. If you have two on a page we can take a look.

    Regards,

    Devin

    in reply to: Accordion bug #118214

    Hi AthomeDesign,

    Can you create a temporary login for me so I can take a look at the page live?

    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 :)

    Regards,

    Devin

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

    Hey lzevon,

    We understand that there is an issue, its on our bug list and we are trying to find the root cause. The text editor within the advanced layout editor purposely disables quite a few shortcodes since it isn’t possible to continually nest elements. The layerslider for example needs to be by itself so it would break the layout if you could add it inside of a text block.

    So if we can see the issue live, hopefully we can find the common issue. So far, none of us on our own live dev installs have been able to replicate it but it seems like it pops up after heavy editing/page changes and not just on mostly clean installs.

    Regards,

    Devin

    in reply to: Unable to install WP Theme #120572

    Hi ColumbiaTKD,

    The file you need to upload should be enfold.zip and inside of it you should see all the normal theme files and no documentation folder, PSD etc. The video I did here: https://vimeo.com/channels/aviathemes/64927356 shows the folder contents a bit as an example.

    However if you are unable to upload it through the wordpress admin and FTP isn’t an option there isn’t much we can do on our end. You would need to talk to your hosting provider to make sure your wordpress install is running correctly and that there are no settings needed to be changed on their end to upload things to the wp-content folder correctly.

    Regards,

    Devin

    in reply to: Woocommerce Add to cart #120638

    Glad you found a fix that works for you :)

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

    Regards,

    Devin

    in reply to: contact form not working… #118622

    Just tested it now with Chrome and had no issues.

    in reply to: Unable to install zip file #120102

    Glad we could help :)

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

    Regards,

    Devin

    in reply to: Header menu text position #120483

    Glad we could help :)

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

    Regards,

    Devin

    in reply to: Moving from test Site to Development Site #120673

    Hi Dave,

    I’d suggest something like this: WP MIGRATE DB
    It will allow you to transfer things over as well as fix the serialized database entries so there are no issues there.

    Regards,

    Devin

    in reply to: Sticky Footer ? #120293

    Hi tooken,

    There currently isn’t a setting for this so you would need to customize the theme to add that in as it isn’t something we can provide the code for via support.

    Regards,

    Devin

    Hey Karic,

    The theme version was mistakenly not updated when Kriesi sent it to Themeforest for review. So you have 1.4 even though it shows 1.3.1 right now :)

    Sorry about the confusion! There should be another update coming soon and it will update the version correctly to the next version (probably 1.5).

    Regards,

    Devin

    in reply to: WooCommerce Products Mixed Up #120405

    Hi slittle1992,

    When you create your products, make sure you aren’t duplicating them to create each one. Instead, manually create each one separately.

    Also go into your Trash when on the Products page in the WooCommerce admin area and delete the old products completely. This will clear out the permalink names so you can re-do them all fresh.

    Regards,

    Devin

    in reply to: Background image #120597

    Hi nimrodmadar,

    You can add your own background image from the themes Styles tab in the theme options.

    I don’t know what you mean by making it responsive however since the background image just sits behind the other content and doesn’t really need to adjust.

    Regards,

    Devin

    in reply to: Forced to web-safe colors? Don't want! #120412

    Hi DavyE,

    What color code are you using? As long as it is a six digit hex color code it should be fine to use.

    Regards,

    Devin

    in reply to: woocommerce product page error #120580

    Hi runekjensen,

    I’m not sure what you mean. When viewing the page I don’t see any visual errors or repeating content.

    Regards,

    Devin

    in reply to: Header menu text position #120481

    Hi Christophe999s,

    If you add another > it will only target the first level of links. So:

    .main_menu ul:first-child > li > a {
    line-height: 170px!important;
    }

    Regards,

    Devin

    in reply to: how to add a shadow to the layer slider #120492

    Hi chris,

    You need to target that slideshow css class selector and then add the shadow as a background image. You’ll then need to add some padding to the whole thing and adjust the placement of the image.

    Then you’ll need to add new media queries to go along with the new css so that the image adjusts for the themes responsive design.

    Regards,

    Devin

    Hi schorni,

    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:

    #main {
    overflow: hidden;
    }

    Regards,

    Devin

    in reply to: Handle image linked event #120381

    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:

    #role-memberlist-4 .role-memberlist .username.photo {
    display: initial !important;
    }

    Its a quick fix that will force that widget to keep the initial value for the avatar photos and keep it from changing the layout.

    in reply to: Multilingual Plugin Dependencies #120426

    Hey sigmawebgr,

    That is a bit beyond what we can offer via support. It will need to be checked for cross browser compatibility as well as ensure no other issues come up as a result of it.

    Your best route is to look into a freelance developer. There are services like Codeable.io and elance where you can quickly hire someone to do the coding for you.

    Regards,

    Devin

    Hi Suicide Rescue,

    Which emails do you mean? Depending on your setup there are three different layouts (at least) that you could be referencing so a bit more clarification is needed.

    Regards,

    Devin

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

    The icons are not image files (its an icon font) so no there isn’t a way to easily replace them with your own.

    For the copyright, you can add this to the copyright field in the theme options after your own custom copyright text:

    [nolink]

Viewing 30 posts - 8,101 through 8,130 (of 8,514 total)