Viewing 30 results - 133,291 through 133,320 (of 142,577 total)
  • Author
    Search Results
  • #226010
    #225963
    mcraig77
    Participant

    Hello I need some help.

    1st issue – The social icons for the page builder/blog page do not line up straight, I need this fixed. Picture Screenshot Link Attached.

    http://postimg.org/image/ppsvwkxmz/

    2nd Issue – I need to have navigation for the blog. I’m using the page builder/ blog and do not see an option for this. I need it to only show in the blog area. Here is a screenshot of what I would like to achieve. Basically I want a right sidebar with the same content only for the bottom half of the page where the blog is/not the top about area.

    http://postimg.org/image/5ngm9z4od/

    #225959

    Thanks, it works ! Is it something that will be added to the theme in a future release that I will need to remove from my styling ?

    PS to ISMAEL: since you closed the topic after your answer below about styling retained.. I’m writing here.. Sure it will be retained, but shouldn’t Kriesi add this bit of code to the main theme since it looks like a bug to me.. that I need to add it independently to make my checkboxes work ?!?

    • This reply was modified 11 years, 11 months ago by ianstudio.
    #225958
    jmikhail
    Participant

    Please view Screenshot: https://www.evernote.com/shard/s77/sh/e65b02fb-abae-4cb6-8db0-74d17f966807/00f858dd4af133e951b260affcb29f34

    Website: http://bit.ly/M6McR3

    1) I’d like to move the logo back down so the logo sits on top of the black navigation bar like it currently does when its not in mobile view.

    2) I’d like to move the social icons up to where the logo is right now in the screenshot.

    3) How do I adjust the position of my slide out menu toggle button? I am thinking about putting it inside the black bar on the right side.

    #225956
    Brickso
    Participant

    Hi Guys,

    After a bit of research through the forums, I thought I had found a solution to this. However, after following a couple of different instructions I still had no luck removing the animation that occurs when you hover over an image or gallery. It’s the lightbox animation I’m assuming, the circle and the arrows. I’ve attached a screen to help explain. I’m looking to stop this from happening as for some reason it’s applying to a third-party gallery plugin.

    Any help is appreciated.

    Circle on hover

    Sorry, I think my posts got all confusing. Please view screenshot with #1 at the top and #2 at the bottom.

    https://www.evernote.com/shard/s77/sh/e74bf74f-d382-4b0c-97ab-493ece546402/f52372d28d927d81b7b982e5e4a0ce08

    #225943

    In reply to: Gallery titles

    Hey!

    If you want to remove the title attribute for all images, you can edit js > avia.js. Find this code on line 5:

     $(document).ready(function()
        {

    Below, add this code:

    $('img').removeAttr('title');
    

    Please post the link to the actual website so that we can inspect it. Please try this on Quick CSS:

    .avia-tooltip {
    top: 400px !important;
    }

    Regards,
    Ismael

    #225932
    Gstar72
    Participant

    Hi Guys,

    Could you advise me?. I have a portfolio: http://www.naturaloutlook.com , under the first image you see of the computer I have quick link buttons to #tags in colour sections. I have a problem with the expertise button, which links to a colour section on a separate page – the About page. When you hit the button the page loads but scrolls past the start of the section, the odd thing is, if you go to About at the top of the page menu, then expertise which has the same page link, the page scrolls perfectly. Can you offer any advice to get the button from the home page to work correctly.

    Hope that makes sense?.

    Thankyou,

    Gary

    #225896

    Hey!

    Try adding this code to the Quick CSS:

    .wgm-kleinunternehmerregelung {
        display: none;
    }
    .entry-summary .woocommerce-product-rating {
        top: 1px;
    }
    .price{
        font-size: 0 !important;
    }
    .price span.amount:nth-child(2) {
        display: none !important;
    }
    .woocommerce_de_versandkosten {
        font-size: 14px !important;
    }

    Cheers! 
    Josue

    Hi COLORIT!

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

    #top .no_margin.av_one_fourth {
    padding-right: 20px;
    }

    Cheers!
    Yigit

    #225862

    Topic: html Embedding videos

    in forum Enfold
    Presumebox
    Participant

    Hello;
    I have seen the last upgrade Enfond topic and want to insert a video (Youtube) on my slide from Home as they have in the demo “Home -V9 – Videos and Parallax”

    According’ve seen you must insert a Html code but I do not have to include code since I do not know.

    As I can do?
    I have that code to include and where?

    I hope your help, thank you.
    regards

    • This topic was modified 11 years, 11 months ago by Presumebox.
    #225848

    Hey claireremington!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .js_active .top_tab .tab { padding-left: 30px; padding-right: 30px; }

    Regards,
    Yigit

    #225844

    In reply to: Mobile Menu Error

    #225837

    Hey Eleina_Shinn!

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

    .fixed_header.social_header #main {
    padding-top: 212px;
    }

    2-

    div .logo { left: 35%; }

    3- Can you post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly
    Cheers!
    Yigit

    #225829
    aweirick
    Participant

    Hello,

    I would like to make the easy slider that appears at the top on my sub pages (Profile, Location, Sustainability etc) to appear static (no scroll) just like the top navigation bar. Is this possible? If so what code would I need to find/where and edit.

    http://255george.inlink.com.au/

    Thanks so much!!

    #225827

    Hi ianstudio!

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

    #top .avia_ajax_form input[type="checkbox"] { z-index: 2; }

    Cheers!
    Yigit

    #225816

    My mistake, it should be:

    
    #top.tax-product_cat .product-sorting {display:none;}
    Devin
    Inactive Moderator

    Final Edit 2/24 – Thank you everyone who sent in data.

    If you are still having issues make sure you are on version 2.5.4, have disabled all active plugins and that you clear any browser cache and plugin cache when testing out videos. The avia.js file was updated which can get cached locally on your computer and make it seem like things arent’ working.

    If you are still having issues make a new topic with your site information so we can take a look.

    Regards,

    Devin

    • This topic was modified 11 years, 11 months ago by Devin. Reason: Closing off thread
    #225785

    Hi sergeesteves!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to make the whole header section fixed

    #header { position: fixed; }
    #main { padding-top: 156px; }

    To make only menu section fixed, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

    #225773

    Hi goldsport!

    As far as I know LayerSlider doesn’t have multiple height changes as it responds to the users screen size and only changes size proportionally. You might be able to use some media queries to adjust it for key sizes (ipads, laptop etc) but I know that with how complicated animations can be and placement that gets tricky/messy.

    Cheers!
    Devin

    #225758

    Hey teotaban!

    Answered your question on your other topic. So closing this one for now.

    Cheers!
    Yigit

    #225744

    It may be an isolated case, if it happens again reply to this topic.

    Best regards,
    Josue

    I just want to add a word like “Search” or anything on the left of magnifying glass but it not show correctly. It show on top of magnifying glass…

    I’m following up to this as I solved couple things, and you no longer have to login – I disabled the maintenance mode.

    1) How do I adjust my logo positioning, I’d like the bottom of the body to sit on top of the navigation bar and probably move the logo further to the left as well.

    I was able to get the image of the person to sit on on nevigation bar by adding the margin-top: 20px but I can’t get the logo to position further to the left without an issue. I’d like to see the body somewhat behind the “Home” button.

    2) How do I set up the navigation so when I click on an active page it changes the color of the background and makes it look like a rectangle, for example click on one of the pages at http://www.apple.com and you see how the active link changes the background into another color.

    I figured out the background color for the active page. However, how do I get it to not set “home” as an active page with that background color? I prefer the background color to only show up on the other pages.

    3) How do I set a specific size to the right and left vertical borders on the navigation link so each one looks like its the same size. example: http://www.apple.com

    I can’t figure this one out, I’d like to see each tab Home, Bio, Giving Back, Speaker etc to each be in the same block size regardless of the length of characters used. Apple does it nicely.

    4) How do I move the sign up now into the same row as the name and email down near the socket?

    Still can’t figure this out either.

    Thanks!

    #225730

    The current page on the sub menu is already highlighted with this css:

    #top .main_menu .menu ul .current_page_item > a, #top .main_menu .menu ul .current-menu-item > a, .sub_menu li ul a {
    background-color: #f5f1ee;
    }
    #225728

    Hey!

    Good to know although I’ve never heard of or encountered the plugin before.

    Best regards,
    Devin

    Hey!

    Unfortunately its really not something we can assist with customizing. The next release (2.6) is planned to have more header options including a centered version but for right now to get the logo and menu centered requires very specific custom css for desktop, responsive sizes and then cross browser fixes.

    Best regards,
    Devin

    Thanks but the “current” navigation on the header is only evident when one is in the first submenu item i.e. the first open page of a main navigation item. When one goes to another page item within the menu item the “current” is lost.

    The css for the navigation looks unclean.
    /*NAVIGATION*/

    /*ROLLOVER/CURRENT MENU DECORATION*/
    .header_color .avia-menu-fx {
    background-color: #7aa84a;
    }
    .header_color .avia-menu-fx .avia-arrow, .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-color: #7aa84a;
    }

    /*MAIN*/
    .header_color .main_menu ul:first-child > li > a {
    color: #d45226;
    }

    #top .main_menu ul.menu li a {
    font-size: 14px;
    }

    /*MAIN NAVIGATION HOVER*/
    .header_color .main_menu ul:first-child > li a:hover {
    color: #7aa84a;
    }

    /*MAIN NAVIGATION CURRENT*/
    .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: #7aa84a;
    }

    /*MAIN NAV SUB NAVIGATION*/
    .header_color .main_menu .menu ul li a {
    color: #d45226;
    font-weight: 600;
    }

    #top .main_menu .menu li ul a {
    font-size: 14px;
    line-height: 15px;
    }

    /*MAIN NAV SUB NAV HOVER*/
    #top .header_color .main_menu .menu ul li>a:hover {
    color: #7aa84a;
    background-color: transparent;
    }

    /*MAIN NAV SUB NAV CURRENT*/
    still need this code

    /*SIDE NAVIGATION*/
    .main_color .widget_nav_menu ul:first-child>.current_page_item {
    background: transparent;
    }

    .main_color .sidebar .current_page_item>a {
    color: #7aa84a;
    }

    .main_color .sidebar a {
    color: #d45226;
    }

    .main_color .sidebar a:hover {
    color: #7aa84a;
    }

    .sidebar {
    font-size: 14px;
    line-height: 17px;
    }

    .js_active .tab {
    font-size: 14px;
    }

    THANKS

    how to remove the lines on the side navigation current item ?

    #225713

    Hi McGawain!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.archive .product-sorting {
    display: none;
    }
    

    Regards,
    Devin

    #225702
    This reply has been marked as private.
Viewing 30 results - 133,291 through 133,320 (of 142,577 total)