Biplav
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Full Frame] width of slider is very lowHello,
Can you please tell me the size of image you are using or even better provide the link of your website.
The default size of the image of the theme’s slider is1680x720px
, so if you want it to look like the default image. You can use the image of the above size
Forum: Themes and Templates
In reply to: [Full Frame] full frame slider pictures ho to eliminate the texthello,
To answer your question you can shutoff the text by going into the full-frame root directory=>inc=>full-frame-featured-slider there on line number 211 you can see
'.the_title( '<span>','</span>', false ).'delete the line and you can get rid of the title.
But I do recommend to do it on a child theme.Hello rizwanMughal,
I am sorry but this is a plugin related question and you should be querying in the plugin thread, this is not the appropriate place for it.
If you have any query related to the create theme, I will be happy to answer it.
Forum: Themes and Templates
In reply to: [Full Frame] Pas d'images sur les extraits d'articlesBonjour,
S’il vous plaît poster votre lien de site , mettant en évidence le problème.
Et si vous pouvez s’il vous plaît de bien vouloir poster le fil en anglais, veuillez permettre à d’autres membres non francophones pour les aider .Cordialement,
BiplavForum: Themes and Templates
In reply to: [Catch Responsive] Remove blog posts from front pagehello katrindinkel!
Have you tried using static front page from admin dashboard. For this you need to select two pages. One of which will be your desired front page and second one will show your blog posts.
Just go to admin dashboard=>appearance=>customize=>static front page => a static page.
There you can select your front page and blog post page and set it according to your will.Regards,
BplvForum: Themes and Templates
In reply to: [Great] Full width Front PageHello again !
Sorry, but the question is not clear for me. My fault for not understanding. I don’t know if you want the side bar or not.
If you don’t want the sidebar, delete the code calling the side bar at the end of index.php or and front-page.php. If you dont want the side bar in 404.php, archive.php, single.php etc. You can remove the code
<?php get_sidebar(); ?>on these pages which is located at the bottom of those pages.Thankyou,
Feel free to ask anything bothering youForum: Themes and Templates
In reply to: [Catch Adaptive] Static Page and Post PageForum: Themes and Templates
In reply to: [Catch Adaptive] Linked In Icon won't displayHello!
I am sorry for the late reply, but the Icon is already present there. If you have any queries feel free to ask.Thank you.
Forum: Themes and Templates
In reply to: [E-Commerce] want to show category hierarchyHello jennifer,
I hope it is not too late, but you should know that ‘show hierarchy’ means to show sub-categories and sub-sub-categories in a manner that implies the parent-child-grandchild category relationship. Just for categories. Not posts.
And also the child-grandchild-… categories must have a post under it to be shown in the widget.
Hope this helps,
Regards,
BplvForum: Themes and Templates
In reply to: [Clean Journal] Responsiveness problem on mobileHello!
Please, can you tell the name of the browser you are using on you iPhone.
To understand the problem better I need to know the browser name.Thankyou,
BplvForum: Themes and Templates
In reply to: [Clean Journal] How to make the footer sticky?Hello! Apoligies for the late reply
It is your choice to make the footer sticky or not, You can customize the theme the way you want but be sure to use child theme to keep you tweaks safe if the theme updates.
To know more about child theme check hereForum: Themes and Templates
In reply to: [Smallblog] Remove thumbnail from posthello!
I did find a solution to your problem. Since you know the location of the content-thumbnail.php page already it will be easy for you.
On line number 17 or relevant to line number 17 you can find an if condtion there like<?php if ( is_single() or is_page() ) : ?>
If you want the image to be displayed while you are viewing detail of a post(single.php) then don’t make any changes there but if you dont want post image any where you can remove theis_single() orpart. Remember to delete theor.The main part comes here. On line 18 you can see
<?php else: ?>remove the line and 4 line of code till the<?php endif; ?>but don’t delete the<?php endif; ?>that should do the trick.Please read carefully, and if you have any query please reply
Thankyou 🙂Forum: Themes and Templates
In reply to: [Great] Full width Front Pagehello!
The problem you have is with the width. So, go to the theme’s style.css and find a class named content-area
There you can find width to be 70% change that to 100% . 🙂
Hope that satisfies you, Feel free to ask if you have any problem.
Have a good day
bplvForum: Themes and Templates
In reply to: [Athena] Cannot add slider in static frontpageHello!
But I did the same thing you did by setting a static front page but I dont seem to have any problem and I am getting a slider too.Do you recall doing any other changes in the theme ?
Please let us know,
ThankyouForum: Themes and Templates
In reply to: [Ribosome] Full width post, no sidebarHello vipcn1,
Your question is very good and could help many others using the Ribosome Theme.
I downloaded and checked your queries. I did see that there was no effect on responsive design after re sizing the content to full width.
You can change it, from my point of view.Please, try the change and post how it goes.
Good luck and thankyou.
bplv