Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
bformhals
tagDiv Member

Yes but I need help adjusting it like I mentioned. Right now the submenu on hover shows a blue text underlined. I want no underlines (text decoration; none), but I also want it to look like the main navigation and have the rectangle area highlight white on hover for individual links.

bformhals
tagDiv Member

I just figure ther are so many times you guys hand out custom css why not put it all in one place. Then people like me might find useful pieces and you guys save time.

bformhals
tagDiv Member

No it was with help here and I found it. What happens though is in the submenu the text gets highlighted blue and is underlined. I dont want that affect. I want the area when hovered to display a white background so it looks natural just like the main part of the3 navigation.

This was additional css if anyone ever needs it. I would recommend a section in the forum titled Additional CSS. The section should be pinned with what the css is styled for. This could be a great assett for all users.

#td-top-search{
display:none!important;
}

ul .children{
list-style-type:disc;
padding-left:20px!important;
}
ul .children{
list-style-type:square;
padding-left:20px!important;
}
.td-footer-container {
padding-top: 15px!important;
}
.sf-menu>li>a:hover{
background-color:
#001a3d!important;
color:white!important;
}

.sf-menu ul {
background: #d3d3d3!important;
}

.td-footer-container .td-footer-info {
margin-bottom: 10px;
}
.td-footer-container .td-footer-info {
margin-bottom: 5px;
}

.widget .block-title > span, .widget .block-title > a {
background-color: transparent;
}
.widget .block-title {
background-color: red;
display: block;
border-radius: 3px;
}

  • This reply was modified 8 years by bformhals.
bformhals
tagDiv Member

Thanks Guess Ill do that 🙂

Still waiting on Recaptcha for the Join/Login Modal I just cant believe this them does not have recaptcha functions

bformhals
tagDiv Member

OK. You are not understanding. I go to Appearance/Editor and when I open comments.php all I see is this: This is the ONLY code that shows. (I have NO child theme)

<?php

// – Important!
// – For overwriting comments’ functionality in child-theme, copy the file ‘comments.php’ from the
// following theme path (../themes/THEME_NAME/includes/wp_booster/comments.php) to the child-theme root path,
// and NOT this comments.php file you are reading from.

require_once(‘includes/wp_booster/comments.php’);

bformhals
tagDiv Member

Yes, I understand. Like I said I went to comment that line out but like I said there is nothing in that file in my editor except what I posted here. I dont have a child theme

bformhals
tagDiv Member

I just showed you I dont have any of the that to comment out or remove? I dont have a child theme yet so why do I not see anything on the php file.

In further releases this should be corrected to be able to get rid of that in the theme panel. It makes people not register which drives down subscription members and hurts site revenue. It just should not be there as a default.

So, how can I get rid of this.

bformhals
tagDiv Member

I checked there and went to that php file. All that is in the php file when I go to the editor is this:

<?php

// – Important!
// – For overwriting comments’ functionality in child-theme, copy the file ‘comments.php’ from the
// following theme path (../themes/THEME_NAME/includes/wp_booster/comments.php) to the child-theme root path,
// and NOT this comments.php file you are reading from.

require_once(‘includes/wp_booster/comments.php’);

Why if we turn off this requirement in wordpress can we not just turn it off in the theme. I know of nobody as a visitor to a newsite is going to add a website url? thats just a crazy thing to even have there.

Look at all the major news site? Fox, ABC CBS CNN ESPN none of them have such a line for a user to input

bformhals
tagDiv Member

No problem. I assume I need to have this put in a child them configuration?

bformhals
tagDiv Member

I highly recommend that this basic function to protect the site from spambot sign ups should be implemented. I am having to pay $150.00 to have this ability and protection.

Should be a TOP Priority as I consider this a security issue

bformhals
tagDiv Member

Thanks, I have made several in the past but just was pounding my head on how I had done. Appreciate the mind jog.

bformhals
tagDiv Member

Thank you all fixed 🙂

bformhals
tagDiv Member

Where are the image sizes noted. I’m using newsmag

bformhals
tagDiv Member

Yes I know and understand that. Everything there is just fine and exceeds recommended values. I also have been trying to change a background color on a row and though it shows the color in background settings for row design the color does not change or display.

I had already previously found an issue with a particular block setting that was checked out by the team and it was indeed a bug and hopefully will soon be fixed.

bformhals
tagDiv Member

Well something is very weird. Look in the footer now (LOL) https://lakecountyfloridanews.com

I am using this code now…

<div style=”max-width:728px; width:100%; height:90px;”><iframe src=”https://lakecountyfloridanews.com?wppasbid=2010&#8243; border=”0″ scrolling=”no” allowtransparency=”true” width=”100%” height=”100%” style=”border:0;”></iframe></div>

bformhals
tagDiv Member

All has been good for a long time. This issue just started early in the morning. Nothing new has been added.

bformhals
tagDiv Member

Thank you Catalina.

I believe you once helped me get my ad banner to be responsive. I’m trying to use the footer top ad with a 728×90 banner. It’s served from an iframe. Looks fine on desktop, but goes off screen on tablet and phone.

I thought you had given me some code to fix that awhile back, not sure

bformhals
tagDiv Member

Its all good. Think I now have that working here — https://lakecountyfloridanews.com/category/florida-news

Have added the image plugin yet. Ive sent him a message as Im a little concerned it hasnt been updated in over 8 months. The category post image would be nice also but it hasnt been updated in over 2 years.

If Im going to pay for a plugin I like it to at least be tested with a much more current version of WP. 8 months is a long time these days

bformhals
tagDiv Member

That usually helps. ?

bformhals
tagDiv Member

Thanks.

Im getting an error when I click on the syndicated sites tab which I assume is where I add the feed. https://lakecountyfloridanews.com/wp-admin/admin.php?page=feedwordpress/syndication.php

Also one of the other tabs gave me the infamous cheatin uh?

bformhals
tagDiv Member

Im going to give up. It is the way it looks. I dont like it but I just cant spend that time on one banner.

Ive tried to find the plugin you referred to above so I can implement the Florida News feed. I have set up a category titled Florida News. Now just need to pull it like you mentioned. Do you happn to have a link to the 2 plugins you recommend

Thank youy for trying to help with the responsive image. It bothers me that I can add animated things on most sites with no issues.

bformhals
tagDiv Member

Is there a way for me to not have it display on mobile phone and tablets in a portrait view, and still have it display on a desktop and a tablet in landscape view?

bformhals
tagDiv Member

sorry Chris thats doesnt work either. Ive look everywhere and have tried several things. Its why Im here for help. I thought maybe here may have had to do this also

bformhals
tagDiv Member

Adding that code does not fix the responsive issue of the ad… if anyone can help Id really appreciate it

bformhals
tagDiv Member

Where does this code go?

iframe, object, embed {
max-width: 100%;
}

I just really need to get to this work. I am going to come back here and try this Florida Feed. Where can I see what the end result looks like

Viewing 25 posts - 51 through 75 (of 122 total)