Forum Replies Created
-
AuthorPosts
-
Hi solidman!
Structure the link like this:
<a class="noLightbox" href="http://www.youtube.com/">Youtube</a>
The noLightbox class will prevent it from being picked up by the auto lightbox script.
Best regards,
DevinHey Bruno!
What do you have set for the front page in your WordPress Settings>Reading? Does the page work if you set it to not be the front page?
Regards,
DevinOctober 28, 2013 at 6:49 am in reply to: Put Woocommerce cart_dropdown_link in responsive header? #181419Hey mhiller!
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:
.responsive .cart_dropdown { display: block !important; }
Cheers!
DevinHi dewasurya!
The advanced layout editor and visual editor are completely separate. So anything from one will not show in the other.
For the portfolio items no, it needs to have at least something for the slug (portfolio-item) but that is customizable from the general settings in the theme options. Just make sure whatever you change it to is inline with WordPress’s restrictions on slug names.
Regards,
DevinHi TS!
Unfortunately we aren’t able to help with duplicating the customizations that Kriesi’s done to the child theme for his site. He’ll be doing some tutorials in the future for some of the elements and adding others into the core theme but for now they aren’t available from us.
Best regards,
DevinHey gianmarizzi!
Can we see the site/page where it isn’t working? Have you recently updated any plugins, installed any new ones or made any other changes to the installation?
Best regards,
DevinNo, a fixed header is “fixed” to the top. The non-fixed header options keep the menu in place like on the typical website where it is removed from visibility when you scroll down.
You just need to pick one of the fixed header options.
jquery still needs to be loaded in as well as another few but overall it shouldn’t make much difference.
Thanks for the tip @yukanl
Glad we could help. Let us know if you have any other questions or issues.
Hey Christian!
That option isn’t currently available. The effect doesn’t allow you to set things like columns and instead if figure it out by the masonry script based on the container width.
For the side padding, I’m not quite sure if this is what you mean but you could adjust it slightly with:
#av-masonry-1 { padding-left: 10px; padding-right: 0; }
Best regards,
DevinHey!
I think maybe Josue misunderstood. The nonfixed header settings means the header is not stuck to the top of the screen. If that is what you want you need to choose one of the fixed header options.
Regards,
DevinYes it is possible but its beyond what we could assist with via support.
You’ll need to edit the grid either directly or via the custom.css file or within a child theme. A freelance developer should be able to do it in an hour or two.
October 26, 2013 at 11:54 pm in reply to: Can not find "masonry" portfolio after looking at video #181104Just to be clear, you are running 2.4.1? The masonry page has actually been in the theme files for a while but wasn’t finished until 2.4.
Hi mariocarabotta!
I’ve not heard of or noticed any issues and I don’t think there should be since the update isn’t a major update.
If you want to play it safe you can wait for a week or so.
Best regards,
DevinHi malkoin!
Your other topic is fairly active. Please don’t create duplicate posts as it just makes it harder for us to answer topics.
If you have not already, the last post asked that the account you provided to view the layer slider be set to an admin because otherwise we are unable to even see your layer slider slides.
Regards,
DevinOctober 26, 2013 at 4:22 pm in reply to: Can not find "masonry" portfolio after looking at video #181040Hi kodjok!
You must be using the most recent theme update which added the option (2.4).
Cheers!
DevinOctober 26, 2013 at 6:28 am in reply to: If I don't put www before web address it goes to differnt login page??? #180944Hey nettlepatch!
You’ll need to talk to your domain host about that. They should be able to assist in setting up your server to not have that behavior.
Best regards,
DevinHi copemanm!
Unfortunately that is beyond what we could do via the support forums. Your best bet would be looking into a freelance developer either through Microlancer or Codeable.io.
Cheers!
DevinHi ligend!
I’m not sure there is anything that we can do from our end. Your best route would be to check the WooCommerce support forums and see if its a posted image or check into if there are any plugins that will work better with the shop.
Cheers!
DevinHave you regenerated your thumbnails since updating to the most recent version of the theme?
October 26, 2013 at 3:32 am in reply to: Google Maps in true Fullwidth and without Mouse Wheel interaction #180926Then this will do it:
#avia_google_maps-2 { padding: 0; }
Under some circumstances you don’t want to use display:none and will instead shift something to be off the visible area.
If its an issue for you adding the display:none declaration should be fine.
October 26, 2013 at 3:28 am in reply to: Woocommerce & colour selection don't play nicely together #180924Hi vitaliss!
WooCommerce pages do not support using the advanced layout editor for their layouts.
Cheers!
DevinHi Juls!
Enfold doesn’t put anything into your WordPress files except the enfold folder in wp-content>themes and a folder in wp-content>uploads.
So no, that isn’t something from Enfold.
Best regards,
DevinHey!
The codex has some references on setting up caching here: http://codex.wordpress.org/WordPress_Optimization/Caching#Further_Reading
Mobile devices, particularly iphones, can be a bit touchy from what I’ve noticed. Lots of images loading it at once for instance cause cause the browser to crash to prevent the users from having a slow loading experience. So you may want to experiment a bit with the page content or at the very least re-minify your actual images so that they are the smallest size possible when its live. Something like: http://www.jpegmini.com/ or any of the online tools to get your big background images smaller. Right now you’ve got megabytes of images trying to download so that a user can just see the site which, depending on the page loading, could be an issue.
Best regards,
DevinIts been added in as a feature request :)
October 25, 2013 at 6:12 am in reply to: Advanced Layerslider & Fullwidth Easy Slider SAFARI BROKEN #180492Hey!
Not sure if he fixed a typo or edited the post to change it out completely but we tend not to leave incorrect code in any post just in case someone doesn’t read all the way down a topic before trying to use some css or code snippets.
Either way glad its working for you now :)
Cheers!
DevinHi Michael!
The styling options don’t work that way and there is no way to change that right now.
The values are loaded after you select a pre-defined option and then when you save those values get stored into the database. If you don’t save then you don’t save the data. If you just close out the page for example it doesn’t actually save anything.
Just to be a bit more clear, when you click on the Red option and then modify the styles and save it doesn’t actually change the options for that pre-defined color scheme. They are not options you can modify but just predefined starting points for you to modify.
Regards,
Devin-
This reply was modified 11 years, 8 months ago by
Devin.
If your images are not getting their thumbs generated then you either need to generate them with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
If after doing so the thumbnails are still not getting generated then you would need to dig into why WordPress isn’t able to generate thumbnails properly since the theme just taps into WordPress’ function for that.
-
This reply was modified 11 years, 8 months ago by
-
AuthorPosts