Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Enfold Progress Bars not working on mobile view #620280

    Hi Josue. Sorry I forgot to reply back but a day after I posted this the elements were working so I assumed your support team logged in and fixed them. They are working now so please close this ticket and thanks for replying.

    in reply to: Google Map is not showing up #615823

    I fixed the issues that were happening after the update. Apparently the update failed somehow. Through FTP I removed the parent theme completely and downloaded the latest version of enfold and FTP it to the themes folder. I then enabled my enfold-child theme and everything is working again.

    Please close this issue.

    in reply to: Progress bars not working after Word Press Update #615822

    I fixed the issues that were happening after the update. Apparently the update failed somehow. Through FTP I removed the parent theme completely and downloaded the latest version of enfold and FTP it to the themes folder. I then enabled my enfold-child theme and everything is working again.

    Please close this issue.

    in reply to: Progress bars not working after Word Press Update #615810

    I am using a child theme so I have created a local testing environment and have switched to the parent theme and the progress bars are still not showing up.

    in reply to: Google Map is not showing up #615809

    I have setup a local testing environment and I have switched to the parent theme and the map is still not showing up.

    in reply to: Progress bars not working after Word Press Update #615456

    Credentials

    Sorry I just figured it out using the following code in case anyone is trying to do the same. If you think this may break something visually please let me know but it looks good so far.

    /* set responsive header to adapt to browser edge */
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
      }
      /* keep all .container(s) in #main at default width of 85%*/
      .responsive #top #wrap_all #main .container {
        width: 85%;
        max-width: 85%;
      }
    }
    in reply to: How to disable header main menu hover fade transitions #600043

    Figured it out in case anyone else comes along this post. It was a transition that I had to set to none:

    .av-main-nav > li > a, div #menu-item-shop.cart_dropdown {
    -webkit-transition: none;
    transition: none;
    -webkit-transition: none;
    transition: none;
    }

    in reply to: How to disable header main menu hover fade transitions #599192

    I will not be launching the site with these 3 second fade in effects. If you were to do a fresh install of the enfold theme and try hovering over a main menu item your get a fade in effect. After applying the advanced styling colors it no longer fades in the main menu item text/link. Now when I apply a background color to the main menu links it still fades in the background color.

    How can I remove all fade in effects from the theme. Is it a javascript file?

    in reply to: How to disable header main menu hover fade transitions #599178

    I have tried your method and it works for the link text but the background is still fading. How can I remove all fade transitions throughout the whole site? I do not want any 3 second fade on rollovers to images links etc.

    in reply to: How to disable header main menu hover fade transitions #599164

    Unfortunately I can not. I would actually like to remove all hover/fading effects for all images links etc.

    OK I figured it out. Because I added the following css style to make the main_menu float left beside my logo:

    .main_menu {
      position: relative; left: 174px; /* width of my brand logo */
    }

    I had to change the following styles to the .social_bookmarks:

    #header_main nav .social_bookmarks {
        right: 174px;  /* width of my brand logo */
        float: right;
    }
    in reply to: Child Theme css not overiding parent theme #589270

    OK I have contacted them and yes they were having problems. I have switched my hosting package and about to setup the wordpress. My only concern is that I entered the license for the other wordpress installation so will this new installing of the Enfold theme be denied?

    in reply to: Child Theme css not overiding parent theme #589215

    I cannot export the theme… spitting a 503 error so I think its the hosting. I will contact them to see if they can resolve it.

    in reply to: Child Theme css not overiding parent theme #588628

    OK I have double checked everything and I can still not override any css. This is confusing. I have worked with your theme before with no problems whatsoever (love the theme). The only 3 differences that I see in this particular setup is

    1) Six or so months since I last setup and Enfold Child Theme.
    2) I am using GoDaddy.com with a temporary URL till I can get my chosen URL transfered over to my current GoDaddy account.
    3) In the video you suggested, it shows an empty functions.php file (except for my script to remove the WordPress Admin bar, which works) But in previous Enfold child-theme setups I would “enqueue” the parent and child theme stylesheets with the supplied script from WordPress Child Theme instructions http://codex.wordpress.org/Child_Themes which is now removed from the functions.php due to your suggested video guide not having it in there.

    This is getting frustrating. I do not know what I am missing.

    in reply to: Child Theme css not overiding parent theme #588496

    Will do. Thank you for the quick response.

Viewing 16 posts - 1 through 16 (of 16 total)