mbersche
Forum Replies Created
-
Forum: Plugins
In reply to: [PE Easy Slider] Slider to sidebarMany thanks, that plugin AMR shortcode any widget worked to get it to the page and not just the sidebar.
Any idea how to get your slider to take up more than a one column space? It is like it won’t spread out on the page to the spot that it can fit in and just takes like a postage stamp space.
I tried changing the rows in the widget settings, and it didn’t change the width of the display of the slider for PE Easy Slider.
Forum: Plugins
In reply to: [PE Easy Slider] Slider to sidebarIs there a way to add the PE Easy Slider slides to a page without a widget and a sidebar and add it directly anywhere we want on a WP page or post? Is there any short code I can insert?
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Great additionDo you have a demo link I can review of front end and back end to show a client?
The demo links above, no longer work.
Melissa ??Thank you for the reply, where do I add this code?
Which page in the editor under appearance in wordpress, which template?style.css ?
I added all three to my style.css page and still see the leave a reply comment box on the bottom of all job postings.
https://www.gtechassociates.net/job-postings/sr-lte-system-test-engineer
I added this:
}
.comments-box {
display:none; }}
.postmetadata {
display:none; }}
.author-box {
display:none; }}
All comment boxes still appear.
People are leaving weird comments, please help.
Thanks!Melissa Berschens
Forum: Plugins
In reply to: [Logo Slider] Logo MeasurementsMy slider has a gap at the end of white space between arrows – the sets of slides so after 5 or 6 show, then a gap shows on the right, how can we remove this gap?
https://www.gtechassociates.net/newsite
look at the bottom of the page.
Forum: Plugins
In reply to: [WP Job Manager] how to make Apply now page go to an online application pageThen how does someone apply for a job? I assumed there was some kind of form that came with the plugin that they could fill in their info to apply and attach their resume… am I wrong?
Do we have to make our own form some other way?
I thought the plugin collected applications….
I don’t know what you mean, “what have you entered in the application field?”
the urls I gave above may have password protect on them the password is smokey
fieldds I have set are:
Application
Name
Email Address
Address City
Post code
Country Telephone
Cell phone
Qualifications
Do you have a degree?
Where did you complete your degree?
Title of your degree
Upload your CV Informationbut I can not find the page where the person goes to use this or fill it in to submit an application.
thank you.
Forum: Plugins
In reply to: [Logo Slider] Plugin Configuration Menu broken.Is there a url where we can go and download the fixed plugin?
Forum: Plugins
In reply to: [Logo Slider] Plugin Configuration Menu broken.FYI wordpress version I have is 3.5.1.
Plugins installed are:
Akismet
EasyRotator for WordPress
FlexSlider
Hello Dolly
Jetpack by WordPress.com
Job Manager
MCE Table Buttons
Revolution SliderForum: Plugins
In reply to: [Logo Slider] Plugin Configuration Menu broken.Here is a screen shot, this might be helpful to you to troubleshoot.
https://gtechassociates.net/newsite/wp-content/uploads/2013/07/wordpressplugin.jpg
Thanks Melissa
Forum: Plugins
In reply to: [Logo Slider] Plugin Configuration Menu broken.Same problem here, it was working fine until I added a image to the slider, then all options went away, visual admin controls are gone now and the images that I added are not showing in the plugin admin screen, no way to change settings or update the plugin through any admin tools anymore….
site is https://gtechassociates.net/newsiteat the bottom of the page.
Thank you
MelissaForum: Fixing WordPress
In reply to: How can I use Dynamic Header plugin in Suffusion?I tried to add the code mentioned above <?php if(function_exists(‘show_media_header’)){ show_media_header(); } ?>
to the correct place here —– suffusion_display_header() in the actions.php file and it broke the file.
Here is what is there now under that header area in the actions.php file
function suffusion_display_header()
{ global $suf_sub_header_vertical_alignment, $suf_header_fg_image_type, $suf_header_fg_image; ?>
<div id=”header” class=”fix”>
<?php $header = $suf_header_fg_image_type == ‘image’ ? “<img src=’$suf_header_fg_image’ alt='”.get_bloginfo(‘name’).”‘/>” : get_bloginfo(‘name’);
if ($suf_sub_header_vertical_alignment == “above”) { ?>
<div class=”description”><?php echo bloginfo(‘description’);?></div>
<div class=”blogtitle”>“><?php echo $header;?></div>
<?php
}
else { ?>
<div class=”blogtitle”>“><?php echo $header;?></div>
<div class=”description”><?php echo bloginfo(‘description’);?></div>
<?php
Where should insert
<?php if(function_exists(‘show_media_header’)){ show_media_header(); } ?>where in the code above? I put it at the beggining, end and in place of and none of those worked.
I would love for this plugin to work with suffusion.
thank you.
Melissa