bebibu
Forum Replies Created
-
the screensht still exist but this is the new one https://i.imgsafe.org/a3bb5fd.png
need your help, thank you
ps : my themes is hueman themes
Forum: Themes and Templates
In reply to: [Hueman] Search Bar in index.phpthis is the result >>> https://postimg.org/image/ltpe3s3jj/
look great in mobile device but not so good in pc. so i try to change padding top and margin bottom to…
.mysearchbar { padding-top: 9px; padding-bottom: 0; } .mysearchbar .notebox { margin-bottom: 9px !important; }
the result is >>> https://postimg.org/image/57k87zdmj/
look great in pc but not in mobile device.
i know this is not a big problem but i am curious about this ?? can i send you a private message so i can send my blog link?
thank you
Forum: Themes and Templates
In reply to: [Hueman] Search Bar in index.phpThanks for the answer, bdbrown..
For problem number 2 i try add that code and i think its work.
But for problem number 1, i think its not. i want to remove width under search bar but without remove line under search bar.
screenshhot: https://postimg.org/image/i1wwr8cul/
Forum: Themes and Templates
In reply to: [Hueman] Search Bar in index.phptypo: i mean (area number 1 and area number 2)
Err i dont know how to do it.
Just copying code to my function.php in child theme but didnt work
// Define shared post arguments $args = array( 'date_query' => array( array( 'column' => 'post_date_gmt', 'after' => '2 months ago', ), ), 'no_found_rows' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, 'ignore_sticky_posts' => 1, 'orderby' => 'rand', 'post__not_in' => array($post->ID), 'posts_per_page' => 3 );
Forum: Themes and Templates
In reply to: [Hueman] How to limit related posts to a certain time?Awesome! It’s work.
Thank you, bdbrown.
Case closed.
Ok it’s work! Thank you Jeremy.
PS:
I need to remove link of my website that i mention in above post but Only mods can edit a post. Please to remove that blog address. thank you.
my blog is lokerhotel.com
need your help. thank you.Thank you Jeremy for your answer,
I try add this code to my css…
div.sharedaddy .sd-sharing h3.sd-title:before { content: "\f0c9"; font-family: FontAwesome; }
An the result, icon appear above the text ‘Share This” https://postimg.org/image/yan0l7pv5/
FYI, i am using Hueman Themes in this is capture of my blog…
[IMG]https://i65.tinypic.com/20z4h21.jpg[/IMG]
thank you
Forum: Themes and Templates
In reply to: [Gazette] Remove Tag and Author Link in single.php3.and how to remove or hide category link above title in index.php/home page?
thank you
Forum: Themes and Templates
In reply to: How to ad excerpt post only in Sticky Post?ia m so sorry
Forum: Themes and Templates
In reply to: [Rams] Missing Video Post Formatah thanks for the info
Forum: Themes and Templates
In reply to: How to change ONLY background color sidebar?yeah its work. thank you…
but how about the font color? i want to change color like the parent themes style, rgba?
this is a default code.main-menu a { display: block; font-size: 0.9em; font-weight: 700; color: #fff; color: rgba(255,255,255,0.6); } .main-menu a:hover, .main-menu .current_menu_item > a, .main-menu .current_page_item > a { color: #fff; }
color: rgba(255,255,255,0.6);
Forum: Themes and Templates
In reply to: [Rams] Request Featureactually i just want to change sidebar color…
Rams Themes only have one option custom color. When i change the color, it will change the background color sidebar and also the accent color of the content .
Is it possible to change ONLY background color of sidebar? I want the color background is white and font color sidebar black. [Yeah, something like Twenty Fifteen]
Thank You