
-
AuthorPosts
-
March 5, 2025 at 12:20 pm #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 ?
March 6, 2025 at 5:07 am #1478709Hey 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,
IsmaelMarch 7, 2025 at 5:00 am #1478815Hi 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,
March 7, 2025 at 6:32 am #1478827Hi,
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,
IsmaelMarch 7, 2025 at 3:19 pm #1478854Hi 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,
March 8, 2025 at 11:27 am #1478889Hi,
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,
RikardMarch 8, 2025 at 4:23 pm #1478904Hi 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,
AubinMarch 9, 2025 at 1:36 pm #1478928Hi,
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,
MikeMarch 9, 2025 at 3:44 pm #1478947Hi Mike,
I added masonry element on post item but nothing appear.
I created a page with masonry element, nothing display.Best regards,
AubinMarch 9, 2025 at 4:32 pm #1478951Hi,
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,
MikeMarch 9, 2025 at 10:59 pm #1478971Hi 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
March 10, 2025 at 5:26 am #1478981Hi,
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 regulationsPlease contact the plugin developers for additional assistance.
Best regards,
IsmaelMarch 10, 2025 at 9:40 am #1479008Hi 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 timeThis 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,
March 10, 2025 at 9:57 am #1479011Hi,
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,
AuMarch 14, 2025 at 6:19 am #1479307 -
AuthorPosts
- You must be logged in to reply to this topic.