Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterYou can use the following custom CSS for this purpose.
.wrap-highlight h2{ background: #ffffff; /* change this HEX color code to your own choice*/ opacity: 0.5; padding: 0 10px; }Hope this helps!
wensolutions
KeymasterHello,
The issue regarding line breaks has been noted as the known issue and will be resolved with future updates.
Until then, to add line breaks to your “Answers” Text Manually, In your Admin Dashboard > FAQs > Answers tab, switch to “Text” Mode in the WordPress Editor (upper right) and add the following break tag wherever you want to display line breaks/ new paragraph :
<br class="blank" /><br class="blank" />You can also use a single
<br class="blank" />if you want to break the line without leaving the spacing between the lines.Hope this Helps,
Best Regards,
wensolutions
KeymasterHello,
Thank you for the Appreciation for the plugin.
The feature to disable the “share link” from the front end is not currently available in the plugin.
However, you can remove the share link display with the help of custom CSS implementation. Using a custom CSS plugin OR with your theme’s Custom CSS field ( if your theme already has one ), Please paste in the following custom CSS to remove the share link from the FAQ List :
.faq-accordion-inner .faq-admin-link { display: none; }Hope this Helps,
Best Regards,
wensolutions
Keymaster@brinkp5, due to design constriction font size option is not available in the theme.
But still font size can be tweak through custom CSS.Let us know if you want to change font size of any elements of your header ( if possible please share your site URL).
October 29, 2016 at 11:45 pm in reply to: In Portfolio – Select a Category- nothing works except Uncatagorized. #22157wensolutions
Keymaster@woofdriver, is there any featured image assigned for the posts under each categories you have ?
Make sure each post carry the featured image with them which will be queried under your portfolio section of your site.Hope this will resolve your query. If still this issue persist, kindly let us know.
wensolutions
KeymasterHello,
As the index page does not contain the bbpress class in its body, we will need to target the CSS to the page specifically using its id.
Please add the following custom CSS to disable the breadcrumb display in the forum index page also :
body.page-id-106792 #crumbs { display: none; }Best Regards.
wensolutions
KeymasterHello,
The feature you are requesting is not available on the theme and as much as we would like to help you we are not able to as, the theme doesn’t support this customization and this is beyond the support offered for our products, which consists of bug fixing and theme documentation.
Although it is possible for you to achieve your request on the theme with advanced code customization of the theme, it might effect other parts of the theme, like its design and at times its functionality.
It would be wise not to customize the code yourself if you do not have knowledge on programming,
Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/We hope it helps,
Best Regards.wensolutions
KeymasterHello @mdshushan,
The event list plugin you are using in your website has not been tested for compatibility with Education Hub Pro Theme and hence is not recommended.
The theme functions seems to have conflict with the third-party plugin and that might have been causing the error messages.
As much as we would like to help you with this, third party plugin compatibility support is beyond the scope of this support forum. You can however consider Hiring a Custoimizer for your issue resolution with custom tasks.
Hope you would understand,
Best Regards !!
wensolutions
KeymasterHello @mikwalrus,
To set a static front page to your website, go to your Admin Dashboard > Appearance > Customize > Static Front Page and choose “A Static Page” under “Front Page Displays” option.
You can then choose your desired page to set as static front page and blog listing page.
To increase the width of the page to the one you referred to paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
@media (min-width:1025px) { .container { padding-left: 10px; padding-right: 10px; width: 100%; } #main { padding: 0px; } }This will make all your pages without the sidebar to have full width layout like in the front page. You can also choose to target the CSS to work on your page specifically. To do so, paste in the following CSS instead that works specifically for your page :
@media (min-width:1025px) { .page-id-455 .container { padding-left: 10px; padding-right: 10px; width: 100%; } .page-id-455 #main { padding: 0px; } }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
Your queries has been answered below.
I still do not see how the tabular menu feature works.
If you are referring to add food menu on your site, have you tried installing and activating the Jetpack plugin.After you activate the Jetpack Plugin you see a new post type on your Dashboard named Food Menu. After you add items to your Food Menu you can easily add the Special Dishes and Tabular Menu.
I do have a question with regards to removing the Date and Author Meta in the header of all posts.
To remove the post meta option add the below given CSS to
Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options
.header-meta { visibility: hidden; }Hope it helps.
Best regards.wensolutions
KeymasterHello @timned88,
We have inspected your website and it looks like the breadcrumb option is currently disabled in your website including your forum pages.
To disable the breadcrumb display only in the forum pages, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS Field :
body.bbpress #crumbs { display: none; }This will remove the breadcrumb navigation only from pages used by bbpress forum plugin and will be displayed on all other pages.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
We would like to notify you again that the theme does not have that feature, but you can try and customize it via Child theme so that your changes are safe and secure.
If you need help with the customization you could always hire a developer.
Best regards.
wensolutions
KeymasterHello,
Please provide us with your Site URL and the list of pages where you would want to disable the breadcrumb so that we can provide you with specific code to fix your problem.
Best regards.
wensolutions
KeymasterHello,
You can add your menu on the quick links section on the top header. To add the links on quick links section, please read the documentation here: http://themepalace.com/theme-instructions/education-hub-pro/
You can search for : How to change quick links text in header? in the documentation.If you want any other than that, you will have to hire a developer for the customization as the feature you are requesting is not available on the theme and as much as we would like to help you we are not able to as, the theme doesn’t support this customization and this is beyond the support offered for our products, which consists of bug fixing and theme documentation.
To hire a developer please follow the link below
http://themepalace.com/hire-a-customizer/Regards.
October 27, 2016 at 5:46 am in reply to: How to change colour of the Read More text in blog page #21990wensolutions
KeymasterHello @tommybarber,
The read more link in the blog listing page takes the color set in the “Link Color” setting in your Admin Dashboard > Appearance > Customize > Color Options > Basic Color Options > Link Color.
Please set your desired color in the color setting option and it will be displayed for the “Read More” text in blog listing page.
Hope this Helps,
Best Regards !!
-
AuthorPosts





