silverks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Graphene] Area Social profilesTry adding the following code to Customizer > Additional CSS:
.social-profile img { max-width: none; }
Forum: Themes and Templates
In reply to: [Graphene] Area Social profilesPlease provide the link to your website so that we can take a look. Thanks.
Forum: Themes and Templates
In reply to: [Graphene] 2 php notices found in the themeThanks for reporting this. We’ll fix the PHP notice issue in the next theme update.
Forum: Reviews
In reply to: [Graphene] The best theme, full restriction now 2020To the contrary, we have added so many more features since the first release. Based on our changelog, there are more than 300 features added to the Graphene theme since version 1.0 all those years ago. This is in addition to countless bugfixes and free support through WordPress’ and our own support forum.
The small number of features that we did remove was removed because we had to, either due to WordPress requirements (some features are plugins territory), compatibility issues with popular plugins, better alternative in WordPress core, or for general web accessibility and performance best-practices.
Forum: Themes and Templates
In reply to: [Graphene] 404 loading bootstrap.min.css.mapThis will be fixed in the next theme update coming soon.
The Graphene Shortcodes plugin uses CSS components from Bootstrap. When you switched to Twenty Fourteen, the Bootsrap styles are no longer loaded.
There are several options to go about this:
1. Use another Bootstrap shortcode plugin. However, you might need to edit existing shortcodes in your content to that plugin’s equivalent.
2. Load the Bootstrap styles and scripts from the Graphene theme using your child theme.
3. Use another mega menu plugin with Graphene. For example, the Graphene Plus theme has built-in integration with the Max Mega Menu plugin. If you’re using the free Graphene theme, it might not integrate as perfectly, but it’s worth a try.
- This reply was modified 4 years, 7 months ago by silverks.
Forum: Themes and Templates
In reply to: [Graphene] Disabling yoast breadcrumb supportAfter removing those lines, you should be able to toggle the breadcrumbs feature via WP Admin > SEO > Search Appearance > Breadcrumbs.
Forum: Themes and Templates
In reply to: [Graphene] Disabling yoast breadcrumb supportWe are targeting a release date some time in the next week.
Forum: Themes and Templates
In reply to: [Graphene] Disabling yoast breadcrumb supportYou may just remove these lines from Graphene:
/* Add support for Yoast SEO breadcrumbs */ add_theme_support( ‘yoast-seo-breadcrumbs’ );
In the next theme update, we’ll remove the theme support for Yoast breadcrumbs as well due to this unintended consequence, so you don’t have to worry about the change being overwritten when the theme is updated.
Go to Customizer > Graphene: Display > Post Elements. Make sure the “Hide author bio” option is ticked.
Forum: Themes and Templates
In reply to: [Graphene] Home page panes display despite option selectionLooks like the homepage panes are no longer there on the linked site above. Let me know if you still need assistance with this.
Thank you for the report. We’ll include a fix for this issue in the next theme update.
In the mean time, to apply the fix yourself, edit the theme file
graphene/inc/setup.php
, and add the following code to line 126:add_theme_support( 'responsive-embeds' );
Forum: Themes and Templates
In reply to: [Graphene] Text is vertical while editing Pages & PostsGo to Customizer > Graphene: Display > Column widths, and make sure each of the width settings have values.
Forum: Themes and Templates
In reply to: [Graphene] Errors after WP5.3 updateYou’re welcome ??
Thank you. Version 2.6.5 used to work only on new posts. Version 2.6.6 seems to work with both new and existing posts. Thanks again!