Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: High number of licences #1013695

    Thank you for answering my question in a timely manner.

    I was asking as asset management via Themeforest – which purchase belongs to which page, has support for how long, under what conditions exactly – becomes somewhat hard to take care of when you buy themes regularly.

    I will have to come up with a different solution, maybe one in which I can include various plugin purchases for our sites, too.

    Thanks. You can close this topic, i think. The solution will help others as well, i hope

    In think I might have found a possible solution on my own, even though I had already put considerable hours into this before.
    So there seems to be at least one way for displaying custom taxonomies under the title of a blog post.

    Right under line 211 to 214 in includes/loop-index.php there is a chance to include content outside a if-clause that governs part of the content-structure of blog-lists in Enfold.

    After this:

    // The wrapper div prevents the Safari reader from displaying the content twice  ¯\_(ツ)_/¯
     echo '<div class="av-heading-wrapper">';
                            echo strpos($blog_global_style, 'modern-blog') === false ? $cat_output.$title : $title.$cat_output;
                        echo '</div>';

    Before this:
    echo $close_header;

    I included this to show the custom taxonomy “autorin” right under the title:

                       
                        echo '<span class="post-meta-infos">';
                        echo '<span style="width: 80px;display: inline-block;">AutorInnen:</span>';
                        echo get_the_term_list( $post->ID, 'autorin', '', ', ' );
                        echo '</span>';

    Of course now I could include many more custom taxonomies right there.

    I included the new loop-index.php in the enfold child theme. This way it shouldn’t be directly interfering with future updates. Of course using a hook seems the safer route, but I don’t see a way to include anything right under the title of blog posts. Or is there?

    • This reply was modified 6 years, 4 months ago by Carqueville. Reason: copy-paste error
    in reply to: Mehrere Farb-Sektionen mit gleichen Inhalten #981584

    Sie sollten nach den Begriffen “googleon” und “googleoff” suchen. Hier mal was der Suchkonzern selber dazu sagt:

    https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/admin_crawl/preparing.html#1076243

    Die Frage ist, ob das noch gilt oder schon wieder veraltet ist. Googles Dokumentation hinkt oft ein wenig hinter der Realität ihrer eigenen Suche hinterher.

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