Forum Replies Created

Viewing 30 posts - 6,061 through 6,090 (of 8,514 total)
  • Author
    Posts
  • in reply to: How to restore ENFOLD's styling and css files? #139797

    Something is causing a conflict with the woocommerce javascript. Not sure if that is the issue or cause but there is an error with it. So you can try deactivating other plugins and see if that helps first.

    Next, delete and re-install WooCommerce in case the update caused a corrupted file or something like that. I did a clean install of the last theme update and WooCommerce 2.0.14 and am not getting any issues.

    in reply to: thumbnail images are not displayed #137267

    Hi bobbymc,

    Try re-downloading the theme from your downloads on ThemeForest and then re-installing the theme folder by folder via FTP. For a quick guide on uploading your theme over FTP take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

    in reply to: How do I change the the content of bbpress page #140180

    Hi gjankowski,

    You will need to create a custom template for bbpress to use based on the page.php. See: http://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    Regards,

    Devin

    in reply to: Text Box Not Editable #129964

    Hi rdallen21,

    I’ve just addressed your original topic here https://kriesi.at/support/topic/advanced-layout-builder-not-loading#post-139338 .

    Regards,

    Devin

    in reply to: Advanced Layout Builder not loading #140066

    Hi rdallen21

    What is the URL for the site, version of WordPress, theme, any plugins?

    Can you link us to a php info file for your server as well. Specifically your CGI/FastCGI setting could be an issue as its caused problems for another user. Additionally your php version could be something to look at as well so the more information we have the better.

    Regards,

    Devin

    in reply to: update 2013 September 5 – Version 2.1 #139929

    Your syntax is wrong but it *is* being added. Padding doesn’t have negative values, only margin does. So you would need to do:

    #footer{
    margin:-10px 0 -27px 0;
    }

    Hi Morten,

    You can use media queries to change the positioning of the form in the various screen sizes. We have a mobile and desktop media query in the custom.css file pre-defined and you can read more about them here: http://css-tricks.com/css-media-queries/

    Regards,

    Devin

    in reply to: Add glow and custom images to home page #140167

    Hi khalidmuharraqi,

    That is actually just one single background image so it fakes the shadows and everything.

    See: http://kriesi.at/wp-content/themes/kriesi_at/images/skin1/stuff_bg_less.jpg

    So you could try the box-shadow method or if you aren’t using a responsive layout the single large background image like Kriesi currently has.

    Regards,

    Devin

    in reply to: Icon List Item Text is cutoff in Firefox and IE Browser #139834

    Hi Bosco,

    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:

    .avia-icon-list .iconlist_title {
    line-height: 13px;
    }

    Regards,

    Devin

    in reply to: Contact form dont send email #139476

    Hi felipetto,

    Are you using an email that is hosted on your server (@yourdomain.com)? When using the smtp plugin, the mail still fails using the forms?

    Just need a bit more information to go on so if we can see the site, the form and any other information we can dig a bit deeper into the issue.

    Regards,

    Devin

    Hi rbellei,

    I’m not sure if that would work at the moment. The grid needs a featured image and I’m not sure what would be needed to add support for the video for the single but not the featured when present.

    I’ll tag Kriesi to see if has any plans to modify it or if it would be easily modifiable without a theme update.

    Regards,

    Devin

    in reply to: Problems with the responsively on the iPhone / iPad #139819

    Hi Christian,

    1) If you use pixel size for your text it will always be that pixel size. You can use ems or percentage sizes to make the adjust to the device.

    I’ve actually found the best results just using an image for my text in the layerslider instead of plain text (which is what Kriesi also did for all the demos).

    2) The menu switch width can be adjusted following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320 . This is needed when your menu has too many items or the item length is wider than what the theme defaults to.

    3) There is no theme option for styling comment text so it needs to be done with custom css. If you can give us a bit more guidance on what you want to change we can try and assist.

    4) No, the portfolio grid doesn’t have a mechanism in place to create an auto height. The best option is to either not show excerpts or create consistent lengths of titles/excerpts.

    You could use a minimum height on the portfolio items but that doesn’t have IE8 support.

    5) Do you have an example of what isn’t working?

    Regards,

    Devin

    in reply to: Help with editing embedded videos #139633

    What are the exact steps you are doing right now to add a video? This isn’t anything I’ve seen happen before so I’d like to try and re-create it to see whats going on.

    in reply to: How to restore ENFOLD's styling and css files? #139795

    Hi yukanl

    You shouldn’t need to do anything to get the theme styling to override the woo commerce styling. As long as the config-woocommerce folder is present in the theme files and is getting called in then it should take priority.

    What is the URL for your shop page, maybe we can see a failure in one of the scripts loading in or something like that.

    Regards,

    Devin

    in reply to: Grid documentation #139034

    Adding in bootstrap with an already established grid is not the right way to try something like this. You should be editing the single.php file and/or just modifying the css for single pages.

    The individual posts don’t have a full width template at the moment so you would need to write php code to support it. Throw a second grid on top of the theme and the results will never quite be right and you’ll be slowing down the load time for all of those pages.

    If you wanted to make all single posts full width you could modify single.php and just hard code the units for the page :

    <div class='content units <?php avia_layout_class( 'content' ); ?>'>

    and remove the sidebar.

    in reply to: Enfold Contact Form does not work #139913

    For a quick guide on updating your theme take a lok at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750

    If a regular contact form isn’t working you will need to contact your host and talk to them about getting the regular WordPress mail function to work. You can also try using the SMTP plugin as I believe it is still working even though it has not been updated.

    Regards,

    Devin

    in reply to: Layerslider: URL in stead of ID's #139612

    Hi Roana,

    I’m not really sure what you mean. Customization of the LayerSlider plugin is pretty limited since its a plugin within the theme and its only customized a bit to work with the theme elements so if its in trying to change how the plugin itself operates I’m not sure it will be possible from our end.

    Regards,

    Devin

    in reply to: Making header smaller. #135795

    If you are shrinking the header then you also need to bring up the main container:

    .fixed_header.social_header #main {
    padding-top: 90px;
    }

    in reply to: Menu issue when viewing through android #140058

    Hi PledgeBack,

    You can change the switch width that the theme changes to the mobile menu option following the steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320

    For screen sizes see: http://screensiz.es/

    Regards,

    Devin

    in reply to: Woo Commerce – Which plugin to use? #139741

    Hi cree8teevgrl,

    You’ll want to take a look at this if you are new to WooCommerce: http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-user-guide/getting-started/

    While the them support WooCommerce we aren’t support for WooCommerce so getting familiar with their documentation and codex will get yuo WooCommerce answers via the most quick route possible.

    Regards,

    Devin

    in reply to: /wp-login.php Points to WP Admin Login…HELP! #140092

    Hi airbur,

    The only setting that has anything to do with that is through WooCommerce’s Pages section. So if you don’t have the page set up there then it wouldn’t point to it.

    The theme itself has no interaction with where your core login links go.

    Regards,

    Devin

    in reply to: update 2013 September 5 – Version 2.1 #139927

    You just need to add that same css to your custom.css, child theme css or the Quick CSS field. CSS works by whatever comes last (cascading style sheets).

    in reply to: How to update without losing settings / content? #139502

    I know WordPress in general has some issues with the menu data so we’ll take another look at it. Widgets are unfortunately in that same grey area of mostly working with imports/exports.

    Glad it *mostly* worked for you :)

    Regards,

    Devin

    in reply to: Fullscreen Slider #139815

    Hi salai_com,

    First disable any active plugins you have running. There seems to only be one but disable it just in case.

    Then delete the page with the fullscreen slider. Re-create it and add in only the image for the slide. If you are still getting the error, try re-updating your theme to the most recent version by re-downloading the theme from your downloads on ThemeForest and uploading it via FTP.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,

    Devin

    in reply to: Links located in Layer-slider WP #139250

    Can you create an admin account for me so I can take a look 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: LayerSlider not working in IE8 and IE7 #139426

    I don’t understand the issue to fix. As I said before having tested it on IE8 natively I’m not actually getting an issue.

    The respond.js will just force IE8 to use media queries which seems to be fixing your menu overlap. The only thing I see at this point is the spacing is a bit different in IE8 but that is to be expected in an almost retired browser.

    2hog4ya.png

    in reply to: frame to text block #139781

    Hi Indiatravelz,

    You would need to target that specific element with css and change its background value. So first add this to your functions.php:

    add_theme_support('avia_template_builder_custom_css');

    Now each element in the advanced layout editor will have a new field for you to give that item a custom class name. Give the text block the class name of:

    no-background-textblock

    Then add 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 .no-background-textblock {
    background: transparent;
    }

    Regards,

    Devin

    in reply to: Button Colour not correct with IE #139355

    Hi gregdickson,

    I don’t know why but the base .avia-button background color is wrong. Try re-downloading the theme files again and then re-uploading the css>shortcodes.css file to your live site. Make sure any caching for the file gets re-set and see if that helps.

    Regards,

    Devin

    in reply to: CSS Changes Not Taking #139551

    Hi JSD,

    First change the permissions on the dynamic_avia folder to 777 and the css file inside as well.

    Next, Contact DreamHost again and just double check that they have no caching set up on servers.

    Finally, try going to the WordPress Appearances>Editor and editing the style.css file of your child theme directly through the WordPress editor. If you that css is still not showing up then there could be an issue with WordPress itself. So try switching to one of the default themes and once again try going to the Appearances>Editor and modifying the style.css of whatever theme is active to see if the changes are reflected on the live site.

    Regards,

    Devin

    in reply to: update 2013 September 5 – Version 2.1 #139925

    Hi xrisxal2000,

    You should never ever modify the themes css files directly. All customization should be in either a child themes style.css, your custom.css file or the Quick CSS field.

    If you’ve modified the layout.css file we unfortunately can not give you the exact item lines that were modified from version to version so you will need to re-apply them into one of the proper channels after updating the file.

    Regards,

    Devin

Viewing 30 posts - 6,061 through 6,090 (of 8,514 total)