Forum Replies Created
-
AuthorPosts
-
Hi Rikard
That worked! Thank you so much. The support is amazing.
AnjiHi Victoria
Links below. Seems to be those with “category” as link?
AnjiHi Jordan
It worked for one blog but not others. If you click on the Categories link in the footer you’ll see what I mean.
AnjiHi Jordan
Here are the site details
Thanks
AnjiHi Yigit
Many thanks for this and yes all is working fine. Do you have any idea of what the problem was?
Thanks
AnjiHi Rikard
I thought I replied to your last message but can’t seem to locate it in my sent box or anything. If I did reply then forgive this reply!!
Please feel free to try the update live…really don’t mind.The error logs are on the server. I have sent login details to you in last replies. However this is the error that came up when I updated theme:
2-May-2017 21:20:06] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/understa/public_html/wp/wp-content/themes/enfold/functions.php:151) in /home/understa/public_html/wp/wp-includes/pluggable.php on line 1195
[02-May-2017 21:20:10] PHP Fatal error: Call to undefined function avia_get_option() in /home/understa/public_html/wp/wp-content/themes/enfold/header.php on line 7
[02-May-2017 21:20:11] PHP Fatal error: Call to undefined function avia_get_option() in /home/understa/public_html/wp/wp-content/themes/enfold/header.php on line 7Thanks
AnjiHi Nikko
No problem with deactivating plugins.
Modifications: Only removing time from posts and changing Blog “latest News” title. Code added to end of functions.php
function custom_widget_time($time_format, $location) {
$time_format = get_option(‘date_format’);
return $time_format;
}
add_filter(‘avia_widget_time’, ‘custom_widget_time’);add_filter(‘avf_title_args’, ‘fix_single_post_title’, 10, 2);
function fix_single_post_title($args,$id)
{
if ( $args[‘title’] == ‘Blog – Latest News’ )
{
$args[‘title’] = get_the_title($id);
$args[‘link’] = get_permalink($id);
$args[‘heading’] = ‘h1’;
}return $args;
}and some Quick CSS
Thanks
AnjiHi Andy
Oh Gosh, I forgot! I sorted it.
Thanks for your help.
AnjiRichard
Thanks for this…it works when the site first opens up, which is great but when you scroll down and the logo disappears (which we want it to do) half the menu icon disappears. Ia it possible to keep the menu icon visible.? We don’t mind if we have to get rid of the slider image on mobiles to do this.
Thanks, as always for such great support.
AnjiHi Basilis
Thanks for your response but shouldn’t the logo be responsive on mobile anyway? It’s responsive on Tablets Also the menu icon cuts off on mobiles.As I don’t want a different logo on phone is it possible to add some CSS to make the logo responsive rather than have to add something to functions.php?
Thanks for your help
AnjiDon’t mind doing svg and plugin but it seems a bit “clunky” ( maybe I’m being naive?) Is it possible to add css?
Thanks
AnjiIs this the only way to do it? Just wondered
AnjiHi Yigit
Yep! That did it.
Thanks for your help.
Have a good Christmas!Hi Yigit
Here is the info…Hi Yigit
Did everything you suggested and did a hard refresh but still the same. The theme options are useable but it’s just a bit strange.
AnjiHi Yigit
Here is the linkHi Andy
Sorry but I didn’t mean it didn’t work with the WordPress theme either, I meant that when I switched to the WordPress theme most of what was on the Enfold theme disappeared so I couldn’t even bring the page up I wanted to test.
Thanks
AnjiHi Andy
I tried all you suggested about the plugins but everything stayed the same. I tried activating a wordpress theme but it doesn’t show the page I wanted. For now I’ve stopped using the “Let user pick option….” and am using the default choice…unless you can think of any other reason why the Let user pick option isn’t working.
Many thanks
AnjiHi Yigit
Here are the login details…
Thanks
AnjiHi Josue
I did create a WordPress admin for you back in March ( happy to send details again if needed) and wondered if you have any ideas about the problem?
Thanks
AnjiHi Rikard
I thought this problem had sorted itself out but it appears not. The link is http://manyhearts.co.uk/gifts/Thanks
AnjiHi Yigit
That worked! Thanks again for the best support!
AnjiHi Yigit
Seems to work well on Chrome and firefox but still has the problem on Safari? Can I do anything about that?
Just wondering.
Thanks as always
AnjiHi Yigit
Thanks for responding so quickly. I tried putting the code in Quick CSS and nothing happened I’m afraid.
AnjiHi Yigit
Yes, here is the link
Thanks
AnjiHi Elliot
Thanks…that worked!
AnjiHi Elliot
Sorry…corrected the huge Titles (it was something to do with putting the Blog Styling on “Elegant” The CSS you gave me for getting rid of the blog categories however still don’t seem to work.
Thanks Again
AnjiHi Elliot
Just noticed the Blog grid is doing odd things on this page (see link) This was fine before but now the titles are huge and it’s got other info there too.
Thanks
AnjiHi Elliot
Thanks but doesn’t seem to work. I’ve even tried re-installing theme.
AnjiHi Basilis
Not that knowledgeable I’m afraid. Happy to change php if necessary but would need to know what I need to add.
Thanks
Anji -
AuthorPosts