• Theme Author Dinev Dmitry

    (@dimadinev)


    to version 1.2.3
    * Added font size option for a headline in the Customizer.
    * Improved of the headline section.
    * Changed the view of the gallery tiles on phones (now the post title is always visible on the image background)
    * Added basic style to the visual editor

    Updated premium version Teletype Plus http://dinevthemes.com/themes/teletype-plus/
    * Added option to select a number of columns for blog posts and portfolio posts.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Dinev,

    Thanks for the update!
    It all works great except for one issue, I now see the section title twice: the first comes from the head-content and the second one comes from the section-title.

    in the child theme I’m using I tried section-title {display: none !important;} with no luck.

    Any hints?

    Best,
    Piero

    Theme Author Dinev Dmitry

    (@dimadinev)

    Hi @pdesopo,
    give a link to the page where this bug appears.

    Thanks, Dinev,

    Here’s the link:
    https://www.pierodesopo.com/category/lostfound/

    Theme Author Dinev Dmitry

    (@dimadinev)

    Check the file archive.php. Your child theme has it?

    If so, look at its code, is it the same as here?

    If so, remove these lines (20-25) from the file:

    20	                        <div class="section-title center wow fadeIn">
    21	                                <?php
    22	                                        the_archive_title( '<h2>', '</h2>' );
    23	                                        the_archive_description( '<p class="taxonomy-description">', '</p>' );
    24	                                ?>
    25	                        </div>

    Awesome!

    Thank you, Dinev.

    Keep up the great work!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Updated’ is closed to new replies.