Dinev Dmitry
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Imagery] Manu bar doesn’t work on mobile devicesI assume that the problem was in incorrect directly changes to the theme templates. Reinstalled the theme.
Now it works as it should.
Forum: Themes and Templates
In reply to: [Imagery] Manu bar doesn’t work on mobile devicesEmail me [email protected]
Forum: Themes and Templates
In reply to: [Imagery] Manu bar doesn’t work on mobile devicesHi David,
Most likely this is due to a conflict with some kind of plugin. Try to disable all plugins and check.
I wrote you a message to the address that is listed on the site. If you have not received it, then write to me. We will fix this bug.
Best,
DmitryForum: Themes and Templates
In reply to: [Imagery] Child theme and stylesheetimagery-navigation styles now included in the main theme styles file
try the example below
function imagery_child_enqueue_styles() { wp_enqueue_style( 'imagery-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'imagery-child-style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'imagery_child_enqueue_styles' );
Forum: Themes and Templates
In reply to: [Imagery] Blog layoutNo. Sorry.
Explore our other themes: Letterum, Writings.Forum: Themes and Templates
In reply to: [UnderBoot] WooCommerce – Short excerpt displayed twiceThe theme is WooCommerce compatible since v.1.1.x.
Forum: Themes and Templates
In reply to: [UnderBoot] Hiding Sidebar – Content width is not at 100%Hi again,
Here is an example of how you can change this in a child theme
/** * Example of underboot_set_content_class hooked. * see template-tags.php */ function underboot_set_my_content_class( $classes ) { if ( ! is_active_sidebar( 'sidebar-1' ) || get_theme_mod( 'sidebar_position' ) === 'none' ) { if ( is_single() ) { $classes = ''; $classes[] = 'col-md-12'; } } return array_unique( $classes ); } add_filter( 'underboot_set_content_class', 'underboot_set_my_content_class' );
Forum: Themes and Templates
In reply to: [UnderBoot] Bootstrap cardsHi,
Bootstrap elements like is cards can be added using the HTML button (section Formatting > Custom HTML) in the new WordPress editor. Just copy-paste the code and replace the content with your own.
I am currently working on creating a plugin with editor blocks for Bootstrap elements. When I do that, editing be a lot easier.
Forum: Themes and Templates
In reply to: [UnderBoot] WooCommerce – Short excerpt displayed twiceHi,
The current version of the theme does not support WooCommerce. I plan to include this in future updates.
I think in your case it’s better to do it by overriding WooCommerce templates –
https://docs.woocommerce.com/document/template-structure/Forum: Themes and Templates
In reply to: [UnderBoot] Hiding Sidebar – Content width is not at 100%Hi,
You can change this in your new theme, which you can create based on this one or in a child theme. I will consider your suggestion for a future update.
Rgrds
Forum: Themes and Templates
In reply to: [Imagery] wrong layout when Loading siteHi,
Just letting you know that since version 1.1.6 I have changed the grid loading style and now posts grid appears after fully posts loaded. I hope that’s better. Update your copy of the theme.
Rgrds,
DmitryForum: Themes and Templates
In reply to: [Razor Lite] Front page doesn’t show upHello,
The front page is not displayed in the current version. I will change it in the next version.
In the current version, there is a splash screen page (as on the demo site) that you can set in the Customizer:
Go to Customizer > Header Image: upload image more than 1200 px wide and more than 1000 in height.
Then go to the Header Intro Text section.Forum: Reviews
In reply to: [Teletype] Могло быть и лучшеУважаемый/Уважаемая,
Тема была обновлена на нашем демо-сайте https://demo.dinevthemes.com/teletype/ и не возникло никаких проблем.
Хотим пожелать пользователю внимательней изучать документацию к продуктам, формуы помощи и продолжить обучение пользования WordPress.
И оставьте ваши оценочные суждения в прошлом, или при себе. Во благо себе и миру.
С наилучшими,
АвторForum: Themes and Templates
In reply to: [Imagery] wrong layout when Loading siteHi,
The Home page of your site is too loaded with video and graphics, so this effect. You need to optimize your video and graphics.
However, I will be thinking about improving the download quality and layout for next updates.
Forum: Reviews
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Excellent work!Caption text color, alignment, and background color. The background color may be unnecessary because otherwise will need also customizable padding.