Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @Sirius PRO,
We update all our themes at timely interval. The CSS codes we provide through the support is for quick fixes for the issues encountered in the theme until the theme is updated.
The issue you have pointed out will also be certainly tackled in the new version of the theme when it gets released as our team of developers are highly conscious on maintaining Product quality and debugging of issues.
Please be assured for regular updates and timely support responses with all our products.
Best Regards !!
wensolutions
KeymasterHello,
The theme currently does not support the use of page builder plugins to setup the front page. You could however use the page builder plugins to create and display page layouts for inner pages within the website.
Although it is possible for you to achieve your request on the theme with code customization of the theme, it might effect other parts of the theme, like its design and some time its functionality.
It would be wise not to touch 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 not 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,
Please also add the following custom CSS to the custom CSS field to fix the issue :
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a{ font-family:"Lato", sans-serif !important; }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @christymlopez,
To remove the three dots displayed in the end of the text in history block you will need to create a child theme of Biography Pro theme first.
To learn more about Chile themes and manually create one you can see the link here : https://codex.wordpress.org/Child_Themes.
Alternatively, you can also use Child theme generator plugin that automates the process.
Once you have created and activated the child theme, please paste in the following custom CSS in your Child theme’s functions.php file :
function biography_words_count( $length = 25, $biography_content = null ) { $length = absint( $length ); if ( '' != $biography_content ) { $biography_content = strip_shortcodes( $biography_content ); $biography_content = str_replace( ']]>', ']]>', $biography_content ); // $biography_content = strip_tags($biography_content, wpse_allowedtags()); //Set the excerpt word count and only break after sentence is complete. $excerpt_word_count = $length; $excerpt_length = apply_filters( 'excerpt_length', $excerpt_word_count ); $tokens = array(); $excerptOutput = ''; $count = 0; // Divide the string into tokens; HTML tags, or words, followed by any whitespace preg_match_all( '/(<[^>]+>|[^<>\s]+)\s*/u', $biography_content, $tokens ); foreach ( $tokens[0] as $token ) { if ( $count >= $excerpt_word_count && preg_match('/[\,\;\?\.\!]\s*$/uS', $token ) ) { // Limit reached, continue until , ; ? . or ! occur at the end $excerptOutput .= trim( $token ); break; } // Add words to complete sentence $count++; // Append what's left of the token $excerptOutput .= $token; } $biography_content = trim( force_balance_tags( $excerptOutput ) ); return $biography_content; } return apply_filters( 'biography_words_count', $biography_content ); }This will remove the dots displayed at the end of the content.
Hope this Helps,
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,
The pro version of the Education Hub theme has a wide range of customization options in colors throughout the website.
Both the colors you have mentioned to change are available in the pro version of the theme. Also, there are specific color options available for the specific sections like header bar, menu / slider areas and so on.
To know more about features of Education Hub Pro theme please see the link here : http://themepalace.com/downloads/education-hub-pro/
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
Please add the below given CSS to
Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSSbody, p { font-family: "Lato", sans-serif !important; }Hope it helps.
Best regards.wensolutions
KeymasterHello,
Have you tried changing the font to lato from Dashboard -> Appearance -> Customize -> Font Family.
Note again!: If you have added the font from custom CSS make sure you remove the css and change font from its designated section ( path mentioned above)
The font works fine when we tested it locally.
Regards.
wensolutions
KeymasterHello,
We cannot suggest you a distinct font but you can try the font you like and check if IE supports it.
Regards.
wensolutions
KeymasterHello,
We do see the issue you are talking about, however the font “Roboto” is the culprit there according to our research.
If you look closely, and try and change the font from Roboto to Lato form
Dashboard -> Appearance -> Customize -> Font Family. the polish letter working just fine.Note: If you have added the font from custom CSS make sure you remove the css and change font from its designated section ( path mentioned above)
Hope you understand.
Regards.wensolutions
KeymasterHello,
The line breaking of the text box in the history section is due to the increase in font size of the fa-graduation-cap icon.
To resolve the issue please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS to control the font-size of the icon specifically and place the text-box intact :
.resume-list i.fa.fa-graduation-cap { font-size: 19px; }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @wichardluedje,
We have inspected your website and it is seen that the “Header Image” in your front page is actually the featured slider.The theme does not display the title in page title and header image in the front page.
You can however set to display the title and link over the featured image in the slider by manually entering the title and the link from your Admin Dashboard > Appearance > Customize > Featured Slider > Slider Type and enter desired “Title” and “Link” in the respective fields below your selected image.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello,
To show blog posts on your site (assuming that your are using static front page ) go to
Dashboard -> Appearance -> Widgets and add PP:Featured Posts or PP:Recent Post widget according to your will on the front page widget area. Set the widget according to your requirement.If you are using static front page setting your post will be shown automatically from recent to oldest according to date.
You can change this settings from
Dashboard-> Appearance-> Customize -> Static Front PageHope it helps.
Regards.wensolutions
KeymasterBy default your homepage will be in blog post mode so you have to change it to a Static Front Page mode.
To do this, Go to Appearance -> Customize -> Static Front Page -> Choose ‘A static page’ option and select the page to display this as homepage.
Now from same Customize panel you can set up various sections of the homepage like Sliders, Recent Works, etc.
We suggest you to go through documentation to setup rest of the sections.
Hope this helps !
wensolutions
KeymasterHello @CRISTIANS,
Please always create new thread to post queries on new topics. Posting new queries in previous threads breaks the flow of support and makes it difficult to address.
Regarding your query, We tried inspecting your website but couldn’t access it as it has Coming soon mode active currently. As we couldn’t inspect how far you have progressed in setting up your website we could not precisely instruct you.
However, you can find all the instructions to setup the theme like in demo of the theme with details and screenshots in the theme’s official documentation here : http://themepalace.com/theme-instructions/onefold/
Please follow the steps in the documentation to setup your website as in the demo.
For any further confusions / issues feel free to post in your queries by creating new thread.
Best Regards !!
-
AuthorPosts





