lknhan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Yes and no option “add transparency header”.Thanks Amit π
Forum: Themes and Templates
In reply to: [OceanWP] Yes and no option “add transparency header”.Hello Amit,
Yes, it work: https://hjelptilmange.no/wordpress/
But I don’t want it 100% transparent,
I want to get a fuzzy class right now, like this page: https://hjelptilmange.no/
How can I?
ThanksForum: Themes and Templates
In reply to: [OceanWP] Yes and no option “add transparency header”.Hei Amit,
I use the Minimal Style and add the CSS as follows (Have you instructed me before):#site-header.is-transparent {
background-color: Rgba (48,48,48, 0.3);
}But the header does not have transparent. Only white color.
https://hjelptilmange.no/wordpress/How does it have a transparent look like this page:
https://hjelptilmange.noCan you help me?
Thanks- This reply was modified 7 years, 3 months ago by lknhan.
Forum: Fixing WordPress
In reply to: How can i remove ?And Widget footer code:
<table align="center" cellspacing="100"> <tr> <td align="center"> Β© 2018 Advokatfirma Suleiman & Co. Alle rettigheter reservert. </td> </tr> <tr> <td align="center"> [DISPLAY_ULTIMATE_SOCIAL_ICONS] </td> </tr> </table>Forum: Fixing WordPress
In reply to: How can i remove ?Hello Snehal Brahmbhatt,
Footer.php<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.ww.wp.xz.cn/themes/basics/template-files/#template-partials * * @package scolaw */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="footer_top"> <div class="container"> <?php dynamic_sidebar('footer_top'); ?> </div> <div class="bg_abs"></div> </div> <div class="footer_part"> <?php dynamic_sidebar('footer');?> </div> <div class="footer_bottom"> <div class="container"> <?php dynamic_sidebar('footer-copyright');?> </div> </div> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> <script type="text/javascript"> function show_new_option(elem1,element){ var new_el = element; // alert(new_el); jQuery('.lst_item').removeClass('active_link'); jQuery(elem1).addClass('active_link'); jQuery('.normal_bx').fadeOut(500); setTimeout(function(){ jQuery('#'+new_el).stop().fadeIn(); },550); } jQuery(window).bind('scroll', function () { if(jQuery(window).width()<480){ if (jQuery(window).scrollTop() > 50) { jQuery('.header-right').addClass("hidden_b"); } else { jQuery('.header-right').removeClass("hidden_b"); } } }); </script> </body> </html>Forum: Fixing WordPress
In reply to: Header widget does not balance horizontally.Thanks judgerookie π
How can you check it?
ThanksThanks Suzie.
Thanks kimabaghdasaryan π
Forum: Themes and Templates
In reply to: [OceanWP] Page not found with menuThanks Amit π
Forum: Themes and Templates
In reply to: [OceanWP] Style medium: Can not change background colorThanks Amit π
Forum: Themes and Templates
In reply to: [OceanWP] Style medium: Can not change background colorHello Amit,
I se:It is not possible to give you the correct code without seeing the site. Use Browser Inspect tool to do this β Read hereBut i don’t understand, how can I change
background-color: #d1d1d1?
ThanksForum: Themes and Templates
In reply to: [OceanWP] Style medium: Can not change background colorHello Amit.
I just setup at link for test: https://scolaw.no/test/test/How do I create a transparent header? (Area: menu, logo, search, and phone number)
That page uses “Custom header”.
Thanks Amit.Forum: Themes and Templates
In reply to: [OceanWP] Style medium: Can not change background colorHello Amit .
I setup on localhost, hix.
Because I want to create a custom header, which includes: Logo in the middle, right and left side of the logo I will add to the phone number, email address.
Below the logo, Pho and email: I will add menus.
I’ve finished using the Header footer Builder of Elementor, but it has color background, look not nice.
So I don’t know more how to let it have transparent.
Because I don’t know about CSS.How can I?
Thanks so much.Forum: Themes and Templates
In reply to: [OceanWP] Style medium: Can not change background colorHello Amit,
I want to create a Β«custom headerΒ» og custom header have transparent color.
I am using Elementor to create custom header.
But when created, the custom header is blue or white, black … There is no transparent header.How can I do it?
ThanksForum: Themes and Templates
In reply to: [OceanWP] How can I reduce the height space of Page Title?Hello Snehal Brahmbhatt.
It work good.
But one more: How to reduce the height distance from the Title to the bottom. It is currently litt big.See picture: https://imgur.com/a/eyCtSbT
Thanks Snehal Brahmbhatt
- This reply was modified 7 years, 6 months ago by lknhan.