Forum Replies Created
-
AuthorPosts
-
Hi joe88,
The easiest way to do that would be with a plugin which allows you to add the font via backend options.
Regards,
Devin
Hi aovivo,
If you are using a table for layout formatting then it would be best not to use the theme table functionality as its really only for tabular data and not for forcing layouts or anything.
Regards,
Devin
Hi Eberle_Wincasa,
My guess would be a plugin causing some weird permissions issue on that category. You can try disabling all active plugins and then trying to delete that category and re-create it. Additionally, you could try creating a new category temporarily and then add all posts that are currently attached the aktuell category to the new one and try deleting it then.
Regards,
Devin
Hi joe88,
Can we take a look at your site live with the code added to either the custom.css file or the Quick CSS field? Testing it on my live install it works as it should.
Regards,
Devin
Hi Hotelsolutio,
You can try putting the change inside ipad specific media queries:
/* iPads (landscape)
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
/* iPads (portrait)
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}So that you it has the orientation: portrait or landscape and the change is specific there.
Regards,
Devin
June 13, 2013 at 8:13 pm in reply to: Enfold – Need to Set Author Link on Blog Posts to Go to Buddypress Profile #118452The codex on the author template and the calls to display author information may help: http://codex.wordpress.org/Author_Templates
So if its on a post inside the loop you would use:
<p>Written by:
<?php the_author_posts_link(); ?></p>Or something like that. It just depends on exactly how and where.
June 13, 2013 at 8:10 pm in reply to: how I can integrate a layerSlider in the custom template archive ( php code) #124542If its just showing up without rendering, it means it isn’t inside php tags. So you need to wrap the php code inside the proper tags to make it actually be read as php.
eg:
<?php echo do_shortcode('[layerslider id ="5"]'); ?>
If Kriesi has a fix for it or does make any changes it will be in a future update. Otherwise, your best solution is don’t use the fixed header or force it to stay at the same taller size.
But please do not create a secondary topic if Kriesi has already addressed it. In this case, if he sees a fix he’ll add it in.
Regards,
Devin
Hi kcharity,
This is a necessity to use the special heading with the line after it. What we suggest doing is not use the special heading if you want to have longer headlines and instead use a text block that you style the way you want it. This is what is done in the demo.
However, if you don’t plan on using the special heading with a line you can 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:
body .av-special-heading>* {
white-space: normal;
}Regards,
Devin
June 13, 2013 at 6:22 pm in reply to: "Parallax" effect does not work on iPad, and very choppy in Safari (Mac) #123731Kriesi is tagged on the topic so he can see if the same thing can be integrated in to the Fixed position option. It looks like they are just using position:fixed with 50% 50% positioning but perhaps there is something more to it.
Regards,
Devin
June 13, 2013 at 6:19 pm in reply to: how I can integrate a layerSlider in the custom template archive ( php code) #124540Hi Philippe,
You can use the do_shortcode function from wordpress to output the layerslider wherever you want in the file. See: http://codex.wordpress.org/Function_Reference/do_shortcode
So something like:
echo do_shortcode('[layerslider id ="5"]');
Regards,
Devin
You can remove any link from the mobile menu by adding the class noMobile to that item. On the upper right hand corner of the menus screen you should see a button for Screen Options. Click that and then click the checkbox for classes.
Now you can see a field for class when you expand a menu item and add in the noMobile class.
Yes I do understand now. Unfortunately that kind of customization is beyond what we can assist with through support.
You’ll need to look into hiring a freelance developer to handle that kind of customization as it will most likely need to be done by creating a new page template based on the blank page template.
Regards,
Devin
Hi joe88,
I’m not really sure what issue you are referring to. With a bit over 100 support requests a day we need reference for a topic and question.
Regards,
Devin
Hi jjranson,
First thing to try is disable all active plugins and dropins. Then log out of wordpress, close your browser. Then you can log back in and try it again.
If that doesn’t work, re-download the theme files from your downloads on Themeforest and re-install the theme on top of itself via FTP.
Regards,
Devin
Hi imagestudios,
Anything that is created with the Advanced Layout editor wont show comments as far as I know. You would need to use the regular visual editor because of the way the page gets output on the front end.
Regards,
Devin
June 13, 2013 at 5:46 pm in reply to: Facebook Integration & Disqus Integration (doesn't work with theme) #115302Hi pa30twin,
Disqus is not supported directly no. Its a great plugin for comments but it just isn’t something that has been tested at this point so there is no code within the theme to specifically take into account the way it integrates.
The Disqus documentation should allow you to add it in if you are interested however.
Regards,
Devin
Hi rasskell,
If you aren’t comfortable adding the div to the header.php file and creating the css for it, I would suggest looking into a freelance developer who can customize it for you. That way it has full responsive support and doesn’t effect any of the normal theme functionality.
But its a bit beyond what we can do via support directly.
Regards,
Devin
Hi artistic24459,
If you are able to find any repeatable steps that can reproduce it definitely let us know.
Regards,
Devin
Hi R3v0x,
That space isn’t a margin or anything that we can modify. Its just the space in your browser because the whole site is centered.
If you wanted to change the actual structure of the whole site container you would need to hire a freelance developer to make the change and ensure that any changes don’t cause site-wide issues or cross browser compatibility issues.
To force the image above the article to center, you can try:
.attachment-entry_without_sidebar.wp-post-image {
margin: 0 auto;
}Regards,
Devin
Hi oRp77,
I don’t know of any specific limitation right now no. Is the site and slider live where we can take a look at it?
Regards,
Devin
Hi imagestudios,
Do you already have categories created for your portfolio items? It should display them there if so.
Regards,
Devin
That is correct. You can try manually adding in others but I don’t believe they have been specifically supported with css so results may be unpredictable depending on the layer you do with shortcodes within shortcodes.
You really only have one choice if you aren’t able to troubleshoot it yourself and that is to emulate the example exactly. Put the font file on your host and then point directly to it with an exact url.
Hi georgeyounan,
I did a short how-to video for updating via FTP that may help: https://vimeo.com/channels/aviathemes/67209750
I’m not sure if this is exactly what you are trying to do but if you have the exact error you are getting that will allow us to help further.
Regards,
Devin
In that case no, there isn’t anything that the theme currently offers that will allow for that easily at the moment.
Hi leedonpark1975,
I’ve never been able to get permalinks to work with a Windows server unfortunately and outside of the Codex entry on it I don’t kow of any resource that can help if you’ve already tried googling answers.
You could try Stack Overflow and see if anyone has any ideas there.
Regards,
Devin
Hi KarinGabriele,
We aren’t really able to support third party plugins. If there is an issue with the plugin, you’ll need to contact the plugin author to see if they can identify what may be causing the issue.
Regards,
Devin
Hey Adrian,
If you set the portfolio link to a video it will open up in a lightbox when clicked. Just make sure the Portfolio Grid is set to Open a preview of the entry (known as AJAX Portfolio) for the Link Handling.
Regards,
Devin
Hi itchybrain,
You could possibly add it into the header.php file with do_shortcode using its shortcode: http://codex.wordpress.org/Function_Reference/do_shortcode
But the results and implementation wouldn’t be something we can support as I don’t know what you will run into with responsive changes.
Regards,
Devin
-
AuthorPosts