Forum Replies Created
-
AuthorPosts
-
February 18, 2014 at 4:58 pm in reply to: Product descriptions disappeared from front end of site #225553
Hey!
I’m not sure what the cause of it is. There wasn’t any change to remove them in the theme updates so I would suggest deactivating all active plugins besides WooCommerce core and then checking it out again. Make sure that you check through your functions.php and that there aren’t any custom functions you’ve previously added which might be removing the short description even on accident (my changing its position or something).
Cheers!
DevinFebruary 18, 2014 at 7:48 am in reply to: Background Video Option Not Available in Color Section 2.5 #225362Deactivate any active plugins that you have running and try enter the url as: http://www.youtube.com/watch?v=I8j5hBqaC3o .
February 18, 2014 at 7:46 am in reply to: Images and Responsive menu broken after creating pretty photo lightbox #225361Hey khedrubje!
I’m not sure where you tried adding that in but you can’t just add in a full html page inside of a text element or the visual editor of WordPress.
I would suggest looking for a plugin that does what you are looking for or having it custom coded to work with WordPress as either a shortcode or small plugin just for that one effect.
Best regards,
DevinFebruary 18, 2014 at 6:38 am in reply to: Background Video Option Not Available in Color Section 2.5 #225344Hi georgeorbelian!
Try updating manually after downloading the theme files from your Downloads area on ThemeForest: https://vimeo.com/channels/aviathemes/67209750
Regards,
DevinHi!
Its just a different way of loading in the templates that allows for more code to be reused and all of the post formats to be in the single file.
Best regards,
DevinHi All,
I’ve been debating this a lot over the past few months and ultimately I can’t see a really good reason for it. With dev tools or even firebug you can identify any element on your site and then customize it with css which is specific to your needs.
By giving out chunks of css which you can copy+paste I feel like its enabling everyone to not understand what it is they are doing which in turn can cause more harm than good. Some things are definitely available for a quick adjustment which is what I’ve been adding (slowly) here: http://kriesi.at/documentation/enfold/category/css-snippets/ . But it doesn’t get into cross browser support and just barely is able to touch the surface on mobile adjustments.
It also doesn’t cover proper css syntax which means a user could end up with a bloated custom.css or Quick CSS files.
Learning the basics of css and how to use dev tools to identify css classes would however be a far better solution for anyone looking to dig deeper into customization than a topic with snippets to try and piece together to get a result.
Ultimately I’ll leave it up to Kriesi but we would start a new topic with a short blurb about us not supporting anything in the topic and make it a sticky as opposed to a user started one either way so for now I’ll close this one.
Cheers!
DevinFebruary 18, 2014 at 12:49 am in reply to: Controlling the size of Blog Excerpts as a Content Element within a page #225236Hey bhaydock!
Excerpts don’t support html or video rendering within WordPress unfortunately. You might be able to use a plugin to change how excerpts are rendering but I don’t know of any that will for sure effect the themes elements though in theory since its using the_excerpt then one which changes that filer should work.
Regards,
DevinHi!
Add the image as the background image of the color section and then for the alignment choose bottom. That should do it!
Regards,
DevinFebruary 18, 2014 at 12:01 am in reply to: WHERE IS THE SUPPORT?! Youtube Video on homepage NOT playing on iPhone or iPads #225197I go over adding a video background to a color section in this video but the same applies to the other video enabled elements: https://vimeo.com/channels/aviathemes/86284134
The directory where the video file is located should also have any other fallback videos you want to have for other browsers which are MP4, WebM and Ogg.
For example you would have something like this:
[video src="https://yoursite.com/videos/videoname.mp4" /] [video src="https://yoursite.com/videos/videoname.webm" /] [audio src="https://yoursite.com/videos/videoname.ogg" /]
(ignore the brackets on these, the bbPress is parsing the links for some reason)
and in the theme you would only need to add the first mp4 url. The theme will then look for the other files and have them as fallbacks for browsers that don’t support mp4. (see https://developer.mozilla.org/en-US/docs/HTML/Supported_media_formats)
-
This reply was modified 11 years, 5 months ago by
Devin.
Hi!
See: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Typically installations need more like 96m+ depending on the active plugins and settings.
Regards,
DevinHey!
Unfortunately for that level of customization and debugging you’ll need to have a freelance developer go over your code/changes. There are just too many small things that could be effecting to guess or look through via support.
Cheers!
DevinHey Fred!
The images for the ajax portfolio need to be at least 684px wide to fit into the space. None of the slideshows in the theme will accept smaller images and float them inside of the container since the container is what determines the size of the slideshow. That is how it stays responsive across different viewport sizes.
Cheers!
DevinBy resetting I mean re-adding in the images and its settings for that slider.
Hey zahedi!
Check the theme version and make sure its on 2.5+. You can also try re-doing a manual update: https://vimeo.com/channels/aviathemes/67209750
Cheers!
DevinHey!
Can you try this plugin and see if that helps? http://wordpress.org/plugins/selectivizr/
Cheers!
DevinFebruary 17, 2014 at 11:27 pm in reply to: Responsive full sized images on the homepage. Help please! #225168Hi!
That plugin is not needed with the theme. The color sections already allow for fixed background images as well as the Fullscreen slider element. You can see examples here:
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/Also just an FYI bumping pushes topics to the back of our queue and not the front since so it causes a full cycle of a delay on when we’ll see the topic.
Best regards,
DevinHey!
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:
.current-page-ancestor>a>.avia-menu-fx, .current-page-ancestor>a>.avia-menu-fx>.avia-arrow-wrap{ display:block; opacity: 1; visibility: visible; }
Regards,
DevinFebruary 17, 2014 at 11:10 pm in reply to: If blog is in separate directory here's to remove /blog from portfolio item urls #225155Not right now but I’ll tag it for Kriesi and if he can add in a filter or something for it then it will be in a future change log.
I don’t know of any way to change it. Apple keeps their device side effects pretty hard coded and it isn’t something I’ve ever run across a solution for.
I just did a bit of searching and it looks like there are some basic methods for it out there but I don’t know if any would in turn cause or not cause any issues.
If its a must have feature change I would recommend having a freelance developer find a solution and add it in for you so they could then further debug any errors.
Hey!
As far as I know for any of the automatically generated WooCommerce pages you would need to create a php template specific for each category by name. Neither the theme or WooCommerce has customization for the archive pages which is what a category page is.
Regards,
Devin
Hi!
We are getting to topics as quickly as possible at the moment but creating new topics just adds to the currently open queue and slows things down unfortunately.
Best regards,
DevinFebruary 17, 2014 at 10:57 pm in reply to: WHERE IS THE SUPPORT?! Youtube Video on homepage NOT playing on iPhone or iPads #225146Hi!
Our queue system goes by oldest topics to newest so when you self respond it pushes it further back and can cause your topic to get stuck in the middle and not get seen any quicker.
We are trying to find where the issues are with some videos and iOS versions as quickly as possible but if you need an immediate solution you can try the html5 video route as its by far the most widely supported format for video playback at the moment. Youtube and vimeo will always be a bit problamatic as they can change how integration goes without warning and it can take Kriesi time to fix things up again.
Just as a side note, we do not currently have hundreds of topics open.
Regards,
DevinHey!
Since each is inside a column already you can use:
.iconbox_content_container a img, .iconbox_content_container img { width: 100%; }
The best solution would be to use smaller images that are already set to that width but the above should force them to not go outside their container.
Regards,
DevinHi @tdproperty!
As mentioned above the exact same style that Kriesi has here on Kriesi.at isn’t something we can assist. Kriesi specifically mentioned and asked us not to provide the customization as he’d like to write a blog or tutorial on the customization down the road.
If you have any other questions just make a new topic with the question/issue and we’ll do our best to answer. I’m going to close this topic for now so we don’t continue getting of the original posters issue and get a long extended topic on customization.
Best regards,
DevinHey!
Child theme inheritance really only works for the root folder and then any other file that is pulled in with a child theme function like get_template_part.
The framework and theme files which are pulled in by includes will not get written over by a child theme.
Unfortunately if you aren’t familiar with php then writing your own color scheme to add to the themes isn’t something we can walk you through. As Peter said, its an array of data values and the styling options page is how the theme is set for a user to create their own color options.
If you need to create a new one then you’ll need to look into a freelance developer from somewhere like Codeable, Microlancer or http://kriesi.at/contact/customization
Regards,
DevinFebruary 17, 2014 at 4:29 am in reply to: Internet Explorer 10 and under compatibility issue #224742Hey wethepublic!
You can try using this plugin which will help force IE8 to render better: http://wordpress.org/plugins/selectivizr/
Regards,
DevinHey nonasnonas!
Disable all active plugins and then re-install the 2.5.2 version by overwriting the theme files following this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Make sure there are no write errors or upload failures and then go to the themes styling options and re-save them by making a small change.
Regards,
DevinYou can add anchors by adding a name to a color section in the field “For Developers: Section ID”.
February 17, 2014 at 2:33 am in reply to: Replaced the default “Blog – Latest News” title needs H1 heading #224717Hi!
If you add #top.single-post to the selector you can hide the title only on single pages. Eg:
#top.single-post .entry-content-wrapper .post-title { display: none; }
Regards,
DevinFebruary 17, 2014 at 2:30 am in reply to: trying to make a few adjustments to portfolio settings… #224716Hey!
That isn’t currently doable with how the theme uses images in galleries at the moment. What users will typically do is add in images to a standard sized canvas and center them there so the image uploaded and uses has the image already centered.
As long as you use images that are larger or equal to the output(on both edges) then they don’t get distorted.
Cheers!
Devin -
This reply was modified 11 years, 5 months ago by
-
AuthorPosts