vrrebels
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Polylang and Wpp/** * Queries the database and returns the posts (if any met the criteria set by the user). * * @since 1.4.0 * @global object $wpdb * @param array Widget instance * @return null|array Array of posts, or null if nothing was found */
Ok I found it and fixed the problem…your answer had to be look at line xxx of the file…sometimes it’s more sipmle to do not answer at all…
Forum: Plugins
In reply to: [WordPress Popular Posts] Problem with WPMLI will open my own thread…
Forum: Plugins
In reply to: [Asgaros Forum] QuestionsThank you very much for your answer!
I want just to suggest you an amazing feature that I saw in big sites, this will require a lot of work probably but is really a “Nice to have” feature:
Have a forum “News”(for exemple) where all the post published go automatically there.
So you create a wordpress post and when you publish it the plugin automatically creates a thread in the forum “news” with the name as title post and in the content a link to the post.
Moreover it would be very nice if when people comments a post, the comment goes directly in the thread automatically created, like an answer to the previuosly created thread!
Maybe I’m dreaming but this could be a huge feature!
Thank you for your time ??
Forum: Themes and Templates
In reply to: [Hueman] Add sharrre bar to wp ligthNo but I added that code in the hueman parent function.php like it is in the original theme, so it uses the get_template_directory.
Anyway there are 2 problems:
– The share buttons do nothing…surely like Javascript it’s not called.
– The Facebook and Gmail are not there but they are in the sharrre.php file. That’s the most strange problem.
I will work more on this today, I will keep the thread updated.
Forum: Themes and Templates
In reply to: [Hueman] Add sharrre bar to wp ligthYes I have already modified 8 file in my child theme.
If I upgrade to the full theme I have to:
– re-set everything in the theme-option like it is now
– merge my modifications to the 8 files
– hope that nothing is broken in the processI finally decided to remove your icons.
They look cool and have a lot of functionality but give -10 point score in Google speed insight in both mobile and desktop site.
It doesn’t matter the blog or site, you can check it if they are showed.
I suggest you to set your Javascript in asynchronous or defer loading to avoid this problem.
For the Css the problem was that when I try to minifying your code the icons lost their padding, and orientation start showing vertically and not horizontally.
I will probably switchback to your icons if these problems are fixed ?? .
Forum: Plugins
In reply to: [Disqus Conditional Load] Change disqus languageSolved by myself
Forum: Plugins
In reply to: [Disqus Conditional Load] Change disqus languageThis should be the code but in which php file and where to put it ?
<?php if ( get_locale() == 'it_IT') : ?> <script type="text/javascript"> var disqus_config = function () { this.language = "it"; </script> <?php endif; ?>
Forum: Themes and Templates
In reply to: [Hueman] Home page standard content like flexsliderOK I solved my self the latest part!
Thank you very much bdbrown!
Forum: Plugins
In reply to: [Disqus Conditional Load] Change disqus languageNo problem.
Yes, only two languages.
Yes, I’am.
Forum: Themes and Templates
In reply to: [Hueman] Home page standard content like flexsliderThank you bdbrown,
Your code works but only if I remove my custom css :
.pad {padding: 30px 120px 20px;}
I added this css code because when I open a post, the text and thumbnails are too wide, I mean the width size of the post is too large.
Is there a way to keep text and thumbnails in the post like it was with my padding and keep your code?
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Multilingual link'sI saw what you did and this is not what I’m asking for.
I don’t want the buttons to be translated(this is a good feature anyway), I want at question 2 at
(for exemple) Visit my Facebook page at:
eng : https://my english facebook page
it: https://my italian facebook page
So that when the icon widget are loaded they check the current site language and use the right link according to the language.
I think that at first you can just put “eng” et “others” supporting 2 language. When langauge site is english goes to “eng link” when is not goes to “other link”.
??
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Multilingual link'sHello,
I saw the new release of the plugin but I didn’t see language features…
Can you help please? I really like this plugin and don’t want to unistall it.
Thank you
Forum: Plugins
In reply to: [Disqus Conditional Load] Change disqus languageThanks for your reply but you didn’t read my first post, I know how to change the language of disqus. I have to set specific language for pages and this is possible with that code.
I don’t understand where insert that code.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Multilingual link'sOk I will check that!
Double installation is space/performance consuming I prefer to have just one :).
Thank you for your great work!