Forum Replies Created
-
AuthorPosts
-
Were you able to test this on any of the default themes? I’m just not sure this is something we can bug fix as WordPress doesn’t have support for it right now.
July 18, 2014 at 3:18 am in reply to: Enfold – Change number of portfolio columns depending on screen width #292779Hi!
No unfortunately not. The content that is shown can be displayed and manipulated but it would need to reload from the server to change the current visible content.
Best regards,
DevinHey ThomasWalkerDesign!
Unfortunately that isn’t an effect that is easily changed. You would need to change all of the color values used in this keyframe css3 code to the colors you want to then create the color “sonar”:
/*sonar effect*/ @-webkit-keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);} 100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-webkit-transform: scale(1.5);opacity: 0;} } @-moz-keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);} 100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-moz-transform: scale(1.5);opacity: 0;} } @keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);} 100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;} }
Regards,
DevinHey dmpitzer!
With the active minification I can’t inspect the button to see why it isn’t getting the media query css unfortunately. I would first suggest trying to change the class name to something much more specific since btn is very generic.
If you can clear and remove the minification we can try taking a look for you again.
Regards,
DevinHi!
Make sure to take a look at our online documentation if you are just getting started: http://kriesi.at/documentation/enfold/
For the logo see: http://kriesi.at/documentation/enfold/add-your-own-logo/
Best regards,
DevinHi!
Which image is showing incorrect and what was the setting for that image? I’m just not quite clear on what exactly isn’t working or is expected within the example page.
Best regards,
DevinHi!
It looks like you would need to have that effect customized by a freelance developer who can spend some time creating the effect and further debugging it. I wasn’t able to change it via css on my end unfortunately.
Envato Stuido and Codeable.io are both good resource for finding a freelance developer in this case.
Regards,
DevinHi!
You need to be using the most recent version of the theme which added in the social icon options. The blog options let you choose all blog related display options for the default views.
Regards,
DevinJuly 18, 2014 at 2:49 am in reply to: Viewing the Advanced Layout Editor Code in the Default Editor Text View #292768Hey leangroup!
You need to turn on the debug field for the ALB. See: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
DevinNo, once you’ve saved all previous settings are written over unfortunately.
Glad you were able to figure it out. Its not our normal request so we don’t have anything quite prepared for it typically :)
Let us know if you have any other questions or issues.
July 17, 2014 at 6:56 pm in reply to: I can't upload images in localhost due to an error kinda "File is empty. Please #292613Glad you were able to figure it out. Let us know if you have any other questions or issues.
Hey!
From your description no, I don’t think the theme has anything that will support that.
You can have tabs which have their own url to open that tab but multi depth tabs isn’t available.
Best regards,
DevinHi dbddiamonds!
The styling options for the pre-configured styles are not saved to that style. Each time you select a preconfigured style it clears all styling options and uses the defaults for that style.
See: http://kriesi.at/documentation/enfold/setting-up-styling/
Regards,
DevinHey alphateddy!
By default the content is part of a 12 column grid. The main content is 9 and the sidebar is 3.
You can change the grid units in the functions.php file. Look for:
/* * register the layout sizes: the written number represents the grid size, if the elemnt should not have a left margin add "alpha" * * Calculation of the with: the layout is based on a twelve column grid system, so content + sidebar must equal twelve. * example: 'content' => 'nine alpha', 'sidebar' => 'three' * * if the theme uses fancy blog layouts ( meta data beside the content for example) use the meta and entry values. * calculation of those: meta + entry = content * */ $avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine'); $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');
And then edit as needed.
Best regards,
DevinHi ahoii!
Enfold by default is responsive but the way you have the page loading into an iframe onto your main domain may be causing the mobile devices not to properly recognize the size of the screen.
Best regards,
DevinJuly 17, 2014 at 6:46 pm in reply to: How to create Feature Image without Preview Image appearing in Blog Post #292606That should be what is happening. The checkbox only disables it from showing on the single blog post page.
Hey!
You can add anchors anywhere in your content. The color sections simple allow for it to be added in without editing code directly.
Cheers!
DevinHey!
Unfortunately that would take a bit more customization than we can assist with here on the forums. It would be similar to how I’ve got the example on this docs page for the single product page layout: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Best regards,
DevinCan you try removing the masonry element mid page and see if that helps? I’m *guessing* that maybe the waypoint script is getting its location confused because of how that element loads in the content.
If this is the case I’ll need to forward on the issue to Kriesi as I’m not intimately familiar with the script.
Hey jduarte!
Unfortunately this isn’t something we can really answer. It depends on your hosting provider and your multisite setup. Contacting your hosting provider is probably the best next step to find an answer for you :)
Regards,
DevinHey!
Is it that first top video? I’m not seeing the preview image when loading up the page as is. What device(s) is it still happening for you on?
Regards,
DevinHi!
You could edit the page.php file since the Avia Layout Builder uses a different template file.
Best regards,
DevinJuly 16, 2014 at 6:44 pm in reply to: Minor Woo Commerce error issue: "No products found which match your selection." #292170Try removing all of that and instead use the regular WordPress editor. WooCommerce will add in your shop content automatically (as it should and needs to).
Glad we could help. Let us know if you have any other questions or issues.
Hi!
This was the bug fix added in 2.9.1. So try updating and that should fix it for you :)
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
DevinHi!
I think somehow my last response here didn’t get posted. Sorry about that!
Try:
.avia-msie .logo { margin: 0 auto; width: 195px; transform: none !important; left: 0px !important; right: 0px; }
I’ve changed the width to fit your logo .
Best regards,
DevinI’ll tag the topic for Kriesi to take a look at. As far as I know this is the only reported case of this happening. There have been some posts from users on the general WordPress forums with somewhat similar issues though they tend to not have a specific resolution.
You could try using a child theme as it sounds like the theme may be tied to the issue in the WordPress database rather than it being a theme issue itself.
See: http://kriesi.at/documentation/enfold/using-a-child-theme/
July 16, 2014 at 3:52 pm in reply to: How to update the theme, i am not receiving update notifications #292122Hey Labhanshi!
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you aren’t getting the update notice in WordPress then the username and API data is incorrect. It takes 12 hours or so to get the notice after first putting in the credentials usually.
Otherwise you can update manually over FTP which only takes a few minutes as well.
Best regards,
DevinJuly 16, 2014 at 3:50 pm in reply to: line 406 is missing in section.php (audio for background video) #292121Hey paolomusic!
In the most recent version of the theme the line is 487.
Best regards,
Devin -
AuthorPosts