Forum Replies Created
-
AuthorPosts
-
Hi htarrant,
After each change of the function you must regenerate your thumbnails to have the changes reflected on your actual images. For cropping, you need to set crop to true. For example:
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => true); // images for fullscreen slider
Regards,
Devin
September 3, 2013 at 9:35 pm in reply to: How to create a Register page or add a quick registration form to the main menu? #138946Hey!
I was referencing the ThemeForest listing page: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
There is built in support for Gravity Forms, WooCommerce, bbPress and WPML.
Best regards,
PeterThe only thing you can do for right now is to output the shortcode by itself in a regular visual editor and then copy and paste it into the other area you want it to output.
Kriesi will eventually be adding more support for embedding shortcodes without shortcodes easily but right now not all of them can be stacked without having some occasional style/layout issues.
Regards,
Devin
Hi andreanapier1985,
I’m not familiar with the plugin but it *should* output a class to the wordpress so that you can style those pages specifically. Unfortunately, it doesn’t.
So there isn’t anything to really grab onto to only style those plugin’s pages. I would suggest looking into their documentation to see if you can use page templates with a specific naming convention to define your own php template file to format them a bit.
Regards,
Devin
September 3, 2013 at 7:55 pm in reply to: shortcode of latest posts in page (magic wand) gone?? #138401Hi hotspot,
No, that is not included in Enfold right now. You can use the shortcodes provided or you could just include a widget area into your page layout using the sidebar element in the advanced layout editor and include the widget into a custom sidebar only displayed in that specific sidebar/widget area.
Regards,
Devin
Hi Iano999,
Unfortunately that is somewhat difficult to do. The entire grid structure is based on the tiers of change for each of the media queries so what you would need to do is go through each of the stylesheets and change the media query for all mobile layouts (below pixel width 767) and then remove the media queries that specifically target the tablet size.
Even then you may run into some other needed tweaks since that we can’t foresee right away.
This however is quite a bit beyond what we can assist with via support so you will need to look into a freelance developer who can help modify the theme and keep everything cross browser compatible and properly responsive (the way you want it).
Regards,
Devin
Hi Mahmut ,
That should do it so if its not, we’ll need to take a look at the page live so we can inspect the code for that color section.
Regards,
Devin
Hi joe88,
We’ll need to see the page with the css active to get a handle on what you mean. My guess however is that you have a css error in your file which is causing the css to fail at some point.
Regards,
Devin
September 3, 2013 at 6:02 pm in reply to: Gallery caption incorrectly displaying under big gallery image #137696I’m not able to get the same error but you should be able to just keep it from happening with:
.avia-gallery-big .avia-gallery-big-inner .avia-gallery-caption {
display: none;
}Hi frysjo,
You would need to have a freelance developer dig into it to see what it would take. It isn’t something that we could really walk you through modifying on the theme.
Regards,
Devin
Hi josefinhellstrand,
My guess is that your uploads folder doesn’t have public viewing permissions for some reason on the newly uploaded files. Eg: http://blogg.revisorn.com/2013/08/test.jpg pulls up a 404.
Try talking to your hosting provider and get assistance with changing the chmod permissions on your wp-content>uploads folder and its contents to 755.
Reference: http://codex.wordpress.org/Changing_File_Permissions
Regards,
Devin
Hi maratino,
It really depends on the plugin and where you are trying to output the shortcodes. Eg, WooCommerce shortcodes work fine, so do bbPress and many other plugins.
If the plugin uses poor class names or has a conflict with the theme then no, it may not work.
Regards,
Devin
Hi frysjo,
First thing is to make sure you don’t have the LayerSlider plugin running by itself. You should only have the LayerSlider that comes bundled with the theme.
Next, make sure you are on WordPress 3.6 and Enfold version 2.0.1. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
If you have any other plugins active, deactivate theme in case there is a conflict with LayerSlider and see if that helps.
Regards,
Devin
Hi greentea05,
In the text element within the advanced layout editor those are the only shortcodes currently available to be dropped into the text elements visual editor.
On a regular visual editor the magic wand should show the rest of them but with the advanced layout editor you are already using all of those same shortcodes except through a more visual interface.
Regards,
Devin
September 3, 2013 at 1:33 pm in reply to: Leave reply section not shown.How can i display it? #136231If you have chosen to display comments on posts and the posts are just regular posts with no other changes to the single.php file then comments should be showing.
What you can try is to re-download the theme files from ThemeForest and replace the single.php file with the unmodified version from the download and see if that helps.
If you have made any other changes to your posts, post types etc please let us know those.
Glad Yigit could help. Let us know if you have any other questions or issues.
Regards,
Devin
September 3, 2013 at 1:18 pm in reply to: How do I add a slider to the home page of the Enfold theme? #139035Hi jtothejeff
Take a look at this video for the basics of using the Advanced Layout Editor: https://vimeo.com/channels/aviathemes/64927358
The layouts for the demo are all done with the advanced layout editor which you can see a full demo of here: https://vimeo.com/channels/aviathemes/64927359
Regards,
Devin
Hi shoutitoutdesign,
The layerslider can have its background set in the options for each layerslider. I believe its in the Global Options for the individual slideshow.
For the page, how have you set the background image so far? Was it via some css or a theme option?
Regards,
Devin
Glad to hear it 2MuchSandwich!
Let us know if you have any other questions or issues.
Regards,
Devin
Hi promowl,
The portfolio grid can be set to as many as 4 columns. The grid image size can be set either automatically or manually from the “Portfolio Grid Image Size”.
With that said, if you are getting images that are unequal you may want to use this plugin to change the portfolio image option to crop so that your images are all cropped to the exact same size: http://wordpress.org/extend/plugins/simple-image-sizes/
The downside of this is that it hard crops your images to the size needed so you’ll get clipped images in some cases.
What I typically suggest as the best option is to put all product photos on an empty canvas in your image editor of choice so that all of your uploaded product images are the exact same size. This gives the best possible front end view and WordPress doesn’t need to do anything funky with image sizes to get a semi workable view.
Regards,
Devin
Hi Kostas,
My guess is a plugin is causing a javascript conflict with the theme which is stopping the gallery from running correctly. So you can try disabling all plugins then logging out of WordPress, closing the browser and then logging back in and testing the gallery items again.
Regards,
Devin
September 3, 2013 at 12:48 pm in reply to: Changing the sidebar width and keeping it responsive #138801Hi Rob,
Instead of using the above css and then having to adjust the whole grid, go to your functions.php file in the theme files and look for:
$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');You can define your own values for the sidebar_left and sidebar_right. So instead of “nine” grid units for the content and “three” for the sidebar you could change it to be “ten” and “two” which would give you a bigger content and smaller sidebar.
Regards,
Devin
Hi MarieAn,
Which image specifically? I clicked on the images on the page but none had any errors that I could see.
Regards,
Devin
September 3, 2013 at 12:33 pm in reply to: How can I create testimonials in one page and use it in others? #138940Hi yukanl,
Follow these steps https://kriesi.at/support/topic/export-theme-settings-and-templates#post-113775
Then you’ll get the raw output for your advanced layout editor layouts which you can then copy out individually to another page. Just be careful copy out the whole section you want and to not introduce any incorrect code since this is the raw data and can break the whole pages layout a bit more easily (just like working with regular shortcode layouts).
Regards,
Devin
Hi debban,
The only instance in which you would need to really work with it would be if you were coding a layout from scratch. In that case, you can view the basics of working with a grid here http://www.getskeleton.com/#grid
There isn’t however any set documentation for it right now since there are so few instances where someone who isn’t already familiar with a css grid system would need to be oriented with the one used in the theme’s framework (since all the data is in the css files for the theme).
Regards,
Devin
September 3, 2013 at 12:27 pm in reply to: Enfold: Google Analytics tracking of individual "Sections" in One-Page websites #138818Hi mhiller,
You could yes but for right now it would mean you would have to re-do the theme options you’ve already set up. So it will be a bit of a time investment.
Kriesi is working on migration tool for bringing parent theme options to a child theme to make the process easier but I created a tutorial on making a child theme if you want to give it a try: https://vimeo.com/channels/aviathemes/67221517
Regards,
Devin
September 3, 2013 at 12:22 pm in reply to: How to remove creation date and time from the Enfold Latest Portfolio widget #138925Hi yukanl,
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:
.news-time {
display: none;
}This will actually remove all of the time/dates from the recent post and portfolio widgets but if you can point to the sidebars with the widgets in place we can target only portfolio widgets with something more like:
#portfoliobox-6 .news-time {
display: none;
}Where the 6 is the instance of the portfoliobox widget. It just gets changed based on how many times you’ve added in that widget to your sidebars so that each has a unique ID.
Regards,
Devin
September 3, 2013 at 12:04 pm in reply to: How to create a Register page or add a quick registration form to the main menu? #138944Hi yukanl,
That is really outside of what we can do via support. WordPress user registration is part of WordPress core and how you as a user manage registration, users etc is up to you.
Your best route is to try out the plugin Josue linked to and if you don’t find it meets your needs search the Plugin Directory and try to find something that does.
The only plugins we can guarantee integration for are those listed on the Theme’s page on ThemeForest.
Regards,
Devin
Hi wonddigital,
If you set your permalinks to default does it work then? How did you migrate? If you didn’t use a tool like WP MIGRATE DB did you do a find and replace on the old url?
Regards,
Devin
September 3, 2013 at 11:57 am in reply to: How to style the archive page of portfolio entries? #138959Hi colorit2,
You would need to use a plugin like http://wordpress.org/plugins/widget-logic/ to give your widgets in that sidebar conditional logic to only appear on a specific archive page.
The alternatives are all code based as far as I know since the theme doesn’t have an option to customize archive pages for WordPress.
Regards,
Devin
-
AuthorPosts