Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1478664

    Hi,

    When I open my blog page, I have this https://www.nodem-it.com/test/ as url however I need to change “test” by the name of my blog page like “embedded solutions”. At the end I need to become https://www.nodem-it.com/embedded solutions/

    How can I do please ?

    #1478709

    Hey Aubin,

    Thank you for the inquiry.

    You can edit the permalink or URL of the page. Please check this documentation: https://wordpress.org/documentation/article/create-pages/#changing-the-url-of-a-page

    Best regards,
    Ismael

    #1478815

    Hi Ismael ,

    Is it possible to add a option that someone can see a number a timer the article has been seen ?
    Like the one in the private content there is view bar.

    Best regards,

    #1478827

    Hi,

    number the article has been seen

    This is not available in the theme by default, but you can try these plugins.

    https://wordpress.org/plugins/post-views-counter/
    https://wordpress.org/plugins/wp-post-views/

    Best regards,
    Ismael

    #1478854

    Hi Ismael,

    I have installed and activated the plug-in but I does not see nothing. I like to have the counter view after the world “PAR NODEMIT” in the post.

    Does I need to activate something on the theme ?

    Best regards,

    #1478889

    Hi,

    We are not familiar with the plugin in question unfortunately, did you try checking their documentation or try reaching out to their support?

    Best regards,
    Rikard

    #1478904

    Hi Rikard,

    Thanks for your feedback.
    while configuring the post view, I saw that it is possible to choose where I can display my post view using this code [post-views].
    I need to use the blo c code in meta data blog . (Enfold child–>blog->meta data blog) and activate my count view. I think doing this I can display my code view near ” PAR NODEMIT”

    How to put the post view in “meta data blog” on enfold child ?

    Best regards,
    Aubin

    #1478928

    Hi,
    We don’t have experience with your plugin and it is unlikely that we can connect your plugin to the theme, but I do recall a Reading Time that was working with the masonry element. Please see this thread, perhaps you can modify it for your needs. I’m not sure, but we are limited with such customizations and third party plugins.

    Best regards,
    Mike

    #1478947

    Hi Mike,
    I added masonry element on post item but nothing appear.
    I created a page with masonry element, nothing display.

    Best regards,
    Aubin

    #1478951

    Hi,
    Try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enabling Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files Then clear your browser cache and any cache plugin, and check.
    If this doesn’t help include a admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    #1478971

    Hi Mike,

    I implemented the masonry with reading time. It is correct. But when I’m implementing with post view, the result is strange. Each time I open one item, the post count implement for the others items.
    Please could you send with the link I send you in private content ?

    May be I need to setup something in masonry to apply the post count for each item

    #1478981

    Hi,

    Which plugin did you use? According to the plugin description, you need to select the post types for which post views will be counted. Did you enable it for the product post type?

    Option to select post types for which post views will be counted and displayed.
    3 methods of collecting post views data: PHP, Javascript and REST API for greater flexibility
    Compatible with data privacy regulations

    Please contact the plugin developers for additional assistance.

    Best regards,
    Ismael

    #1479008

    Hi Ismael,
    I think the problem is related to masonry.
    I can display the count view on each post but I need masonry to take the count for each post and display it like it did with ready time

    This is the code in function php

    function add_post_view_to_masonry_entry($content, $entry, $config) {
    $post_view_html = “<div class=’post-view’></br>” . do_shortcode(‘[post-views =”]’) . “</div>”;
    $content .= $post_view_html;
    return $content;
    }
    add_filter(‘avf_masonry_entry_content’, ‘add_post_view_to_masonry_entry’, 10, 3);

    Best regards,

    #1479011

    Hi,

    I notified the reading time is displayed on each page. That’s not good.
    I need the reading page to display only on post item.

    Best regards,
    Au

    #1479307

    Hi,

    Unfortunately, we are not familiar with the plugin and are not sure how it counts page views. You may need to contact the plugin developer for additional assistance regarding the issue.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.