Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Image not showing in header widget.

    #35972

    The HTML you inserted into the text widget contains error:

    <a target="”_blank”" href="”http://lata9.glutenfabs.hop.clickbank.net”">
    <img border="”0?" src="”http://www.glutenfreewaytobe.com/wp-content/uploads/2013/02/gluten_free_abs.jpg”">
    </a>

    Each of the attribute value (e.g. "_blank") has additional double quotes that shouldn’t be there. This is likely to be because you copy-pasted the HTML from a source that formats the double quotes into a “pretty” double quote (notice how the inner double quotes differ from the outer double quotes) instead of a plaintext double quote.

    It’s supposed to be like this:

    <a target="_blank" href="http://lata9.glutenfabs.hop.clickbank.net">
    <img border="0" src="http://www.glutenfreewaytobe.com/wp-content/uploads/2013/02/gluten_free_abs.jpg">
    </a>
    Admin

    In reply to: Concerning update of frontpage

    #35874

    Your site is using static front page, so the front page content will not change, except the posts in the slider and in the Recent Posts widget, which as far as I can tell is working normally. The post titled “15% rabat hos Silver-label.com” is your latest post, correct?

    86OoASQ.png

    uZDUnSX.png

    Admin

    In reply to: Change how a page looks?

    #35942

    URL to your site?

    Admin

    In reply to: transparent background

    #35938

    Invest some time to learn about basic CSS coding, you’ll save a lot of time and frustration later on.

    This page will be of interest to you:

    https://forum.graphene-theme.com/graphene-support/beginners-resources-possible-sticky

    Admin

    In reply to: [RESOLVED] Theme not working in Internet Explorer

    #35927
    Quote:
    I was having trouble with my site being “viewable” by older versions of IE.

    Which older versions?

    Admin

    In reply to: Page Attributes has an error

    #35912

    Moved to Support. Please post in the correct section next time.

    The issue you’re describing is a permission issue on the server, not caused by the theme. FTP to your site and change the files and folder permissions to the appropriate ones. If you don’t know how to do that, contact your hosting provider and ask them to do it for you.

    Admin

    In reply to: miniatures de posts + menus sur graphene

    #35804

    The hervecuisine.com website has undergone some pretty substantial customisations all using a child theme, so it is beyond the scope of this forum to explain how it was achieved.

    Basically, the client sent me a design that he’d like to be implemented on the site, and I (yes, I did the customisation on that site) implement the design using a child theme. It involves more than just adding some CSS codes. There’s additional JS and PHP codes as well.

    Admin

    In reply to: Header at 100% Width

    #35909

    The short answer is no.

    The slightly longer answer is yes, but you will have to implement it yourself using Custom CSS or using a child theme.

    Admin

    In reply to: Meta Title Not Displaying Correctly

    #35901

    There’s no built-in feature in Graphene to set different site title for individual pages, but you can set a custom site title structures for the front page and content pages. Go to Graphene Options > Display > Miscellaneous Display Options > Site title for this.

    If you need to set a different site title for individual pages, there are many plugins that will provide that functionality for you.

    Admin

    In reply to: Comments not showing summery in widget

    #35894

    Those widgets are WordPress built-in widgets, and their functionalities are restricted to what the WP team has decided they should be. If you want additional features with the widgets, try finding an alternative plugin that provides a more feature-rich recent comments widget.

Viewing 10 posts - 2,411 through 2,420 (of 6,030 total)