Forum Replies Created

Viewing 30 posts - 4,711 through 4,740 (of 8,514 total)
  • Author
    Posts
  • in reply to: Is there a standard image size for this theme? #192436

    Hey SpyderSpy6!

    In the themes functions.php file all of the thumbnails that the theme tries to generate when you upload a photo are listed out:

    
    
    $avia_config['imgSize']['widget']                                  = array('width'=>36,  'height'=>36);                                                // small preview pics eg sidebar news
    $avia_config['imgSize']['square']                              = array('width'=>180, 'height'=>180);                                 // small image for blogs
    $avia_config['imgSize']['featured']                          = array('width'=>1500, 'height'=>430 );                                                // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large']                          = array('width'=>1500, 'height'=>1500 , 'crop' => false);        // images for fullscrren slider
    $avia_config['imgSize']['portfolio']                          = array('width'=>495, 'height'=>400 );                                                // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small']                 = array('width'=>260, 'height'=>185 );                                                // images for portfolio 4 columns
    $avia_config['imgSize']['gallery']                                  = array('width'=>710, 'height'=>575 );                                                // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['masonry']                                  = array('width'=>705, 'height'=>705 , 'crop' => false);                // images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar']         = array('width'=>710, 'height'=>270);                                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );                                                // images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
            $avia_config['imgSize']['gallery']                                  = array('width'=>845, 'height'=>684 );                                        // images for portfolio entries (2,3 column)
            $avia_config['imgSize']['entry_with_sidebar']         = array('width'=>845, 'height'=>321);                            // big images for blog and page entries
            $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );                                        // images for fullsize pages and fullsize slider
    }
    

    In general bigger is better since getting sized down wont cause loss of quality where stretching to fit will.

    Cheers!
    Devin

    in reply to: i just bought enfold , #192435

    If you are having issues with getting the theme installed there are a lot of introduction to WordPress videos available here: http://videos.wpbeginner.com/

    You just need to sign up for a free account and there are lots of videos for the basic how-to questions for using WordPress. We have theme specific videos available here: https://vimeo.com/channels/aviathemes

    in reply to: Enfold Questions #192433

    Glad we could help. Let us know if you have any other questions or issues.

    in reply to: i just bought enfold , #192428

    On ThemeForest, where you purchased the theme you need to go to http://themeforest.net/downloads . Then click on the Download button and then click on “Installable WordPress file only”.

    That zip file will be enfold.zip and is the one you can upload either through your WordPress dashboard or by FTP following the steps in the video.

    in reply to: i just bought enfold , #192426

    Hey!

    You download the zip file with the theme from your downloads on Themeforest when logged in.

    Cheers!
    Devin

    Glad we could help. Let us know if you have any other questions or issues.

    Hey solarmediapro!

    We only close items that are completed items. Unfortunately its something we really do have to do otherwise we get years old topics coming up and then it starts a chain of old outdated support getting seen as being a recent bit of advice or fix.

    There are some topics that get auto-closed from a yet unknown bug but so far its been only a handful of posts.

    Regards,
    Devin

    in reply to: Enfold Content Slider won't AutoAdvance #192367

    Glad we could help. Let us know if you have any other questions or issues :)

    in reply to: Site Migration – image links did not update #192366

    Search and replace doesn’t work so well unless you’ve set up the local install with the same domain name so the serialized data is the same. But we all have to learn from the mistake somewhere – I know I did quite a few times before getting things right :)

    in reply to: Problem with automatic theme update #192363

    Hey!

    The first image doesn’t seem to show an error that I can see. But it does have your private key so I’ve removed it.

    For the portfolio issue, please try deactivating all active plugins and see if that helps. The content is rendered but its being hidden by something else.

    Regards,
    Devin

    in reply to: how to change a blog into a masonry blog? #192362

    At the start of the video I mention that the Masonry element was introduced with this newest version :)

    You’ll need to update your theme version to get the new features whenever they are released.

    in reply to: Still Need Comment Section #192361

    That is actually something we’ve talked about adding in specifically because of that. The more the theme sells the more we are all finding that needs to be added in :)

    in reply to: Adding Support for Google Analytics Demographics #192358

    Hey eyeconictv!

    Those directions are not for changing the theme code, but for changing the code you add into the themes google analytics field (eg the code you get from your analytics account).

    Best regards,
    Devin

    in reply to: No Adsense from Google #192356

    Hi!

    Not sure what is causing it but the code isn’t getting rendered correctly. All of the height and width values are getting output as NaNpx .

    You could try adding a widget area into that section instead and the add the adsense code into that widget area instead.

    Regards,
    Devin

    in reply to: Drop down menu not working in IE 8 & 9 & issues with portfolio #192355

    Updating to 2.4.2 should fix the issue. I can’t say which bug fix it was or 100% that it was in there but I do remember there previously being an issue where that could occur. But once updated we’ll be able to debug if its still there.

    in reply to: Enfold Showcase #192354

    Really nice @HappyBeagle! I like the big semi transparent logo in the background.

    in reply to: Background Color at the Avia Partner Section #192351

    Hey!

    No, unfortunately I can’t think of one with css that would reliably work cross browser. The best option would be to upload your logos at the same size canvas with them resized on that canvas.

    Cheers!
    Devin

    Hey!

    If you can make the site public or give us access in some way we’ll take a look and try and see whats going on. I’ve not run across it on any client sites or my dev sites but maybe there is a specific css styling that is causing it under certain instances.

    Cheers!
    Devin

    in reply to: Site Migration – image links did not update #192349

    Hey!

    Thanks for the assist! WordPress doesn’t have an auto image update script or anything like that so as mentioned you’ll need to use a tool like WP MIGRATE DB to move everything correctly.

    Regards,
    Devin

    in reply to: Portfolio item link goes to page not found #192348

    Hey!

    Sounds like there may be an issue with the WordPress permalinks then. You can try first re-saving the options a few times in a row to try and refresh them and see if that works but if not try the troubleshooting tips in the codex here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems

    Regards,
    Devin

    in reply to: Enfold Content Slider won't AutoAdvance #192347

    Hi!

    The content slider just didn’t have the auto-rotate dropdown set to yes. I’ve changed it and then re-saved the page for you.

    Cheers!
    Devin

    Glad we could help. Let us know if you have any other questions or issues.

    in reply to: Enfold – Default Blog Title Appears in Header for ALL posts? #192345

    Hi!

    Your link is pulling up a blank page on my end. We can’t really debug previous versions since there have been some big changes since 2.1.

    Cheers!
    Devin

    in reply to: Enfold Questions #192344

    This should do it as well as adjust your logo position a bit:

    .logo img, .logo a {
    max-height: 60px !important;
    padding-top: 8px;
    }
    in reply to: Gallery pagination issues #192340

    I saw that too but that is incorrect since it most definitely does have wp_head in the header. And no, you wouldn’t be able to use the LayerSlider on the same page.

    Unfortunately that specific layout just may not be doable. It isn’t ideal but I’ll also tag the topic for Peter to take a look at to see if he has any ideas.

    in reply to: Fullwidth Masonry Gallery #192337

    What is actually stopping you from adding them? Is there an error or something else? Have you changed anything since Ismael added the test gallery like a new plugin or turning any on or changing settings?

    The masonry gallery definitely does support more so its just a matter of finding why it isn’t working on your end.

    in reply to: Known Issues #192335

    Hi solarmediapro!

    We have issues tracked on our github repository for all themes and things typically get fixed within a few weeks (or less) with updates so that isn’t something we typically do. With this most recent update there were some big issues Kriesi was trying to tackle but we may need to ask him to do a small release to fix a few of the ones we’ve fixed on the core files before then.

    But otherwise if you have an issue we’ll address it individually for now.

    Best regards,
    Devin

    A clone of something from within the theme is not going to automatically work. That is not something any programmer or developer would ever suggest doing as you don’t know what checks there are for a specific name.

    What is supported through support is clearly defined when you registered on the forums: https://kriesi.at/support/register/

    And yes, a very common thing to do when developing on any platform is to try re-loading things from scratch to verify everything works on the server/computer etc because things can change mid way through without you knowing. So making sure the base is still intact and then re-adding in each change in turn and testing is a very very common and effective way to debug.

    in reply to: Problem with installing them Enfold #192298

    Hi!

    Can you try fully deleting the theme from you server, deactivating all active plugins and then installing the theme via FTP following the video tutorial here: https://vimeo.com/channels/aviathemes/64927356

    Best regards,
    Devin

    in reply to: ISSUES WITH HEADER IN IE7 AND IE8 #192297

    Hi silviouk!

    The site has a coming soon block so I can’t take a look at the site in IE8. The theme has no support for IE7 however so unfortunately I can’t say how things would even render on it.

    Best regards,
    Devin

Viewing 30 posts - 4,711 through 4,740 (of 8,514 total)