Biplav
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tiny Framework] I Screwed Up The Header Codehello,
could you please post your header.php code.
I am guessing that you missed to open a php opening tag or deleted existing one.hope to hear form you soon.
bplvForum: Themes and Templates
In reply to: [Silvia] Main Menu not showing on mobile phone with Silvia Themehello,
Could you please share a link to your website?
regards,
bplvForum: Themes and Templates
In reply to: Looking for similar wordpress themehello,
You can try this theme , is similar but not the same but you can always customize it
regards,
bplvForum: Themes and Templates
In reply to: [Sydney] Menu not showing in responsive modeHello,
The easiet way to fix this would be to access style.css of your theme and find a class.btn-menu:
and add the following code
color: #d65050;
I would recommend to make the changes in the child-theme.
regards,
bplvForum: Themes and Templates
In reply to: [Great] Full width Front Pagehello heavenly image,
You will be needing to change the css where you have declared the background image. According to the inspection your css is styled in the html itself (not in separate css file) so you need to find where your header background is being called and remove yourbackground-size:cover
Regards,
bplvForum: Themes and Templates
In reply to: Responsive webpageHello again ,
I don’t seem to see the problem in . “APPROVED & ACCREDITED, AWARD”
Please can you specify the problem?
The images seem to be responsive enough.
Thankyou,Forum: Themes and Templates
In reply to: ID the ThemeForum: Themes and Templates
In reply to: [Catch Flames] Missing FeaturesHello,
Please post your website link and specify which color you would potentially want to change.
I would be able to provide help in more detail if so .Regards,
bplvForum: Themes and Templates
In reply to: Responsive webpagehello,
please post a link to your website for better understanding of the problem.
ThankyouForum: Themes and Templates
In reply to: [Catch Flames] убрать значкиЗдравствуйте,
Не могли бы вы вставить скриншот проблемы или вставьте ссылку на веб-сайтС уважением,
bplvForum: Themes and Templates
In reply to: [Catch Flames] Font change for site title?Hello,
Please try to add following codes in functions.phpfunction load_fonts() { wp_register_style('MTCORSVAeot',get_template_directory().'/path/to/font'); wp_enqueue_style( 'MTCORSVAeot'); // same for other fonts } add_action('wp_print_styles', 'load_fonts');Forum: Themes and Templates
In reply to: [Clean Box] Featured content image too largehello,
Do you still have the problem? I am sorry for the late reply. I visited your website and I didn’t seem to find your problem.regards,
BplvForum: Themes and Templates
In reply to: [Smallblog] Remove thumbnail from postdid you remove the is_single() part?
IF you did you will have to undo it, if you want the post in single page and you cannot remove is_page().My suggestion would be not to touch the first part of the above instructions I gave and follow only the instructions on the first paragraph.
Good luck ,
BplvForum: Themes and Templates
In reply to: [Catch Box] Issue with aligning site title to site logoWe are not allowed to give our email publicly in the forum but you can always check the theme’s personal support forum
here for quick responseThankyou
Forum: Themes and Templates
In reply to: [Full Frame] Pas d'images sur les extraits d'articleshello jojo29,
I am quite confused still, but if you want image at the top of the header you should set featured image do not put image via editor.
You can see a “set featured image ” option whilst editing or adding a new post on the bottom-right of the pageGood luck ,
bplv