Edit .path "::"
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Edit .path "::"
Is there a way to edit and change the "::"?

I believe I would need to edit the index_body template and do similar steps to this:
http://help.forumotion.com/t136323-modify-the-brackets-on-the-group-legend
But I'm not sure how.

I believe I would need to edit the index_body template and do similar steps to this:
http://help.forumotion.com/t136323-modify-the-brackets-on-the-group-legend
But I'm not sure how.
Re: Edit .path "::"
The topic was posted in the wrong section, so I have moved it to the correct section.
|

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Edit .path "::"
Do you just want to hide them or replace them by, for example '>'?
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Edit .path "::"
Hello @Genesis,
Go to: Admin Panel > Display > Templates > viewtopic_body
Find:
and replace the :: with what you like.
Go to: Admin Panel > Display > Templates > viewtopic_body
Find:
|


|
Re: Edit .path "::"
Search this:
and check for any :: in that element wrap.
|
and check for any :: in that element wrap.


|
Re: Edit .path "::"
That's weird because i can see them in there. Can you post the template here please? 



|
Re: Edit .path "::"
I believe this is the part for the breadcrumb:
- Code:
<div class="pathname-box">
<p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
<!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
{NAV_CAT_DESC}
</p>
</div>

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Edit .path "::"
Is this solved now?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Edit .path "::"
No? I have the part which is for the pathname box in the templates which I already knew, I still don't know how to change the "::".
Re: Edit .path "::"
Hey,
Try this code:
Try this code:
- Code:
.pun-crumbs p.crumbs { color: transparent; }
.pun-crumbs p.crumbs > a:after { content: ":"; }
.pun-crumbs p.crumbs a span { margin-left: -12px; }


|
Re: Edit .path "::"
Just use this css to hide remove the "::"
- Code:
p.nomargin.path {
font-size: 0!important;
}
.pathname-box a.nav:hover, p.nomargin.path a.nav {
font-size: 14px!important;
}
Re: Edit .path "::"
Problem solved & topic archived.
|

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum