-
AuthorPosts
-
March 23, 2018 at 5:04 pm #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.
March 23, 2018 at 6:16 pm #932059Hey 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 ShannonMarch 24, 2018 at 7:46 pm #932463Please see below
March 24, 2018 at 11:45 pm #932516Hi,
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.
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.
April 3, 2018 at 3:02 pm #936607Hi please see below;
April 3, 2018 at 11:11 pm #936845Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
BasilisApril 3, 2018 at 11:36 pm #936859Please see credentials below;
April 4, 2018 at 3:31 am #936888Hi,
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,
MikeApril 4, 2018 at 9:12 am #937033Hi,
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
April 4, 2018 at 10:37 am #937060Hi,
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.
Best regards,
MikeApril 4, 2018 at 11:09 am #937072Ahh thank you Mike! You’re a star.
April 4, 2018 at 1:45 pm #937141Hi,
Glad to help, is there anything else we can assist with on this, or shall we close this?Best regards,
MikeApril 4, 2018 at 3:18 pm #937210The 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;
April 5, 2018 at 10:41 am #937579Hi,
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,
MikeApril 5, 2018 at 11:59 am #937645Hi 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
April 5, 2018 at 2:49 pm #937769Hi,
I changed the settings for the mobile layerslider so the canvas is 767px, this will be our max-width:
Now when you look at the editing screen you can see what it will look like as mobile, just stay within 425px for phones.
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,
MikeApril 5, 2018 at 3:03 pm #937774Hi Mike, please see below;
April 6, 2018 at 2:26 am #937980Hi,
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,
MikeApril 6, 2018 at 12:18 pm #938232Hi 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
April 7, 2018 at 8:10 pm #938654Hi,
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,
MikeApril 8, 2018 at 12:10 pm #938765Hi Mike,
April 8, 2018 at 3:05 pm #938787Hi,
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,
MikeApril 8, 2018 at 11:49 pm #938915Please see private box below
April 9, 2018 at 12:14 am #938921Hi,
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,
MikeApril 9, 2018 at 12:27 am #938925Perfect, thanks you!
April 9, 2018 at 7:10 am #938973Hi,
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,
RikardApril 10, 2018 at 8:29 pm #940003Hi Mike,
Last couple questions;
April 12, 2018 at 4:59 am #940757Hi,
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 -
AuthorPosts
- The topic ‘Links and Text in the footer’ is closed to new replies.