Forum Replies Created

Viewing 30 posts - 82,351 through 82,380 (of 82,547 total)
  • Author
    Posts
  • Hi Chris,

    You are welcome, glad we could help :) Let us know if you have any other questions

    Regards,

    Yigit

    in reply to: Image align in Team Member Section #140271

    Hi,

    Can you please post the link to your website?

    Regards,

    Yigit

    in reply to: does theme support Chinese? #140220

    Hi,

    You can find Enfold.pot file in Enfold > Lang folder. As i remember you are using Enfold in Chinese without an issue, you only had to increase font size in some sections and that’s all

    Regards,

    Yigit

    in reply to: Polish characters not supported (Open Sans) #140201

    Hi,

    This is how i see your test page and Polish characters looks fine?

    Regards,

    Yigit

    in reply to: Different layouts on home and post #140249

    Hi Revas,

    Glad you figured it out :) Let us know if you have any other questions

    Regards,

    Yigit

    in reply to: Remove section background image in mobile / responsive layout #140107

    Hi Chris,

    Yes actually that’d be great if you could so we can see what exactly it will look like.

    Regards,

    Yigit

    in reply to: Shadow for grid blog and facebook button #139662

    Hi,

    In your WordPress directory please go to Enfold > Config-templatebuilder > Avia-shortcodes and open Postslider.php file and find following code in line 321

    $output .= "<div class='slide-content'>";

    and add your code right under it

    $output .= " your code here ";

    But please not that you should use ‘ instead of ” inside your iframe tag so your code should be like height=’20’ and not like height=”20″

    On Localhost it did not work for me but Facebook like button for pages worked fine, so i guess you will not have a problem as long as your code is fine :) Feel free to let us know if does not work

    Regards,

    Yigit

    in reply to: Issue with phone number on mobile phones #140112

    Hi,

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

    @media only screen (max-width: 480px) { .social_header .phone-info span { font-size: 14px!important; } }

    Until 480px it looks fine so this will switch text and phone numbers font size to 14 when displayed on screens smaller than 480px.

    Regards,

    Yigit

    in reply to: Navigation Colors #140192

    Hi,

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

    .header_color .main_menu ul:first-child > li > a { color: white!important; }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: blue!important; }

    ul.sub-menu { color: red!important; }

    #top .header_color .main_menu .menu ul li>a:hover { color: green; }

    #top .main_menu .menu li>a { color: black; }

    Active state will be Blue and submenu hover state will be Green.

    Regards,

    Yigit

    Hi Chris,

    Can you post the link to your website please?

    Regards,

    Yigit

    in reply to: menu font change, size, color, active color, font weight #139968

    Hi Chris,

    Please replace previous CSS code with following one

    .header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: red!important; font-style: normal!important; }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: pink!important; }

    ul.sub-menu { font-family: "freight-sans-pro", sans-serif; font-weight: 300!important; color: red!important; font-style: normal!important; }

    #top .main_menu .menu li>a { color: red; font-family: "freight-sans-pro", sans-serif; font-weight: 300!important; font-style: normal!important; }

    #top .header_color .main_menu .menu ul li>a:hover { color: green; }

    #top #menu-item-search.menu-item-search-dropdown>a { font-family: 'entypo-fontello' !important; }

    You just need to change color hex values.

    This code will increase padding under social only on screens smaller than 767px

    @media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { padding-bottom: 20px!important; } }

    Regards,

    Yigit

    in reply to: Change font size #140149

    Hi,

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

    div.entry-content { font-size: 18px!important; }

    Regards,

    Yigit

    in reply to: How can I use a different buttons shortcode? #140135

    Hi,

    You should have no problem using that shortcode in any element that has content section

    Regards,

    Yigit

    in reply to: Navigation point does not work #139562

    Hi Btina,

    You should create color section, give ID to that color section and then add your contact form on that color section. You can create a temporary admin login and send it to me on and i can do it for you.

    Regards,
    Yigit

    • This reply was modified 8 years, 2 months ago by Yigit.
    in reply to: footer contents for different language version #139996
    in reply to: How to create bookmarks within a page? #133740

    Hi,

    Can you create a temporary admin login and send me on

    Regards,
    Yigit

    • This reply was modified 8 years, 2 months ago by Yigit.
    in reply to: Menu overlapping the logo #140086

    Hi,

    You can increase screen size to switch to mobile menu. In WordPress theme directory please go to Enfold > Js and open avia.js file and find following code in line 87

    switchWidth = 767;

    and change it to

    switchWidth = 1125;

    You can adjust the value by changing ‘1125’

    Regards,

    Yigit

    in reply to: Shadow for grid blog and facebook button #139660

    Hi,

    you can install a plugin like this one http://wordpress.org/plugins/like-dislike-counter-for-posts-pages-and-comments/

    Regards,

    Yigit

    in reply to: How to resize the mega menu images in slide-out menu #139847

    Hi Katharina,

    Can you please try adding !important to the same code

    #top .mega_menu_title img { width: auto!important; }

    Regards,

    Yigit

    in reply to: menu font change, size, color, active color, font weight #139964

    Hi Chris,

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

    .header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: #333!important; font-style: normal!important; }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #6ab165!important; }

    Regards,

    Yigit

    in reply to: Shadow for grid blog and facebook button #139658

    Hi,

    Please replace following code with previous one in Quick CSS

    div.slide-content { padding: 10px; }<br />
    div.slide-entry { box-shadow: 0 0 8px #888888; }<br />
    .avia-content-slider .slide-entry { width: 29%; }<br />
    div.slide-entry-wrap { padding-top: 5px; padding-left: 5px; }

    Can you post the link of Facebook page so i can prepare all the codes for you and you can just copy/paste them in related files

    Regards,

    Yigit

    in reply to: Re-styling Main Menu #139884

    Hi,

    We are glad we could help. I saw that you have already started a new thread so i’m closing this one.

    Regards,

    Yigit

    in reply to: No mobile menu between 768px and 989px #139970

    Hi,

    You have disabled mobile menu in CSS, please try adding this code to custom.css file or into Quick CSS in Enfold theme options page under Styling

    .responsive .mobile_menu_tablet .main_menu { display: block; }

    Regards,

    Yigit

    in reply to: Disable Slider for mobile size responsive theme #139985

    Hi,

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

    @media only screen and (min-width: 480px) and (max-width: 767px) { div.ls-wp-fullwidth-container { display: none; } }

    Regards,

    Yigit

    in reply to: style issue in pricing table #139902

    Hi,

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

    .pricing-table li.avia-pricing-row small { color: white; opacity: 1; }

    Regards,

    Yigit

    in reply to: Problem with Menu when resizing page #139586

    Hi Doremus,

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

    @media only screen and (min-width: 916px) and (max-width: 989px) { div.main_menu { right: -17%; } }

    This should solve it. it will move to menu to right on screens smaller than 989px

    Regards,

    Yigit

    in reply to: update 2013 September 5 – Version 2.1 #139923

    Hi xrisxal2000,

    If you have made any changes on files then you will lose them. The best way would be creating a child theme. You can watch this video for a quick guide

    http://vimeo.com/67221517

    Regards,

    Yigit

    in reply to: How to resize the mega menu images in slide-out menu #139845

    Hi Katharina,

    Please add this code to Quick CSS section in Enfold theme options page under Styling

    #top .mega_menu_title img { width: auto; }

    Regards,

    Yigit

    in reply to: Tabs – Shortcodes #139836

    Hi,

    Yes and this is the shortcode you should add in content section of tab

    [av_video src='https://www.youtube.com/watch?v=R6-8DwT6_xg' format='16-9' width='16' height='9']

    [av_dropcap1]H[/av_dropcap1]ello

    [av_font_icon color="" icon="2" size="40px" position="left" link="" linktarget="no"]

    You can switch to Default Editor and add shortcodes then copy and paste them in your tab content

    Regards,

    Yigit

    in reply to: How to create bookmarks within a page? #133738

    Hi,

    You should use #IDfeaturedwork

    Regards,

    Yigit

Viewing 30 posts - 82,351 through 82,380 (of 82,547 total)