mehrdads
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Design WordPress templates without PHP knowledgeThanks guys.
In fact, I want to create animation onepages.
Wordpress is good for security , performance and easy to use for customers.
I’m gonna use Bootstrap , SASS and JavaScript for Front-End design.
For example, I don’t know how to calling posts in blog page or other things.You can use prebuilt themes and plugins, this is what a lot of people do to achieve their result
Does this makes the conflict with theme’s codes ?
Thanks @themesumo , but i can’t see links.
Thanks @mh Themes , that starter themes is good and help me.
Thanks @staartmees .
I have one question :
Is Genesis framework useful to me ?
RegardsForum: Reviews
In reply to: [Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] PowerfullYou’re welcome.
The Good plugins must to be introduced.
I wish you more success.
Regards.
Mehrdad 🙂Forum: Themes and Templates
In reply to: [Hueman] Change height of slider image sizeOK.
Thanks Mr.bdbrown 🙂
Of course, to those who might read this, I have to say:
“You must adjust your slider with “Media Query” to be beautiful slider”.Forum: Themes and Templates
In reply to: [Hueman] ALX Dynamic Tabs Link Hover ColorYou’re welcome.
No problem, Have you Child Theme !?Forum: Themes and Templates
In reply to: [Hueman] ALX Dynamic Tabs Link Hover ColorOops,
You must put your custom CSS code in that but no problem.
Put this code in your child theme’s CSS :.alx-tabs-container:hover > .alx-tab.thumbs-enabled li:hover a{ color: #b87333; }Forum: Themes and Templates
In reply to: [Hueman] Center Align Embedded Tweets on Posts AutomaticallyHi AZBros,
Can you put your link ?Forum: Themes and Templates
In reply to: [Hueman] ALX Dynamic Tabs Link Hover ColorHi AZBros,
Welcome to Hueman forum 🙂
Try this:.alx-tabs-container:hover > .alx-tab.thumbs-enabled li{ /* This CSS code will work for other "li"s that isn't hover */ } .alx-tabs-container:hover > .alx-tab.thumbs-enabled li:hover{ /* This CSS code will work for active li hover */ }If you need help, say us.
RegardsForum: Themes and Templates
In reply to: [Hueman] Change height of slider image sizeI’m sorry for being my unclear words.
At first, I want to my custom “thumb” that it’s correct,now.
But i think my height slider is high !
The size Thumb is correct but height slider is high !Forum: Themes and Templates
In reply to: [Hueman] Change height of slider image sizeYou shouldn’t copy the entire file to your child theme. All you need is to copy the hu_setup() function to your child theme functions.php file and then make your changes there.
Thanks Mr.bdbrown for hint.
I corrected that.
If i want reducing the size of the slider height , what should I do?Forum: Themes and Templates
In reply to: [Hueman] How to show header title and widgets on mobile versionHi,
Is it possible to put your website address?Forum: Themes and Templates
In reply to: [Hueman] How to enable "YOU MAY ALSO LIKE…" block on postsHi lightwood,
Welcome to Hueman forum.
Go to “Customizer” > “Content ( Home, Blog, Layout,…”) > “Single Posts Setting”
If your issue was resolved, please set this topic “Resolved”.
Regards 🙂Forum: Themes and Templates
In reply to: [Hueman] Change height of slider image sizeHi again Mr.bdbrown,
I act according to your guidance.
I copy “init-core.php” and “content-featured.php” in my child theme, then i define my thumbnail name and size in “init-core.php” and change
<?php the_post_thumbnail('thumb-large'); // only difference to content.php ?>in my “content-featured.php”.
Please see my slider (Link) and tell me that is height of my slider high ?!Forum: Themes and Templates
In reply to: [Hueman] Footer-imageHi LTyla, wellcome to Hueman forum 🙂
See This.
Good luck.Forum: Themes and Templates
In reply to: [Hueman] Change height of slider image sizeHi Mr.bdbrown,
.flexslider .slides img {
width: 100%;
height: 652px;
}I’m try this but slider show my posters very bad.
I think that my problem is “thumb”.Yes, you could define your own thumbnail name and size. Then you’d need to copy the theme file content-featured.php to a child theme, and change this line to use your custom thumbnail:
<?php the_post_thumbnail(‘thumb-large’); // only difference to content.php ?>
I’ll try this and i say result.
Thanks for track me !Forum: Themes and Templates
In reply to: [Hueman] Change height of slider image sizeThanks for your description.
is Featured images in my contents “thumb-large” ?!
Can i use custom of “thumb” for slider ?!