Forum Replies Created
-
AuthorPosts
-
A masonry grid layout for posts would be nice.
would be nice to have a theme configuration for that. i heard complaints about milky gallery thumbs as well.
just discovered that a lot of shortcodes have been added and this can be used in posts.
Is this still the current state?
I need to get comments working in posts “written” with Avia Layout Builder.
I am using the “Ultimate Posts Widget” that’s fitting my needs.
this bothers me as well. the childthemes css gets loaded before the parents css. so you have to specify a higher css level to the child styles.
May 31, 2013 at 1:57 pm in reply to: Need to get the first category for each post in postslider.php #122407got it…
$categories = get_the_category($the_id);
$cat_name = $categories[0]->cat_name;
$output .= “<div class=’slide-entry flex_column {$cat_name}{$style} {$post_class} {$grid} {$extraClass} {$thumb_class}’>”;
this is exactly the problem. as soon as i use Avia Shortcodes it breaks.
I am experiencing that some my text blocks that contain html with <div> tags stopped being editable (cross browser problem).
nothing fancy:
<div class=”notebook-container”>
<div class=”notebook-top”></div>
<div class=”notebook-middle”>Text..</div>
<div class=”notebook-bottom”></div>
</div>
when i change sth. on another element like a layerslider and hit “save” – the text block becomes visible again. buggy!
I’d throw my hat in for colintate:
Can’t go with this…
When you create separate categories under a portfolio, pagination includes all categories instead of the category you are currently in.
I am using an iframe with the correct values. The marker is centered in my backend-view. it just “moves” to 0,0 in my tabbed map.
April 30, 2013 at 6:46 am in reply to: Get the latest portfoilio entries in Content Element "Portfolio Raster" #116338Vielen Dank!
I have a google map in a Tab Content element. instead of centering the map my marker gets displayed at 0,0.
April 25, 2013 at 7:43 pm in reply to: Urgent trouble: Can't get Portfolio Grid Content Elements to display on page #115797OK, version 1.3 fixed this issue.
no, this brings up a blank page. I already have a child functions.php.
Would be nice to have the child theme css load AFTER the main css. now we have to make all childtheme css a higher priority:
#top #main .alternate_color.title_container .main-title a {color: #fff;}
I had this problem too.
It is related tom some Layer-Slider settings. Quite a lot of settings…
This setting made it work as expected: https://www.evernote.com/shard/s16/sh/d0c92ead-e172-4030-bb85-413cc6d33a6d/2dd9064b570edb2aae5182f09364d1e2
I can reproduce it on Firefox/Mac AND on IE/Win7
http://dev.procasa-online.de/referenzen/metzingen-neuhausen-klosterstr-9/
4th and 5th image in the first row.
you could target each page via css and hide things:
body.postid-1 .main-title, body.postid-2 .main-title {display: none;}
-
AuthorPosts