vilkass
Forum Replies Created
-
Hello there again,
Thank you for your answer. I hope you will develop this feature in the future! It would help a lot!
Best wishes,
VilkassHey,
Ye it dissapeared but you can acess it anyways. In URL where written action=edit write action=elementor
It worked for me :pForum: Themes and Templates
In reply to: [OceanWP] Search results pageHello again.
Ohhh… Didnt know about that. Thank you very much 🙂
And last question, how can I change search title with background image? That image should hide title words.- This reply was modified 7 years, 9 months ago by vilkass.
Forum: Plugins
In reply to: [WP Visual Sitemap] More columnsOk. Thank you
Forum: Themes and Templates
In reply to: [OceanWP] Search results pageWell I need to change every word in there. I mean I want to translate to my language all site so its probably not possible withouth elementor pro… Thank you anyways 🙂
- This reply was modified 7 years, 9 months ago by vilkass.
Forum: Themes and Templates
In reply to: [OceanWP] Search results pageHello again. Is there a possibility to do it withouth elementor pro? I’m searching like free way to do it…
Forum: Plugins
In reply to: [Zeno Font Resizer] Colorful itemThis is the code currently:
jQuery('.zeno_font_resizer_add').click(function() { var newFontSize = parseFloat(jQuery(zeno_font_resizer_element + "").css("font-size")); if (newFontSize != startFontSize) { jQuery("" + zeno_font_resizer_element + "").css("font-size", startFontSize); jQuery(".zeno_font_resizer_add").css("color","black"); Cookies.set('fontSize', startFontSize, {expires: parseInt(zeno_font_resizer_cookieTime), path: '/'}); } else { newFontSize = newFontSize + parseFloat(zeno_font_resizer_resizeSteps); newFontSize = newFontSize.toFixed(2); var maxFontSize = startFontSize + ( zeno_font_resizer_resizeSteps * 5); jQuery(zeno_font_resizer_element + "").css("font-size", newFontSize + "px"); jQuery(".zeno_font_resizer_add").css("color","yellow"); Cookies.set('fontSize', newFontSize, {expires: parseInt(zeno_font_resizer_cookieTime), path: '/'}); zeno_font_resizer_callback.fire( newFontSize ); } return false; });Forum: Plugins
In reply to: [Zeno Font Resizer] Colorful itemWell I want that icon (the letter in original) will change the color and keep it. I mean when I clicked him he wil be yellow and when I clicked him back he is black. I want that the cookie will remmeber what color he should be