Forum Replies Created
-
AuthorPosts
-
Hi tizmik!
You can go to Appearance > Widgets and add Text widget to any widget area that you would like to display your logo and insert your logo using HTML ( please see http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_test )
Best regards,
YigitHey!
I have just checked your website on Chrome, Firefox and IE on Win7 and Easy Slider on your homepage works fine on my end. Please check your website once again and confirm that it is working fine on your end as well
Best regards,
YigitHi!
Which version of the theme are you using? You can update your theme to the latest version in case if something went wrong during the install. You can find video tutorials here http://vimeo.com/channels/aviathemes/videos
Best regards,
YigitHey!
You can go to Enfold theme options > Header and choose to display mobile menu as Slide Out and then add following code to Quick CSS in Enfold theme options under Styling tab to remove sub menus from mobile menu
@media only screen and (max-width: 480px) { #mobile-advanced .sub-menu { display: none; }}
Best regards,
YigitHey faterra!
I have just checked your website on iphone4 ios7 and social icons work fine on my end. If you meant that you cannot use inputs on your device on other tabs, it does work on my end as well. I have checked all tabs and i am able to insert content
Regards,
YigitHi!
Thanks for sharing your code! Let us know if you have any other questions or issues
Regards,
YigitHey earthyblue!
You can use Promo Box element under Content Elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to make corners rounded
.av_promobox { border-radius: 30px; }
You can switch to Default Editor and click on Magic Wand tosee full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
You can create any of them and copy/paste shortcode into the element you have created in Avia Layout Builder to create a similar looks. But if you would like to customize the theme to look the same, you are going to need to hire a freelance developer as it is beyond the scope of support we can provide. You can also request quote here.Regards,
YigitHi!
You are welcome! Let us know if you have any other issues or questions
Best regards,
YigitDecember 2, 2013 at 5:04 pm in reply to: Getting Masonry Portfolio Results That Look Like Theme Demo #195332Hi richgates!
You should add Fullwidth Masonry element to your page under Content elements and choose to make it Sortable, with Load More button and Flexible Masonry in settings as shown here in screenshot http://i.imgur.com/DwREBN1.jpg
Regards,
YigitHey!
Please remove the code you used for increasing the font size and use following code instead
.main_menu ul:first-child > li > a { font-size: 14px; }
Cheers!
YigitHey!
Please add following code to Quick CSS as well
.avia-slideshow { margin: 0; }
It will remove top and bottom margin of slideshow
Cheers!
YigitHi!
168th line should be the same as in screenshot in your Footer.php file http://i.imgur.com/M3XOqYo.jpg
It seems like your developer did not create a child theme prior to modifying the theme. Please contact them and make sure. If you have not created a child theme and made changes on theme files, you will lose these changes.Best regards,
YigitHi oslpag!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color a:hover,.alternate_color a:hover, .main_color input[type='submit']:hover, .alternate_color input[type='submit']:hover { background-color: red; color: white; }
Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues
Best regards,
YigitHey simonac!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.iconbox_icon { color: red!important; }
Regards,
YigitHi stane!
Please try using following code instead
.hr-inner { border-color: #000!important; }
or
.main_color span { border-color: #000; }
Second one will change the border color of all span elements
Cheers!
YigitHey escogitando!
Please edit your frontpage and change slider in Advanced Layerslider options http://i.imgur.com/j3RvA97.jpg
Or in WordPress dashboard you can go to LayerSlider WP and remove slider from the plugin directlyRegards,
YigitHi NaturaIntegrativeMedicine!
Please add following codes to Quick CSS in Enfold theme options under Styling tab
A-1).team-member-name, .team-member-job-title { text-align: center; }
2)You should add square images to make it function properly
.avia-team-member .team-social, .team-img-container { border-radius: 200px; }
3)
.team-social-inner { top: 87%; }
B-1)
.team-img-container { width: 37%; float: left; margin-right: 20px; } .team-member-description { width: 60%; float: left; }
2) See A-2
3) See A-3Regards,
YigitHi malkoin!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: red; color: #ffffff; border-color: red; }
Best regards,
YigitHey!
It seems like code is not being applied. Please try adding !important to force it as following
.avia-slideshow li img { border-radius: 0!important; }
Then flush browser cache and refresh your page a few times
Cheers!
YigitDecember 2, 2013 at 3:45 pm in reply to: Header in different colors and portfolio image size #195292Hi!
Please add following codes to Quick CSS as well
1)@media only screen and (max-width: 480px) { .responsive .logo { height: 45px; }}
2)
.bok { margin-right: 50px; }
3) Can you elaborate? If you mean “Direkt Kontakt” button it does link to your contact page on my end
4).avia-menu-fx { display: none; }
5) You can add additional line breaks and you should achieve the look you want
6) You can increase font size manually as shown here http://i.imgur.com/XDCX9mF.jpg please make sure to be on text tab
Regards,
YigitHey!
Can you post the link to your website and point out the button that you would like to modify?
Cheers!
YigitHi msmazza!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color .meta-heading>* { color: red; }
Best regards,
YigitHi!
Sorry i thought you would like to decrease the height only on home page. Yes, you can remove .home and it will be affective on all pages
Best regards,
YigitHey!
I actually did click on your username but frankly could not recognize the theme :)
1) Can you please open Footer.php file in Appearance > Editor and check if 168th line is the same or not? It should be at the very bottom of the file http://i.imgur.com/M3XOqYo.jpg
2) Layerslider.css file and JavaScript files are failing to load http://i.imgur.com/gOFxyQV.jpg I would suggest you to re-update the theme via FTP
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Regards,
YigitDecember 1, 2013 at 7:30 am in reply to: Layerslider not showing uploaded image backgrounds or image layers I have added! #195006Hi!
It seems like GLOBALBANNER.jpg file cannot be found. Please try removing it and re-uploading in Media Library
Best regards,
YigitHi bloodyamazing!
Can you post the link to your page where you have progress bar so we can inspect elements on it?
Regards,
YigitHi piotrpozniak!
Please refer to Peter’s post here https://kriesi.at/support/topic/new-custom-font/#post-121900
Regards,
Yigit -
AuthorPosts