Forum Replies Created
-
AuthorPosts
-
Hi markenfrische,
This video should help you set up your mega menu https://vimeo.com/channels/aviathemes/67651241
Regards,
Devin
August 22, 2013 at 1:21 am in reply to: Custom Colors for Content Elements, Primary and Highlight Colors – Color Coding #134936First, add this to your functions.php:
add_theme_support('avia_template_builder_custom_css');
This will give you a new field on all your advanced layout editor elements. For each element you want to customize you can just give it a class and then add some css to effect that class specifically.
So for the hr element you could add the class name of or-custom-hr . Then add this css to your Quick CSS:
#top or-custom-hr-gray{
border-color: #333;
}(I’m adding or to the start of the class for your initials to make sure there is no possible overlap of css names on accident).
Then repeat for each element you want to edit/specifically customize.
Hi montanayank,
General WordPress support questions are best asked on the WordPress support forums here: http://wordpress.org/support/
In general, you’ll probably need to upload a file like that outside of WordPress over FTP. I did a video on updating your theme which shows a quick how to on uploading files if you need a reference: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Try everything up to 777. It shouldn’t need it, but I’ve run across some servers that do.
Hi axiom555,
The contact form just uses the built in wp mail/php mail function so it should work as long as the server is letting it get sent out. Two things to check are your spam filters/folders and also make sure the email you are using for them to be sent to is based on your domain (@yoursite.com).
You can try checking your servers mail functionality by installing something like Contact Form 7 and setting up and using a basic form which will at least check to see if regular mail functions are without issue.
Regards,
Devin
Hi axiom555,
Right now we are getting a huge spike in support requests so we are a bit slower than normal. Typically responses are within 24 hours and if there are a couple of us on at the same time we may be answering the oldest posts and posts in the middle of our Queue at the same time so we don’t accidentally overlap mid response.
Just a note on your specific topic and how our queue works: each time you self respond or bump a post it actually sends it to the end of our queue since it goes by oldest response in a topic.
Regards,
Devin
August 21, 2013 at 8:14 pm in reply to: how to make external Menu Links to open in a new tab? #136719Hi kriru,
This doesn’t actually fall under what we cover via support as its a general WordPress question. However, what you need to do is just go to Screen Options in the top right of the menus manager and check the box for Link Target so that you can choose how a link opens.
Regards,
Devin
August 21, 2013 at 8:12 pm in reply to: /wp-content/uploads/dynamic_avia/enfold.css not with https #136489Hi Martin,
That pasted code looks out of date. I’m fairly sure Kriesi actually changed the whole function and many others to use https if it was defined elsewhere.
What version of the theme are you using?
Regards,
Devin
Hi gregdickson,
Not sure what version that is using but my live IE8 test is showing the default background fine:
Regards,
Devin
Hi Andrew,
It looks like there was something in 2.0 for it:
- css/shortcode.css - fixed a problem with elements inside tab shortcode. improved special heading css & form css
Can you link to the page you have it set up on where its not working now?
Regards,
Devin
August 21, 2013 at 7:44 pm in reply to: How have you created in the demo the sidebar at the FAQ page? #136850Hi colorit2,
That menu is automatically generated based on your page hierarchy. So you need to set your pages parent/children in the Page Attributes meta box when creating or editing a page.
Regards,
Devin
August 21, 2013 at 7:43 pm in reply to: Advanced layout editor: FULLWIDTH slider + 3 blog posts WITH sidebar #125425Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
If you enable the custom class field on all elements then yes you could do that as well. Same basic idea just a differen’t implementation.
Hi Jakub,
You don’t need to change the actual php files for the page. You can use the Advanced Layout Editor for that: https://vimeo.com/channels/aviathemes/64927358
If you are looking to change it, then its just the default wordpress page template found in the theme files.
Regards,
Devin
Hi tangodaddio,
If you are using WordPress 3.6 you must be using Enfold version 1.9.1+. You can update following the steps in this video: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
Hi promowl,
It will be one of the options in the Portfolio element that you add to your page.
If you don’t see the option, you need to update your version of the theme following this video : https://vimeo.com/channels/aviathemes/67209750
The content for each portfolio item you want to display in Ajax view must be set separately below the visual editor for each portfolio item. Its a bit more strict on the output so it gives you the option to define the image gallery there.
Regards,
Devin
Unfortunately it really is a non-supported issue. Your best route if the video tutorial isn’t working for you would be to look into a freelance developer.
August 21, 2013 at 6:54 pm in reply to: enfold – menu option page not displaying – so no ability to edit or create menu #136509Hi liondancetoronto,
That error is from the WordPress core and is not part of the theme. I would suggest first deactivating the theme file and moving to one of the default WordPress themes (twentythirteen for example).
Then deactivate any plugins you have active and trying to view the menus manager again.
If you are still having issues make sure your WordPress is up to date and on 3.6. If you are still having issues you will need to re-install WordPress.
Regards,
Devin
August 21, 2013 at 6:52 pm in reply to: Menu page note displaying and recieving a fatal error message – ****enfold**** #136507Hi liondancetoronto,
Please do not make duplicate topics for your issues/questions. It makes it more difficult for others to search and for us to answer.
Regards,
Devin
Hi Andrew,
If you add an ID to each color section where the columns are you could then just effect those columns globally. This would only work if you only had the color section once for each page but it would be similar to targeting the body class selector except you would use the color section ID.
Just look for the field on a color section where you can add in the ID and use that in place of .page-id-##. For example: #my-custom-name .flex_column{}
And no, this should not have any effect on loading.
Regards,
Devin
August 21, 2013 at 6:33 pm in reply to: Ajax Portfolio Video Playback and Navigation Issue – Enfold #136418Hi Omar,
I’ll tag Kriesi on the issue as this was something that was originally an issue with some of the other themes with Ajax portfolios but it looks like it needs to be addressed here as well.
Regards,
Devin
Hi traditionalteak,
You just need to add the noLightbox class to the link to tell the lightbox code not to grab that url. For example:
<a class="noLightbox" href="http://www.youtube.com/">Youtube</a>
Regards,
Devin
Hi virtuosodurham,
This isn’t an available feature for the individual galleries actually. So you would need to make them into portfolio items if you want them to have that effect.
Regards,
Devin
August 21, 2013 at 6:24 pm in reply to: Blog Posts and Blog Individual Post Page Customization #132710Hi dholowack,
First go to your theme options and unset the blog choice there. Now you can just set the layout of your “blog” page and the theme wont fill it in with a default setup.
The individual blog post pages can be customized with either css or directly editing the single.php file.
Excerpts are handled by using the more tag which will tell WordPress where to cut your content. See: http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Devin
Hi Andrew,
I suspect its a bit more to do with how WordPress reads data in posts/visual editor. If you just have code in the text tab and there isn’t any text before it then WordPress tends to clear out all of your content when switch over to the regular visual editor tab.
So what you may need to do is keep the styling to within either of the tabs on not switch between them.
Regards,
Devin
Hi Martin
What version of WordPress and the theme are you using? I know this was an issue a while ago but I thought it had been fixed in one of the recent releases.
Regards,
Devin
Hi julievic,
Go to your WordPress settings>Permalinks and change them to default. If things work okay, try switching it back once again.
If you are still having issues with the pretty permalinks then you can try the troubleshooting tips here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Regards,
Devin
Glad you were able to find a solution :)
Let us know if you have any other questions or issues.
Regards,
Devin
August 21, 2013 at 4:26 pm in reply to: Saving didnt work! Please reload the page and try again #136515How about the actual uploads folder? The permissions just need to be set such that the theme can write to the file to make the css file.
What host is this on as well as perhaps there is something on the server side which is causing issues.
-
AuthorPosts