leoproducer
Forum Replies Created
-
I have a solution for this. The error lies in the paypal.class.php file inside the plugin’s /includes folder.
There you need to find the code on (line124 for me):
$this->add_field(‘currency_code’,’EUR’);and change it toL
$this->add_field(‘currency_code’,’USD’);
Hope this helps you.
Forum: Plugins
In reply to: [Pinterest RSS Widget] [Plugin: Pinterest RSS Widget] Broken thumbnailsNevermind. It was my browser. Upon using another, it works fine.
Forum: Fixing WordPress
In reply to: RSS Feed orderSOLVED:
In wp-includes folder edit the feed-rss2.php file
Add this code…
<?php query_posts($query_string . “&order=ASC”) ?>Above the
<?php while( have_posts()) : the_post(); ?>Forum: Fixing WordPress
In reply to: RSS Feed orderEDIT: I have a calendar plugin that allows me to set the date of events on a calendar by changing the publish date on the blogs to the date of the events. I need the RSS feed order to display the oldest published blog first.
Fantastic. This worked. Thank you @killer_boy.
Forum: Plugins
In reply to: Terms and Conditions Check box<script>
function showMe (it, box) {
var vis = (box.checked) ? “block” : “none”;
document.getElementById(it).style.display = vis;
}
</script><form>
<input type=”checkbox” name=”c1″ onclick=”showMe(‘paypal-button’, this)” unchecked> I have read and agree to the disclaimer.
</form>Forum: Plugins
In reply to: Plugins and custom permalink issuebump
Forum: Fixing WordPress
In reply to: register_sidebar in functions.php causing blank page.I reverted back to using the functions.php file from inside the twentyten theme. Unless someone has an idea why my functions.php file was wigging out, Ill keep the other function.php file.
Forum: Fixing WordPress
In reply to: register_sidebar in functions.php causing blank page.Moderator, my apologies for not using pastebin before, therefore, here is the pastebin code if anyone would like to help me out:
https://pastebin.com/embed_iframe.php?i=KtHyHzsa
To clear up my issue. It can easily be replicated by going to https://www.comecrawl.com as opposed to just comecrawl.com
If the ‘www’ is introduced, the site does not work. It can also be replicated by going to comecrawl.com and clicking on the links. You will get a blank page. This is also occuring from inside wp-admin. Any change I make in wp-admin takes me to a blank page and I need to do a page refresh.
Note: This ONLY happens with the register_sidebars() code in functions.php. If it is removed, the problem seizes.
Thanks,
Leo
Forum: Fixing WordPress
In reply to: register_sidebar in functions.php causing blank page.Thanks for the attempt. I tried both:
<?php if (function_exists('register_sidebars')) register_sidebars(); ?>
as well as
<?php if (function_exists('register_sidebars')) register_sidebars(1); ?>
Any other suggestions?
Forum: Themes and Templates
In reply to: Not displaying correctly on I.EI appreciate the help but that did not solve the issue. It seems to definitely be an issue with css margins or div width, but Ive gone over and modified the code over 100 times and I dont see it. Theres definitely something I am overlooking.
Forum: Themes and Templates
In reply to: Not displaying correctly on I.EAt the moment, Im not too concerned with border styles or shadows, I just want to get the page alignment for divs working.
After that, I know there are some CSS properties that I am using that are not IE compliant, which dont really bother me that much
Forum: Themes and Templates
In reply to: Not displaying correctly on I.EI have made all modifications to make my site validate, yet, the styling is still completely off, it only works on IE9.
Any other IE browser displays incorrectly. Would anyone have a clue where the problem lies?
Forum: Themes and Templates
In reply to: Not displaying correctly on I.EAnyone?
Forum: Themes and Templates
In reply to: Not displaying correctly on I.EUnfortunately this did not solve the problem. It seems like it is a css problem though. I really have no idea why it is loading so awfully.