Forum Replies Created

Viewing 30 posts - 7,831 through 7,860 (of 8,514 total)
  • Author
    Posts
  • in reply to: Open Sans font #124409

    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

    in reply to: Table Layout / setting / styling #123714

    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

    in reply to: Unidentifiable posts in blog category #124083

    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

    in reply to: Portfolio Item Separation #124407

    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

    in reply to: Page Lay-out #123383

    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

    The 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.

    If 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"]'); ?>

    in reply to: Logo Shrinking Needs Solution #124687

    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

    in reply to: Special Heading not wrapping with DIV #124683

    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

    Kriesi 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

    Hi 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

    in reply to: Mega Menu not accessible on mobile devices #124095

    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.

    in reply to: Disable fixed HEADER #124019

    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

    in reply to: Logo Shrinking Needs Solution #124685

    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

    in reply to: Avia Layout Builder – Cannot Modify Text #124428

    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

    in reply to: Show comments in blog index #98185

    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

    Hi 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

    in reply to: LOGIN button up next to search #124360

    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

    in reply to: Problem from Ajax portfolio to normal #124125

    Hi artistic24459,

    If you are able to find any repeatable steps that can reproduce it definitely let us know.

    Regards,

    Devin

    in reply to: Left sidebar #124047

    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

    in reply to: Advanced Layerslider – element limitations? #124367

    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

    in reply to: How to create a 4 column portfolio like Enfold demo #124138

    Hi imagestudios,

    Do you already have categories created for your portfolio items? It should display them there if so.

    Regards,

    Devin

    in reply to: Shortcodes not appearing #123105

    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.

    in reply to: Custom hosted font with the child theme: Instructions #123811

    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.

    in reply to: Upload Error: WordPress Failure Notice #124454

    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 reply to: PLAYING VIDEOS FROM THE GALLERY #124269

    In that case no, there isn’t anything that the theme currently offers that will allow for that easily at the moment.

    in reply to: Unable to get Permalinks to work other than default. #124144

    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

    in reply to: All In One Event Calendar #124358

    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

    in reply to: PLAYING VIDEOS FROM THE GALLERY #124267

    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

    in reply to: Make one slider for all pages #123932

    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

Viewing 30 posts - 7,831 through 7,860 (of 8,514 total)