drchewbacca

Member

Forum Replies Created

  • In reply to: Lightbox not working anymore ?

    #24466

    Oh… Ok, thanks.

    In reply to: Tag Archive only shows one post on Graphene 1.6

    #23152

    Thanks for the fix!

    In reply to: What happened to my color settings?

    #17336

    You can forget my post above: I fixed my font issue (I made a mistake by adding the link to Google Font API into the original CSS file, instead of the Child theme’s CSS. I fixed it).

    My random slider is still broken, but I described the issue in another thread.

    In reply to: Shuffle Slider post (random)

    #12452

    It seems the 1.5.1 update broke the edit I made to the slider’s behavior, and that were described in this thread.

    Reminder: what I did was create a child theme so that the slider displays random posts from a given category. It worked perfectly until I updated Graphene yesterday.

    What’s happening now:

    – I can’t find the drop-down menu where I can select the category of posts that should go into the sliders

    – the slider seems to be displaying random posts from the whole site

    In reply to: What happened to my color settings?

    #17332

    I have the same issue.

    All of my fonts and colors settings were not being applied.

    I removed the value from the field for the number of columns in footer (it was set on 4, it’s now blank).

    It made my colors be applied, but I still have the font issue.

    My site: http://www.geekdad.fr/

    I also did some changes using a child them, like changing the slider behavior (what I did is described here: https://forum.graphene-theme.com/feature-requests/shuffle-slider-post-random#post-6893 )

    These changes do not seem to be applied anymore.

    In reply to: Shuffle Slider post (random)

    #12447

    This is working like a charm. Thanks a lot, you rock!

    In reply to: WordPress menu limit

    #15499

    Thanks for the tip. I was looking for a solution to this problem. My host provider won’t change the PHP settings for me because I only have a basic offer, but this .htaccess, where I can do the changes myself, sounds good.

    Can you just clarify what the last code you wrote is. Do I have to insert all of this in the .htaccess file ?

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    php_value suhosin.post.max_vars 10000
    php_value suhosin.get.max_vars 10000
    php_value suhosin.request.max_vars 10000

    # END WordPress

    Or just this ?

    php_value suhosin.post.max_vars 10000
    php_value suhosin.get.max_vars 10000
    php_value suhosin.request.max_vars 10000

    In reply to: Problem with Author Profile Image URL

    #13403

    I have a problem with the author profile image URL too.

    It’s happening when I’m trying to edit something on another user’s profile page. Whenever I’m doing this, when the other user’s profile editing page is loaded, the field “author profile image URL” is filled with MY profile image URL. It means I have to change this back to the user’s image, every time I want to change something on his profile. When I change the URL back to the user’s URL, then validate the changes, it’s working on front-end (the image displayed on the other user’s profile page IS the user’s image), but on back-end (profile editing page), MY profile image URL is pre-loaded again.

    Is it a bug or is it working as intended ?

    In reply to: Shuffle Slider post (random)

    #12445

    Thank you for your reply.

    I didnt have a child theme until now, so I created one. I only made a style.css file (with nothing in it but the minimal content you have written in your sticky post about child theme for graphen) and a function.php with nothing else but the code you just told me to add.

    The child theme is working (I have to change the header image again and stuff), but the randomization of slider posts does not seem to be working: the posts are still showing from latest to oldest.

    Is there anything else I should do so that the functions.php file work?

    Here’s my site:

    http://www.geekdad.fr

    In reply to: Shuffle Slider post (random)

    #12443

    Hello

    Is it possible to tweak this so that the random posts displayed in the slider are taken from only one given category.

    Example : I have a category named “Featured” where I store all the posts that I think most interesting for my readers. Comes a time when this category has many posts. The “random post from the “featured” category” slider would be a great way to keep these old posts alive, while keeping the rest of the blog’s contents “hidden” in the archives.

Viewing 10 posts - 1 through 10 (of 11 total)

  • 1
  • 2