Forum Replies Created
-
AuthorPosts
-
tikaram
Member@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
Member@javiernet18 : Please post in your site URL.
Regards,
Tikaramtikaram
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@cameo : Glad to know that the issue has been resoled. Have a Good day.
Regards,
Tikaramtikaram
Member@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
Member@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
Member@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
Member@effess : Glad to know that the issue has been resolved. Have a good day.
Regards,
Tikaramtikaram
Member@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,
Tikaramtikaram
Member@fenki: your site url http://jan.fenkhuber.photography and the URL of the theme files source (http://fenkhuber.photography) is different. Make sure that you are loading all your theme files from a correct directory. Please try doing a fresh installation of the theme again. Let me know if you have any more issues.
Regards,
Tikaramtikaram
Member@skynet: You will need to create a child theme and customize the site for tags pages to display full content. If you would like to display full content on blog page, tags and archive pages you can enable it from the customizer. I suggest you to create a child theme rather than editing the parent theme directly. Let me know if you need assistance for child theme customization.
Regards,
Tikaram -
AuthorPosts
