Forum Replies Created

Viewing 30 posts - 79,111 through 79,140 (of 82,589 total)
  • Author
    Posts
  • in reply to: insert logo in the footer #195374

    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,
    Yigit

    in reply to: Easy Slider trouble #195372

    Hey!

    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,
    Yigit

    in reply to: Shortcodes #195366

    Hi!

    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,
    Yigit

    in reply to: Logo Help #195356

    Hey!

    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,
    Yigit

    in reply to: Issues with IPAD (apple) and Enfold. #195352

    Hey 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,
    Yigit

    in reply to: Sidebar Shopping Cart Widget Display Error #195342

    Hi!

    Thanks for sharing your code! Let us know if you have any other questions or issues

    Regards,
    Yigit

    in reply to: How to create text boxes? #195340

    Hey 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,
    Yigit

    in reply to: Larger font size in top navigation menu bar #195334

    Hi!

    You are welcome! Let us know if you have any other issues or questions

    Best regards,
    Yigit

    in reply to: Getting Masonry Portfolio Results That Look Like Theme Demo #195332

    Hi 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,
    Yigit

    in reply to: Larger font size in top navigation menu bar #195328

    Hey!

    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!
    Yigit

    in reply to: Two questions #195320

    Hey!

    Please add following code to Quick CSS as well

    .avia-slideshow { margin: 0; }

    It will remove top and bottom margin of slideshow

    Cheers!
    Yigit

    in reply to: Layer Slider Errors #195318

    Hi!

    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,
    Yigit

    in reply to: Button Hover #195316

    Hi 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!
    Yigit

    in reply to: menue and touch displays wit internet explorer #195313

    Hi ridcon!

    Can you post the link to your website?

    Best regards,
    Yigit

    in reply to: Button does not open contents in new window #195308

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: Icon Box – change color of icon – position left #195307

    Hey 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,
    Yigit

    in reply to: HR color with CSS #195306

    Hi 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!
    Yigit

    in reply to: Remove kriesi images from homepage #195305

    Hey 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 directly

    Regards,
    Yigit

    in reply to: Centering names on "meet the team" #195300

    Hi 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-3

    Regards,
    Yigit

    in reply to: Table Headers customization #195297

    Hi 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,
    Yigit

    in reply to: border-radius images / slideshows #195296

    Hey!

    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!
    Yigit

    in reply to: Header in different colors and portfolio image size #195292

    Hi!

    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,
    Yigit

    in reply to: Button Quick CSS Code #195078

    Hey!

    Can you post the link to your website and point out the button that you would like to modify?

    Cheers!
    Yigit

    in reply to: Russian localisation #195076

    Hi!

    Spasibo :)

    Regards,
    Yigit

    in reply to: Meta Color – Special Heading #195013

    Hi 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,
    Yigit

    in reply to: Two questions #195011

    Hi!

    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,
    Yigit

    in reply to: Layer Slider Errors #195010

    Hey!

    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/67209750

    Regards,
    Yigit

    Hi!

    It seems like GLOBALBANNER.jpg file cannot be found. Please try removing it and re-uploading in Media Library

    Best regards,
    Yigit

    in reply to: Progress bar text crushed layout #195005

    Hi bloodyamazing!

    Can you post the link to your page where you have progress bar so we can inspect elements on it?

    Regards,
    Yigit

    in reply to: Ubuntu Font – Custom Header Font #195004

    Hi piotrpozniak!

    Please refer to Peter’s post here https://kriesi.at/support/topic/new-custom-font/#post-121900

    Regards,
    Yigit

Viewing 30 posts - 79,111 through 79,140 (of 82,589 total)