Kacper Perun
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Some posts aren’t responsiveFinal edit (I hope). So after careful investigation the custom css Rob came up with was very helpful on bigger smartphones and tablets, but on smaller screens it was still the same. I contacted support from premiumcoding (really cool guys btw), and they made this piece of code:
@media screen and (min-width:0px) and (max-width:620px){ .singledefult .blogpost {width:85%;} }
And it looks like everything is good now ?? So once again, thanks for everything. If something changes I will keep you posted.
PS
How to add custom css:
https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/Forum: Fixing WordPress
In reply to: Some posts aren’t responsiveThat did the trick! Your the real MVP Rob, thanks for your time ??
- This reply was modified 6 years, 7 months ago by Kacper Perun.
Forum: Fixing WordPress
In reply to: Some posts aren’t responsiveIm a goddamm Sherlock Holmes ?? It’s captions! Captions in photos make whole site unresponsive. Still would like to know why and how to fix this, so I could use them. Any ideas?
- This reply was modified 6 years, 7 months ago by Kacper Perun.
Forum: Fixing WordPress
In reply to: Some posts aren’t responsiveOk, I’ve got a clue, but could you help me with it? Apparently it’s not the plugins (I turned them all off), but photos. After I deleted photo form this post: https://kacperstory.pl/wlasny-biznes-czego-nauczylem-sie-przez-rok-lvl-2/?preview=true
everything works fine. But why?
Forum: Fixing WordPress
In reply to: Some posts aren’t responsiveEhhh… it won’t be that easy. Here’s what happened. After I posted everything as text it was good for 10 minutes, and then it switched back to being non responsive. Now both posts are with same issue I started with ??
I will check plugins, and contact support service. Will post results ??
Forum: Fixing WordPress
In reply to: Some posts aren’t responsiveI’ve got it! I just pasted whole content of my post “as a text”, like ctrl+a then checked “paste as a text”, ctrl+v, and everything seems to be all right. Weird that I did this 2 hours ago, and it didn’t help. Maybe not everything was selected… Anyway thanks for reply and clue ??
Cheers!
Forum: Fixing WordPress
In reply to: Some posts aren’t responsivePure text, didn’t do anything with the code. Funny thing is that newest post (the one below) works just fine.
https://kacperstory.pl/5-anglojezycznych-kanalow-youtube-o-nauce-ktore-warto-subowac-cz-1/Forum: Fixing WordPress
In reply to: Can’t find share buttons in my “amory” themeThanks for the replay! Your awesome ?? I will definitely follow your suggestions. I’m totally fresh in all this, and even process of getting help is tricky for me. But! In the meantime I tinkered a little, and I found how to fix my problem. So for the future generations:
To change which of your social media buttons will display under each post, you have to go to
Appearance>Editor> In top right corner choose your theme > on the right sidebar pick functions.phpThen you will have to find this line of code, and delete it (to get rid of facebook in this particular case). Be sure to make backup of thi whole file (just copy paste it somwhere)
$social .= '<a class="addthis_button_facebook" addthis:url="'.esc_url($link).'" addthis:title="'.esc_attr($title).'" ><i class="fa fa-facebook"></i></a>';
I’m not sure this is proper way to deal with problems in wordpress, but it definitely worked for me ?? Act at your own responsibility.
- This reply was modified 8 years ago by Kacper Perun.