Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
@Chariti – Switch from child theme to parent theme and check out if the Read More button appears. Also are you doing editing on child theme or original theme.The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme.
If you are doing editing on the original theme then you should delete the theme completely going to Appearance-> Themes-> Hover mouse over the activated theme, you will see Theme Details, click on theme details -> Choose any theme other than Bizlight Pro clicking > sign and activate that theme.
Repeat the same process above going to Appearance-> Themes Delete the Bizlight Pro theme. Now you should download and install fresh bizlight pro theme. Create and activate the child theme and you should be doing all your editing inside this child theme. By default style.css and functions.php files are present inside the child theme.However if you are doing editing in the child theme, you don’t need to delete the original theme and create the child theme.
Inside your child theme folder, leave the style.css as it is and paste the following code I provided inside functions.php file below all the other codes present in child theme and replace the code provided above.
The codeHope this resolves your issues.
Regards.wensolutionsKeymasterHello @Renieh
For the solution of your query you need to create and activate child theme for that.
Reference here for child theme.
After successfully creating child theme you need to add the below code in you child theme’s functions.php file.function exclude_single_posts_home($query) { if ($query->is_home() && $query->is_main_query()) { $query->set('post__not_in', array(252,254,256)); //post ID's } } add_action('pre_get_posts', 'exclude_single_posts_home');
Note: The ID’s that are inside the array are the post ID’s of the post that you have added in the footer menu. This will hide those posts from home page as you have requested.
Hope this will help to resolve your issue.Regards!!!
wensolutionsKeymaster@kkgoss@yahoo.com,
Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/view/theme-reviews/photo-perfectThanks.
wensolutionsKeymasterTry disabling all the plugins and check the issue.
wensolutionsKeymasterYes, copy the entire function
function bizlight_home_testimonial() {
and paste it at the bottom of your Child Theme’s functions.php.Next, within this same function find a block of code wrapped by this div
<div class="testimonial-sayer">
and replace this entire block with above block of code.wensolutionsKeymasterHi @kkgoss@yahoo.com , thank you for an appreciation of this theme.
Can you please post in your site URL so that we can inspect your HTML source code?
Or before that can you please check by disabling any of your installed plugins which might also be causing this issue.
Thanks
wensolutionsKeymasterYes, of course this option is available in Pro version of Photo Perfect theme.
You can check out more awesome features here .
wensolutionsKeymasterHello @saeb
Please create a new thread/topic for your issue.
And for your query to use feature photo as header or background picture, you need to go to particular post/page edit screen and when you scroll down the page you will see Theme Settings section. In this section you need to enable check-box saying Use Featured Image as Banner as shown in below screenshot.
http://prntscr.com/al0v24Hope this will help to resolve your issue.
Best Regards!!!
wensolutionsKeymasterHello @Renieh
Its very hard to figure out what was your issue without your site URL. If your site is work in progress then you may provide us screenshot to show your issue and it would me much clear.
And for the recommendation image size, if you want them regular you need to upload your images of same size (i.e: height and width).
It would be much easier if you site was not under construction.Regards!!!!
wensolutionsKeymaster@benoa – Paste the following CSS code in your child theme’s style.css file:
.home #sidebar-primary{ display:none; }
It should remove the sidebar appearing on the bottom.
Hope it helps to resolve your issue.
Regards!!wensolutionsKeymasterHi, try the following steps to achieve this hack.
Steps :
1. Make a Child Theme and activate it.
2. Copy the file basic.php (from path: inc/hook/basic.php) from your parent theme into your child theme with same folder structure.
3. Just below line no. 187 of basic.php file add the following snippet of code.if(is_home()){ $global_layout = 'no-sidebar'; }
This should do the trick! . Now that your homepage will be fullwidth independent to global layout setting.
Hope this helps!
wensolutionsKeymasterYes, since the global layout would effect the setting globally you need to set it manually for now, probable not for new posts and pages. This is programmed in order to provide the flexibility in layout.
wensolutionsKeymasterSorry if I understood your question wrong.
If you do not want to have or remove sidebar from the front page but have it on the other pages and posts then you can do this from individual page and post editor.
First go to customizer, through Theme Options -> Layouts Options -> set it to No Sidebar.
Next, edit your page or post and you can find an option to choose the layout to assign a sidebar for it.
Hope this helps !!
wensolutionsKeymasterHello @Renieh
Thanks for your appreciation towards the theme and support.
1.Following a recommendation I used the primary menu for the “interesting” posts and the footer menue for the “necessary” posts.
I was a bit confused about your first question. Primary menu for the “interesting” posts. Will you elaborate this a bit more with the recommendation source??
And can you please post your site URL so that it will be easy to debug.2.)
Is there also a recommendation for the image size of the posts, so that the featured images on the homepage look very regular?And it is hard to guess the image size of the posts to look regular without your site’s URL.
Best Regards!!
wensolutionsKeymasterHello @femke98
Thanks for purchasing this theme.
Yes, the license expires after one year. Below are the details of purchase and renew.
If you want to update your theme after a year, then you need to re-purchase it. But if you don’t need update then you don’t need to re-purchase it.
If you do not wish to renew after a year, your site will still be running fine except your product would not be eligible to get new version updates.
You can further refer http://themepalace.com/faq/And sorry for the confusion.
Best Regards!!!
-
AuthorPosts