Forum Replies Created
-
AuthorPosts
-
July 10, 2013 at 12:04 am 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
Hi Lea,
Do you have a link to the site that we can take a look at to see the from live?
Regards,
Devin
July 9, 2013 at 11:14 pm in reply to: Remove default sidebar in woocommerce single product page #128684Glad we could help :)
Let us know if you have any other questions or issues.
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
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.
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
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
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.
Hey Silvio,
Glad you were able to get it working :)
Regards,
Devin
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
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
July 9, 2013 at 7:56 pm in reply to: How to reduce the width of the blank fields in the sidebar and body? #128169Glad Dude could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
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
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 the theme options>Header you need to select one of the fixed header options.
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
July 9, 2013 at 7:23 pm in reply to: Remove default sidebar in woocommerce single product page #128682Hi 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
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
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
Hi Miguel,
You should be able to use callto:// or skype: before the username. See https://dev.skype.com/skype-uri
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
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
July 8, 2013 at 6:03 pm in reply to: Moving a Layer Slider element into a Color Section does not work? #128621Hi 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
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
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
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
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
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
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.
July 8, 2013 at 2:20 pm in reply to: Pippin's Easy Content Types plugin broke my portfolio grids #128399Hi 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
-
AuthorPosts