Forum Replies Created

Viewing 30 posts - 25,111 through 25,140 (of 34,980 total)
  • Author
    Posts
  • in reply to: Burger Menu is centered #1015091

    Hi,
    I took a look at your font css and added “!important; ” like this:

    p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Didact Gothic', sans-serif !important; 
    }

    and it now seems to be working, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Php configuration #1015090

    Hi,
    If I understand correctly we should close this thread?

    Best regards,
    Mike

    in reply to: where can I change colors of the header #1015088

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: These customizations are possible??? #1015086

    Hi,
    The mobile menu will only scroll to view the content in the menu, so the more you have in it the more it scrolls.
    Right not it scrolls a little. I don’t see any buttons on your site for a phone number, but I do see a menu item for the contact page. Perhaps you had this disabled when I viewed it.

    To make an element sticky please try using a plugin such as Sticky Menu (or Anything!) or myStickyElements

    Best regards,
    Mike

    in reply to: where can I change colors of the header #1015071

    Hi,
    Sorry I mis-read, I thought you wanted to add the bar, I see now you want to change it’s color.
    To do so, just go to Enfold Theme Options > Advanced Styling > Small bar above Main Menu and pick the color you want. I changed it to blue as a example.
    You will need to clear your browser cache.

    Best regards,
    Mike

    in reply to: Displaying the comment box above comments #1015066

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Spacing above Title on Sales Page on Mobile? #1015064

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: where can I change colors of the header #1014717

    Hi,
    Thanks for the login, I have taken a look and found that the small bar was not activated at: Enfold Theme Options > Header > Extra Elements > Phone Number or small info text
    You have the choice of “Display in top bar at the right” or “Display in top bar at the left” I have set it to the right so it will show, but please feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: navigation bar transparent #1014714

    Hi,
    Glad to see you got the margin-top:50px to work, I found the overlap was do to a line height, I have adjusted.
    Please clear your browser cache and check.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: navigation bar transparent #1014556

    Hi,
    For the first question, I added this css:

    .avia-menu.av-main-nav-wrap ul li,.avia-menu.av-main-nav-wrap ul li a {
        float: left !important; 
        text-align: center !important; 
        min-width: 85px !important; 
    }

    For the second question, please look for this rule:

    .av-main-nav li#menu-item-3422 ul.sub-menu {
        left: 0px !important;
        position: relative !important;
    }

    and add “top: 50px !important;” to it like this:

    .av-main-nav li#menu-item-3422 ul.sub-menu {
        left: 0px !important;
        position: relative !important;
        top: 50px !important;
    }

    but you may have to move your mouse quickly to maintain menu focus and mouse-over while moving to the sub-menu items.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Spacing above Title on Sales Page on Mobile? #1014519

    Hi,
    To fix the “footer” in the code block on that page I enabled the element options for developers, Enfold Theme Options > Layout Builder > Show element options for developers, and added the class “tips-footer” to the code block, and then added this Quick CSS:

    @media only screen and (max-width: 767px) { 
    .tips-footer {
    margin-top:100px !important; 
    }
    .tips-footer span {
    font-size: 8px !important;
    }
    }

    I also adjusted the code above, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Burger Menu is centered #1014016

    Hi,
    To make the social icons bigger please try:

    /* larger socket social icons */
    #socket .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #socket .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #socket .social_bookmarks {
        height: 60px!important;
    }
    
    /* larger header social icons */
    #header_meta .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #header_meta .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #header_meta .social_bookmarks {
        height: 60px!important;
    }
    

    Please adjust the size to suit.

    The socket social icons stay visible at mobile sizes, but to make the header ones stay visible please try this:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
        display: block !important; 
    }
    .responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks {
    display: none !important;
    }
    }

    Best regards,
    Mike

    in reply to: Spacing above Title on Sales Page on Mobile? #1014004

    Hi,
    For the mobile widths 375px (small mobile) & 425px (large mobile) I added this css:

    @media only screen and (min-width: 381px) and (max-width: 430px) {
    #top.page-id-983 #optin {
    top: -30px !important;
    left: 4px !important; 
    width: 80% !important;
    padding: 0px !important;
    background: transparent !important; 
    position: absolute !important; 
    }
    #top.page-id-983 input[type="text"],#top.page-id-983 input[type="email"] {
    height: 12px !important;
    padding: 1px !important;
    font-size: 8px !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    }
    #top.page-id-983 input[type='submit'] {
    height: 12px !important;
    padding: 1px !important;
    display: inline-block !important;
    font-size: 8px !important;
    margin: 0px !important;
    }
    #top.page-id-983 div#name {
    width: 12% !important;
    }
    #top.page-id-983 div#email {
    width: 12% !important;
    }
    #top.page-id-983 div#number {
    width: 25% !important;
    }
    #top.page-id-983 div#submitbutton {
    width: 10% !important;
    }
    #top.page-id-983 #wrap_all h3.av-special-heading-tag {
    margin-top: 10px !important; 
    }
    }
    @media only screen and (max-width: 380px) {
    #top.page-id-983 #optin {
    top: -45px !important;
    left: 4px !important; 
    width: 80% !important;
    padding: 0px !important;
    background: transparent !important; 
    position: absolute !important; 
    }
    #top.page-id-983 input[type="text"],#top.page-id-983 input[type="email"] {
    height: 12px !important;
    padding: 1px !important;
    font-size: 8px !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    }
    #top.page-id-983 input[type='submit'] {
    height: 12px !important;
    padding: 1px !important;
    display: inline-block !important;
    font-size: 8px !important;
    margin: 0px !important;
    }
    #top.page-id-983 div#name {
    width: 12% !important;
    }
    #top.page-id-983 div#email {
    width: 12% !important;
    }
    #top.page-id-983 div#number {
    width: 25% !important;
    }
    #top.page-id-983 div#submitbutton {
    width: 10% !important;
    }
    #top.page-id-983 #wrap_all h3.av-special-heading-tag {
    margin-top: 10px !important; 
    }
    }

    Please clear your browser cache and check.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: enfold read more link in masonry portfolio #1013971

    Hi,
    It looks like your function is having a issue with that page, I tried to take a look but I couldn’t find that page please include a link to it.
    As I checked your other pages, it seemed as all of the others are working fine, is this correct?

    Best regards,
    Mike

    in reply to: navigation bar transparent #1013966

    Hi,
    Thank you, I changed your Extended styling to include the main menu & the sub-menu for regular & on-hover colors
    2018-09-24_223623
    then I removed the redundant css for the menus, which solved the menu links (a) having one background color and the menu list items (li) having a different color which was causing the dual background colors.
    Then I made all of the menus the same width, I hope this is ok. Then I solved the current menu item on-hover colors which was making the text disappear on certain pages and sometimes on hover.
    Please see the screenshot in Private Content area.
    I hope this is satisfactory & what you had in mind.
    In the Private Content area I have included your original css from 3 days ago & yesterday’s css if you want to reverse any changes
    Please be sure to clear your browser cache a couple of times.

    Best regards,
    Mike

    in reply to: how can we upload the blog theme. #1013621

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: table text align middle #1013618

    Hi,
    I took a look at your page and it’s still showing as “vertical-align: baseline;” in your cached css.
    It looks like you are using a cache plugin, please try clearing your cache plugin.
    If you are having trouble clearing your plugin, try adding the css to WordPress > Customize > Additional CSS as it has priority over the other css files.
    Otherwise please try:

    #top .avia_textblock table td,#top .avia_textblock table tr {
    vertical-align: middle !important;
    }

    Best regards,
    Mike

    in reply to: Updating page is hanging #1013403

    Hi,
    One suggestion is to ask your webhost to whitelist the “admin-ajax.php” file from the mod security rule.

    Best regards,
    Mike

    in reply to: Updating page is hanging #1013399

    Hi,
    Thanks for the login, I’m going to ask the rest of the team to also take a look why you are getting a 404 when editing your homepage.

    Failed to load resource: the server responded with a status of 404 (Not Found) /wp-admin/admin-ajax.php

    Best regards,
    Mike

    in reply to: Logo on header not appearing on some pages #1013386

    Hey Arturo,
    This is because some of your images are getting a 403 forbidden response:
    2018-09-23_124731
    but I can access the images directly, see links in Private Content area.
    I couldn’t login to your wordpress, I got a “page not found” error, but I was able to login to your FTP and found that your .htaccess file has many “block hotlinking” rules and many “all denied” rules.
    I believe this is the cause, or that you have a similar plugin that is blocking access to these images.
    If you do have a plugin then I recommend disabling it to see if that helps, and then remove all of your .htaccess rules to see if that helps. Be sure to clear your browser cache.
    If these two steps solve, then add your rules back, one at a time, until you find the rule causing the error.

    Best regards,
    Mike

    in reply to: features images dont open in popup #1013380

    Hey vasileandrei,
    I took a look at the second image on your page and found that it is linked to open full size directly, it couldn’t open any larger.
    Is this what you were trying for?
    Please see the screenshot in Private Content area to ensure I’m looking at the correct image.

    Best regards,
    Mike

    in reply to: Updating page is hanging #1013378

    Hi,
    If you don’t mind, because I don’t see anything in the WordPress that could be causing this.

    Best regards,
    Mike

    Hey Ulrich1961,
    You could use the edited alb elements where you have the choice to set the h-tag as you like, provided by @Guenni007
    Or Try adding this code to the end of your functions.php file in Appearance > Editor:

    function slider_h2_to_h1(){
      if ( is_page('1762') ) { ?>
      <script>
      jQuery(window).load(function(){
      var el = document.querySelector('.avia-caption-title');
          el.outerHTML = '<h1 class="avia-caption-title ">' + el.innerHTML + '</h1>';
      });
      
      </script>
      <?php }
      }
      add_action('wp_footer', 'slider_h2_to_h1');

    This function is designed to only work on the one page

    Best regards,
    Mike

    in reply to: Icon fonts in Text-Block #1013374

    Hey Asrada,
    For your icons you need to add:

        display: inline-block;
        float: none;

    In your text block I wrapped your icons & text with a span:

    <span class="info-icons"> ... </span>

    then I added this css in your Quick CSS:

    .info-icons .av_font_icon {
        display: inline-block !important; 
        float: none !important; 
        margin-left: 0.5em !important; 
        margin-right: 0.1em !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: table text align middle #1013367

    Hey Stefano,
    In your css you have a “;” before the “!important;”
    please remove so your css will look like:

    table td, tr {
    vertical-align: middle !important;
    }

    Best regards,
    Mike

    in reply to: Breadcrumbs #1013359

    Hey SilviaNT,
    It looks like your breadcrumbs are very long, perhaps this css for mobile devices would be a good solution.
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 585px) { 
    .title_container .breadcrumb {
        top: 20% !important; 
    }
    #top .title_container .container {
        padding-top: 0px !important; 
        padding-bottom: 0px !important; 
        min-height: 70px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Updating page is hanging #1013353

    Hi,
    This is odd issue, perhaps there is a conflict in your .htaccess file or in a webhost setting?
    What webhost are you using? We could take a look if you provide a login in the Private Content area.

    Best regards,
    Mike

    in reply to: Updating page is hanging #1013346

    Hi,
    I have taken another look at the editing of the homepage and you are still getting this error

    Failed to load resource: the server responded with a status of 404 (Not Found) /wp-admin/admin-ajax.php

    are you using a security plugin, or some other security setting?
    Something is blocking access to your “/wp-admin/admin-ajax.php” for the homepage.

    The page /home/ is set as your frontpage in Enfold Theme Options > Frontpage Settings this is why the permalinks behave this way.

    Best regards,
    Mike

    in reply to: navigation bar transparent #1013342

    Hi,
    I have taken a look at your css and Extended styling, and have found there conflicts that are causing these issues.
    I was tring to sort them out, but it seems we are both making changes to the Extended styling & the Quick CSS at the same time, so I restored the original css to the Quick CSS field and will let you continue.
    I recommend, removing all of the css for your menu items and set the Extended styling for the menu items, this will achieve what you are trying to do with out errors.
    inactive state: white background, black text
    hover state: black background, white text

    Best regards,
    Mike

    in reply to: Tricky styling with Enfold menu color and logo #1013189

    Hey Stefan,
    The reason your logo is jumping on scroll is because, you are using header transparency and you have two slightly different logos, one is in Enfold Theme Options > Header > Transparency Options > Transparency Logo
    and the other is in Enfold Theme Options > Logo
    Typically on scroll the header would shrink and use a different logo, but your header is not shrinking so the difference in logos is showing. Try using the same image for both logos.

    For your menu color, Please try this code in the General Styling > Quick CSS field:

    #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text,#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
    color: #574b41 !important;
    }

    Best regards,
    Mike

Viewing 30 posts - 25,111 through 25,140 (of 34,980 total)