Forum Replies Created
-
AuthorPosts
-
Perhaps i did not describe it correctly, I’ll try as clear as i can:
In IE9:
1. go to http://kriesi.at/themes/enfold/portfolio/
2. click on category filter “HTML”
3. change category filter by clicking on “PSD”
4. Click again on “HTML” category filter
5. Now hover with your mouse over the 4th item and you will see the titles do not match and when u click on the item you don’t go to the item’s page, the link appears to be broken.
This problem appears after switching back and forth between category filters and only some portfolio items have this problem.
I just noticed that also the link to the portfolio item (with the wrong hover title) appears to be broken in IE9
I found that the bug also exists on the demo site:
http://kriesi.at/themes/enfold/portfolio/
switch multiple times between categories and you will see some tooltip titles do not match the actual portfolio title when u hover over them.
It is hard see it at the demo page cuzz many items have the same name. For example:
when u start at cat “all” go to HTML to PSD and then back to HTML. Hover over the 4th item “Single Portfolio 2/3 Video” (with the purple image) it shows “Single Portfolio 2/3 Gallery”
However this only occurs in IE9 for me.
You mean the black admin bar that appears when logged in? Because i dont see anything strange.
http://www.mediafire.com/view/a8ra1ti2n2178mj/Screen+Shot+2013-07-08+at+1.36.28+PM.png
Sorry for my late reply but it did not work for me. I can only manipulate the width of the site when i change .container. I set the container to 1024 and set the viewport content width to 1100 and now it is showing the site exactly as i want.
I just need to edit the units classes and it should all be fine i think.
thanks!
If you downloaded it from themeforest it should be the latest version, at least that was case for me.
Its inside the textblock shortcode. When you create or edit a textblock you you can choose quote function from tool bar.
I was about to make a topic about same thing, it grabs they first sidebar from widget area “Displayed Everywhere”.
When i put this line in my template file:
get_sidebar( ‘Homepage’ ); ?>
(where Homepage is the name of my sidebar)
It still gets overwritten it seems
May 31, 2013 at 9:40 am in reply to: Custom post type Portfolio cloned, items don't show up on page #121874Too bad, I hoped there was an easy solution. I’ll solve it with a custom page template in that case. Thanks for your response and offer to help me out.
Sincerely,
Nick
May 30, 2013 at 10:06 am in reply to: Remove Copyright from footer without touching theme files? #122142The Kriesi copyright text is static afaik, so it is not possible without editing the footer file.
May 30, 2013 at 9:53 am in reply to: Existing (and new) avia textblock apear empty and can not be edited #122146im going crazy! Now it works again :/. I don’t get it, I haven’t changed a thing
May 29, 2013 at 12:56 pm in reply to: Slides LayerSlider homepage not centered like enfold demo site #121912Bah must’ve overlooked the option in general setting “Layers Container”, when i set i to 1500 in combination with “Responsive under” at 1500 its fixed. everything is centred and stays centred when resizing.
It works for me and doesnt fade, with a background image it doesnt show for me. Perhaps try adding a div at the top of the slide with 100% width and minimal height with css in LayerSilder settings?
go to: themes > enfold > framework > php > class-breadcrumb.php
line 189:
‘before’ => ‘<span class=”breadcrumb-title”>’ . __( ‘You are here:’, $textdomain ) . ‘</span>’,
Change it to: ‘before’ => ‘<span class=”breadcrumb-title”>’ . __( ‘whatever text you like: ) . ‘</span>’,
Although I’m not sure if this is the correct way, but it works. You will lose translation options like this for codestyling localization
This should work:
ls-inner{
-moz-box-shadow: inset 0 0 10px #000000 !important;
-webkit-box-shadow: inset 0 0 10px #000000 !important;
box-shadow: inset 0 0 10px #000000 !important;
}
ah ok, in that case the translation should be complete. I might update the dutch pomo files later this week since I’m going to work a lot with the theme from now on.
Here is a dutch translation roughly 66%. avia_framework is translated for 100%. LayerSlider is translated for about 33% however those translations are not showing up. I think it has to do with some errors im having with codestyling localization. I don’t have too many experience translating with this plugin
error 1:
http://www.mediafire.com/?yqc4453zr1qs1rq
error 2:
http://www.mediafire.com/?8actt0b3c8g6oct
Dutch pomo files:
Halfway with the dutch translation, damn this is soul-destroying :). I hope I’m doing this correctly, 620 more strings to go. Will continue tomorrow and share a link when its done.
-
AuthorPosts