Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: 'Read More' NOT showing up

    #11752

    You are basically discarding the usage of excerpt completely. This will cause you to always need to define the <!–more–> tag in all your posts, or the full posts will be displayed in all pages, including the home page and search pages.

    Admin

    In reply to: &

    #11398

    Thanks for the info, Terso, and for taking the time to register 🙂

    Admin

    In reply to: Move the RSS link infront of the header image

    #11719

    Please provide the URL to the website where you’re using the theme so that I can take a look.

    Admin

    In reply to: changing text of "view full post" in slider

    #11713

    The “View full post” string has already been translated into French as “Voir le post en entier”. Try downloading the latest language pack here and replace the language folder in the theme’s folder with the latest language pack.

    Admin

    In reply to: New sidebar.

    #11766

    Yep, I just noticed that 😀

    In the header.php file, just add this code at line 118 (assuming you’re using version 1.1.2):

    <?php do_action('graphene_before_content-main'); ?>

    You can then use that action hook to add your new sidebar.

    Admin

    In reply to: 2 Easy Ideas That Would Rock!

    #11767

    1) The latest version of the theme already checks for the presence of a favicon.ico file in the WordPress root directory. If the file exists, it will automatically add the appropriate <link> element in the <head> to use the favicon.

    2) The Custom Header function is provided by WordPress and not the theme. I think if you can find or create animated .gif image with a resolution of 900 x 198 pixels then you can upload the animated .gif and use it without WordPress needing to crop and save it as a .jpg file.

    Admin

    In reply to: Border radius

    #11773

    I don’t think there’s any option in the admin panel to modify the borders. If you made the changes to any of the theme’s files using the WordPress code editor, just replace the file again with the theme’s original file and all will be reverted.

    Admin

    In reply to: New sidebar.

    #11764

    Not at the moment, and I suspect I probably won’t be adding it in the future as well. This is because the content area of the theme is already small as it stands now with just one sidebar to the right. Adding another sidebar to the left will cause the content area to be squeezed further, and I don’t think many people would want that.

    Of course, the right sidebar and the container can both be resized to accommodate another sidebar to the left, but this will cause a lot of disruptions to existing theme users who have already adjusted their sidebar items to fit just nicely in the current sidebar.

    Of course, you can do the modifications yourself using a child theme and resize them to your heart’s content.

    Admin

    In reply to: Adding background image in a post

    #11760

    You need to assign a background image to that div tag. Simply using a div tag without assigning a background image (or colour) to it will cause the div tag to not have any background.

    Also, the titles of the previous and next posts are there by design. They provide navigation for your users. If you don’t want them to be displayed, just hide them using CSS.

    Admin

    The theme does not have a page template, but shares the same template with posts. This allows for easier modification site-wide, without having to modify the same codes in more than one place.

    The the_content() code is located in the loop.php file. If you want to add anything that will only be displayed in Pages and not Posts, use the is_page() conditional.

Viewing 10 posts - 5,701 through 5,710 (of 6,030 total)