Jparra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Find out what theme is being usedThanks Whooami! Yeah it turns out that the theme I was looking at is a custom theme:( Oh well. I am learning a lot about wordpress though and hopefully one day I will create my own themes.
Forum: Fixing WordPress
In reply to: Using SWFObject and Calling JavascriptGot IT!! I just changed the URL if the SWF to the main folder of the theme instead of the “images” folder. Then I changed th area that says (“https://c1test.com/images/header.swf”, and just changed it to header.swf
Forum: Fixing WordPress
In reply to: Where do you control the bullets in Default theme?I figured it out. The tag WAS in the style css. It was just under a special section for IE. For special stylized non IE bullets. For reference there is no value for the “>>” bullets. The code was calling an image or something. After that I had to add a little padding to my code here is how the final code looked in the style.css:
#page ul li { list-style: disc;
margin: 1px 0 0;
padding: 5px
}I’m really a flash developer so I won’t guarantee that this code is correct but it worked for me:)
Forum: Fixing WordPress
In reply to: diferent font sizes within a page/postThanks Moshu. I just resorted to saving the large fonts as images and that worked fine.
Forum: Plugins
In reply to: RSS on MyBlogLogIan,
Thank you so much for the advice! It worked instantly. I’ll see you soon somewhere in the blogosphere!
Take Care,
Justin (mybloglog user: pusha)Forum: Plugins
In reply to: Simple Ecommerce lite/ paypal questionThanks Moshu. Paypal’s literature is known for not being so clear (or legit) Thanks for the straight answer even though you didn’t need to give one:) Take Care.
Forum: Fixing WordPress
In reply to: Sidebar is Locked After 2.2 InstallOkay Found it in the widgets area of the theme in the admin panel. I feel dumb:)
Forum: Fixing WordPress
In reply to: Text Widget/Phpexec widget D-E-A-D!I’m having almost the same exact problem! I’m wondering; where the text inside the text widgets is stored? If we can find that then we can change or delete what is in that text.
Forum: Fixing WordPress
In reply to: Sidebar is Locked After 2.2 InstallWhere would the text widgets be located? I deleted the widget plugin and it wouldn’t activate anyway with 2.2. But the google ad in my left column is not shown in sidebar.php. I just want to delete it and add something else. If you view the source in firefox you can see the adzone titled “Left Column Links”. I just don’t get it.
LINKForum: Fixing WordPress
In reply to: Sidebar is Locked After 2.2 Installokay, note taken. So if the plugin is deleted, then where does the code for the google ad exist that I want to erase? It has to be somewhere right?
Forum: Fixing WordPress
In reply to: Sidebar is Locked After 2.2 InstallWell thanks for trying. Hopefully someone can help me out with this:(
Forum: Fixing WordPress
In reply to: Sidebar is Locked After 2.2 InstallI think for this ad I entered the code using the sidebar widget plugin. But if I deleted that plugin shouldn’t the ad have gone away?
Forum: Fixing WordPress
In reply to: Sidebar is Locked After 2.2 InstallI deleted the sidbar widget plugin files. Unfortunately that didn’t work. It’s wierd because you can see all my adbrite ads and google ads in the proper order when you read the source for my right sidebar, but my left sidebar only shows code for everything EXCEPT my google ad. I think the problem is only with the left sidebar. I just want to delete that google ad and put an adbrite ad there. Hopefully this can be fixed.
Forum: Plugins
In reply to: Ecommerce and ssl questionsEpicalex, that’s what I was thinking as well. Once you decide to “check out” you enter your info into whatever gateway you choose (paypal, etc.). I think I will just run the site in normal http and give it a go. Thanks for the help!
Forum: Plugins
In reply to: Ecommerce and ssl questionsThanks for the info:) So is your wordpress url an http or https? Because I tried to install mine as an https and it looks like it is going to be a huge hassle.