Forum Replies Created

Viewing 30 posts - 7,501 through 7,530 (of 8,514 total)
  • Author
    Posts
  • in reply to: Woocommerce – Hide add to cart button unless logged in #128376

    You should be able to use #top.logged-in in your css selector in that case to show the items only when logged in. IE:

    .avia_cart_buttons {
    display: none;
    }

    #top.logged-in .avia_cart_buttons {
    display: initial;
    }

    Regards,

    Devin

    in reply to: Contact Form Malfunction #127741

    Hi Lea,

    Do you have a link to the site that we can take a look at to see the from live?

    Regards,

    Devin

    Glad we could help :)

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

    in reply to: BUMP: Advanced Layout Editor Issue NOT resolved #128655

    Hi spinner,

    The previous topics was marked as resolved by the original poster which is why it was closed.

    the increased memory limit is a symptom of wordpress not increasing its running requirements for so long that plugins+wordpress+theme functions are now a bit much for many default hosting setups. WooCommerce actually has the same recommendation because of the increased resources needed and once you are up to 128mb it should be enough and fine.

    So when you say you’ve already upped it, what did you raise it to and in what method? Often going a single route isn’t enough and it must be done on a server level by the hosting provider.

    If this is on northern-studios . com, it looks like you are on 64mb which could be increased and see if that helps as well.

    When you say you have 2 identical sites, what does that actually mean? The more details the better.

    As an aside, our queue system goes by last posted item to newest so older posts without new replies come first. So each time you self bump it pushes it to the back of our queue. I happened to see this topic looking through new responses but typically bumping just makes it take longer for us to see a topic.

    Regards,

    Devin

    in reply to: Support for IE #128585

    You could try that by adding it to the themes header.php file. Just look for the meta tag that is already in place and add that one.

    in reply to: Avia builder extra css for blocks #128579

    Hi freeHat,

    I’m not really sure what you mean. There isn’t any mechanism in place right now to add additional class names to any of the elements. You can add a unique ID for the color section to be used with a single page navigation scheme but not individual class names on anything else.

    Regards,

    Devin

    in reply to: Enfold Graphics Query #128311

    Hi Gary,

    No, there is no way to save the field data that i know of at the moment.

    For the background color, you can 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:

    .html {
    background-color: #fff;
    }

    Regards,

    Devin

    in reply to: Newbie looking for a little help… pt2 #127901

    You could try something like:

    #top.single-post #main .sidebar {
    display: none;
    }

    But its a visual hack so the content is just removed from view.

    in reply to: MAIN PAGE CONTAINER OPACITY #128552

    Hey Silvio,

    Glad you were able to get it working :)

    Regards,

    Devin

    in reply to: Description Column in Tables Not Displaying on iPhone #126770

    The line Kriesi specified above to be removed is still there which is why it is still happening. Another option would be to 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:

    @media only screen and (max-width: 767px){
    .responsive .avia-pricing-table-container,
    .responsive .pricing-table-wrap {
    display: table-cell;
    }
    }

    If you are unable to remove the line.

    Regards,

    Devin

    in reply to: Only at the first page of my blog #128570

    Hi kommbuero,

    The only way I can think of would be to add your custom text as a sticky post and then stylize it as needed to stand out.

    Regards,

    Devin

    Glad Dude could help :)

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

    Regards,

    Devin

    in reply to: Top Margin on H3 Special Heading not consistent #126008

    Using that layout I’m still not getting the same error. I’ll tag the other support crew to see if they can re-create it on their end.

    Regards,

    Devin

    in reply to: Image not found #128057

    Hi ayush_x,

    What browser are you using to upload your images? It sounds like Ismael was able to do so on your installation without any issue which sounds like a browser specific issue. Try downloading and using either Chrome or Firefox (whatever you aren’t using now).

    Regards,

    Devin

    in reply to: Changing the header a little #128198

    In the theme options>Header you need to select one of the fixed header options.

    in reply to: change submit button #128466

    Hi sahussain,

    You can change the button color for that page specifically by 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 .ajax_form .button {
    background-color: #333;
    }

    Change that hex color to whatever color you want the button to be.

    For the red *, use:

    #top .iphorm-required {
    color: red;
    }

    Regards,

    Devin

    Hi st4s,

    Wordperss sidebars work similar to css. So the display everywhere sidebar contents show everywhere and the page sidebar contents show on all pages in addition to the display everywhere contents. So in one of your other sidebars those widgets are added in.

    If you want to change this, you can use a plugin like http://wordpress.org/extend/plugins/widget-logic/ to force specific widgets not to show on specific pages.

    Regards,

    Devin

    in reply to: Can't change an of the styling options. #128725

    Glad you were able to work it out :)

    Let us know if you have any other questions or issues. I would recommend keeping w3 disabled while developing the site and making the style changes and then enable it when you are ‘live’.

    Regards,

    Devin

    in reply to: Updating to V1.7 Enfold #128816

    Hi Ivana,

    Re-download the files from themeforest today as the most recent bug fix update was 1.7.1. You can then either send it to the developer from before or you can update following the guide I’ve made here: https://vimeo.com/channels/aviathemes/67209750

    What the developer may have done is update those files that were changed from your previous version and missed updating the style.css file which dictates the version in the wordpress backend.

    I don’t have 1.7 on hand any longer to check if the style.css file wasn’t updated so I can’t say for sure if the file mistakenly said 1.6 when you sent it. If you do still have the previously downloaded files just open up the theme folder and then the style.css file. At the very top will be the version that will display in your wordpress backend.

    Regards,

    Devin

    in reply to: How to link to Skype #128801

    Hi Miguel,

    You should be able to use callto:// or skype: before the username. See https://dev.skype.com/skype-uri

    Regards,

    Devin

    in reply to: Copyright in footer section #128474

    Glad we could help :)

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

    in reply to: Enfold Feature Requests #114709

    Lots of great ideas! Thanks for all the ideas everyone I know Kriesi is actively reading the topic and adding things as he is able so keep it up :)

    Regards,

    Devin

    Hi maratino,

    Yes, right now the two are unable to be stacked as a technical limitation. I’m not sure if that will be changed in the future but because of the complicated nature of the Layer Slider its not been made doable right now.

    Regards,

    Devin

    in reply to: Bug in AJAX portfolio preview image? #128587

    Hi DavyE,

    Try using this plugin to regenerate your thumbnails: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    If the size was changed then the new size would only be reflected on new images so they would all need to be regenerated.

    Regards,

    Devin

    in reply to: Filterings products in admin not works #127961

    Kriesi or one of us will report back here when there is an update. We aren’t ever really able to give a specific timeline however as Kriesi doesn’t have a set schedule of when he responds to his queue on the support forums.

    Regards,

    Devin

    in reply to: Color Section #128504

    Hi

    The text block by itself doesn’t have an actual background so you need to add it in manually with css. 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-2429 #av_section_1 .avia_textblock {
    background: #fff;
    }

    What this will do is target that specific page by its ID (2429) and then the color sections’ textblock inside of it.

    Regards,

    Devin

    in reply to: Support for IE #128583

    Hi Faye,

    I’m not aware of any specific fixes that are available for IE8 running in compatibility mode and I’m not sure the theme really supports IE8 running in compatibility mode.

    With IE8, there will definitely be certain aspects that degrade since the browser doesn’t support enough of the newer css and code being used in the theme in preparation for it being phased out.

    Regards,

    Devin

    in reply to: www.website.com/homepage #128574

    Hi navidsatan,

    WordPress views all pages as actual pages within your wordpress admin. So you could have any page be the actual front page of your site and the permalink under the page title will be whatever you want it to be but is disregarded when being uses as the themes frontpage.

    So there isn’t a way to get rid of it and there also isn’t a need to.

    Regards,

    Devin

    in reply to: Copyright in footer section #128472

    Hi Mkieling,

    In your backend at Enfold->footer first add any text you like to the “copyright” field, then add [nolink] at the end of your custom text . Eg:
    Copyright 2013 MyCompany [nolink]

    or

    Copyright 2013 <a href="#link">MyCompany</a> [nolink]

    Regards,

    Devin

    • This reply was modified 11 years ago by Kriesi.

    Hi Chad,

    I’m not familiar with that plugin but if it is causing the issue definitively you can either try a different plugin or contact the plugin author to see if they are able to diagnose and fix the issue.

    There isn’t much we can do from our end as we aren’t able to support third party plugin integration.

    Regards,

    Devin

Viewing 30 posts - 7,501 through 7,530 (of 8,514 total)