Forum replies created
Viewing 10 replies - 2,911 through 2,920 (of 3,147 total)
In reply to
How do I resize the images in a content box?
please update to version 2.0.0
In reply to
content box link colors
are you using the alora version 2.0.0? the button color can be changed in Styling Options -> Button Gradient Top Color and Button Gradient Bottom Color
In reply to
3-level-navigation
alora 2.0.0
In reply to
How do I resize the images in a content box?
Which version of alora are you using?
In reply to
3-level-navigation
please can you confirm it’s on the new version also?
In reply to
How do I get rid of main menu?
sorry, use this instead:
Code:
#wrapper #header .dd-container .dd-select {display:none!important;}
In reply to
How do I get rid of main menu?
insert this in the Custom CSS field, it shoud fix it:
Code:
#wrapper .dd-container .dd-select {display:none!important;}
In reply to
3-level-navigation
will check it..thx
In reply to
Issue with social buttons at bottom of page…
as I mentioned above, there is inserted a span tag in the post/page title….as you said, maybe by a plugin….the share buttons built in evolve are not using any such tags in the sharing links
when I check the source code of your post/page title I see clearly this code:
Code:
<span itemprop=”name”>SAAB B 17</span>
In reply to
Issue with social buttons at bottom of page…
the code is breaking because you are using a span tag in the page/post title
Viewing 10 replies - 2,911 through 2,920 (of 3,147 total)