Forum Replies Created
-
AuthorPosts
-
tikaram
Participant@dotneil : Glad to know that the issue has been resolved. Have a Good day.
Regards,
Tikaramtikaram
Participant@zhong : The issue may be due to the translation plugin. Although our themes are translation ready we do not support translations plugins. Our Pro theme can be used with WPML for multi-lingual sites. Let me know if you have any more issues.
Regards,
Tikaramtikaram
Participant@sarmuldoon : Please post in your site URL.
Regards,
TikaramJanuary 24, 2018 at 1:54 am in reply to: I need remove the links to pages from the homescreen in hero content #130437tikaram
Participant@javiernet18 : Please post in your site URL.
Regards,
Tikaramtikaram
Participant@basbeijes : Go to Appearance => Customize => Additional css and add the following css.
#supplementary { padding-top: 0; } #supplementary #first { padding-top: 73px; }Let me know if you have any more issues.
Regards,
TikaramJanuary 24, 2018 at 1:31 am in reply to: How to remove Posts (Or Contents) From home screen? #130432tikaram
Participant@wednesdaycall : You can select the Homepage to work as a blog page or as a static page from the customizer. Go to Appearance => Customize => Homepage Settings
Under Your homepage displays : Select a static page which you would like to display on Homepage.
Let me know if this resolves your issue.Regards,
TikaramJanuary 24, 2018 at 12:19 am in reply to: Changing fonts of different texts and places, How to? #130431tikaram
Participant@wednesdaycall : The font family options is already available in Rock star pro theme. I suggest you to upgrade to Pro to use this feature. It looks like you want to change fonts for many elements, if you do not have knowledge of customization you may hire a customizer to get your job done. Let me know if you have any more issues.
Regards,
Tikaramtikaram
Participant@dadoonan : To remove the phrase category. You will need to download and activate the child theme from the this link and add the following code in the functions.php file of child theme.
add_filter( 'get_the_archive_title', function ( $title ) { if( is_category() ) { $title = single_cat_title( '', false ); } return $title; });To make category full width. Add the following additional css
.category .sidebar-primary { display: none; } #main { width: 100%; }Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@boji : Login to WordPress admin and add a new page. After you create a new page for the blog, you can add it as a blog page form the customizer.
Go to Appearance => Customize => Homepage settings
Under Your homepage displays: Select A static page
Under Posts page : Select the blog page that you created earlier.Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@skynet : Please add the following additional css to remove the content container.
#main { padding: 0; }Let me know if you have any more issues.
Regards,
Tikaramtikaram
Participant@dotneil : Go to Appearance => Menus . Click on custom links to expand it. Add # in the URL field and desired text in link text. Finally, save menu. Let me know if this resolves your issue.
Regards,
Tikaramtikaram
Participant@doronzamir : please upgrade to Rock star Pro because it supports custom social links where you can add your desired social links. Let me know if you have any more issues.
Regards,
Tikaramtikaram
Participant@cameo : Glad to know that the issue has been resoled. Have a Good day.
Regards,
Tikaramtikaram
Participant@javiernet18 : The slide is already full width by default. Please try doing a fresh installation of the theme and using the correct image sizes as mentioned in theme instructions.
Regards,
Tikaramtikaram
Participant@nsd : The option is not available from theme options but you can add it from additional css. Let me know if you need further assistance regarding the issue.
Regards,
Tikaramtikaram
Participant@skynet : Please add the following additional css.
@media screen and (min-width: 1280px) { .site { width:1200px; } #primary { width:790px; } }Let me know if you have any more issues.
Regards,
Tikaramtikaram
Participant@effess : Glad to know that the issue has been resolved. Have a good day.
Regards,
Tikaramtikaram
Participant@red : Can you please explain in detail what you would like to do on your site . If you need to customize your site as desired you will need to hire a customizer. If you have any theme related issues please let me know.
Regards,
Tikaram -
AuthorPosts
