Forum Replies Created

Viewing 30 posts - 82,291 through 82,320 (of 82,566 total)
  • Author
    Posts
  • in reply to: Font Stack #137089

    Hi,

    Not through wp-include but you should go to wp-content > themes > Enfold > Includes > Admin and register-admin-options.php file is there

    Regards,

    Yigit

    in reply to: Spelling mistake in search module. #140863

    Hi,

    In your WordPress theme directory please go to Enfold and open Search.php file and search for “bellow” and change it.

    Regards,

    Yigit

    in reply to: Disable logo resizing #140896

    Hi,

    In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code

    if(st < el_height/2)
    {
    newH = el_height - st;
    header.removeClass('header-scrolled');
    }
    else
    {
    newH = el_height/2;
    header.addClass('header-scrolled');
    }

    and change it to

    if(st < el_height)
    {
    newH = el_height - st;
    header.removeClass('header-scrolled');
    }
    else
    {
    newH = el_height;
    header.addClass('header-scrolled');
    }

    Regards,

    Yigit

    in reply to: Changing Header #140902

    Hi,

    You can post the screenshot here. You can use http://imgur.com/

    Regards,

    Yigit

    in reply to: Padding in Layout Builder #140855

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling

    body#top.page-id-2627.content { padding-top: 30px; }

    .page-id-2627 div.avia_textblock {margin-left: -30px;}

    Regards,

    Yigit

    in reply to: Portfolio Grid : Resizing images #140626

    Hi,

    Please add following code to Quick CSS in Enfold theme options

    .grid-image img { height: 154px!important; }

    Regards,

    Yigit

    in reply to: Social Media button in Header #140006

    Hi,

    In your WordPress theme directory please go to Enfold folder and open Header.php and find following code in line 171

    do_action('ava_after_main_menu');
    ?>

    and right under it paste your code like

    <?php echo "<iframe class='facebk' src='....'></iframe>"; ?>

    do not forget to change all ” to ‘ inside your iframe code. You can use iframe.facebk class to style your button

    Regards,

    Yigit

    in reply to: Menu link to section ID loses menu in responsive mode #140814

    Hi Mike,

    I just checked your site on iPhone and menu works on my end in both portrait and landscape mode

    Regards,

    Yigit

    in reply to: Change Default Colors in Special Headings #140866

    Hi,

    Please add following code to Quick CSS

    .av-special-heading h1, .av-special-heading h2, .av-special-heading h3, .av-special-heading h4, .av-special-heading h5, .av-special-heading h6 { color: red !important; }

    .meta-heading h1, .meta-heading h2, .meta-heading h3, .meta-heading h4, .meta-heading h5, .meta-heading h6 { color: green !important; }

    Regards,

    Yigit

    in reply to: How Can I Put the Navigation Menu Under the logo #140842

    Hi,

    Please see this topic https://kriesi.at/support/topic/menu-with-logo-above-content

    You just need to adjust percentage of right and left for logo and main menu to center them

    Regards,

    Yigit

    in reply to: Bottom Border Missing on Table #140849

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    .pricing-table>li { border-top-style: none; border-bottom-style: solid!important;

    border-bottom-width: 1px; }

    Regards,

    Yigit

    in reply to: Enfold theme old one #140832

    Hi,

    This is really weird as rest of users had no problem downloading version 2.1 from ThemeForest and installing it. I will tag Kriesi

    Regards,

    Yigit

    in reply to: Color Section Problem #139056

    Hi Mahmut,

    I have tagged rest of the team already. This post was added to their personal queue.

    I am not having the same issue on my screen http://i.imgur.com/ZcvvbId.jpg

    What is your screen size? You can try uploading an image larger than your screens width.

    Regards,

    Yigit

    in reply to: Enfold theme old one #140830

    Hi,

    As of 5th of September you should be able to download version 2.1 from ThemeForest. Please login with the account you have purchased Enfold with and go to Downloads and download Enfold.

    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

    in reply to: Blog Single Author Fullwidth #140821

    Hi,

    Please update Enfold to version 2.1 and WordPress to 3.6 and problem should be solved. You are currently using Enfold version 2.0

    Let us know if issue remains

    Regards,

    Yigit

    in reply to: 2 Very annoying bugs #140293

    Hi,

    I opened the topic again.

    Regards,

    Yigit

    in reply to: Change global colour of Headings 1, 2, and 3. How do I do it? #140719

    Hi,

    You should copy/paste as is and only change “red” to your desired color

    Regards,

    Yigit

    in reply to: Simple Shortcode Question #140712

    Hi,

    You should go to Posts > Add New and choose “Quote” as your post format

    Regards,

    Yigit

    in reply to: Simple Shortcode Question #140710

    Hi Fabiana,

    It is border of Quote title. It appears when you post in Quote post type.

    Regards,

    Yigit

    in reply to: Import Dummy issue #140697

    Hi,

    What exactly the issue is? :)

    Regards,

    Yigit

    in reply to: Theme interference with Media Library Assistant #140517

    Hi,

    Please try adding following code to Quick CSS

    #top .gallery .gallery-item { margin: 10px; }

    Regards,

    Yigit

    in reply to: Error when uploading Enfold theme #140778

    Hi,

    You can try uploading via FTP. For a quick guide on installing a theme take a look at this video

    http://vimeo.com/channels/aviathemes/64927356

    If it does not work, you should contact your hosting company and ask them to increase your upload limit

    Regards,

    Yigit

    in reply to: Simple Shortcode Question #140708

    Hi Fabiana,

    I am not sure if i understood which red bar you are talking about. Can you post a screenshot and show it?

    Regards,

    Yigit

    in reply to: Change global colour of Headings 1, 2, and 3. How do I do it? #140715

    Hi,

    You can add this code to Quick CSS in Enfold theme options under Styling for main h1,h2 and h3

    .main_color h1, .main_color h2, .main_color h3 { color: red!important; }

    and for alternate h1,h2 and h3, please add

    .alternate_color h1, .alternate_color h2, .alternate_color h3 { color:red!important; }

    Regards,

    Yigit

    in reply to: Still no YouTube icon in Header? #140119

    Hi,

    As mentioned in this post https://kriesi.at/support/topic/enfold-feature-requests “Method of adding custom icon fonts to the template builder (which allows you to add custom icons like youtube, xing etc)” will be added in upcoming version :)

    Regards,

    Yigit

    in reply to: Logo and main slider not showing in IE8 #140547

    Hi,

    Please update Enfold to version 2.1 and WordPress to 3.6. And please note that Enfold is not compatible with IE 7.

    Regards,

    Yigit

    in reply to: Easy slider not working anymore #140756

    Hi,

    Please update Enfold to version 2.1 and WordPress to 3.6. You are currently using Enfold version 1.7.1. After updating the theme issue should be solved. Let us know if it remains.

    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

    in reply to: varied problems #139746

    Hi,

    1) What is the setting for “Front page displays..” in Settings > Reading?

    2) We need to see website live with that header type to inspect and find a solution :)

    4) You can find footer options in Enfold theme options under Footer and you can set widgets in Appearance > Widgets

    5) While adding widgets you can change their titles.

    Regards,

    Yigit

    in reply to: White space on slider #140370

    Hi,

    Can you please create a temporary admin login and send to me on
    Regards,
    Yigit

    • This reply was modified 8 years, 5 months ago by Yigit.
    in reply to: Logo Size #140672

    Hi Olly,

    Can you post the link to your website please?

    Regards,

    Yigit

Viewing 30 posts - 82,291 through 82,320 (of 82,566 total)