Forum Replies Created
-
AuthorPosts
-
Here are the Login informations
Hi,
thanks, but this doesn’t work neither… any other tips?Hi all,
i’ve got the same problem after updating to Enfold 4.2.5. All product pages are not loading. So this problem is serious.
Thanks very much for help.
Hi everyone,
here our newest Website:
Shopping-Center MassenThis is my Idea:
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { if(wp_attachment_is_image(your_image.jpg)) { $link = "your_link"; } if(wp_attachment_is_image(your_image.jpg)) { $link = "your_link"; } }
but then allways the current Site appears as Homelink. I don’t see the problem here.
- This reply was modified 7 years, 3 months ago by owls_studio.
Ok thanks. So another question: Is it possible to replace this code
{ if(is_page(1)) { $link = "http://kriesi.at"; } if(is_page(2)) { $link = "http://kriesi.at/themes"; } return $link; }
with another PHP-Code?
I want to add a filter like this
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link)
with a PHP Snippet like
<?php if (file_exists($filename)) { echo '<a href="$link_address">Link</a>'; } elseif (file_exists($filename) { echo '<a href="$link_address">Link</a>'; } ?>
Perfect. Thank you!
Hi,
now it should be visible.
Thanks.
Hi, here the message.
Hi,
thanks. Where do I put this in? When I put this in my functions.php, I got a white screen of death.
Hi,
this doens’t work. I’ve checked the Login, now it should work:
Hi,
Thanks. I fixed this in my htaccess-file, but is it related to my problem with the form?
Because this is still broken on mobile and some Win10-Systems.Hi,
it’s only on this particular site: http://www.massen.lu/knigge
All other forms work perfectly.See the link on the private field.
-
AuthorPosts