Forum Replies Created
-
AuthorPosts
-
I think your logo image is definitely too big (should be 200px x 100px).
The overlaping problem also accours in Firefox if you decrease the window size
Hi Venom – I think your logo is simply too big (should be 200 x 100 px)
why should h3 be bad for SEO? You can have a number of h3s on a site – you should have just 1 h1 per page, but a handfull of h3s is okay. In almost every theme I can remember the widget-titles are h3s….
hmmm – did you REALLY check ie8 compatibility? There’s a lot of issues:
– icon-boxes are not displayed correctly (the circle behind the icon does not show up)
– sometimes icons are not displayed (e.g. in boxes)
– buttons loose their color
ect..
I know that ie8 is really bad regarding css but unfortunately still a lot of companies run windows xp and ie8……
using IE10 in IE8-mode you can’t see any icons when you go to fontello.com…. there’s just blank squares
confirmed: in IE8 the icons of the icon-boxes are not displayed correctly – e.g. the colored circles behind the icons do not appear (when using the centered icon-boxes).
I think Opera is not a big problem but there’s still a lot of people using IE8….. so there’s room for improving the theme :-)
Enold Theme Options – frontpage settings? And use the frontpage template for your homepage….
add to custom-css:
.iconbox_content {min-height: 300px;}
adapt 300px to your needs
the tip is just for dynamic elements – try h1 {color: #222222;} by the way – did you clear the cache of your browser? Normally css files are cached and the old version is presented.
June 9, 2013 at 12:05 pm in reply to: New bug in 1.6: font icons within icon boxes can't be aligned anything but left #123679BESSERE LÖSUNG:
habe in der icon.php nachgesehen – offensichtlich fehlt im shortcode die “position”.
Also wie gehabt den shortcode einfügen und dann noch die “Position” ergänzen. Vorher sah der Code folgendermassen aus:
[av_font_icon color="" icon="112" size="40px" use_link="{{use_link}}" link="" linktarget="no"] – das alignment fehlt
ergänze es einfach um position=”center” und es funktioniert:
[av_font_icon color="" icon="112" size="40px" position="center" use_link="{{use_link}}" link="" linktarget="no"]
June 9, 2013 at 11:45 am in reply to: New bug in 1.6: font icons within icon boxes can't be aligned anything but left #123678hab’s eben probiert – wenn man den obigen code – im html-modus – direkt eingibt, dann funktioniert’s :-)
Da ist irgendein bug mit den shortcodes (das center alignment wird nicht übernommen)
June 9, 2013 at 11:24 am in reply to: New bug in 1.6: font icons within icon boxes can't be aligned anything but left #123677hmm – probier mal den code – nicht den shortcode – im html-modus – direkt einzugeben:
<span class=”av_font_icon avia-font-entypo-fontello” style=”color:#ffb922;font-size:18px;line-height:18px;”>▶</span>
By the way – die seite sieht übrigens super aus :-)
June 8, 2013 at 10:57 pm in reply to: New bug in 1.6: font icons within icon boxes can't be aligned anything but left #123675firebug shows that there is a class assigned to the icon which makes it align left:
<span class=”av_font_icon avia-icon-pos-left avia-font-entypo-fontello” style=”color:#ffb922;font-size:18px;line-height:18px;”>▶</span>
if you delete avia-icon-pos-left the triangle gets centered and the padding is increased
quick-css:
p {font-size: 20px;}
@Ismael: normally :-) everything is transferred, database and data are packed into one file and reimported at the new location
For this purpose I’m using a plugin called WP Clone – search for it directly in WordPress – works perfectly!
Description: Move or copy a WordPress site to another server or to another domain name, move to/from local server hosting, and backup sites.
Manual: http://wpacademy.com/software/
The icons come from a special webfont – “entypo” – which is hard-coded into the theme. The character of the font are mapped inside the entypo-fontello-charmap.php file (located: enfoldconfig-templatebuilderavia-template-builderassetsfonts).
You could alter the font at http://www.fontello.com, download the customized font (incl. new charmap), upload the files to the original location and customize the charmap.php file…..
Looking at the demo I did not experience this “choppy” scrolling effect – no differencies to other sites. I’m using Windows 7 64 bit, Google Chrome and Firefox – maybe it has to do with 1.) your OS (MAC, Linux) or 2.) your browser?
More flexible Icon-Box – means:
1. allow the additional use of custom icons
2. more styling options (background, font size ect…)
May 7, 2013 at 4:14 pm in reply to: Can't edit or change a text block in Avia layout builder #117063sometimes there’s an issue with Avia builder and text-mode (html-mode). Sometimes everythings’s okay in the builder but when you switch to text mode the content disappears – and appears again after switching back to the builder…
enfold theme options – import dummy data
add to your css: h1, h2, h3 {text-transform: none !important;}
April 28, 2013 at 9:09 pm in reply to: Editor suddenly shows only an empty window on all pages #116102do you have installed ultimateTinymce plugin? This sometimes causes problems
-
AuthorPosts