ragulin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sporty] Removing of informations from posts pageThis should remove title and post meta from that specific post on your home page.
Hope this helps ??
Cheers,
BojanAwesome, it really works, any idea how to remove also that?
← Star?í p?íspěvkyThanks for help, even if this is not removeable, it looks awesome now ??
Forum: Themes and Templates
In reply to: [Sporty] Removing of informations from posts pageHey there ragulin,
Hope you’re well today!
If I understood correctly you just want to remove all information and text from the slider. If that is the case please add the slider and post link to your site where I can see it and I’ll be happy to try to assist you with removing that info from the slider.
Best regards,
BojanNot exactly, I just want to remove the text from -around- the slider….just like it is on the picture. Sorry about my mistake , here is working link with slider:
Slider
https://skkelti.cz/Forum: Themes and Templates
In reply to: [Sporty] Removing thumbnail from postthanks for help, its working now
Forum: Themes and Templates
In reply to: [Sporty] Removing thumbnail from postHey there ragulin,
Hope you’re well today!
You should be able to remove image from you single post pages with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
.single .blog-image img.imagerct {
display: none;
}
This should hide the image only on your single post pages. If the code doesn’t work please keep it added and post link to your site so I can take a look ??Best regards,
BojanHi, thanks for reply. This perfectly works, the thumbnail is not visible after opening the post. But I do not want to have it visible on the main page with new posts as well, can I do it somehow? THank you
Forum: Plugins
In reply to: [Team Rosters] Showing values and columns, Sporty themeYeah, it works, thanks for help ! ?? I know that I am annoying, though is there posibility to make only some of the columns be centered…like…I would love to have colmun -rok narozeni- and -pozice- and -?íslo- centered, and others leave like it is…how should I do it? Thank you very much,you can check the link for seeing what I mean
Forum: Plugins
In reply to: [Team Rosters] Showing values and columns, Sporty themeAnd what about something like this?
<div class=”tablepress-scroll-wrapper”></div>
.tablepress-scroll-wrapper { overflow-x: auto; overflow-y: hidden; }
Should it work in roster tables?
Forum: Plugins
In reply to: [Team Rosters] Showing values and columns, Sporty themeI would also like to have the table sorted by position…is this somehow possible? THank you very much
Forum: Plugins
In reply to: [Team Rosters] Showing values and columns, Sporty themeAll right, it is already working, somehow. THank you from your help, though I have another question…how to formate the columns, so the text will be in the middle?
I would go for <style=”text-align center”> though I dunno how to use it in this plugin.
I have also problem with width of the tables, cos on devices with smaller screen, it goes out of the page….Forum: Plugins
In reply to: [Team Rosters] Showing values and columns, Sporty themeHello, thank you for your answer. I am sorry about such a late reply, but I had a lot of other work, though the problem is still alive.
The shortcode
[mstw-tr-roster team=team-slug]
Is supossed to be in HTML partition of the page? And should I write it like…
[mstw-tr-roster team=nameofteam]
Or how? I am amateur, so my questions might be kinda stupid…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responzivity of Table pressThank you very much for your help, it is working now.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responzivity of Table pressEverything works well on the localhost, though if I try it on the webpage, it makes this thing…
https://skkelti.cz/rozpis-zeny/
Where am I doing something wrong? Thank you very much for help
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responzivity of Table pressThank you very much for your answer, Tobias, I am amateur in programming, and I am not sure about how to use your code…
So I am supossed to put this<div class="tablepress-scroll-wrapper"> [table id=123 /] </div>
In some PHP file, or in which file? Also…the code
.tablepress-scroll-wrapper { overflow-x: auto; overflow-y: hidden; }
Has to be added in the CSS media queries with width lower than 500 px ? Am I right? Thank you very much