Home › Forums › Arnold WordPress Theme › Alt info /// item: Image + text /// Tab slider
- This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago by
schulzandleary.
-
AuthorPosts
-
February 25, 2017 at 11:33 am #12146
Hello,
Everything is going very good with your template but there is few details now that I want to improve
– Is there a way to remove the yellow rectangle that appear in portfolio on mouseover with the title of the post ?
– when using custom grid portfolio, Is there a way to activate “image + title” with “zoom effect” but without the title appearing in the portfolio down the image ?
– Is there a way to decrease the transparency of the not current titles in the tab slider (like for instance 20% transparency)Thank you for your answers !
February 26, 2017 at 5:03 am #12148Hi, thank you for purchasing our theme
– Is there a way to remove the yellow rectangle that appear in portfolio on mouseover with the title of the post ?
I don’t know where is the yellow rectangle you talked, better paste the page url please.
– when using custom grid portfolio, Is there a way to activate “image + title” with “zoom effect” but without the title appearing in the portfolio down the image ?
If you want to hide title, you could use “image” directly? why use “image + title”? Did you want to use “zoom effect” in “image”?
– Is there a way to decrease the transparency of the not current titles in the tab slider (like for instance 20% transparency)
It is possible, use custom css in Appearance / Theme Options / Custom Css
.bm-tab-slider-trigger-tilte { opacity: .5; } .bm-tab-slider-trigger-tilte.bm-active { opacity: 1; }Cheers!
Bwsm – uiueux.com – Twitter – FacebookFebruary 26, 2017 at 11:56 am #12152Hi,
1 –
OK i found a solution, I removed <?php echo get_the_title(); ?> in interface-function.php as you suggested in a post. The other solution : add a js line, didn’t work2 –
Yes I want to use zoom effect, but I don’t want the title to appear bellow the image3 –
Perfect, Thank you 🙂February 27, 2017 at 2:02 am #121531 –
OK i found a solution, I removed in interface-function.php as you suggested in a post. The other solution : add a js line, didn’t workI don’t know where is the yellow rectangle you talked still. Is ok now?
2 –
Yes I want to use zoom effect, but I don’t want the title to appear bellow the imagePlease use “image + title” , use the custom css(Appearance / Theme Options / Custom Css) to hide title:
.masonry-grid-show-text .ux-lazyload-bgimg { bottom: 0px; } .grid-item-con-text-show { display: none; }February 27, 2017 at 11:12 am #12155Thank you !!
everything is solved now 🙂 -
AuthorPosts
- You must be logged in to reply to this topic.
