sueheap
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with Child-themeThank you…but I don’t get much support over there!! Ill keep plugging along
Forum: Fixing WordPress
In reply to: Widget Title sizeWPyogi, I tried it but not luck. Where in the functions code would I find this?
Forum: Fixing WordPress
In reply to: Widget Title sizeI wish I could but legally I can’t . Is there anything else I can supply that would help?
Forum: Fixing WordPress
In reply to: How to linkStupid question but can you tell me how? I am not a php expert or I’m not php anything …thanks
Forum: Fixing WordPress
In reply to: How to linkThis was set up by someone else so I have no idea where the code came from
Forum: Fixing WordPress
In reply to: How to linkhttps://www.tradesmencareercenter.com/submit-job/
This is the linkForum: Fixing WordPress
In reply to: How to link<div id="sidebar"> <ul class="widgets"> <li class="widget widget-submit"> <div> <a href="" class="button"><span>Submit a Job</span></a> </div>
Now its easy to see in the html that it doesnt link to anything but where for the love of God is that spelled out in the php? lol
Forum: Fixing WordPress
In reply to: How to link<?php if (get_option('jr_submit_page_id')) : ?> <li class="widget widget-submit"> <?php if (!is_user_logged_in() || (is_user_logged_in() && current_user_can('can_submit_job'))) : ?> <div> <a href="<?php echo get_permalink(get_option('jr_submit_page_id')); ?>" class="button"><span><?php _e('Submit a Job','appthemes'); ?></span></a> <?php if ($text = get_option('jr_jobs_submit_text')) : echo wpautop(wptexturize($text)); else : $packs = jr_get_job_packs(); if (sizeof($packs) == 0) : // display standard pricing $amount = get_option('jr_jobs_listing_cost'); if ($amount && $amount>0) : echo '<p class="pricing"><em>'.jr_get_currency($amount).'</em> '.__('for','appthemes').' <em>30 '.__('days','appthemes').'</em></p>'; endif; endif; endif; ?> </div> <?php endif; ?> <?php if (is_user_logged_in() && current_user_can('can_submit_resume')) : ?> <?php if (get_option('jr_allow_job_seekers')=='yes') : ?> <?php endif; ?> <?php endif; ?> </li>
I just want it to link to the “Submit Job” page Does that make sense?
Forum: Fixing WordPress
In reply to: Where Is the Admin\User Files?It is the user page in the dashboard.
Forum: Fixing WordPress
In reply to: How to get background container color to adjust to each page sizeI am beginning to think its more theme specific. Its a jobroller theme which is like nothing I have ever worked with.
Forum: Fixing WordPress
In reply to: How to get background container color to adjust to each page size.child-mainContainer {width:988px; height:auto; margin: 7px auto 0 auto; background: #ffffff;}
.child-mainContainer {width:988px; height:100%; margin: 7px auto 0 auto; background: #ffffff;}
Forum: Fixing WordPress
In reply to: Linking to page from a buttonyes, thats all i need it to do..link to another page on the site and keep the css
Forum: Fixing WordPress
In reply to: RedirectWould it be in the theme functions file? wp-admin?
Forum: Fixing WordPress
In reply to: How to delete lineThanks!! I will check the other files. At least I know Im not an idiot!! Thanks again!
Forum: Fixing WordPress
In reply to: How to delete lineYou have to register or log in in order to get to that page. You cant get any further than the home page.