Forum Replies Created

Viewing 30 posts - 82,441 through 82,470 (of 82,582 total)
  • Author
    Posts
  • in reply to: Button in header problem after update. #139693

    Hi Arne,

    Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    #header .avia-button-wrap.avia-button-right { left: -11.8%; }

    Regards,

    Yigit

    in reply to: No responsive MobileMenu on IPad #139687

    Hi,

    Glad that you figured it out. Let us know if anything else comes up

    Regards,

    Yigit

    in reply to: Search results page & Iconbox in Sidebar #139575

    Hi,

    Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.

    div#text-4.widget.clearfix.widget_text { left: -1%; }

    In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119

    <h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>

    and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”

    Then find following code in line 123

    'before_widget' => '<div class="widget avia_combo_widget">',

    and change it to

    'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',

    Regards,

    Yigit

    Hi Patrick,

    I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu. But if you would like to display it, please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling

    div.sub_menu_socket { display: block!important; }

    #socket .sub_menu_socket li { padding-bottom: 5px!important; }

    Regards,

    Yigit

    in reply to: How to update without losing settings / content? #139497

    Hi Michael,

    Yes Enfold is child theme compatible and you can watch this video that Devin prepated showing how to create a child theme http://vimeo.com/67221517

    Regards,

    Yigit

    in reply to: cursor: default; in the first-level menu #139604

    Hi Daniele,

    Please add following code to custom.css file or in Quick CSS section in Enfold theme options page under Styling

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { cursor: default!important; }

    You can add menu item as shown with # to make it not to link to any specific page

    Regards,

    Yigit

    in reply to: Contact form in the footer widget #139268

    Hi,

    Now that you moved the contact form to second column, id has change. Please try

    p#element_avia_name_2, p#element_avia_e-mail_2, p#element_avia_titel_2, p#element_avia_nachricht_2 { margin: 0; }

    input#avia_name_2, input#avia_e-mail_2, input#avia_titel_2 { padding: 10px; }

    Regards,

    Yigit

    in reply to: Back to Top link/icon in footer #138274

    Hi,

    You’re welcome, glad we could help

    Regards,

    Yigit

    in reply to: Header #139263

    Hi Btina,

    You’re welcome, glad we could help :)

    Regards,

    Yigit

    in reply to: Promo box button text alterations #139590

    Hi Evan,

    You’re welcome, glad we could help

    Regards,

    Yigit

    in reply to: Translation questions #139322

    Labdien!

    If you are using Poedit can you go to Catalog > Update from sources and see if new strings will be added?

    Regards,

    Yigit

    in reply to: Remove social icons at top on mobile #139559

    Hi Rob,

    Please add following code custom.css file or to Quick CSS in Enfold theme options page under Styling

    @media screen and (max-width: 767px) {

    #top .social_bookmarks { display: none; }

    .header_color .container_wrap_meta { padding-top: 10px; }

    }

    Regards,

    Yigit

    in reply to: Promo box button text alterations #139587

    Hi,

    You should make sure that you are on Text tab when adding code

    You can change button and button text color if you choose “Custom color” in Button Color section.

    Regards,

    Yigit

    in reply to: Test site on different devices #139581

    Hi,

    I’m only able to compare with my iPhone 4 and i can say output is reliable for that device

    Regards,

    Yigit

    in reply to: Test site on different devices #139579

    Hi,

    You can try this site http://quirktools.com/screenfly/

    Regards,

    Yigit

    in reply to: Contact form in the footer widget #139266

    Hi Btina,

    Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    p#element_avia_name_1, p#element_avia_e-mail_1, p#element_avia_titel_1, p#element_avia_nachricht_1 { margin: 0; }

    Regards,

    Yigit

    in reply to: Header #139261

    Hi,

    That particular page has a Horizontal Ruler on top of the content. You can click on “Edit page” on that page and delete Horizontal Ruler

    Regards,

    Yigit

    in reply to: Navigation Color & Social Media Icons #139493

    Hi,

    Please add this code to custom.css file or to Quick CSS in Enfold theme options page under Styling to change social icons color and background color

    .social_header .phone-info , #top .social_bookmarks li a { color: white; }

    .header_color .container_wrap_meta { background: black; }

    Please update Enfold to version 2.0.1 and WordPress to 3.6 then try deactivating all plugins and check if they are causing the issue.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:

    http://vimeo.com/67209750

    Regards,

    Yigit

    in reply to: Navigation Color & Social Media Icons #139491

    Hi,

    Your website is right-click disabled. It would help us a lot if you can please enable it. And have you added any custom CSS?

    Regards,

    Yigit

    in reply to: Logo and menu position #139510

    Hi,

    My bad. Please add this code to center the logo

    strong.logo { left: 50%; }

    Regards,

    Yigit

    in reply to: Logo and menu position #139507

    Hi,

    Please add this code to custom.css file or in Quick CSS in Enfold theme options page under Styling

    .container .wrap { border-bottom: solid 1px black; padding-bottom: 5px; }

    div.container { height: 270px; }

    div.main_menu { right: 25%; top: 47%;}

    Regards,

    Yigit

    in reply to: Changes to header #139380

    Hi,

    Please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    #header_meta { z-index: 1; }

    #header_main .social_bookmarks { margin-top: -76px; left: 0; }

    That should do it

    Regards,

    Yigit

    in reply to: Logo and menu position #139504

    Hi,

    Could you please send us a link to your website so we can see which header type you are using

    Regards,

    Yigit

    in reply to: reCAPTCHA looks wrong #139473

    Hi,

    Could you please firstly update Enfold to version 2.0.1 and WordPress to 3.6

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:

    http://vimeo.com/67209750

    Regards,

    Yigit

    in reply to: Question about portfolio grid #132573

    Hi,

    I prepared a bigger screenshot showing where exactly it is http://i.imgur.com/iIWSvFR.png

    Regards,

    Yigit

    in reply to: Color Section Problem #139054

    Hi Mahmut,

    All settings are the same, I tried deactivating plugins and re-uploading image but i could not figure out what is wrong. Maybe i’m missing something. I tagged rest of the team.

    Regads,

    Yigit

    in reply to: Layer slider not working in IE8 #139343

    Hi,

    Can you please give the link to your site?

    Regards,

    Yigit

    in reply to: Reduce margins contactform #139341

    Hi,

    Please add following code in custom.css file or Quick CSS in Enfold theme options page under Styling

    #top .ajax_form .text_input { padding: 7px; }

    .ajax_form .form_element_half { margin-bottom: 0; }

    Regards,

    Yigit

    in reply to: Color Section Problem #139053

    Hi Mahmut,

    Could you please create a temporary admin login and send me

    Regards,
    Yigit

    • This reply was modified 8 years, 9 months ago by Yigit.
    in reply to: AddThis Welcome Bar Issue #139227

    Hi,

    Please try adding this code to custom.css file or Quick CSS in Enfold theme options page under Styling

    .addthis_bar_container.old { padding-bottom: 27px; }

    Regards,

    Yigit

Viewing 30 posts - 82,441 through 82,470 (of 82,582 total)