Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #932034

    Hello,

    1 – How to I edit this text here?
    2 – How do i remove these weird links from the footer?

    Please see image below to see what im referencing

    Thanks

    • This topic was modified 6 years, 8 months ago by jgeorge64uk.
    #932059

    Hey jgeorge64uk,

    Just add the following shortcode at the end of your Copyright line in the theme options footer section.

    [nolink]

    For issue #2 please provide a link to the site so we can see where its coming from.

    Best regards,
    Jordan Shannon

    #932463

    Please see below

    #932516

    Hi,

    The easiest way to change the footer link is to add HTML links or custom text can be added in the copyright field as shown below. If you like to display a button here a button shortcode can also be added in place of Html tag.

    Copyright – MyService

    The second issue in the footer is related to social icons.

    Please check Enfold > Social profiles

    Best regards,
    Vinay

    • This reply was modified 6 years, 8 months ago by Vinay.
    #936607

    Hi please see below;

    #936845

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #936859

    Please see credentials below;

    #936888

    Hi,
    Thanks for the login, but It doesn’t seem to be an admin account, as I can’t view your theme settings. Please change to admin.
    For number 1, please add [nolink] to the end of your copyright info.
    For number 2, once we have admin access we will be able to assist.

    Best regards,
    Mike

    #937033

    Hi,

    I’ve just updated the permissions to an administrator. Please re-login and you should see everything now.

    1 – I’ve done this already. Please read above thread. For ease here in my response when your colleague advised me to do that earlier;
    “Adding [nolink] removes the whole thing.. I want the copyright there i just want the “Enfold Theme by Kriesi” text and link removed?”

    2- Admin access now given

    Thanks

    #937060

    Hi,
    1: There must have been some mis-understanding, the [nolink] only removes “Enfold Theme by Kriesi” when added to the end of your copyright info, I did this for you and now only your copyright shows.

    2: The “#0 (no title) #0 (no title)” was your footer menu, I removed the items for you and now they don’t show.
    2018-04-04_043353

    Best regards,
    Mike

    #937072

    Ahh thank you Mike! You’re a star.

    #937141

    Hi,
    Glad to help, is there anything else we can assist with on this, or shall we close this?

    Best regards,
    Mike

    #937210

    The only thing is something i mentioned in another thread but still couldn’t work it out however maybe you can help as you already have the login details. Info below;

    #937579

    Hi,
    The best solution to have a great visitor experience with the layerslider is to create a mobile only version of your slider. Placing the new slider under your current one on the page and using css to hide one or the other depending on the screen size, such as the code below, which will only work if you have two sliders on one page.
    We will be happy to show you how this works if you first create a duplicate slider resized for mobile view.

    @media only screen and (max-width: 767px) {
    div#layer_slider_1 {
    display:none!important;
    }
    }
    
    @media only screen and (min-width: 768px) {
    div#layer_slider_2 {
    display:none!important;
    }
    }

    Best regards,
    Mike

    #937645

    Hi Mike,

    I have duplicated my slider although im not sure what you mean by make it a mobile only version?

    Would you mind logging into the site and making the changes you are referring to for ease?
    Login details are above in this thread.

    Thanks

    #937769

    Hi,
    I changed the settings for the mobile layerslider so the canvas is 767px, this will be our max-width:
    2018-04-05_080418
    Now when you look at the editing screen you can see what it will look like as mobile, just stay within 425px for phones.
    2018-04-05_080817
    I also created a test page to view the slider, see Private Content area.
    So, try to change the width of the text and button to match your image above for screen width 425px.
    I see you have a color section under your layer slider, this is the one that is distorted. I guess we will be replacing it with the new mobile layerslider?

    Best regards,
    Mike

    #937774

    Hi Mike, please see below;

    #937980

    Hi,
    Thanks for the information, I now believe that you have created the color section for mobile screens, and wish to have a full screen image for mobile devices. So lets try to see what we can do with this first.
    I modified your code to this:

    @media only screen and (max-width: 989px) {
      #custom-section {
        background-size: cover !important;
      }
    }
    @media only screen and (max-width: 767px) {
    div#layer_slider_1 {
    display:none!important;
    }
    }
    

    This hides your original layout for mobile screen sizes, and changes the background image of your color section to: “cover”, which will “cover” your screen.
    Please see screenshot in Private Content area. This is what I see in mobile.
    The only limitation here is that if you want to show the image full width, you will need a longer image.
    But please clear your browser cache and check the as is size, I think it looks good.

    Best regards,
    Mike

    #938232

    Hi Mike,

    Thank you for your continued help. I’ve added this code now and got rid of the one other but im running into 2 issues listed below in the private area. I also have a third question :)

    Thanks

    #938654

    Hi,
    1: I tested on my Android and I couldn’t reproduce the resizing of the image, although it looks like we are both using mobile Chrome? I also tested in my desktop Chrome developer tools as mobile, which has been reliable. Please see video in the Private Content area. Are you using a iPhone?

    2: To center everything I added the class “mobile-home” to your special heading and added this css code in the General Styling > Quick CSS field:

    .mobile-home {text-align: center;}

    please clear your browser cache and check.

    3: To make your mobile header transparent, and enable your alternative logo, I added this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) { 
    .responsive #top #main {margin-top: -80px!important;}
    #top #wrap_all .av_header_transparency {background-color: transparent!important;}
    div#header_main > .container {display: block !important;}
    .responsive #top .av_header_transparency .logo img.alternate{display:block!important; }
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 0!important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #938765

    Hi Mike,

    #938787

    Hi,
    The error is in the code I gave you, on this line:

    .responsive #top #main {margin-top: -80px!important;}

    try changing it to any negative number down to 0px, the closer to 0px the more space there will be at the top of the page. I thought -40px looked good, but I’ll let you judge :)

    Best regards,
    Mike

    #938915

    Please see private box below

    #938921

    Hi,
    Well it seems the only page that has the issue is the homepage because of the transparent header, so let’s add this code to the end of your css, or at least after the other code:

    @media only screen and (max-width: 766px) { 
    .responsive #top.home #main {margin-top: -80px!important;}
    }

    It will only work on the homepage.

    Best regards,
    Mike

    #938925

    Perfect, thanks you!

    #938973

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #940003

    Hi Mike,

    Last couple questions;

    #940757

    Hi,

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks! We’ll close this thread now.

    Best regards,
    Ismael

Viewing 28 posts - 1 through 28 (of 28 total)
  • The topic ‘Links and Text in the footer’ is closed to new replies.