Forum Replies Created
-
AuthorPosts
-
Hi 500Webmaster,
I do contract work at Codeable.io and there are also places like elance where you can quickly price things out.
Regards,
Devin
Hi spinner,
You can try increasing the php memory limit to something like 128mb using one or all of these methods: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Devin
Hi Mark,
1) That is not CSS and would not work in any css file. You need to use a plugin like Yoast SEO or something like that to add in that kind of thing without modifying the theme files directly.
2) The only way to do that would be to target individual items individually and adjust the css for each. A good start to doing that is in this video: https://vimeo.com/20917974
3) Do you have an example for what is happening you can show?
4) The icons are added in via a font file which as far as I know isn’t easily modified at the moment.
Regards,
Devin
June 10, 2013 at 8:41 pm in reply to: Fixed menu on iPad: not fixed in portrait mode, doesn't shrink in landscape mode #123735Hi Andy,
Can you provide a link to your site so I can test things on your live install?
Regards,
Devin
I’m not sure why you are having issues using the shortcode editor but testing on my end with a couple of the most recent released versions it adds in the ID’s each time.
There could be a plugin conflicting with it or perhaps an issue with the theme files/version which would be fixed by re-downloading from your downloads on themeforest and updating.
Regards,
Devin
Hi Oliver,
If you want to import a google font, you need to do it in the header.php file of the theme files and not inside the layerslider. Then you can set the font on the text in the slider.
Regards,
Devin
Hi ibsafe,
Open up the files you download from Themeforest and take a look at the version.txt in the main package and then in the theme files the style.css file. Both should show 1.6 as the most recent version.
Regards,
Devin
Glad you were able to find the issue and get it working :)
Let us know if you have any other questions or issues.
Regards,
Devin
Hi 500Webmaster
All menus are controlled in the wordpress menus manager. Go to Appearance>Menu and you can create your menus and set them using the Theme Location box on the left of that area.
Regards,
Devin
Glad its working for you now though I’m not sure what plugin would be preventing files from properly loading in. Definitely a bit weird but at least you have a set procedure that should help with updating.
Regards,
Devin
Hi ppc1337,
Not anything that I know of no. Its a setting for you to add your own custom URL to make an image a link or otherwise.
There may be a plugin or function available but I’ve not run across one before.
Regards,
Devin
Hi webpress,
Yes, you’ll need to add a class name to your image and then define the css for that class. Both the regular version and a :hover version.
See:
http://en.support.wordpress.com/images/image-settings/#within-posts (for adding a class to an image using the media pop up in a post)
http://www.w3schools.com/css/css_id_class.asp (for creating a basic class)
Regards,
Devin
Hi All,
You’ll probably need to delete the portfolio item, save the page and then re-add it in since the portfolio elements got updated.
Regards,
Devin
Hi kzpdesign,
I’m not having any issues with the header being fixed when I view it now. My guess is it was cached on your end which is why you were seeing it incorrectly.
Regards,
Devin
June 8, 2013 at 3:40 pm in reply to: "Parallax" effect does not work on iPad, and very choppy in Safari (Mac) #123724Hi andikleinke,
I’m not having any issues when I look at the url mentioned in your original post.
Regards,
Devin
There aren’t any function available to do a “if screen size X, do Y” so no that isn’t an option right now.
The file size is the key, so using any tool to shrink the file size for web is really the best thing you can do to get better load times. Try and keep your images around 150kb in size at a maximum.
June 8, 2013 at 3:35 pm in reply to: Portfolio sort categories disappeared after upgrading to 1.5 #123618Hi chris,
You may need to re-add the portfolio element to the page (save in between each step) to refresh the options for it. Give that a try and see if it fixes the issue for you.
Regards,
Devin
If you aren’t comfortable writing a function, you can just add [nolink] at the end of your custom text in the copyright field in the theme options.
Regards,
Devin
Hi juganrising,
Since the portfolio grid was just updated you may need to delete the portfolio element and re-add it so that the options are fixed/refreshed.
Regards,
Devin
Hi chryseis,
The images should be the same proportions if you want them to come out the same. WordPress can be a little funny on how it actually creates the thumbnails so the less it has to do the better the result.
Eg, if you want to make sure they look their best try and use images that are all larger than needed and cropped to the same pixel dimensions.
Regards,
Devin
Hi rinoy,
We aren’t able to support third party plugins. You need to contact the plugin author and check with how to implement the plugin.
Regards,
Devin
Hi rinoy,
There isn’t anything that we can do to modify how a plugin effects the theme. Most social plugins just hook onto the end of posts/pages or whatever youd like and don’t require any help but if you may need to find a different one or find one that will allow you to add a php hook directly into the theme files (includes>loop-index.php for posts ).
Regards,
Devin
Hi justinwheelon,
You’ll need to use a plugin to handle that kind of functionality.
I think Gravity Forms actually has a paypal form as part of the second tier or you could look into using WooCommerce with an extension.
Regards,
Devin
Hi dweb,
First, disable *all* active plugins that you currently have running including any dropins like Jetpack. Next, re-download the theme files from themeforest which will be the 1.6 version released yesterday.
Now upload the new updated files via FTP following this update tutorial: https://vimeo.com/channels/aviathemes/67209750
Try the LayerSlider again and if its working, re-enable your plugins one by one starting with any of the theme supported ones (WooCommerce, bbpress etc).
Regards,
Devin
June 7, 2013 at 4:34 pm in reply to: Portfolio GRID => changing colors, dots, mouse hover & background. #123334Hi QuantumSolutions,
Glad you were able to get it solved :)
Our response time is typically somewhere between an hour and 24 hours however we’ve had a huge surge in support requests the past few weeks so some things are taking a bit more time to get to.
Regards,
Devin
June 7, 2013 at 4:32 pm in reply to: Megamenu problem: image sizes appear in various heights/widths #123340Hi Katharina,
Without inspecting that exact implementation live I can’t say for sure what the issue was but typically what I always suggest when adding images to the mega menu is to use the exact html for the image with the size inline.
Regards,
Devin
Thanks for the assist formateins :)
If you are familiar with css those steps are the basics for it although you’ll want to limit the change to the new desktop only media query in the custom.css file (1.6+).
Regards,
Devin
The page isn’t a fully functioning app or anything like that, its just demo content to show you how to create the layout.
If you wanted to add a subscription system you would need to use a plugin.
Hi Monsoon,
I cover that in this video (around the 1:45 mark): https://vimeo.com/channels/aviathemes/64927358
Its just a Color Section with an image background set to Fixed with content inside the color section. Quick and easy :)
Regards,
Devin
What is the issue specifically? Default setup via FTP should go like this: https://vimeo.com/channels/aviathemes/64927356
Then updating over FTP: https://vimeo.com/channels/aviathemes/67209750
If there are any active plugins, its often best to disable them and re-update if you are having issues.
-
AuthorPosts