Renssmit
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled gallery widthHello thanks for the help but where I have to put this code? In my functions.php?
#edit: This works for me if I put it in functions.php, many thanks 😀
This thread is resolved.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled gallery widthYou can find the website online here now: http://renssmit.be/knokkeyachtswp/
Thanks in advance!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled gallery widthDoesn’t change anything :/
I looked in the inspect element in Google Chrome this is what I see:
class: tiled-gallery type-rectangular = width: 474px
class: gallery row = width: 265pxI don’t know if this has something to do with it but gallery row should be 100% so that would be 474 px.
Would it be easier to help if you can see my WordPress website?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Tiled gallery widthAlready checked that out, changing this value doesn’t fix it :/
/** * Set the content width based on the theme's design and stylesheet. */ if ( ! function_exists( 'newswire_content_width' ) ) : function newswire_content_width() { global $content_width; if (!isset($content_width)) $content_width = 640; /* pixels */ } endif; add_action( 'after_setup_theme', 'newswire_content_width' );Forum: Fixing WordPress
In reply to: Don't show particular categories in a post pageThanks for the fast response. I just want to hide the Category of my slide-images in my ‘latest news’ because I don’t want my slider images showed for a second time in my frontpage.
P.S. The theme’s forum is not very active and I don’t see somebody that answers questions in that forum, that’s why is asked it here. Are themes so different from each other to integrate something like this?