Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Social Icons Disappear in Site Top Header #41357
    Ilias Kapetanakis
    Participant

    The issue was caused by the WP Go Maps plugin. I replaced the “WP Go Maps” map with a “WP Maps” map and the social icons work fine now.

    From my side i am ok, but if you want to check it, you can check why WP Go Maps are causing the problem.

    Thank you,
    Ilias

    in reply to: Our Clients Title #41352
    Ilias Kapetanakis
    Participant

    I found it. It is not straight forward , but you can go to Customize–> Frontpage Sections –> Client and change the title of Layout One (even if you dont use it in frontpage).

    Case closed 🙂

    in reply to: Show/filter specific categories in blog template page #39543
    Ilias Kapetanakis
    Participant

    Thank you very much for the support!

    This was exactly what I was looking for.

    in reply to: Show/filter specific categories in blog template page #39539
    Ilias Kapetanakis
    Participant

    Hi,

    Do you have any proposal for the issue i mentioned in my previous post?

    How can i remove the “Category” word from the archive blog posts page header/title? Can you please help in which php file is the relevant code? I tried adding in the functions.php the following code with no succees:
    function remove_category_word( $title ) {
    if ( is_category() ) {
    $title = single_cat_title( ”, false );
    }
    return $title;
    }
    add_filter( ‘get_the_archive_title’, ‘remove_category_word’ );

    I am guessing the theme is not using the get_the_archive_title’ filter.

    Thank you,
    Ilias

    Ilias Kapetanakis
    Participant

    Hi,

    the site is under development and is password protected. Anyway i changed the template of the blog page where the Meta Date Enable/Disable option works as its expected.

    Thank you,
    Ilias

    in reply to: Show/filter specific categories in blog template page #39527
    Ilias Kapetanakis
    Participant

    Thank you for the response.

    It helps a lot as i can create blog pages based on the category (although i cannot choose diff blog template). My only issue now, is the category word in the title. Can i remove it somehow and leave only the name of the category as title?

    Thank you,
    Ilias

Viewing 6 posts - 1 through 6 (of 6 total)