Forum Replies Created

Viewing 30 posts - 1 through 30 (of 65 total)
  • Author
    Posts
  • in reply to: Remove logo from all blog posts #1157129

    Hi Rikard
    That worked! Thank you so much. The support is amazing.
    Anji

    in reply to: Remove logo from all blog posts #1157006

    Hi Victoria
    Links below. Seems to be those with “category” as link?
    Anji

    in reply to: Remove logo from all blog posts #1156926

    Hi 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.
    Anji

    in reply to: Remove logo from all blog posts #1156896

    Hi Jordan
    Here are the site details
    Thanks
    Anji

    in reply to: Enfold Recent Update #790389

    Hi Yigit
    Many thanks for this and yes all is working fine. Do you have any idea of what the problem was?
    Thanks
    Anji

    in reply to: Enfold Recent Update #790237

    Hi 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 7

    Thanks
    Anji

    in reply to: Enfold Recent Update #787246

    Hi 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
    Anji

    in reply to: Logo on Phone #736506

    Hi Andy
    Oh Gosh, I forgot! I sorted it.
    Thanks for your help.
    Anji

    in reply to: Logo on Phone #734687

    Richard
    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.
    Anji

    in reply to: Logo on Phone #734086

    Hi 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
    Anji

    in reply to: Retina logo #727357

    Don’t mind doing svg and plugin but it seems a bit “clunky” ( maybe I’m being naive?) Is it possible to add css?
    Thanks
    Anji

    in reply to: Retina logo #727293

    Is this the only way to do it? Just wondered
    Anji

    in reply to: Strange Heiroglyphics #726851

    Hi Yigit
    Yep! That did it.
    Thanks for your help.
    Have a good Christmas!

    in reply to: Strange Heiroglyphics #726829

    Hi Yigit
    Here is the info…

    in reply to: Strange Heiroglyphics #726811

    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.
    Anji

    in reply to: Strange Heiroglyphics #726798

    Hi Yigit
    Here is the link

    in reply to: Product Grid #616433

    Hi 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
    Anji

    in reply to: Product Grid #616288

    Hi 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
    Anji

    in reply to: Product Grid #614270

    Hi Yigit
    Here are the login details…
    Thanks
    Anji

    in reply to: Product Grid #613671

    Hi 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
    Anji

    in reply to: Product Grid #606225

    Hi Rikard
    I thought this problem had sorted itself out but it appears not. The link is http://manyhearts.co.uk/gifts/

    Thanks
    Anji

    in reply to: Contact Form7 in sidebar #603447

    Hi Yigit
    That worked! Thanks again for the best support!
    Anji

    in reply to: Contact Form7 in sidebar #603390

    Hi 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
    Anji

    in reply to: Contact Form7 in sidebar #603363

    Hi Yigit
    Thanks for responding so quickly. I tried putting the code in Quick CSS and nothing happened I’m afraid.
    Anji

    in reply to: Contact Form7 in sidebar #602851

    Hi Yigit
    Yes, here is the link
    Thanks
    Anji

    in reply to: Blog Grid #561998

    Hi Elliot
    Thanks…that worked!
    Anji

    in reply to: Blog Grid #561280

    Hi 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
    Anji

    in reply to: Blog Grid #561274

    Hi 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
    Anji

    in reply to: Blog Grid #561239

    Hi Elliot
    Thanks but doesn’t seem to work. I’ve even tried re-installing theme.
    Anji

    in reply to: Podcasts and Posts #560779

    Hi 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

Viewing 30 posts - 1 through 30 (of 65 total)