ksradiuspoint.com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is blowing up this image?Thank you!
Never would have found that. 🙂
Forum: Fixing WordPress
In reply to: Pages are going blank and needing to be refreshedAs of this morning — I don’t even need to hit “update” to bring the page back. Navigating to the edit screen and doing nothing else seems to bring the page back.
Forum: Fixing WordPress
In reply to: PHP: trying to add two new sections to this pageI can see what the HTML is trying to output but the PHP code is lost on me
Forum: Fixing WordPress
In reply to: PHP: trying to add two new sections to this page<?php
/*
Template Name: Service Detail Page (with blurbs)
*/
?>
<?phpglobal $theme_dir;
$blurbs_count = 7;
$blurbs = array();
for($i = 1; $i <= $blurbs_count; $i++) {
$blurb = array();
$blurb[‘title’] = get_field(‘blurb_’.$i.’_title’);
$blurb[‘image’] = false;
$blurb[‘image’] = get_field(‘blurb_’.$i.’_image’);
$blurb[‘text’] = get_field(‘blurb_’.$i.’_text’);
$blurbs[] = $blurb;
}?>
<?php get_header(); ?><?php include(‘modules/breadcrumb.php’); ?>
<div id=”main_container”>
<div class=”wrapper clearfix with_img”>
<div class=”main aside left”>
<article>
<section>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?><img src=”<?php echo $theme_dir; ?>/img/dot_line.png” style=”width:100%;” />
<?php
foreach($blurbs as $blurb) {
if ($blurb[‘title’] != ” && $blurb[‘image’] != false) {
?>
<div id=”ps” class=”ps_small”>
<div class=”wrapper clearfix”>
<div class=”left” id=”recent_img”><img src=”<?php echo $blurb[‘image’][‘sizes’][‘job-posting’]; ?>” /></div>
<div class=”left” id=”recent_text”>
<h1><?php echo $blurb[‘title’]; ?></h1>
<p><?php echo $blurb[‘text’]; ?></p>
</div>
</div>
</div>
<?php
}
}
?>
</section>
</article>
</div>
<aside class=”right”>
<?php if (dynamic_sidebar(‘Services’)) : else : endif; ?>
</aside>
</div>
</div>
Contact Us
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: PHP: trying to add two new sections to this pageIt just stays at 5 spots for blurb entries on the page
I edited the php template in editor
Forum: Fixing WordPress
In reply to: Website appears different when logged in.What is this and how can I fix it?
also how is it that the front page would still be fine and none of the pages would reload on a ctrl+refresh?
Thanks!
Forum: Plugins
In reply to: [Image Widget] "Page Not Found" links are correctThis is a direct result of upgrading to WordPress 4.1.1
I am going to have to remove Image Widget, this is breaking our website. Is there anything else I can do?
Forum: Fixing WordPress
In reply to: Widget is leading to page not foundIt looks like this is a direct result of upgrading to 4.1.1
Major bummer, this is breaking our website.
Anything I can do other than remove image widget?
Forum: Plugins
In reply to: [Image Widget] "Page Not Found" links are correctIt also works if I use “Open in New Window”
So I then tried changing the widget to “open in new window” and it still gives a page error in the same window.
Forum: Fixing WordPress
In reply to: Widget is leading to page not foundIt also works if I use “Open in New Window”
So I then tried changing the widget to “open in new window” and it still gives a page error in the same window.
Forum: Fixing WordPress
In reply to: Widget is leading to page not foundI am using a custom theme that I didn’t create.
Is this a problem with image widget or is it an issue on the page template?
I can’t seem to find anyone else with the same problem
Forum: Fixing WordPress
In reply to: Widget is leading to page not foundlooks like it is “Image Widget”
Weird, I have no access to Plug-Ins on the side menu. I navigated to a plugin called “Adminimize” through the settings menu, and then the link to Plug-Ins appeared and I was able to view them all.
Forum: Fixing WordPress
In reply to: Widget is leading to page not foundLooks like our permalinks are set to
Post name http://radiuspoint.com/sample-post/
Is there any way to figure out what plugins are installed? I was handed this off to change content, so i’m not too familiar with how it was built
Forum: Fixing WordPress
In reply to: Widget is leading to page not foundI just noticed something, it is leading me to http://radiuspoint.com/business-services/inventory/undefined
Why would this point to undefined?
Forum: Fixing WordPress
In reply to: Page isn't loading correctly in IE 10. Works fine in Chrome and IE11Another Wow, thanks!
Here is the menu we are getting on IE10 vs how it should look