Forum Replies Created
-
AuthorPosts
-
I used the mod, it didn’t work so I removed it.
I just tried the code, doesn’t work for me either.
Any other ideas?
Thanks.
This code replacement mentioned above didn’t work for you?
Sounds good, if it doesn’t work it won’t crash the site will it?
Just wondering if I will have to use FileZilla to replace it if something goes wrong or is a simple fix of putting the original back in and save.
Thanks.
This is my actual line 801:
autolinkElements: ‘a[rel^=”prettyPhoto”], a[rel^=”lightbox”], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=”.mov”] , a[href$=”.swf”] , a:regex(href, .vimeo\.com/[0-9]) , a[href*=”youtube.com/watch”] , a[href*=”screenr.com”]’,The suggested replacement is:
autolinkElements: ‘a[rel^=”prettyPhoto”], a[rel^=”lightbox”], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=”.jpg?”], a[href*=”.png?”], a[href*=”.gif?”], a[href*=”.jpeg?”], a[href$=”.mov”] , a[href$=”.swf”] , a:regex(href, .vimeo\.com/[0-9]) , a[href*=”youtube.com/watch”] , a[href*=”screenr.com”], a[href*=”iframe=true”]’,My concern is that the note above shows line 801 being different from what my actual line 801 is. Is this a problem or should I use the suggested line?
Thanks.
Go it, thanks.
Can I find this file through being logged in to my site or do I need to use FileZilla?
Thanks.
Anybody want to take a shot at this??
Thanks.
I forgot to mention that the Lightbox Modal Window box is checked in theme options.
I have version 2.9.1, I think the update caused this issue. I am using an older version on another website and the lightbox feature works fine.
Any help would be greatly appreciated!!
Thanks.
July 25, 2014 at 11:25 pm in reply to: How Can I Create a Text Box With an smokey background? #296124Worked perfectly, thanks!!
Gave it a shot and the slider no longer worked, going to have to play with it a little more to see if I can get it to work.
I tried doing it with a slider that was already working, maybe I can try it on a new site before I create the slider.
I will post the solution if I figure it out.
Thanks.
Thanks for the info, much appreciated!!
Worked perfectly, thank you !!
That worked, thanks!!
It is not centering now.
Any suggestion?
Thanks.
Sorry about that, had taken them our for a moment.
Thanks, worked perfectly!!
Worked perfectly, thank you!!
Got it, thanks.
How do I center the sortable menu ?
It is at the left now, thanks!!
- This reply was modified 10 years, 4 months ago by Micheal0424.
July 17, 2014 at 8:29 pm in reply to: Masonry Blog – Change to grey scale until hovered over? #292645Worked perfectly, thanks for the help!!
I can, not sure how i would send it to you through here.
You can export a slider and then try and import it to see what it does.
Let me know how i would get the file to you if you want to do that?
Thanks.
Thanks.
I wasn’t having trouble with the demo sliders though, the issue was Import & Export Slider importing slider, any ideas why that still isn’t working?
Thanks.
Okay, thanks.
I did all of that before and thought I was missing something because the SEO Analyzer website I was using said I needed to do it.
I just need to find a better analyzer.I did remove the SuperCache one because it gave some kind of error.
Thanks!!
I don’t get an error, it looks like it works but no file actually imports.
I don’t receive any kind of messages, it looks like it works with the exception of no file imported.
Thanks.
This reply has been marked as private.Cool.
Thanks again for all of the help!!
Follow up question:
How do I add another link beside it?
2014 © Copyright – Website Admin login | Text Link (to open in a new window)
How do I make this happen?
Thanks.
So when the theme is updated this won’t get changed back ?
Thanks
I was able to fix it, thanks.
What caused the problem was I copied this:
add_filter('kriesi_backlink', 'avia_backlink'); function avia_backlink() { $kriesi_at_backlink = ' <a href="'.home_url('/wp-admin').'">Admin login</a>'; return $kriesi_at_backlink; }
I should have only copied this:
add_filter(‘kriesi_backlink’, ‘avia_backlink’);
function avia_backlink() {
$kriesi_at_backlink = ‘ Admin login‘;return $kriesi_at_backlink;
}I tried to back page and remove what was added and then save that and I get the same error message.
How do I fix this?
Thanks
-
AuthorPosts