-
AuthorPosts
-
April 4, 2016 at 1:08 pm #607530
As you see in my sceenshot, i have only made to buttons to my slide, how do i insert a third button? – I cant get acess to attach more than to buttons….
- This topic was modified 8 years, 7 months ago by ErikOestergaard.
April 5, 2016 at 4:13 am #608010Hi ErikOestergaard,
No it’s limited to two buttons, but send us a link to your site to see if we can come up with an alternative for you.
Thanks,
RikardApril 5, 2016 at 12:28 pm #608230Hello Rikard, i have figuered out that i can live with only two buttons.
Try look at my picture, and see the underlining for “Teksttroldmand – Foredragsfortæller – Professionel projektmager”
How do i remove the underlining while still keeping the links?
April 5, 2016 at 1:09 pm #608251Hi!
Please provide the link to the site where we can inspect the element in question.
Regards,
VinayApril 5, 2016 at 3:03 pm #608325I cant give a link, its a Local server. IT should be pretty easy to solve for you….
Some css?April 6, 2016 at 9:39 am #608758Hi!
The reason we require the link is because there are more than one way to setup the elements how it looks in the picture.
The css is as below it will work only if you change the custom_class to the actual class name of the menu elements.
.custom_class { text-decoration:none!important; }
If you cannot find the class name please right click page view source copy all code and past it to pastebin.com and share the link to the pastbin here.
Regards,
VinayApril 6, 2016 at 9:57 am #608774I have a link to pastebin here:
April 6, 2016 at 2:11 pm #608953I would like some other things fixed too.
I have linked given my credentialts as private.1. How can you remove date and author from the blog section? Look at the “mer’ Kjer.
2. Remove the underlining from the text in the slider.Looking forward to your reply.
April 7, 2016 at 5:51 am #609322Hey!
1. Remove date author from blog
.post-meta-infos { display:none!important; }
2. Remove underline text
#top .avia-caption-content a { text-decoration: none!important; }
3. To add a dark overlay behind the slider text
.slideshow_align_caption { background: rgba(0,0,0,.5); display: inline-block!important; padding: 30px; top: 25vh; transform: translateY(-50%); }
Regards,
VinayApril 7, 2016 at 8:14 am #609416Thanks very much, how do i remove the date and author in the sidebar on the blog?
– Erik
April 8, 2016 at 5:32 am #610003Hi Erik,
I couldn’t see any author information in the sidebar on your blog page, did you remove it? You can try the following CSS to hide the date:
.sidebar .news-time { display:none !important; }
Regards,
RikardApril 11, 2016 at 4:35 pm #611434Thank you very much.
How do i remove the “blogindlæg” above all blog posts? – I guess its the post category i want removed from the blog overview.– Erik
April 11, 2016 at 4:37 pm #611437Hi!
Please add following code to Quick CSS as well
span.blog-categories { display: none!important; }
Regards,
YigitApril 12, 2016 at 1:10 pm #611835Thank you, that worked.
How do set the Født, fundraising and Km til KBH counters to be above the number on the frontpage?April 12, 2016 at 1:22 pm #611838Hey!
Please go to enfold/config-templatebuilder/avia-shortcodes/numbers.php file and find
// add blockquotes to the content $output = '<'.$tags[0].' '.$style.' class="avia-animated-number av-force-default-color avia-color-'.$color.' '.$meta['el_class'].' avia_animate_when_visible" '.$style.'>'; $output .= '<strong class="heading avia-animated-number-title" '.$font_style.'>'; $output .= $before.$this->extract_numbers($number).$after; $output .= "</strong>"; $output .= "<div class='avia-animated-number-content' {$font_style2}>"; $output .= wpautop( ShortcodeHelper::avia_remove_autop( $content ) ); $output .= '</div></'.$tags[1].'>';
and change it to
// add blockquotes to the content $output = '<'.$tags[0].' '.$style.' class="avia-animated-number av-force-default-color avia-color-'.$color.' '.$meta['el_class'].' avia_animate_when_visible" '.$style.'>'; $output .= "<div class='avia-animated-number-content' {$font_style2}>"; $output .= wpautop( ShortcodeHelper::avia_remove_autop( $content ) ); $output .= "</div>"; $output .= '<strong class="heading avia-animated-number-title" '.$font_style.'>'; $output .= $before.$this->extract_numbers($number).$after; $output .= "</strong>"; $output .= '</'.$tags[1].'>';
If you would like to apply the changes in child theme, please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
YigitApril 15, 2016 at 10:41 pm #615184Problem solved. Sorry.
- This reply was modified 8 years, 6 months ago by ErikOestergaard.
April 17, 2016 at 7:39 am #615721 -
AuthorPosts
- The topic ‘Make a third button on slider.’ is closed to new replies.