Forum Replies Created

Viewing 30 posts - 82,381 through 82,410 (of 82,554 total)
  • Author
    Posts
  • 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

    in reply to: Re-styling Main Menu #139880

    Hi,

    Can you please try adding this code. Both work on my end

    .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: white!important; }

    Regards,

    Yigit

    in reply to: Avoid header getting smaller #139885
    in reply to: center logo and menu #139677

    Hi,

    Great! you’re welcome. glad we could help :)

    Regards,

    Yigit

    in reply to: Icon list title size and margin between 2 list points #139869

    Hi,

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

    .avia-icon-list .iconlist_title { font-size: 20px; }

    .main_color .iconlist_content { font-size: 14px; }

    .avia-icon-list li { padding: 0 0 10px 0; }

    Regards,

    Yigit

    in reply to: Re-styling Main Menu #139878

    Hi,

    Sure, please add this code to Quick CSS as well

    .header_color .main_menu ul:first-child > li.active-parent-item > a { background-color: red; color: white; }

    Regards,

    Yigit

    in reply to: center logo and menu #139675

    Hi,

    Keep previous codes and add this ones too

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

    @media only screen and (max-width: 1140px) { div.main_menu { right: 18%; } }

    span.avia-menu-fx { display: none; }

    Regards,

    Yigit

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

    Hi,

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

    div.slide-content { padding: 10px; }

    div.slide-entry { box-shadow: 0 0 8px #888888; }

    .avia-content-slider .slide-entry-wrap { width: 98%; left: 1%; }

    Regards,

    Yigit

    in reply to: Re-styling Main Menu #139876

    Hi,

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

    #top .main_menu .menu li a:hover { background-color: red; color: white; }

    span.avia-menu-fx { display: none; }

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

    Regards,

    Yigit

    in reply to: Social icons links not working #139786

    Hi,

    Not only usernames but you should enter your links and not to forget to add http. Can you try deactivating plugins like Facebook feed and try again?

    Regards,

    Yigit

    in reply to: Translate "Blog – Latest News" #139825

    Labdien!

    Have you tried going to Catalog > Update from sources in Poedit and see if new strings will be added?

    Regards,

    Yigit

    in reply to: size of call to action button #139780

    Hi,

    You can add following code to custom.css file or into Quick CSS section in Enfold theme options page under Styling to make large button even larger

    .avia-button.avia-size-large { padding: 30px 80px; }

    You can increase the value to make button larger

    Regards,

    Yigit

    in reply to: custom css needs to be added to the theme #139765

    Hi,

    We do not know what changes you have done on your page but you should keep z-index for #main way less than 998px

    Regards,

    Yigit

    in reply to: Make Icon list icon clickable #136815

    Hi Rohan,

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

    Regards,

    Yigit

    in reply to: Problems with the responsively on the iPhone / iPad #139817

    Hi Christian,

    You can send us screenshots using http://imgur.com/ also it will be better if you can give us the link to your website

    Regards,

    Yigit

    in reply to: Avia text box paragraph #139829

    Hi,

    WordPress automatically adds <p> tag to content when you are in visual tab. You can add paragraphs as shown below

    or you can switch to tex tab and add html

    Regards,

    Yigit

    in reply to: center logo and menu #139672

    Hi,

    For me with this code everything looks fine and menu does not move to left when i scroll down. So please try adding this code and let me know if it does not work for you.

    div.main_menu { right: 25%; top: 47%; padding-top: 10px; }

    div#ticker.liveTicker { padding-top: 11px }

    Regards,

    Yigit

    in reply to: Product pricing through woocommerce #139703

    Hi,

    To hide sale icon please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling

    #top .main_color .onsale { display:none; }

    Regards,

    Yigit

    in reply to: Make Icon list icon clickable #136811

    Hi Rohan,

    It is located in WordPress theme directory so you should go to Enfold folder and you will find Config-templatebuilder folder there.

    Regards,

    Yigit

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

    Hi Doremus,

    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 = 915;

    You can adjust the value by changing ‘915’.

    P.S.: Your website looks very nice. Definitely deserves to be showcased in this topic https://kriesi.at/support/topic/enfold-showcase

    Regards,

    Yigit

    in reply to: Layerslider not working after update #139820

    Labdien!

    It seems like image links are broken. Please try deleting them from Layer Slider and upload them again it should work.

    Regards,

    Yigit

    in reply to: Ajax Portfolio Pagination #139724

    Hi Fabiana,

    You can turn off the pagination on your portfolio page as shown below

    Regards,

    Yigit

    in reply to: How to create a one page portfolio page slider #139684

    Hi Michael,

    You should click “Edit page” on that particular page, then click on “Fullscreen Slider” in Advanced Layout Editor, click on 2nd slide then you should choose “Attach a button and apply link to button” in “Where do you want to apply the link?” section

    Regards,

    Yigit

    in reply to: center logo and menu #139670

    Hi trap,

    Please add this code to Quick CSS to center the logo

    strong.logo { left: 45.9%; }

    I do not think that it would be possible to make logo get smaller from center as origin is the top left corner. I see that you undid all the changes with logo and menu. If you still want to center the logo and menu, going with non-fixed header would be a better option.

    P.S.: I’m closing other topic as subjects are the same, if you have more questions, please ask them here.

    Regards,

    Yigit

Viewing 30 posts - 82,381 through 82,410 (of 82,554 total)