Biplav
Forum Replies Created
-
Forum: Themes and Templates
In reply to: No images shown when search the result pageHello yaourtpis,
The file you need to modify is none other than content-search.php, if there is no such file try search.php and check weather or notthe_post_thumbnail();is passed inside the loop.
If you want to show only image removethe_title();, the_content();/ the_excerpt()and putthe_post_thumbnail();inside the loop or if you want all three title, content and the thumbnail put all the code inside the loop with suitable div.Forum: Themes and Templates
In reply to: [Scrawl] Remove BoxesI am sorry, I did see your problem but I think that there is not much we can do about it. Since it is a wordpress.com hosted website.
The only way possible to do it is, if and only if there is an option in customizer otherwise it is not possible to change. Hope you understand. Thankyou
Forum: Themes and Templates
In reply to: [Scrawl] Remove BoxesHello again, I don’t seem to get any kind of boxes at the end of the site any where( well, at least any where I am authorized to visit).
But the problem is that you are using wordpress.com and it is different from wordpress.org there you cannot manually modify codes and styles (unless you are given a customizer) and neither you can install plugins.So my suggestion would be to check the website thoroughly and view your website in visitors view and try to fix it via customizer.
Good luck,
Hope my suggestion helps
ThankyouHi, I have to ask, is the image uploaded correctly ? If so, Could you please post your code to display
Thank you
Hope to hear from you soonForum: Themes and Templates
In reply to: [Scrawl] Remove BoxesHello @sleepytimestroy,
Could you please provide a link to your website or paste thecodewhere you want to make the change ?Thankyou,
BplvForum: Themes and Templates
In reply to: [Optimizer] Adjust height front page image slide?Hello @laylalunn,
I am sorry but I cannot find any slider of any sort in your website’s front page? Is the link wrong or have you removed it?
Please let us know if you have any problem.
Regards, bplvForum: Themes and Templates
In reply to: [Oblique] Hide header in pagesNo problem, @Lsaiasmd
Forum: Themes and Templates
In reply to: [Oblique] Hide header in pageshello, @isaiasmd I visited your site. It is very attractive. To answer your question, you can first go to header.php in your themes folder that is inside wp-content folder in your root directory. There you might see a div with class site-branding before that you can pass a php condition
<?php if (is_home() || is_front_page()) : ?>and close the if condition after the div finishes like<?php endif; ?>Forum: Themes and Templates
In reply to: [Oria] footer colorno problem 🙂
Forum: Themes and Templates
In reply to: [Oria] footer colorcheck what CSS classes are being used in footer by inspecting or viewing source code. go to style.css find the class or id assigned to respective div in footer and find color and change it
Forum: Themes and Templates
In reply to: [Customizr] Remove all pages titlesgo to ../template-parts/content-page
`<header class=”entry-header”>
<?php the_title( ‘<h1 class=”entry-title”>’, ‘</h1>’ ); ?>
</header>`
remove the above or the code similar to above.Forum: Themes and Templates
In reply to: How to post php code in header.php !The question is too vague. When do you want the code to execute. What is the code? Is it a complex code or is it just a general echo ? Specify the question first
Forum: Fixing WordPress
In reply to: WordPress theme no longer showing all the changes I made to itbacking up your sql file is very important. Its the backbone and without it wordpress cannot stand. All your saved data will vanish and most importantly the posts and pages will too
Forum: Fixing WordPress
In reply to: Pagination on the category pagejust check the back end settings and view reading. There you can find blog posts per page. Change that to desired post per page or less than your total posts. That should show pagination
Forum: Fixing WordPress
In reply to: Pagination on the category pageplease post your pagination code. I have had the same problem solved it just now