astriv
Forum Replies Created
-
Forum: Plugins
In reply to: Is there a plugin that notifies a visitor they're leaving the site…Anyone?
Forum: Fixing WordPress
In reply to: How to show photo or image in search results?[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: How to show photo or image in search results?Hi. Thanks for replying.
This is what my page.php looks like:[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
What am I suppose to add or remove from it in order to have photos in search result? Just the photos and the post title (no Read More… or anything)
Forum: Fixing WordPress
In reply to: How can I make the next code follow the posts I want it to follow?Anyone?
Thank you Esmi!
Forum: Fixing WordPress
In reply to: What am I doing wrong? Remove underline from links inside tablesI found the solution!
I removed #from:
#tableto:
tableSome codes have # in them so i thought of replicating them but I was wrong
*slaps forehead*Thank you for the replies.
Forum: Fixing WordPress
In reply to: What am I doing wrong? Remove underline from links inside tablesThanks for the replies. Sorry about posting codes more than 10 lines, I was not aware of it.
The link to my website is:
https://showfreetv.com/how-i-met-your-mother/
I tried determining what’s causing it in Internet Explorer by pressing F12 and I also tried changing the entire text-decoration to none; in style.css and adding !important but nothing works. I don’t know what’s causing the underline in a:link inside the tables…but links outside the tables are fine. I’m confuse.
I’m making tables using Tiny MCE in post section.
Are there anybody who know the solution to this? Anyone? It’s been two days.
Forum: Fixing WordPress
In reply to: How do I remove the Leave A Reply form?Thank you! Resolved.
Forum: Fixing WordPress
In reply to: How to remove the space between the header and the menu?Oh my gosh, it works! Thank you thank you thank you CharlyLeetham!
??
Forum: Fixing WordPress
In reply to: How to remove the space between the header and the menu?Does anyone have any idea?
Forum: Fixing WordPress
In reply to: How to remove the space between the header and the menu?I tried doing that before but it only moves the menu bar up a little near to the banner but it doesn’t eliminate the space gap between the header and the menu bar.
Forum: Plugins
In reply to: [Frontpage-Slideshow] Adding picture problemThanks ??
Forum: Fixing WordPress
In reply to: How to increase page height?*now fixed.
Forum: Fixing WordPress
In reply to: How to increase page height?I found what’s causing it and it’s not in the #header in the stylesheet.
It was in the functions.php:<?php
//define(‘HEADER_TEXTCOLOR’, ”);
define(‘HEADER_IMAGE’, ‘%s/images/default.jpg’); // %s is theme dir uri
define(‘HEADER_IMAGE_WIDTH’, 940);
define(‘HEADER_IMAGE_HEIGHT’, 20); <——–THIS ONE
//define( ‘NO_HEADER_TEXT’, true );function pixel_admin_header_style() {
?>I’m happy that it’s not fixed.
Thank you for taking the time for answering my question ??