Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @chaotoko,
Glad we could help you.
If you have any issues further then please let us know.
Further, we would really appreciate if you could help us by rating our theme by following the link given below:
https://wordpress.org/support/theme/blogism/reviews/
Thank you.
Best Regards!!
wensolutionsKeymasterwensolutionsKeymasterHello @chatotoko,
First of all thank you very much for using the theme.
Now to display the social icon on the top header please follow below given steps:
Step 1: Create the social menu by going to Admin Panel > Appearance > Menu by including your desired custom links:
Screenshot:
Step 2: Assign the created social menu to the social menu location either from Admin Panel > Appearance > menus or from Admin Panel > Appearance > Customize > Menus > Menu Location.
Step 3: Now got to Admin Panel > Appearance > Customize > Theme Option > Header option and enable the option “Show Social Icons”.
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @amina,
It does not actually fall within the legal boundary so if you have already removed then you can use the theme 🙂 .
The only thing is, it is always good to give credit to the developer who has put so much effort into developing the theme and provided it for free.
Thank you.
Let us know if you have any issue further.
Regards!!
wensolutionsKeymasterHello @sumitrajancse,
First of all thank you very much for buying the pro version of the theme.
At first please activate all the recommended plugin that you can see in the dashboard.
Also for the confusion please refer to our themes official documentation given below:
http://themepalace.com/instructions/themes/restaurantz-pro/
If you find any confusion further then please let us know.
Thank you.
Regards!!
wensolutionsKeymasterHello @mistiknaw,
The recommended size for the image in the slider is “1920px X 800px” so please upload the image of this size and regenerate the image using the plugin like given below:
https://wordpress.org/plugins/regenerate-thumbnails/
This must solve your resolution issue as well.
Even uploading the correct sizes image is generating the issue then please provide your site URL so that we can inspect further and help you.
Thank you.
Regards!!
wensolutionsKeymasterHello @amina,
Thank you very much for the appreciations.
The option to remove the footer credit is only available in the pro version of the theme.
So if you require the feature then you need to buy the pro version. Not only this pro version comes with lots of other exciting feature and to know about it please refer to below given link:
http://themepalace.com/downloads/academic-pro/
Thank you.
Regards!!
Have a good day 🙂 .
wensolutionsKeymasterHello @emanimama,
To make all the front page transparent use below given CSS.
#sidebar-front-page-widget-area { background: transparent; box-shadow: none; } .home.page #main { background: transparent; }
Now to make your front page look like in the demo you should manage your Homepage setting.
For this just go to Admin Panel > Appearance > Customize > Homepage settings and set your “Frontpage displays” to your “latest post”
Screenshot:
Also, try using the image of size 439*706 in your second post so that you have the vertical image like in the demo.
As for the query related to the category, you send us screenshot using the tools like Lightshot:
https://app.prntscr.com/en/index.html
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @amina,
First of all thank you very much for trying the Theme.
Now to remove the “Read More” button from the about section use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
#welcome-section .buttons { display: none; }
Hope this helps.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @aack,
Yes, the theme will automatically crop the images to adjust them in the news section.
Also, the appropriate image size for the image used in the news section is “360*240”. So please upload the image of this size in order to avoid any image issue.
Also, after making the changes in images do not forget to regenerate the images by using the plugin given below:
https://wordpress.org/plugins/regenerate-thumbnails/
Hope this helps.
Best Regards!!
June 28, 2018 at 2:07 am in reply to: how do I remove a foto from my content.php + change size of category posts #74519wensolutionsKeymasterHello @pinksoul91,
To remove the image on the homepage use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additiona CSS and paste the CSS.
.home .page-decoration img { display: none; }
Now as for your query related to the category page, we found that you have completely customized the theme.
The category page is displaying fine as you can see in the demo of the theme.
http://themepalace.com/theme-demo/?demo=TEV4bHFMQ1BMWUlrdzlnaitRVHdXdz09#
Also, do not make any modification directly in your parent theme. All of the modification will be lost upon update to the latest version.
You need to go through the child theme for any modification on the theme.
Regarding your third query, the theme itself does not have such feature so as much as we would love to help you this we are unable to do so as if falls beyond the support we offer for our product.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @makoto,
We would like to apologize for the inconveniences.
Also, we will definitely discuss this and see what can be done.
Thank you.
Regards!!
wensolutionsKeymasterHello @micha009,
Currently, there is no such feature in the theme and as much as we would love to help you with this we are unable to do so as it requires higher code customization.
So our suggestion to you is hire a professional developer so that your code won’t be affected and you would get what you want.
To hire a developer please refer to below given link:
http://themepalace.com/hire-a-customizer/
Thank you.
Regards!!
wensolutionsKeymasterHello @heather23,
To remove the “Archives:” in archive page, you have to activate the child theme.
Please refer to below-given link on how you can create and activate the child theme.
http://wptravel.io/how-to-create-a-child-theme/
Now add below-given code in your child themes functions.php file.
function construction_base_pro_child_custom_cat_title_removal ($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } elseif ( is_archive() ) { $title = preg_replace('/^\w+: /', '', $title); } return $title; } add_filter( 'get_the_archive_title', 'construction_base_pro_child_custom_cat_title_removal
Hope this helps.
If you have any issue further please let us know.
Thank you.
Regards!!
wensolutionsKeymasterHello @makoto,
To change the default design of the comment section requires a custom coding as well as some design changes.
So as much as we would love to help you with this we are unable to do so as it falls beyond the support we offer for our product.
Nevertheless, you can always consider hiring the professionals to customize the comment section design.
To hire a developer please refer to below given link:
http://themepalace.com/hire-a-customizer/
Thank you.
Let us know if you have any queries further.
Best Regards!!
-
AuthorPosts