Forum Replies Created

Viewing 30 posts - 1 through 30 (of 135 total)
  • Author
    Posts
  • Hey GoodGame!

    There are some work around this mainly caching your resources ( css / js ), this will require some plugins like WPCache and keep tweaking to get the performance you are after, this has to be done per user, hence we are not including this on the main installation. There are tons of tutorials of how to improve performance on youtube so i can suggest you go watch some of them ( google developer ones are really good ).

    Cheers!
    David

    in reply to: Logo not sizing in IE #255974

    Hey colingoldberg!

    That browser seems to be ie7 or 8, the main reason why it’s not working is because those browser’s do not support media queries and the logo is too BIG, a way to work around this and make your client happy is :

    To add this to your head.php file and load your custom IE7or IE8 css, and then target the logo image and scale it using width/height. http://codex.wordpress.org/Function_Reference/get_template_directory_uri

    
    //Do not assume i'm giving you the full solution since this is going to depend on your implementation. ( where you want to place your custom IE stylesheet.
    
    <!-- layout file for only IE 7-8, excluding IE 6 -->
        <!--[if (gt IE 6)&(lt IE 9)&(!IEMobile)]>
            <link rel="stylesheet" href="USE WordPress <?php echo get_template_directory_uri(); ?>" media="all">
        <![endif]-->
    

    Best regards,
    David

    in reply to: Multiple top menu problems #255923

    Hey marketingwebaustralia!

    3 ways to fix this :

    1. add media queries for the screens where your logo it’s overflowing the container.

    
    @media only screen and (min-width: 1140px //here is were you insert the width of the screen ){ //here you manually decrease the width and height of the logo. }
    

    2. You can deactivate the current menu ( responsive menu ) and use a plugin to activate the dropdown and style that accordingly.
    3. You redesign the logo ( meaning, remove the information and repurpose that ). e.g. Sevicing albury …. can go below the slider and you can center the text, the phone # can go above the navigation righ/left hand side. In that way you utilize what the theme already provides.

    Main problem is your logo is way to big, hope this help you think about how to work around this situation.

    Best regards,
    David

    in reply to: Image does not have the view full size #255815

    Hi!

    You can apply the fix to an child theme so you don’t have to this all over again. here is a link to how to create or use the included child theme. http://vimeo.com/67221517

    Best regards,
    David

    in reply to: [LayerSliderWP] Slider not found #255809

    Hey!

    I’ve export 1 slider on the back end and import it back again, and it was working, if it’s not could you let me know what’s the error or what happens after you import this one ?

    Cheers!
    David

    in reply to: Icons and iPad version 2 #255805
    This reply has been marked as private.
    in reply to: Image cropping / scaling on thumbnails / featured images #255301

    Hi brendymullan!

    There is a way to customize the size of the images so to give you an example, on the functions.php file roughly line 93 you will find this code,

    
    // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );	
    

    You can customize the width / height of your images here and in this case these is going to be the default for feature images.

    In this way you can avoid having to do this by hand.

    Cheers!
    David

    in reply to: change the URL for website logo #255182

    Hey zibaloon2!

    You can find the code to change the logo url on this file /framework/php/function-set-avia-frontend.php line #444

    Cheers!
    David

    Hey LukasE!

    As much as i would like to help you on this one, unfortunately the Translation Isn’t helping me here could you post it in English ;)

    Don’t forget the link to your site

    Best regards,
    David

    Hey Juan-Jose!

    Your images/text are not being display properly because you are inserting them using css instead of inserting them on your html ( images ) also the text/images need to be adjusted ( on Samsung sII ) because the way you are inserting them, advice : use html for the images and use media queries for the text ( to correct the position on your devices. ).

    Avia Page builder allow you to insert Images under media elements > image.

    Cheers!
    David

    in reply to: No video in fullscreen slider #254732

    Hey lbruin!

    If you have installed plugins try disable them 1 by 1 and test that first, if you are still having the problem come back with user / pass, and your URL so we can test that.

    Regards,
    David

    in reply to: Layer Slider turns into black box when scrolling #254726

    Hi!

    Are u still having this problem ? http://www.blackhawkengineering.com/ Looked over this URL can’t seem to replicate this issue. Tested on Chrome / Safari / Firefox. ( Mac )

    Best regards,
    David

    in reply to: Button doesn't show arrow when hovering over with cursor #254722

    Hey LarsBoom!

    The html code it’s not the same hence you are getting different results, try to recreate or check the 1st ( Easily register ) which is the one that does what you are after.

    Regards,
    David

    in reply to: Inserting MailChimp signup inside slider #254068

    Hey LFE!

    Here is what you could do to achieve what you are after :

    1. Use a color Section ( using avia page builder ), insert a background image ( Custom Background Image ).
    2. Adjust padding or if need to assign a ID ( For Developers: Section ID ), so you can target this appropriately ( height or else ).
    3. Insert your custom form, and you are all set.

    Best regards,
    David

    in reply to: Custom Post Type: Link (Should open in a new window) #254065

    Hi peterash!

    You can always hold down ctrl if you are on windows or command if you are on the mac.

    Cheers!
    David

    in reply to: layerslider not showingup #254064

    Hi desirelabs!

    Actually you don’t need to insert the shortcode here is an easier way to doit, after you save you slider, head over to your page ( assuming home page here ), activate advance layout AKA Avaia Page Builder, under Media elements drag and drop Advanced Layerslider, use the dropdown to choose your slider, save it and you are all set.

    Best regards,
    David

    in reply to: Changing height of one Color Selection #254061

    Hi David!

    Color sections have the ability to get assigned an ID so you can target that specific place, you can find it at the bottom of the color section ( once you open that up ). *For Developers: Section ID*

    You can name it however you like, and afterwards apply your custom height or padding to it, using custom css on the options panel.

    Regards,
    David

    in reply to: Add a link to Easy Slider #254028

    Hey erkuto!

    On easy slider when you click on add single image or video, you will get a pop up, at the bottom you can configure what you are after.

    >>>Apply a link or buttons to the slide?
    You can choose to apply the link to the whole image or to add ‘Call to Action Buttons’ that get appended to the caption

    Best regards,
    David

    in reply to: How to set/create specific font and size #254020

    Hi jamesmac007!

    You can add a class to your text, if its paragraph will go like so <p class"MY_CUSTOM_Class">.....</p> later on using custom css you can target that class and apply what’s needed.

     
    //CSS code 
    .MY_CUSTOM_Class{
        font-size: 22px //any size you want.
        color: #888; //any hex color
        line-height: 1 or in pixels 22px;
    }
    

    You could also assign an id to the section where you are inserting your content an be more specific.

    Best regards,
    David

    • This reply was modified 10 years ago by David.

    Hi!

    What browser were you using previously (version too) ? do let us know, If you were getting errors on the console if you could take an screenshot that would help a lot.

    Cheers!
    David

    in reply to: Icon Animation #253290

    Hey moolya!

    Those animations are fully working on my end, check your plugins to see if any it’s making them buggy, or if possible reinstall the theme.

    Regards,
    David

    in reply to: Grey line on landing page #253267

    Hi Mupfel!

    I’ve looked over your site couldn’t see the line you have mentioned. —> http://cl.ly/image/1Y0x1n470m1E

    Regards,
    David

    in reply to: Layer Slider big errors #252892

    Hi larwash!

    Upload the plugin manually, it’s located under /config-layerslider , use an ftp ( replace all of the files or overwrite ).

    I’m assuming you are using Enfold.

    Best regards,
    David

    in reply to: Site Pages Load Slow #252889

    Hey Scott!

    Check your hosting, you could use a plugin to cache your resources. http://wordpress.org/plugins/wp-super-cache/

    Make sure you do this after you are done with your sites.

    Best regards,
    David

    Hi Andy!

    Please send the URL / along with user / pass in case they are needed, make sure you reply as private message.

    Best regards,
    David

    in reply to: Enfold & Wishlist Member Plugin #252876

    Hey tbrim20!

    There has been a conversation around this plugin see the following links :

    https://kriesi.at/support/topic/wishlist-member-avia-framework/
    https://kriesi.at/support/topic/issue-with-wishlist/

    Plugin author has been contacted by Dude ( Head of support ), no response so far. Suggestions : http://wordpress.org/plugins/s2member/ or http://wp-member.com/

    Best regards,
    David

    Hi ceubri!

    WPML allows you to choose weather you want to display flags or not, In previous projects I have used the function you have described above icl_language….. to modify the behavior of this, you can find the checkbox under this What to include in the language switcher check image below.

    http://cl.ly/image/3G0m29423e2S

    Cheers!
    David

    in reply to: YIKES!!! Elements Go Missing – WHAT TO DO? #252327

    Hey msbllc!

    I’ve tested what you have described before, on my end everything works perfectly, without knowing what’s your current configuration ( plugins / custom code ), i can suggest you disable 1 by 1 plugins, see if it works, try to reinstall the theme again, ( thou save your custom options ) Enfold has that option on it’s own panel.

    Best regards,
    David

    Hi durkadurka!

    You can find the references to admin_bar_menu here /framework/php/function-set-avia-backend.php, under the function avia_backend_admin_bar_menu wich defines the admin bar on different places.

    If you wish to disable it completely you could do the following on functions.php or your child funcitons

    
    remove_action('admin_bar_menu', 'avia_backend_admin_bar_menu', 99);
    

    Regards,
    David

    in reply to: Issues since update #251782

    Hi!

    I’ve review your site, you can find some fixes below.

    1) Not sure what part you refer to, lot pictures and buttons. (can you elaborate or e.g. image/link below this text Search ALL Listings ? ).
    2) code snippet below, or you could find this on your custom css rules and decrease the padding-top

    
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 104px;
    }
    

    3) Increase the font-size on the phone #

    
    .header_color .phone-info {
    font-size: 22px!important;
    }
    

    Best regards,
    David

Viewing 30 posts - 1 through 30 (of 135 total)