Forum Replies Created
-
AuthorPosts
-
Hi!
Just an FYI only the support crews Kriesi tag puts anything into his queue.
Since the files have changed somewhat, you can try removing it from shortcodes.css where its labeled:
/*fix webkit flickering bug*/ .webkit_fix{ -webkit-perspective: 1000; -webkit-backface-visibility: hidden; }
Depending on what the recent round of updates to safari have done it may or may not have the intended fix but its the next best step to try.
Regards,
DevinThe demo is not actually using the most recent round of bug fixes which fixed some spacing issues that were originally there. So if you are using 2.4.2 then the bug fixes will be in place.
Even on the demo however I’m only getting a pixel out of place in Firefox but its the same as with Chrome.
November 4, 2013 at 7:25 pm in reply to: same category for every page how to change this in full width masonry ? ? ? #184396Hey muslimmedical!
You can choose what content is displayed from the masonry elements options. See this video for an example: https://vimeo.com/channels/aviathemes/77433498
Best regards,
DevinHey Sarah-B!
The theme actually disables the default layerslider shortcode functionality. It unfortunately can only be added to a full width element via the advanced layout editor.
Cheers!
DevinWooCommerce has some guides about modifying the single product page either through functions/filters like how the theme styles it or through template files here: http://docs.woothemes.com/document/template-structure/
From within Enfold however, no there isn’t any layout changes that can be made to accommodate that.
Hi MatHom!
There isn’t currently one in place no. So you would need to use a third party plugin in place of the built in contact form.
Cheers!
DevinNovember 4, 2013 at 4:45 pm in reply to: How to Set a Specific Page as Home Page (i am not taking about static home page) #184327Hey diaarts!
This is a question better suited for the general WordPress support forums but what you are looking for is this article in the codex: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Regards,
DevinNovember 4, 2013 at 4:44 pm in reply to: No text or picture with post when shared on Facebook #184325You can try http://wordpress.org/plugins/wp-facebook-open-graph-protocol/ and I think maybe Yoast’s plugin might add in the data as well but I can’t say for sure as have not tested with it in a while: http://wordpress.org/plugins/wordpress-seo/
November 4, 2013 at 4:41 pm in reply to: how make the picture clear when I increase the size in Latest Portfolio Widget #184324Hi!
You can use this plugin to change the size of that generated thumbnail to the increased css size and then regenerate your thumbnails: http://wordpress.org/extend/plugins/simple-image-sizes/
Best regards,
DevinHi!
As far as the slug names are concerned they can’t share the same slug for any other page on the site or any other taxonomy so that would definitely cause an issue.
Being different, even slightly is needed so that should be the fix of the issue.
Cheers!
DevinHey!
If you mean the (ex. VAT) stuff, its unrelated to the width of the container actually. WooCommerce defaults it to the next line which you can change with:
.woocommerce-cart .cart-collaterals .cart_totals table small { display: inline; }
Cheers!
DevinHey cwatts10!
You can change where the blog page is set and then link to the sermons as a category of blog post and the church blog as a different category.
Cheers!
DevinHi!
You save a single set of data when editing the styling options at the moment. We will be adding an export theme options soon but I don’t think it has a section just for the styling options.
So right now when you edit your styles and save there is no undo.
Cheers!
DevinHey xpoveda!
1) I’ll suggest it to Kriesi for the next release.
2) Empty spaces are empty of content within the masonry layout already. I’m not sure what you mean.
3) Only posts with a specific type have an icon. Regular posts do not.
Best regards,
DevinNovember 4, 2013 at 4:26 pm in reply to: No text or picture with post when shared on Facebook #184308Hi studioinktvis!
You’ll need to use a plugin that allows you to set the open graph data for your posts so that you can select the image to be shown and used when shared to facebook.
Cheers!
DevinNovember 4, 2013 at 4:13 pm in reply to: Enfold – Issues with fixed Picture in Color-Sections on iOS #184298Hey!
My guess is that its because there is a layer slider element inside of a text block inside of a full width section. Its causing issues with the whole page rendering height properly so when it gets scaled down the background is centered both vertically and horizontally but not stretched because that isn’t set to be stretched on the color section’s settings.
Best regards,
DevinHey!
The numbers are not correct for the second set. There is no 6th element so that css effects nothing visible. Changing it to 1,2,3 for each would however.
For the border, you can use:
#top .social_bookmarks li { border: 0;}
Any other issues should be started in a new topic.
Best regards,
DevinHi!
It looks like the borders aren’t showing any longer from this css:
.container_wrap { border-top-style: none; }
Cheers!
DevinHey Martin!
Kriesi was consulted early on with what Envato was planning to do and built the theme to eventually be extensible. It will be a long long time before older themes are required to be updated to fit the new standards but the framework is in place to allow for it in the future.
Right now, switching themes means you would lose the custom post type (portfolio) and the advanced layout builder content from your pages.
Regards,
DevinHey!
I’m not sure about the full value of them but its pretty standard practice from what I’ve seen. I know one benefit is it makes coding cleaner since the loop can be re-used easier. Also, Automattic’s base theme _s uses them as well which generally follows “best practices” for WordPress with very high standards.
Regards,
DevinHi!
You can add a custom link element to act as a column header and either make its link value a # or remove the url value completely after it has been added (though this can be buggy since WordPress doesn’t intend for it to be this way).
Cheers!
DevinHi yukanl!
Try switching to one of the default WordPress themes to see if its a theme specific issue or a WordPress+plugin issue. It doesn’t sound like something that would be caused by the theme alone.
Cheers!
DevinHi!
That kind of layout would need to be added in by a freelance developer. By default WooCommerce and the theme both don’t have it but it should only take a few hours to re-create the singe product template using that type of layout by an experienced developer.
Best regards,
DevinHi!
I’m not having any issues when viewing the site in IE9 on my end so I’m not sure what the difference might be that is causing you to see things not working correctly: http://tinypic.com/r/2dhaglf/5
Cheers!
DevinNovember 3, 2013 at 3:35 pm in reply to: Updated to WordPress 3.7 and my Layout Elements are really wide and grey. #183937At what point in adding an image and in one element are you adding the custom link?
Hi!
Ligthbox images will not open if the image doesn’t link to the original sized image. So when you add in an image and you don’t choose for it to link to anything then its just a static image.
If you add in the link via add>media and you leave the image linking to the original image file then it will open in a lightbox.
Cheers!
DevinHi!
Can you give us some exact steps to try and re-create it? I looked through the site and bounced around through the pages but had no issues with font or any links becoming inactive.
Without being able to see the issue or re-create we are left with just guesses based on the little but of description we have.
Cheers!
DevinHi pragmaticpraxis!
For the license question you can find more information here: http://themeforest.net/licenses . I don’t think you would need the extended license because you are only using the site on a single instance and you aren’t re-selling the theme as part of a MU setup or anything. If you want to get full confirmation you can contact Envato support: http://support.envato.com/
As for the other issues, if you are unsure of how all of the plugin interaction would work I would do some more searching on available plugins and even try to find some tutorials going over what you are trying to accomplish.
WooCommerce for instance has an extension for memberships, groups and subscriptions to access content for the membership/group levels:
- Groups (free) – provides the membership and access control capabilities. Download it here.
- Groups Integration for WooCommerce (this plugin) – allows to sell group memberships through WooCommerce
- WooCommerce Subscriptions – if you want to sell memberships with recurring payments
Regards,
DevinHi gstast!
If you are adding it into the regular visual editor then you can see if the theme is causing an issue by switching to one of the default wordpress themes and then viewing that page/post.
Cheers!
DevinHey theworldawaits!
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:
.av-masonry-entry .avia-arrow { display: none; }
Regards,
Devin -
AuthorPosts