matustheboss
Forum Replies Created
-
YES!!!
Forum: Plugins
In reply to: [Loco Translate] Export my translation? 🤔Thanks!
@ineedhelpwithwordpress You can use this code if you want to remove underline from all the links on your website:
a { text-decoration:none!important; border-bottom: none!important; }But if you’re looking for solution removing underline from only footer links, I suggest you to share your website’s url because every theme may have different type of footer selection.
Meanwhile you can try adding
.footerright before the previous code. Don’t forget to add a space betweenaand.footer🙂I’d rather have it deselected by default.
Everything else works just fine.Thanks @reedyseth !
One more thing, if I set Checked by default back to No after I selected option Replies to this comment, will this setting be reset?
Glad you found it helpful.
I noticed I added a dot accidentally before
ain my previous reply.
It shouldn’t be there.You can type
aselectors to CSS in what order you want to. Doesn’t matter.
You don’t have to write all specified link states (:link,:visited,:hover,:active) to your CSS unless you want to give them different look then defaultalink.
The right code to apply same CSS to multiple elements would be:
a, a:link, a:visited, a:hover, a:active { YOUR CODE HERE }If your code isn’t working and it should, try adding
!importantbefore;mark.Little advice: Always try to minimize your CSS code. Faster website = better website.
Forum: Plugins
In reply to: [Genesis Simple Edits] Display 👨 gravatar in entry meta post info?Thanks! I solved my question meanwhile you wrote me.
And yes, I agree WPBeginner is amazing website.Btw, it is also possible with adding this php echo code
whenever I want to display the avatar:
<?php echo get_avatar(get_the_author_meta('email'), 30); ?>30 means 30px.
Thanks again 🙂
That’s strange. The CSS code above works just fine for me.
You can try adding this:
!importantright before the ; symbol.
This will give the code priority.So for example your code will look like this:
a:link { text-decoration: none!important; border-bottom: none!important; }One more thing. Code you wrote is wrong. It should be
.a:hover { add code }Wow thanks!!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Little navigation bar problemHere is the code I used again:
<img src="http://example.com/image.png"/>- This reply was modified 9 years, 3 months ago by matustheboss.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Little navigation bar problemHere is example video for better understanding the problem: https://atelierarcha.sk/wp-content/uploads/ts-bug.mp4
Forum: Plugins
In reply to: [Export All URLs] Fatal errorWarning: Illegal string offset ‘url’ in /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-content/plugins/export-all-urls/functions.php on line 95
Fatal error: Uncaught Error: Cannot use string offset as an array in /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-content/plugins/export-all-urls/functions.php:95 Stack trace: #0 /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-content/plugins/export-all-urls/extract-all-urls-settings.php(137): generate_output(‘any’, ‘text’, Array) #1 /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-content/plugins/export-all-urls/extract-all-urls-settings.php(145): generate_html() #2 /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-content/plugins/export-all-urls/extract-all-urls.php(28): include(‘/nfsmnt/hosting…’) #3 /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-includes/class-wp-hook.php(298): include_settings_page(”) #4 /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) # in /nfsmnt/hosting2_1/2/0/20fe0444-8342-42ab-9fbb-46700ad52922/veritzlato.sk/web/wp-content/plugins/export-all-urls/functions.php on line 95