Forum Replies Created
-
Author
-
January 11, 2018 at 18:07 in reply to: Nextpage function design and page title tag not working #185522
Radu
ModeratorNot marked as solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide the entire page shortcode content ? to can see it live on broswer how that it behaves and if it’s a easy way please?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Paste again this one instead the old one then make sure to purge the cache if you have any plugin like this.
COPY CODEjQuery( document ).ready(function() { jQuery('.kleo-masonry a').attr('target', '_blank'); });Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There it’s a specific action to be maden to can reproduce that?
Maybe on your side it’s from memory allocation, try to increase the php memory to 256M from apache or follow this
https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Let me know, also you can turn of the wp_debug maybe there it’s written something else.
https://codex.wordpress.org/WP_DEBUG
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 10, 2018 at 17:53 in reply to: remove animation and change layout of “Kleo Posts” widget #185406Radu
ModeratorHi,
Yes, just set for the column that keeps the dougnut and the title a specific class then i will be able to offer you a css that handles the title color.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 10, 2018 at 17:09 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #185400Radu
ModeratorFor the issue with the admin shown in the directory make sure you add the right admin ID in the function!

Code : https://pastebin.com/raw/W2ztSEg6
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Cannot take a look at your website, did you had any firewall or country restriction ? if yes allow romania as country

Also you can try to de-activate all plugins + child theme, then to test.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWhole page shortcode content to can replicate identical structure on my end to can test under ipad.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just i’ve found this : https://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/
From what i see in description looks to be what are you looking for, just test it.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no infinte feature in our theme but you can use as alternative load more via ajax option in kleo post module thru visual composer.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 10, 2018 at 16:38 in reply to: Nextpage function design and page title tag not working #185389Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Its ok now you will have just to replace the CSS with this one
COPY CODEbody,a,b,h1,h2,h3,h4,h5,h5 { font-family : "Noto Sans TC" !important; }If still not works pay attention to quotes, write you again the quotes if they are wired encoded
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you are running https you should pay for the requests, take a look here : https://archived.seventhqueen.com/forums/topic/geonames-not-working#post-170284
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2018 at 19:24 in reply to: remove animation and change layout of “Kleo Posts” widget #185306Radu
ModeratorHi,
The heading has a generic class cannot give you a css selector cuz will match multiple headings not only that, what element are are you using there ? Custom heading somehow ? if yes you can choose your desired color like in screenshot.
If no just add a class or a id to that row that contains the doughnut and the title
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2018 at 19:02 in reply to: Profilepicture in stream to small, posts in the stream shift in 2 lines #185297Radu
ModeratorHi,
sorry for the late reply there was some free days one with new year… sorry for that
tried to take a look at your site and redirects to login but the details seems to be wrong, so provide the correct admin credentials to can take a look at that
@184591 Try to switch off all plugins including that membership plugin and test.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2018 at 18:20 in reply to: Slider buttons show active in slider revolution but not working #185292Radu
ModeratorHi,
How can i see that since your homepage displays coming soon message.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No know advices for this side, until this moment you are the only user that had reported this…
Using any hosting company and install wp + kleo run as it should…
So it’s ok that you had solved
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2018 at 16:26 in reply to: Nextpage function design and page title tag not working #185277Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I see, strange issue, in this case please check under wp-admin -> emails – > and makes sure you have an email created for every case.

Check if you encounter the same issue using default wp theme anyway the KLEO theme doesn’t not modify the email notifications logic.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this javascript code to wp-admin -> theme options -> JavaScript code
COPY CODEjQuery( document ).ready(function() { $('.kleo-masonry a').attr('target', '_blank'); });That’s it
cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just i’ve tried to look at your website using an iPad device but isn’t reachable at all.
So the only way to test that it’s the next: you will have to provide to me entire shortcode page and to add it on my local kleo install to can test live that issue.
I don’t think it’s related to new devices that error maybe it’s a specific setting that causes that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

