Forum Replies Created
-
AuthorPosts
-
April 25, 2014 at 9:10 am in reply to: Google PageSpeed Insight gives red for mobile user experience #255977
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!
DavidHey 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,
DavidHey 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,
DavidHi!
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,
DavidHey!
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!
DavidThis reply has been marked as private.April 24, 2014 at 5:47 am in reply to: Image cropping / scaling on thumbnails / featured images #255301Hi 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!
DavidHey zibaloon2!
You can find the code to change the logo url on this file /framework/php/function-set-avia-frontend.php line #444
Cheers!
DavidApril 23, 2014 at 3:21 am in reply to: Detailoptimierung: Slide-Show (volle Breite), Google Maps Karte, Akkordeon #254735Hey 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,
DavidApril 23, 2014 at 3:08 am in reply to: The design of my page in Internet Explorer 11 is very different from Crome 34 #254734Hey 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!
DavidHey 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,
DavidHi!
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,
DavidApril 23, 2014 at 2:17 am in reply to: Button doesn't show arrow when hovering over with cursor #254722Hey 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,
DavidHey 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,
DavidApril 22, 2014 at 12:35 am in reply to: Custom Post Type: Link (Should open in a new window) #254065Hi peterash!
You can always hold down ctrl if you are on windows or command if you are on the mac.
Cheers!
DavidHi 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,
DavidHi 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,
DavidHey 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 captionBest regards,
DavidHi 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, 7 months ago by David.
April 21, 2014 at 9:22 pm in reply to: All Text Formatting Is Wiped Out In Content Elements In Color Sections #254019Hi!
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!
DavidHey 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,
DavidHi Mupfel!
I’ve looked over your site couldn’t see the line you have mentioned. —> http://cl.ly/image/1Y0x1n470m1E
Regards,
DavidHi 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,
DavidHey 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,
DavidApril 17, 2014 at 9:35 pm in reply to: Vimeo embed appears in layerslider edit but not preview or frontend #252887Hi Andy!
Please send the URL / along with user / pass in case they are needed, make sure you reply as private message.
Best regards,
DavidHey 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,
DavidApril 17, 2014 at 8:46 pm in reply to: enfold update wpml horizontal language switcher instead of flags #252870Hi 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!
DavidHey 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,
DavidApril 16, 2014 at 9:46 pm in reply to: not showing enfold theme adons in admin toolbar (aka WordPress Admin Bar) #252313Hi 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,
DavidHi!
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 -
AuthorPosts