Forum Replies Created
-
AuthorPosts
-
December 14, 2015 at 9:33 am in reply to: Bug: Image scaling doesn t work with gallery + simple slider #552036
hej!
it partially worked, thank you! only the images are still changing on hover on the thumbs…
greets
LucieDecember 11, 2015 at 9:20 am in reply to: Bug: Image scaling doesn t work with gallery + simple slider #550896good morning!
anyone found a solution?
regards
lucieDecember 8, 2015 at 10:01 am in reply to: Bug: Image scaling doesn t work with gallery + simple slider #548620Hi Andy!
as posted I would like to have the thumbs in 120px square and no change/preview of the big picture @ hover on the thumbs if possible (but still opening lightbox on klick, if possible). it looks like this at the moment:
and at hover on the 2nd thumb like this:
this is what i like to get:
regards
lucieDecember 2, 2015 at 2:44 pm in reply to: Bug: Image scaling doesn t work with gallery + simple slider #545890is it possible to deactivate the hover?
December 2, 2015 at 2:31 pm in reply to: Bug: Image scaling doesn t work with gallery + simple slider #545882Hi Yigit!
I put it in a smaller column, this worked for the big picture.
the code did unfortunately nothing. the thumbnails are still not scaled right. at hover on the thumbnails, the pics are shown scaled wrong in the place of the big picture. since i also want to get rid of the border and have a margin between big pic and thumbs i tried this:
`#top div .avia-gallery .avia-gallery-big .avia_start_animation{
height: auto!important;
margin-bottom: 20px !important;
border-style: none!important;
}#top div .avia-gallery .avia-gallery-thumb{
height: auto!important;
border-style: none!important;
}`
but this also does nothing…
i hope i wrote it understandable in a way… :)regards
Lucie- This reply was modified 8 years, 11 months ago by aB-Agenta.
dear ismael!
i moved to an own thread for the pic problem, that i created earlier to keep it apart from the mobile problem i had…
https://kriesi.at/support/topic/bug-image-scaling-doesn-t-work-with-gallery-simple-slider
greets
LucieDecember 1, 2015 at 11:18 am in reply to: Bug: Image scaling doesn t work with gallery + simple slider #545049Hi Dake!
theme is updated. (i don t know why, but i always have to do it manually. do you have a hint?). Problem is still existing. Like Ismael suggested in another thread, i created a test page for you.. (Sorry Ismael, I moved to here so the topic fits, i promise to differ more with the problems/threads to keep the forum clean )this is what i would like to get:
http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/thx!
- This reply was modified 8 years, 11 months ago by aB-Agenta.
Hi Ismael!
it is right there:
the pictures are supposed to be scaled…
another thing on this site: the special headings have no padding-bottom. i used this custom css code:`.av-special-heading {
padding-bottom: 20px !important; }`
but unfortunately it is not working…
best regards
lucieNovember 23, 2015 at 12:44 pm in reply to: Optional (User decides) switch off mobile version for ipad #540712thank you!
Hi Ismael!
thx, the code for the sticky header worked.
In the massonary there are 6 pictures; i wanted to display them as shop thumbnails. it is not working. no matter what kind of view i put in, it always scales them in the same wrong way.the other problem (screenshot) is solved.
could you take another peek? login is still active for you
- This reply was modified 9 years ago by aB-Agenta.
Hi Andy!
no, i decided to just remove the link completely…
thx!November 5, 2015 at 2:59 pm in reply to: Optional (User decides) switch off mobile version for ipad #530810the color worked, but it doesn t make me a list anymore. “Diverse Auswertungsfunktionen, z. B. eine Buchungsstatistik über die gebuchten Vermittler-Provisionen” : the part “Vermittler-Provision” is not aligned proper…
and the bullets are at the bottom and not in the middle..November 5, 2015 at 2:50 pm in reply to: Optional (User decides) switch off mobile version for ipad #530802November 5, 2015 at 2:36 pm in reply to: Optional (User decides) switch off mobile version for ipad #530790Hej Yigit,
ok, will do!
Another question: how can i change the color of bullet points?thx!
Hi Yigit! Did you find anything?
greetz,
Luciethx!
oh, i probably didn t describe my problem very good: i want to REMOVE the hover box with the text
i changed it back to my code…could you take another look?
Hi Yigit!
nope, did not work. now the font is green and the hover box at the title is still there…cheers back,
Lucie- This reply was modified 9 years ago by aB-Agenta.
November 3, 2015 at 10:03 am in reply to: Advertising area widget – is it possible to display 3 or more pictures #529073I got it! there were some lines missing…here the correct code for 4 images, is others want to use it:
/** * AVIA ADVERTISING WIDGET - 4 Pictures * * Widget that retrieves, stores and displays the number of twitter and rss followers * * @package AviaFramework * @todo replace the widget system with a dynamic one, based on config files for easier widget creation */ //multiple images if (!class_exists('avia_partner_widget')) { class avia_partner_widget extends WP_Widget { function avia_partner_widget() { $this->add_cont = 4; //Constructor $widget_ops = array('classname' => 'avia_partner_widget', 'description' => 'An advertising widget that displays 4 images with 125 x 125 px in size' ); $this->WP_Widget( 'avia_partner_widget', THEMENAME.' Advertising Area', $widget_ops ); } function widget($args, $instance) { extract($args, EXTR_SKIP); echo $before_widget; global $kriesiaddwidget, $firsttitle; $kriesiaddwidget ++; $title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']); $image_url = empty($instance['image_url']) ? '<span class="avia_parnter_empty"><span>'.__('Advertise here','avia_framework').'</span></span>' : '<img class="rounded" src="'.$instance['image_url'].'" title="" alt=""/>'; $ref_url = empty($instance['ref_url']) ? '#' : apply_filters('widget_comments_title', $instance['ref_url']); $image_url2 = empty($instance['image_url2']) ? '<span class="avia_parnter_empty"><span>'.__('Advertise here','avia_framework').'</span></span>' : '<img class="rounded" src="'.$instance['image_url2'].'" title="" alt=""/>'; $ref_url2 = empty($instance['ref_url2']) ? '#' : apply_filters('widget_comments_title', $instance['ref_url2']); $image_url3 = empty($instance['image_url3']) ? '<span class="avia_parnter_empty"><span>'.__('Advertise here','avia_framework').'</span></span>' : '<img class="rounded" src="'.$instance['image_url3'].'" title="" alt=""/>'; $ref_url3 = empty($instance['ref_url3']) ? '#' : apply_filters('widget_comments_title', $instance['ref_url3']); $image_url4 = empty($instance['image_url4']) ? '<span class="avia_parnter_empty"><span>'.__('Advertise here','avia_framework').'</span></span>' : '<img class="rounded" src="'.$instance['image_url4'].'" title="" alt=""/>'; $ref_url4 = empty($instance['ref_url4']) ? '#' : apply_filters('widget_comments_title', $instance['ref_url4']); if ( !empty( $title ) ) { echo $before_title . $title . $after_title; }; echo '<a target="_blank" href="'.$ref_url.'" class="preloading_background avia_partner1 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url.'</a>'; if($this->add_cont == 4) echo '<a target="_blank" href="'.$ref_url2.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url2.'</a>'; echo '<a target="_blank" href="'.$ref_url3.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url3.'</a>'; echo '<a target="_blank" href="'.$ref_url4.'" class="preloading_background avia_partner2 link_list_item'.$kriesiaddwidget.' '.$firsttitle.'" >'.$image_url4.'</a>'; echo $after_widget; if($title == '') { $firsttitle = 'no_top_margin'; } } function update($new_instance, $old_instance) { //save the widget $instance = $old_instance; foreach($new_instance as $key=>$value) { $instance[$key] = strip_tags($new_instance[$key]); } return $instance; } function form($instance) { $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'image_url' => '', 'ref_url' => '', 'image_url2' => '', 'ref_url2' => '', 'image_url3' => '', 'ref_url3' => '' ) ); $title = strip_tags($instance['title']); $image_url = strip_tags($instance['image_url']); $ref_url = strip_tags($instance['ref_url']); $image_url2 = strip_tags($instance['image_url2']); $ref_url2 = strip_tags($instance['ref_url2']); $image_url3 = strip_tags($instance['image_url3']); $ref_url3 = strip_tags($instance['ref_url3']); $image_url4 = strip_tags($instance['image_url4']); $ref_url4 = strip_tags($instance['ref_url4']); ?> <p><label for="<?php echo $this->get_field_id('title'); ?>">Title: <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('image_url'); ?>">Image URL: <?php if($this->add_cont == 2) echo "(125px * 125px):"; ?> <input class="widefat" id="<?php echo $this->get_field_id('image_url'); ?>" name="<?php echo $this->get_field_name('image_url'); ?>" type="text" value="<?php echo esc_attr($image_url); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('ref_url'); ?>">Referal URL: <input class="widefat" id="<?php echo $this->get_field_id('ref_url'); ?>" name="<?php echo $this->get_field_name('ref_url'); ?>" type="text" value="<?php echo esc_attr($ref_url); ?>" /></label></p> <?php if($this->add_cont == 4) { ?> <p><label for="<?php echo $this->get_field_id('image_url2'); ?>">Image URL 2: (125px * 125px): <input class="widefat" id="<?php echo $this->get_field_id('image_url2'); ?>" name="<?php echo $this->get_field_name('image_url2'); ?>" type="text" value="<?php echo esc_attr($image_url2); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('ref_url2'); ?>">Referal URL 2: <input class="widefat" id="<?php echo $this->get_field_id('ref_url2'); ?>" name="<?php echo $this->get_field_name('ref_url2'); ?>" type="text" value="<?php echo esc_attr($ref_url2); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('image_url3'); ?>">Image URL 3: (125px * 125px): <input class="widefat" id="<?php echo $this->get_field_id('image_url3'); ?>" name="<?php echo $this->get_field_name('image_url3'); ?>" type="text" value="<?php echo esc_attr($image_url3); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('ref_url3'); ?>">Referal URL 3: <input class="widefat" id="<?php echo $this->get_field_id('ref_url3'); ?>" name="<?php echo $this->get_field_name('ref_url3'); ?>" type="text" value="<?php echo esc_attr($ref_url3); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('image_url4'); ?>">Image URL 4: (125px * 125px): <input class="widefat" id="<?php echo $this->get_field_id('image_url4'); ?>" name="<?php echo $this->get_field_name('image_url4'); ?>" type="text" value="<?php echo esc_attr($image_url4); ?>" /></label></p> <p><label for="<?php echo $this->get_field_id('ref_url4'); ?>">Referal URL 4: <input class="widefat" id="<?php echo $this->get_field_id('ref_url4'); ?>" name="<?php echo $this->get_field_name('ref_url4'); ?>" type="text" value="<?php echo esc_attr($ref_url4); ?>" /></label></p> <?php }?> <?php } } } if (!class_exists('avia_one_partner_widget')) { //one image class avia_one_partner_widget extends avia_partner_widget { function avia_one_partner_widget() { $this->add_cont = 1; $widget_ops = array('classname' => 'avia_one_partner_widget', 'description' => 'An advertising widget that displays 1 big image' ); $this->WP_Widget( 'avia_one_partner_widget', THEMENAME.' Big Advertising Area', $widget_ops ); } } }
November 3, 2015 at 9:35 am in reply to: Advertising area widget – is it possible to display 3 or more pictures #529059Good Morning!
nope again, now its displaying just three urls again…- This reply was modified 9 years ago by aB-Agenta.
October 30, 2015 at 1:53 pm in reply to: Advertising area widget – is it possible to display 3 or more pictures #527357nope, still just 3…
October 30, 2015 at 12:55 pm in reply to: Advertising area widget – is it possible to display 3 or more pictures #527319dear ismael,
it is probably because it is friday: i am not able to change the code so it displays 4 pictures. could u help me out?
hej rikard,
it was probably a dau-problem. i tried again and this time no problem at all. sorry!that is, what i thought too; but by doing this, it totally screwed up my layout/css
With the code above; won t it be overwritten by any theme updates???
never mind, problem is fixed, it probably was an update problem!
do i need to switch certains things to “enfold-child” options, like the menus? with the menus it worked, but i can t find my footer widgets; everything seems to be gone.
also: can i move the code from the custom css field into my css file at the server? sorry for all the questions, it all new here.i also exported the theme settings before, just to be sure, but i can t even reset them. i m really desperate here.
hi ismael,
yes, i removed and re installed it; then imported parent settings. now the css is screwed. :( -
AuthorPosts