ilfedevisio
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: WordPress Import Node-modules with javascript problemYeah I know, but the problem is that all the files are in the same folder on the same local server. The error is showing this:
http://mysite.local:10003/wp-content/themes/projectsite/js/node_modules/tone/redirected from
http://mysite.local/wp-content/themes/projectsite/js/node_modules/toneis this a problem because i’m working on local server?
Forum: Developing with WordPress
In reply to: Custom Callback for CommentsUPDATE: The problem seems to be in the
<?php echo get_avatar($comment,$size='40',$default='',$alt='', $args=array('class'=>'comment-thumbnail')); ?>The $args creates this problem, because if I remove it everything works… How can I add a class to that avatar without breaking the code?
- This reply was modified 6 years, 2 months ago by ilfedevisio.
Forum: Developing with WordPress
In reply to: Search widget not filtering postsThe problem was on the loop; I added a new WP_Query with all posts and that was the problem. Thanks for helping me, have a nice day!
Forum: Developing with WordPress
In reply to: Search widget not filtering postsWhene I type some keywords inside the search form and press enter, the page still shows me all the posts, without filtering them by the keywords.
For example, if I search for “Sunrise” and I have 3 blog posts named “Sunrise”, “River” and “Cakes”, the result isn’t the only post sunrise, but all these posts.
The form isn’t filtering data. But, the url adds in the end /?s=sunrise, like in other themes- This reply was modified 6 years, 3 months ago by ilfedevisio.
Forum: Fixing WordPress
In reply to: Css help pleaseTo remove that you have to edit the html: there’s a div with class “category-info” to be deleted.
But, if you can’t delete it for some reasons, you can add a little css to you css file:
.category-info{display: none;}
But, with this kind of code you can probably hide other elements with “category-info” class, if you haveForum: Plugins
In reply to: [LuckyWP Table of Contents] Table of Content not working after updateI think the last 1.9.10 works properly, but i’m not sure
Hi Nastia, thank you for your response! I’ve done what you said: I found out that when I activate the Composer of my theme (tagdiv Composer) the plugin stops working well. What can I do now? I have lot’s of pages built with that visual composer, I can’t deactivate it.
- This reply was modified 6 years, 9 months ago by ilfedevisio.