Forum Replies Created

Viewing 30 posts - 24,811 through 24,840 (of 34,594 total)
  • Author
    Posts
  • in reply to: Spacing above Title on Sales Page on Mobile? #1012113

    Hey Moondreamer21,
    I took a look at your page and css and found that you had a duplicate rule with a different value, so I took the one out that seemed to be causing the issue.

    @media only screen and (max-width: 767px) {
      /*css styling for dashed line below page titles on mobile*/
    #top #wrap_all h3.av-special-heading-tag {
        margin-top:-20px!important;
        padding-bottom:5px!important;
    }
    }

    I don’t have a iPhone, so please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to make phone number tel link in team member block #1012104

    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: Transparent & Glassy Header Colors #1012103

    Hi,
    Thanks for the login, I did find that your css was missing a bracket, which I fixed.
    It is now working correctly, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to make phone number tel link in team member block #1012097

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .avia-team-member h3.team-member-name {
        padding-top: 2.1rem !important; 
        margin-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: navigation bar transparent #1012096

    Hi,
    I added this css to correct these two issues:

    .html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text {
    background-color: #000 !important;
    }
    .av-main-nav li#menu-item-3422 ul.sub-menu {
        left: 4px !important;
        position: relative !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to make phone number tel link in team member block #1012091

    Hi,
    Yes, that is because your site has a custom class and rule “.contact-card.new-sales a” to make them bold, but some don’t have this class.
    You can make them all bold with this css:

    .team-member-phone-title a {
    font-weight: bold !important; 
    }

    or make them all normal with this css:

    .team-member-phone-title a {
    font-weight: normal !important; 
    }

    Best regards,
    Mike

    in reply to: How to make Enfold theme (shop demo) one-click-page-"like" #1012090

    Hi,
    Thank you for the login, I created a new menu item called “Sign Up” which link to you sign up form at the bottom of your homepage, the link was created like this:

    /#signup

    and the anchor is the ID in the color section ID field “signup”
    when you click on the menu item it will scroll down to the element, and if you go to another page and then click on the menu item again it will go to the homepage and scroll down to the element. You can also direct people directly with the link, please see the link in the Private Content area.
    Since you have a sticky header I hope you don’t mind, but I installed the plugin Hash Link Scroll Offset so the elements will scroll to the right place and not end up under your header, this adjustment can be made at the bottom of your WordPress > Settings> General options page.
    Please try the link and make some of your own the same way, if you need some more help just let us know.

    Best regards,
    Mike

    in reply to: Password-Protect Page Not Working in Google Chrome #1012082

    Hi,
    Very good, we will leave this open until we hear back from you.

    Best regards,
    Mike

    in reply to: How to make phone number tel link in team member block #1012077

    Hi,
    Thanks for the login, I see that your child theme has a lot of the older core theme files overriding the new files, one of them is the team member file, I don’t think you will see the changes because of this. This is also why the job title is not going to show, because it’s been removed.
    I was able to add a link to the first team phone number, please review and follow this format:

    <a href="tel:+022 085 3343">022 085 3343</a>

    although I’m not sure if you need the plus sign in the number for your country, please try it on your mobile device to see if it works, otherwise try removing it.

    Best regards,
    Mike

    in reply to: How to make phone number tel link in team member block #1012067

    Hi,
    I tried to login to take a look, but the login doesn’t seem to work now. Please check.

    Best regards,
    Mike

    in reply to: color changing background and text on mouse over for columns? #1012066

    Hi,

    @OhYa1337
    thank you for sharing.

    @higrace7391
    let us know if OhYa1337’s suggestion worked for you.

    Best regards,
    Mike

    in reply to: enfold update #1012065

    Hi,
    Thank you for the FTP login, I have renamed your old theme to “enfold-old” and uploaded the update.
    Everything seems to be working correctly, but please check for yourself. If you find the update is working then we can delete the folder “enfold-old”
    Please let us know.

    Best regards,
    Mike

    in reply to: Password-Protect Page Not Working in Google Chrome #1012053

    Hi,
    Thank you for sharing, I don’t see anything in your current .htaccess file that could be causing the issue, I do see that you were using the litespeed cache plugin, which had me wondering if you are on a litespeed server which would be caching at the server level, so I tested your site and didn’t find the litespeed headers in the page respond, but I did find:

    x-cloudburst-backend: efs0/10.0.176.89
    x-cloudburst-cache: PASS
    x-cloudburst-frontend: us-east-1/10.0.218.236
    x-cloudburst-wordpress: 1

    I believe this is the cache that is causing the issue. I remember you said that the host had turned off the cache, but this looks like it’s still on. Please ask your host if they can turn it off or add a rule to your .htaccess file to not cache your one page that you want to have the password on.
    For some servers adding this to the .htaccess file will work.

    RewriteRule (.*) - [E=Cache-Control:no-cache]

    but I’m not sure if it will work on your server, your host would know for sure.
    Did you get a chance to test the demo page that I set up?

    Best regards,
    Mike

    in reply to: How to add latest FontAwesome to ENFOLD? #1011790

    Hi,
    @steviger I see that for your one button “a.frontpagelink:after” the font is showing, but all others you are using the wrong font-family.
    Please make sure you are using this:

     your-class {
        content: "\f105"; 
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900;
        color: #fff;
        display: inline-block;
    }

    please also use the font-weight
    2018-09-19_064714
    this one is right:
    2018-09-19_065035
    Best regards,
    Mike

    in reply to: Text Area Link Button Missing #1011576

    Hi,
    Glad you were able to sort it out, do you mind sharing the name of the must use plugin so we can keep an eye out for it?

    Best regards,
    Mike

    in reply to: enfold change background color in video slideshow #1011574

    Hi,

    @Guenni007
    great work, this is far better. Thanks for sharing.

    Best regards,
    Mike

    in reply to: Found a Bug! #1011572

    Hi,
    Glad you were able to sort it out, thanks for sharing, I will try to recreate the error and report my findings.

    Best regards,
    Mike

    in reply to: How to add latest FontAwesome to ENFOLD? #1011569

    Hi,
    I found that you must add the font-weight with Font Awesome 5 Free.
    First add this code to the end of your functions.php file in Appearance > Editor:

    		function Font_Awesome_5(){
    			?>
    			<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
    			<?php
    			}
    			add_action('wp_head', 'Font_Awesome_5');

    Then format your css like this:

    a.frontpagelink:after {
        text-align: center;
        content: "\f105"; 
        font-family: "Font Awesome 5 Free"; 
        font-size: 18px;
        font-weight: 900;
        color: #fff;
        margin-left: 12px;
        display: inline-block;
    }

    Best regards,
    Mike

    in reply to: Text Area Link Button Missing #1011549

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Found a Bug! #1011546

    Hey Justin Keppler,
    What did you enter into the field, and once you removed it the background video worked correctly?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Purchase Code #1011543

    Hi,
    Please see below

    Best regards,
    Mike

    in reply to: Text Area Link Button Missing #1011537

    Hey Josh,
    Do you mean this link button?
    2018-09-18_162253

    Best regards,
    Mike

    in reply to: Remove background-color in gallery #1011536

    Hey Daniel,
    Your css is working when I test it, since you are adding it to your child theme style.css, please try rebuilding your merged css by going to Enfold Theme Options > General Styling > Quick CSS field and add a blank space, this save your theme options.
    The clear your browser cache & any cache plugin.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    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: Transparent & Glassy Header Colors #1011526

    Hi,
    Oh I see, you mean from side to side, the width. I was looking at the height, I bet you have a missing bracket in your css.
    Please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Password-Protect Page Not Working in Google Chrome #1011523

    Hi,
    I have seen the password option used on many Enfold sites that we assist with working without issue.
    I have a clean install test site in the Private Content area that I set a password to that is working correctly, please check.
    I only thing I can think of that might be causing your issue is a rule in your .htaccess file, perhaps if you can post it’s content here we can take a look at it.
    I tried looking back, but did you try disabling all of your plugins?
    Until we figure this out, you could put a notice on your page that says to may need to reload the page, but it’s really not much of a solution.

    Best regards,
    Mike

    in reply to: There is an issue related to CSS #1011495

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

    Best regards,
    Mike

    Hey woahsy,
    It should be safe because the child theme is typically in a folder named “enfold-child”.
    Any old versions in your theme folder are not used, try renaming the folder to something else, if your see no issues then it’s safe the delete.

    Best regards,
    Mike

    in reply to: enfold change background color in video slideshow #1011492

    Hi,
    You are seeing black pillar boxing on the sides of the video because the aspect ratio of the player differs from that of the video.
    The black you are seeing is from youtube.
    If you were able to upload the video as a different ratio you would not have the pillar boxing, but I don’t believe that is a option with youtube. I also looked into changing the color but I didn’t find that solution. Try looking in your youtube author panel to see if they have added a new option to do so.

    Best regards,
    Mike

    in reply to: checkbox to show lightbox or not #1011486

    Hi,

    @Guenni007
    great solution, glad Dude was able to help, I’m sure many will find it helpful. Thanks for sharing.

    Best regards,
    Mike

Viewing 30 posts - 24,811 through 24,840 (of 34,594 total)