Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
This could be a feature of the plugin, where they added a simple “Events in month” list instead of the full calendar view when using mobile devices. If you switched to the default Twentyseventeen theme, how does it appear?
Admin
You can try this code. Copy and paste into Additional CSS:
blockquote { border: 1px solid #eee; padding: 10px 20px; box-shadow: 0 0 3px #f5f5f5; }Admin
Sorry, the file should be
loop-children.php.Change this:
apply_filters( 'graphene_excerpt_thumbnail_size', 'thumbnail' )to this:
apply_filters( 'graphene_excerpt_thumbnail_size', 'medium' )Admin
This looks like a plugin conflict. Can you try disabling your plugins one by one to see if any of them is causing the issue?
Admin
Yes, that is still valid.
Admin
Glad to inform that we’ve been able to isolate the issue and resolved the conflict. The fix will be included in the next theme update.
Admin
Not at the moment. You could use a child theme, copy the theme’s
loop-child.phpfile into your child theme, and then modify that file in your child theme.Admin
Gosh, that’s embarrassing. Thanks for pointing it out!
Admin
Change to this:
.container { // code here }Admin
In reply to: Can't get background image to repeat only horizontally
November 2, 2017 at 8:15 pm #48534The custom background code is added by WordPress, in a way that supersedes the code in your child theme, which is why the changes didn’t take effect. Adding the code into the Additional CSS option gives it higher priority than even the code added by WordPress.
