HDTV-Entertainment

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 27 total)
URL to the page in question:
  • Author
    Posts
  • HDTV-Entertainment
    Participant

    Works like a charm. thanks

    in reply to: Images not showing up #35909
    HDTV-Entertainment
    Participant

    The fix plugin did the trick. I suppose I can just leave it active and not change my wp-config.php file as I think it has already done so.

    As always Bill, thanks…

    Thanks
    Rick

    in reply to: Images not showing up #35907
    HDTV-Entertainment
    Participant

    Not sure this is a factor, but it appears to be only on the featured image.
    Will try the pat plugin.

    Rk

    in reply to: Multiple SubDomains/Multiple Child Themes #34798
    HDTV-Entertainment
    Participant
    This reply has been marked as private.
    in reply to: Matching Nav in Progress to Forward #32908
    HDTV-Entertainment
    Participant

    You could make it a bit more like the others. Try adding this to the bottom of the style.css file. You can edit it by going to Appearance and then choosing edit in your WordPress dashboard.

    @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

    .primary nav {
    background-color: #5e5e5e;
    margin-bottom: 0 !important;
    width: 100%;
    }

    header.primary nav li a,
    header.primary nav li a:visited {
    color: #fff;
    padding: 10px 10px;
    margin: 0;
    font-size: 18px;
    font-family: ‘PT Sans Narrow’, sans-serif;
    }

    header.primary nav li a:hover,
    header.primary nav li.current-menu-item a {
    background-color: #809fbf;
    text-decoration: none;
    color: #fff;
    }

    See how that works for you.

    Bill

    in reply to: Progress Theme Retired ? #29956
    HDTV-Entertainment
    Participant

    Look like it will take some work to reclaim my customization. I can do this it test mode I believe before switching over. Is that correct?

    Also, I have a robots text preventing crawling. I thought this was part of Yoast, but cannot find it. Is there one on Progress somewhere?

    Rick

    in reply to: Progress Theme Retired ? #29939
    HDTV-Entertainment
    Participant

    Final Question: When I test Forward, will it keep all of the settings from Progress? Or, do I need to start all over?

    Rk

    in reply to: Progress Theme Retired ? #29935
    HDTV-Entertainment
    Participant

    I also wanted to ask of “Forward” mobile is better than that of Progress or similar. It’s a bit hard to evaluate. I think mobile is very important and want to maximize it

    Rick

    in reply to: Progress Theme Retired ? #29934
    HDTV-Entertainment
    Participant

    Forward appears to be fast. My site is less so, but it may be more graphics intensive. So, it may not be the theme.

    Is there a way I can test this at my site without ruining it for Progress? And, I assume it would be a full purchase price if I switch.

    Rk

    in reply to: Widget Titles not Reversing #26222
    HDTV-Entertainment
    Participant

    HEY HEY, I fixed it.

    It seemed to be starting up in the donate now box. There was code in there for an outside URL which pointed to the same page that all the subsequent widgets linked to.

    At any rate I put it in dreamweaver. It changed something. Didn’t notice what but that fixed it. So, it was my HTML error not your code.

    Blush,…

    Rick

    in reply to: Widget Titles not Reversing #26220
    HDTV-Entertainment
    Participant

    Exactly, that is what they look like and they are links. But, not from me. I simply put the title into the widget box without any HTML or link instructions. Using the same methodology on the other widgets produced no links. It is very odd.

    In fact all the text in the widget block is a link. Beats me. So, I figure it is some form of a bug.

    in reply to: H2 line spacing is awful… Jammed #26219
    HDTV-Entertainment
    Participant

    disregard last post, different subject

    in reply to: H2 line spacing is awful… Jammed #26218
    HDTV-Entertainment
    Participant

    Exactly, that is what they look like and they are links. But, not from me. I simply put the title into the widget box without any HTML or link instructions. Using the same methodology on the other widgets produced no links. It is very odd.

    in reply to: H2 line spacing is awful… Jammed #26217
    HDTV-Entertainment
    Participant

    GREAT! Just what the doctor ordered.
    Fast service and turnaround too!

    Thank you Bill!

    in reply to: Widget Titles not Reversing #26208
    HDTV-Entertainment
    Participant

    Bill,

    I checked the widgets and they simply have the Titles entered into the Title block. There are no links from the Titles. So, it seems that link colors may not be it.

    If you’d like to take a look,… email me and I will send you access to admin so you can take a look. It was working fine and then seems to just change. I must have done something or a file got corrupted somehow.

    Thanks,

    Rick

    in reply to: Footer Width and RSS Feed Offset #17662
    HDTV-Entertainment
    Participant

    I was thinking full width. I have a table in it so I can control copyright and link entries, etc.

    However, I do have an RSS feed logo in the far right which is independent of the logo. there should be room for that. At the moment the table is set to 100% width with a no wrap requirement, not so good for responsive resizing. And I trimmed back the text entries so it fits. It’s only a matter of time before I change something and it breaks up.

    Any page bootom of page http://www.broken-promises.org

    in reply to: Permalink url Not working on some links. #17515
    HDTV-Entertainment
    Participant

    One of the things I did was to change the WWIII-cache settings so they were quicker in various places by enabling several additional caches. This seems to help big time in that things are quicker and links working much better, although sometimes I get one malfunction. I also tried your advice, but had done the cache thing first, so I am not sure if it helped. Certainly did not hurt.

    Will let you know if that changes.

    Thanks,
    Rick

    in reply to: Upload PDF #17430
    HDTV-Entertainment
    Participant

    Great! Exactly what I wanted.
    Rk

    in reply to: Write setting functionality? #15039
    HDTV-Entertainment
    Participant

    Guess I wasn’t clear I am trying to create a new posting subject page which has the fields and maybe a drop down menu to select the category to post it to.

    I thought I could do it in a similar manner as to the read page above but that does not seem to work. How does one do this?

    Rk

    in reply to: Using Summary Listing in Blogs #15037
    HDTV-Entertainment
    Participant

    Addeded fine, but right on top of the next Headline, so I tried to add a space and put a horozontal rule under that to separate the articles as follows:

    <?php the_excerpt();?>
    “>Read More … <HR><HR />
    <?php the_tags(‘<p class=”post-meta”>Tags: ‘, ‘, ‘, ‘</p>’); ?

    That added a line after the Read More but no horizontal line. Close but no banana as they say. For a non coder anyway. Suggestions?

    Rick

    in reply to: Widget Title Control #14698
    HDTV-Entertainment
    Participant

    cool 🙂

    in reply to: Changing Page Text CSS #13884
    HDTV-Entertainment
    Participant

    very nice, thank you.
    Things are starting to take shape.

    And, thank you for creating a template that allows direct customization and flexibility. Some I have tried from big sellers, have not. Makes them quite problematic.

    If interested, take a look at the current site. Interactive functionality is not there yet, but it is building. Blogs, etc to come.

    Rick

    in reply to: Layout with widget columns #13883
    HDTV-Entertainment
    Participant

    Very cool, will do. Thank you.

    in reply to: Changing background colors #13728
    HDTV-Entertainment
    Participant

    Sorry, what I used to change things was…

    Theme Options/Styling/Custom Background
    and Content text Color

    Rk

    in reply to: Adding Images to Slider #13714
    HDTV-Entertainment
    Participant

    ahhh, I thought that a slider contained multiple images and you could have different sliders for different pages.

    So, the final question is… how could you create a second, third slider with different images for each? I might need to do this for each section of my site.

    thanks…

Viewing 25 posts - 1 through 25 (of 27 total)