CreativeWP
Forum Replies Created
-
Puppies cry, ha ha, great one.
Thanks,
David, this test site has malware: https://hubspot-wp.bishport.com/
Cheers,
WOW, you rule.
Thank you David, I just upgraded and that is how I got the error.
Forum: Plugins
In reply to: Headspace 2 upgraded, not working anymore!Yeap. It is not longer there. Also suggested tags is gone.
Forum: Fixing WordPress
In reply to: HTML code not workingOh, sorry, this code goes to your main css of your Theme, if you do not know where it goes, or where even the css, you should get professional help. You could mess up your whole website. Go to my Website then we can talk.
If you want to be adventurous, then go to styles in your Theme, then add this line to your main css:
.redb {background: #F00;}
Then the other code in your table.
Cheers,
Forum: Fixing WordPress
In reply to: HTML code not workingI have one question, I am looking at your boxes, did you do those boxes manually? If so, you should be able to FIRST take away statements within the Table html, like bgcolor=”red” and the like, then, if you want some boxes to have color, let’s say Grey. Then you would do this:
.redb {background: #F00;}
Then in the <td bgcolor=”red”> then do this <td class=”redb”>. Only put it in the boxes you want themn to be red.
This should do the trick to color columns. Let me know,
Forum: Fixing WordPress
In reply to: HTML code not workingPut the like to your website, so we can look.
Thanks,
Forum: Fixing WordPress
In reply to: HTML code not workingSpirit of 72, some times, there are General CSS rules which are already established on your website, which won’t allow the adding new properties, unless, they are set to override the present css, for example:
<div class=”table”> code here </div>
.table {color:#ddd;} present already in your theme. So to override this you may do two things, find that css in your css in your theme. If you cannot find it, then do this.
.table {color:#000!important;}
The !important; will tell the other css, ME FIRST and only.
Cheers,
Forum: Plugins
In reply to: [WP Find Your Nearest] [Plugin: WP Find Your Nearest] Working Samples pleaseI would love to see this incorporate at least to open in a new window with Google maps, so if I want to see the map, I could.
Thanks for this great tool.
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Pinterest supportWe need buttons for pinterest, tumblr?
Forum: Fixing WordPress
In reply to: Exclude the_breadcrumb from HomepageThanks Christine, it broke the site. Basically, I am running a page as homepage, the breadcrumbs show on the frontpage, but they do not want to see them on the front. Basically what I would need a PHP script that will eliminate this function only in the frontpage.
The breadcrumb code is in the head of the template. So I would need something that will exclude the the_breadcrumb(); from the frontpage.
Thanks,
Basically, I want to add this to the loop:
<?php the_time('F, d, Y'); ?>
Is there a way to do it?
Forum: Fixing WordPress
In reply to: in_category adding a class in the ECHOThis is the link for the website I am working: https://bit.ly/ygSZdQ
Basically, I want each category header to have its own background, and what ever else I may want within a class, font color, etc.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] With File Upload form not savingI need help on this too. I get the email without attachments! Please help.