Forum Replies Created

Viewing 20 posts - 2,861 through 2,880 (of 4,116 total)
  • Author
    Posts
  • in reply to: Date and time in header of article #129125
    tikaram
    Participant

    @ron66 :Login to your WordPress dashboard. Go to Settings => General . Select desired language from Site Language. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: High responsive theme custom header height #129123
    tikaram
    Participant

    @arantzazum : Please try doing a fresh installation of the theme. Let me know if the problem still persist.

    Regards,
    Tikaram

    in reply to: Can't set color to transparent #129121
    tikaram
    Participant

    @violetdeb: Thank you for letting us know about the issue. The issue will be fixed in upcoming update. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    in reply to: Sd-title / article #129097
    tikaram
    Participant

    @gmissillier : Please contact plugin support regarding the issue. Its not a theme related issue.

    Regards,
    Tikaram

    in reply to: Blog Page Issue #129088
    tikaram
    Participant

    @caslon : Go to Appearance => Customize => Theme Options => Homepage / Frontpage Options
    Under Latest Posts Description : Remove the text to make it empty. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Featured content #129087
    tikaram
    Participant

    @abisbee : The featured content can be enabled on entire site and it can be hidden with additional css except a test page. Let me know in which page you would like to display featured content on your site. You may select to display desired content as featured content.

    Regards,
    Tikaram

    tikaram
    Participant

    @historiegeuldal : Please try removing the theme files completely and uploading again. The files might be corrupted while transferring. Let me know if the problem still persist.

    Regards,
    Tikaram

    in reply to: Instagram Using Catch Plugin #129081
    tikaram
    Participant

    @lcrook : Please post in your site URL.

    Regards,
    Tikaram

    in reply to: Identifying Css headers for minor front page tweaks #129080
    tikaram
    Participant

    @mythicalc : To brighten the tagline text : Go to Appearance => Customize => Additional css and add the following css

    .site-description {
    	font-weight: 900;
    }

    To customize featured content you will need to create a child theme and customize the site as desired. Let me knwo if you are familiar with child theme customizations.

    I could not find hero content enabled on your site. Let me know if you have any further issues on your site.

    Regards,
    Tikaram

    in reply to: Blank spaces in Portfolio #129078
    tikaram
    Participant

    @wizzyd : The issue will be fixed in upcoming update. For the time being please add the following additional css.

    @media screen and (min-width: 48em) {
        .portfolio-wrapper .hentry:nth-of-type(3n+1) {
            clear: both;
        }
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Changing layout on Posts side #129053
    tikaram
    Participant

    @erict : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

    in reply to: Custom size of embed Videos #129051
    tikaram
    Participant

    @vocedeveriasaber : When you update your theme make sure you add the required code again because the changes will be lost after theme update.

    Regards,
    Tikaram

    in reply to: Changing layout on Posts side #129050
    tikaram
    Participant

    @erict : Go to Appearance => Customize => Theme Options => Layout Options
    Under Archive Content Layout : Select Show Full Content (No featured Image)
    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Date and time in header of article #129049
    tikaram
    Participant

    @ron66 : I recommend you to create a child theme and modify the entry meta function with the following code. Please do not modify the parent theme directly, if you modify the parent theme the changes made will be lost in next theme update.

    $time_string = sprintf( $time_string,
    	esc_attr( get_the_date( 'c' ) ),
    	esc_html( get_the_date( 'F j, Y g:i a' ) ),
    	esc_attr( get_the_modified_date( 'c' ) ),
    	esc_html( get_the_modified_date( 'F j, Y g:i a' ) )
    );

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Adding Code to Header #129047
    tikaram
    Participant

    @nsd: Go to Appearance => Customize => Additional css and add the additional css provided by plugin support. Let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

    in reply to: CSS customizing help #129043
    tikaram
    Participant

    @steph96 : Please post in your site URL and the specify the name of the theme that you are using.

    Regards,
    Tikaram

    tikaram
    Participant

    @wizzyd : Glad to know that the issue has been resolved. The recent post option on Static Page is disabled by default. You will need to enable it from the customizer. When you activate the theme the defaults options will be loaded and you will need to customize your site as desired.

    Regards,
    Tikaram

    in reply to: High responsive theme custom header height #129041
    tikaram
    Participant

    @arantzazum : The custom header will be adjusted automatically and you do not need to change the height of the custom header. It looks like the portfolio section is enabled on your homepage and a big white border is displayed. Disable the portfolio section on Homepage from the customizer. Let me know if this resolves your issue.

    Regards,
    Tikaram

    in reply to: Resize text phone view #128998
    tikaram
    Participant

    @merpmerp : Go to Appearance => Customize => Additional css and the following css to fix the site title.

    @media screen and (max-width: 472px) {
    .site-title {
    	font-size: 0.85rem;
    }
    }

    The header image size can be increased but it will be elongated in some devices.
    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Changing layout on Posts side #128997
    tikaram
    Participant

    @erict : You can choose to display either a static page or recent post on your homepage but not both at the same time. You will need to select either a page or recent post. Let me know if you are still unclear about it.

    Regards,
    Tikaram

Viewing 20 posts - 2,861 through 2,880 (of 4,116 total)