Suffusion drop down menu arrows

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Suffusion drop down menu arrows

Postby jasonfrancis170 » 19 May 2011, 06:37

Hi all,

I'd like to change the drop down arrows on my menu to some different ones. Is there an easy way to do this? I have the latest version of suffusion.

Many thanks

Jason
jasonfrancis170
 
Posts: 5
Joined: 19 May 2011, 06:36

Re: Suffusion drop down menu arrows

Postby Colin » 19 May 2011, 07:03

Jason

They are stored in the arrows.gif file found on your webserver in Themes > Suffusion > images folder.

You could just replace this file with a file of your own that contains the four versions of whatever you want to replace the arrows with BUT the gif image will need to be the same size 32 x 16. The disadvantage with doing this is that every time Suffusion is updated you will need to replace your file as it will be deleted.
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Re: Suffusion drop down menu arrows

Postby ldaniels » 19 May 2011, 11:36

An easy way to change the arrows would be in Custom Includes. That way, you won't lose them during upgrades.

Code: Select all
.float-ptr {
   
   background: url(http://mywptestingsite.dreamhosters.com/wp-content/images/downarrow.gif) no-repeat;
   height: 32px;
   width: 22px;
   top: 5%;
   right: 1px;
   position: absolute;
}
.down-ptr {
   
   background: url(http://mywptestingsite.dreamhosters.com/wp-content/images/downarrow.gif) no-repeat;
   height: 32px;
   width: 22px;   
        top: 5%;
   right: 1px;
   position: absolute;
   margin-left: 0px;
}


Notice that I used an absolute path to the new arrow.
The height and width should match your new arrow.
Fool with the top, right and left positions until it looks right to you.

You can see the example here on my test site: http://mywptestingsite.dreamhosters.com Look at the tab "Galleries"

Hope that helps,
Lee
ldaniels
 
Posts: 221
Joined: 12 Sep 2010, 09:49

Re: Suffusion drop down menu arrows

Postby lucassaugen » 10 Oct 2011, 10:43

Would there be a way to just turn off the arrows all together. I still want the drop-down but just not the extra arrows down arrows.
lucassaugen
 
Posts: 1
Joined: 10 Oct 2011, 10:41

Re: Suffusion drop down menu arrows

Postby sayontan » 10 Oct 2011, 11:38

lucassaugen wrote:Would there be a way to just turn off the arrows all together. I still want the drop-down but just not the extra arrows down arrows.

Not without significant effort.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Suffusion drop down menu arrows

Postby livninctry » 15 Nov 2011, 20:46

I have the same question... In the Minima Theme the arrows on my top navigation menu do not seem to fit.

www.hoaconnections.com

Is there a way to just get rid of the class="with-arrow"?

Brian
livninctry
 
Posts: 29
Joined: 18 Aug 2010, 12:45

Re: Suffusion drop down menu arrows

Postby Colin » 16 Nov 2011, 01:01

You can try the following in Custom Styles put

Code: Select all
.down-ptr {background:none;}
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Re: Suffusion drop down menu arrows

Postby livninctry » 16 Nov 2011, 04:52

Thanks for the idea Colin... However, using the background:transparent just hides the arrow, but leaves the space created by the arrow. Same as if the image file "arrows" was missing.

I would like to remove the class or find where in all this coding I can find the line that places the arrows and remove the class="with-arrows" classification.

Thanks in advance....

Brian
livninctry
 
Posts: 29
Joined: 18 Aug 2010, 12:45

Re: Suffusion drop down menu arrows

Postby drake » 16 Nov 2011, 05:24

Try to add to Custom Styles:
Code: Select all
.down-ptr {display:none;}
#nav ul li a.with-arrow, #nav-top ul li a.with-arrow {padding-right: 10px;}
drake
 
Posts: 3783
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Suffusion drop down menu arrows

Postby livninctry » 16 Nov 2011, 21:06

Brilliant!!!!

Thanks for the help Drake....

Brian
livninctry
 
Posts: 29
Joined: 18 Aug 2010, 12:45


Return to Support Requests

Who is online

Users browsing this forum: blooxyoscible, Google [Bot], tsjcdkqk and 3 guests

cron