Skavenmight
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Second posttype not showing up in widgetHoi Jonathandejong!
You got it right!
I knew it had to be something simple. I forgot about those basic settings. There is an option called “Activate for these post types:” which activates the post type for the filter.So I got it working. Thanks!
Forum: Fixing WordPress
In reply to: Change individual menu widget twenty tenPerfect Mohamed Asfer! that worked, thank you.
Also thanks Ross for the effort.Forum: Fixing WordPress
In reply to: Change individual menu widget twenty tenThanks Ross,
Yes I already use the inspector of the browser.
To be specific, I need to remove a top-border from my second menu widget.This code gives border-top to all menu items:
.widget-area ul ul li { padding: 3px; border-top: solid 1px #000; width: 103px; }
I have tried all kinds of CSS to remove it but still can’t figure it out.
Any help is appreciated.my website:
https://practice.timbeek.com/Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.Hey Casey,
Thanks for responding. My host is: https://www.antagonist.nl/
You mean my core files with filezilla? Yes, I have access to the db. So I can change files if I want.
I have looked up information about it but it’s quite complex.
I will keep trying in the mean time.Forum: Fixing WordPress
In reply to: Placeholder in SearchFormPerfect!! Exactly what I was looking for. ??
Thanks a million!Forum: Fixing WordPress
In reply to: Line under table (with code)oh!! got it! thank you catacaustic! that solved it ??
learning a lot with all of this.Forum: Fixing WordPress
In reply to: Line under table (with code)https://timbeek.com/Genre/electronic/
Here you can see 2 lines. One of them is comes from between posts. (each post is divided by a line automaticly, I added this with css code in my theme)
But the under every table there is also a line.Forum: Fixing WordPress
In reply to: Line under table (with code)thx, ill have to find another way then ??
Forum: Plugins
In reply to: [Download Monitor] Making a download Button instead of textHey jibbius,
thank you for all these posts.
I am still left with the file name in the button.
This is my code:<?php /** * Download button */ global $dlm_download, $download_monitor; ?> <p><a>the_download_link(); ?>" rel="nofollow"> <?php printf( __( 'Download “%s”', 'download_monitor' ), $dlm_download->get_the_title() ); ?> </a></p>
How can I remove the file name?
Also, where should I put the CSS code to change the buttons appearance? I tried to put the code into my CSS theme and change the parameters but nothing happened. Should I disable the old code somewhere?
Forum: Plugins
In reply to: [Download Monitor] Making a download Button instead of textThank you Jibbius,
Is there a way to replace this image in content-download-button.php? I went to the .php file in WordPress but I cannot make sense of the code. Is there a image that I could replace?