Forum Replies Created
-
AuthorPosts
-
Requested from another topic:
I'd like to link my App.net profile in the top social area of my site. Could you add App.net as an option? Their resources for developers and designers are here:
https://account.app.net/legal/assets/
Thanks for any consideration.Hi chartier,
I’ll add the feature request to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Hi formateins,
I’m fairly certain that you do in that instance. The best place to ask however would be Envato/ThemeForest support since they handle sales and licensing.
Regards,
Devin
How about with the child theme, have you added any files to overwrite the parent files or modified those? I’m just not getting the same error on my live install so we need to try and find the difference.
August 21, 2013 at 3:09 pm in reply to: Saving didnt work! Please reload the page and try again #136513Hi KingstarDM,
Check the permissions on your wp-content>uploads>dynamic_avai folder. Change the folder and contents to 755 or 775. It shouldn’t need 777 but I’ve run into a few servers where that was needed for some reason.
Regards,
Devin
You would need to target the menu item by its ID and then change its hover and active state based on the body class.
If a link is recognized as being the current page then its going to be highlighted as such for proper usability.
Hi marjan2k,
This should help you with using mailto: http://yoast.com/guide-mailto-links/
Regards,
Devin
Hi membermaster,
Try re-downloading the theme files from your downloads on ThemeForest and then re-installing via FTP just like you would do an update: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi filianluthien,
Sorry for the delay in responding we have been getting a huge spike in support requests recently.
It seems that the root of the issue is that the theme uses the built in WordPress embed shortcode and builds on to it. But there is an issue with WordPress core allowing the https vs http. See: http://core.trac.wordpress.org/ticket/18719 .
That ticket has a suggested ‘fix’ you may want to try adding to your functions.php:
wp_oembed_add_provider('https://youtu.be/*', 'http://youtube.com/oembed?scheme=https', false );
wp_oembed_add_provider('#https://(www.)?youtube.com/watch.*#i', 'http://youtube.com/oembed?scheme=https', true);Regards,
Devin
August 21, 2013 at 2:43 pm in reply to: WPML flag links to /home/ but should be redirected to / #135993Hi!
Hi yutakaemura,
I’ve tagged the topic for Kriesi as I’m not very familiar with WPML specifically. So hopefully he will be able to answer shortly.
Regards,
Devin
Regards,
Peter
Hi artistic24459,
The images and the gallery is all a native WordPress function that the theme just hooks into. As far as I now they get stored in whatever order they were set in before.
My only guess on why your galleries are behaving differently would be a plugin or something like that.
You can try deactivating plugins and re-installing the theme files from a fresh download via your themeforest downloads.
Regards,
Devin
Hi theuptimizers,
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:
.title_container .main-title {
display: none;
}
#top .title_container .breadcrumb {
left: 0;
}Then in the theme files open and change framework>php>class-breadcrumb.php:
'delimiter' => '»'
Just change the entity name that you want to use which I believe is > .
Regards,
Devin
Hi Rob,
I’ve tagged the topic for Nick since he has been doing the majority of the changes here. However, what I would suggest trying if you just want to modify the sidebar width is removing all of your current css changes above and then changing what grid the theme uses for the page content and sidebars in your functions.php. 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 then modify the grid number used for content and sidebar. They must equal twelve in total but you can change it from using 9/3 to 8/4 easily.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Hi brucegamble,
I’m not having the same issue when viewing the site with IE9 so not sure why its having an issue on your end in the screenshot.
Regards,
Devin
August 21, 2013 at 1:48 pm in reply to: how to create a mailto link in a text widget in the footer? #136741Hi kambate,
This link should help you: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_mailto
Regards,
Devin
It looks like the html shiv doesn’t actually support media queries which I thought it did for some reason. Give this a try instead: http://wordpress.org/plugins/respondjs/
Which should force IE8 to recognize the media queries which will expand the width of the whole container on desktop.
The main/general issue is that the number of menu items is just too large for the default container width. So when IE fails to expand because it doesn’t support media queries your menu is just too large for the space.
The above plugin is designed to force IE8 and below to understand media queries so hopefully that fixes the issue.
Hi UKiain,
Looks like it was meant to be soft closed so only admins and you could post to it but was closed instead.
I’ve re-opened it now.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Glad you found a good solution :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi kriru,
If you are using WordPress 3.6 you must be using at least Enfold version 1.9.1+.
You can also try deactivating any plugins or dropins you have installed to see if there is a conflict with the theme code.
Regards,
Devin
Glad we could help :)
Let us know if you have any other questions or issues.
Hi silberrot,
No, not at the moment but Kriesi is working on making them easily customizable for a future release.
Regards,
Devin
August 21, 2013 at 3:20 am in reply to: Display the Header with Page Title and Breadcrumb Navigation bar on Page #136155Hi Qrsh,
I’m not clear on what you want to add from your description. Can you elaborate a bit or provide a screenshot?
Regards,
Devin
Hi Grow,
Try going to your wp-content>uploads folder and changing the chmod permissions on the files the theme creates there. The styles you set are all saved to the css file so if the file/folder isn’t writable then it wouldn’t be able to actually stick.
Regards,
Devin
Hi chrisknittel,
As far as I know Nick is mistaken as the theme makes a duplicate of your normal menu and strips the links from the column headers. So the columns are visual aids and not links on mobile.
Regards,
Devin
August 21, 2013 at 3:10 am in reply to: How to copy a layout builder element from one page to another? #136512Yes, that is correct. The tracking for users is pretty limited at the moment so checking back within a day is your best method. We have been massively swamped lately so our normal under 24 hours response time hasn’t been as accurate depending on the weekday and current queue.
Regards,
Devin
Hi judetsai,
The contact form data isn’t available to be parsed or manipulated. Its just form data that gets emailed on submission using the wp_mail/php mail function.
You could style your plugin’s form by inspecting the form field css and then copying it over but actual data collection is a planned feature for a future update.
Regards,
Devin
Glad Ismael could help :)
Let us know if you have any other questions or issues.
August 21, 2013 at 3:01 am in reply to: Fullwidth easy slider doesn't work autorotation and lock buttons #136409Hi adalbertowf,
If you are using WordPress 3.6 you must be using at least Enfold 1.9.1 for all of the sliders to work correctly. You can update following the steps in this video: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
-
AuthorPosts