elysiayuen
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Slider - Image Slider - Slideshow for WordPress] Images as linksIt worked perfectly! Thank you!
Forum: Plugins
In reply to: [Responsive Slider - Image Slider - Slideshow for WordPress] Images as linksThank you! That worked.
Is it possible to make the entire image a link? If someone were to click anywhere on the image it would link to a page instead of just where the title appears?
would you be able to post how you resolved the problem please?
Forum: Fixing WordPress
In reply to: Links Move When Hovered OnYou are a complete genius! So I removed the “float:left;” and it worked! Thank you!!!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Links Move When Hovered OnThanks for your response. I’m not extremely skilled in coding. How do I fix the onclick javascript event problem?
For the markup erros, I am starting to work on fixing those now. Thank you!
Forum: Fixing WordPress
In reply to: Sub Menu Items Not Appearing.Thank you for all of your help!
I figured it out. The menu actually needed to be edited through a PHP widget.
Forum: Fixing WordPress
In reply to: Sub Menu Items Not Appearing.Thanks for the input. Unfortunately I can’t ask the theme developer because the person who developed it disappeared off the face of the earth. Is there no other way to figure out how to resolve the issue? Please let me know. Thank you so much for your willingness to help!
Forum: Fixing WordPress
In reply to: Sub Menu Items Not Appearing.I found this code in the PHP file. Is that where the problem is? I have a feeling that this is where it would be, but I don’t for sure and how I should go about editing these menus.
div id="menublock"> <div class="menu"> <ul id="menu-main-menu"> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : Home' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : About Us' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : Results' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : Programs' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : Ways to Give' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : Get Involved' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> <li> <?php if ( ! dynamic_sidebar( 'Top Menu : Parents/Students' ) ) : ?> <?php endif; // end sidebar widget area ?> </li> </div> </div><!--menublock-->Forum: Fixing WordPress
In reply to: Links Move When HoveringTara,
Thanks for the response. I did try it on different browsers and also on different computers, and also on different browsers on different computers. The links still jumped around. It also occurs on the following pages as well. Is it something that I shouldn’t worry about, or is something else going on? I appreciate all of your support that you’ve given.
http://guadalupeschoolslc.org/ways-to-give/
http://guadalupeschoolslc.org/about-us/