Vkreations
Forum Replies Created
-
Hello,
when I choose in Appearance > Customize > Site Identity the logo image, the logo text (Site title) is disappeared.
I require the logo to be on the left of the Site titel/tagline (so the header is slimmer – like the header size/height you have when site title/tag line is disabled).
I prefer to be both in the Header of each page.The page I need help with: gifel-kalamaki.gr
I use Twentig in TwentyTwenty theme.
Can you tell in which PHP file I could edit in order to make it possible both Logo and Site title to appear?Thanks in advance.
V_The same error shows in the Punte Hotel’s demo: demo.thepunte.com/punte/hotel
Hello, I prefer the logo to be on the left of the Site title/tagline.
It’s a common practice and I think you can put this option in your really nice and useful plugin.
In this thread you say Header layout with site logo on left of Site Title that he can edit some files.Forum: Themes and Templates
In reply to: [Vantage] Duplicate ID in ulFinally, with important support from TipTop-Press and update everything (WP, Plugins), it works with using the appropriate IDs via shortcode in each UL instance.
Thanks for the help.
V_Forum: Themes and Templates
In reply to: [Vantage] Duplicate ID in ulHello again,
in Appearance > HomePage > Category Posts – Edit
there is no option/textbox for write any ID.
There is only class textbox but is about the widget class, not the UL inside it.
Furthermore, after the widget update, the options of ‘Category Post_Widget’ is not working anymore.
And I just noticed 3 new errors: the links in widget’s ‘More’ buttons are now damaged (after update the widget).
You can see by yourself:
Nu Html Checker > https://www.econcba.gr
T.I.A.Forum: Themes and Templates
In reply to: [Vantage] Duplicate ID in ulHi, thanks for answering.
the file is the category-posts/cat-posts.phpforeach ( $names as $name ) { $meta = shortcode_settings( get_the_ID(), $name ); if ( is_array( $meta ) ) { $id = WIDGET_BASE_ID . '-shortcode-' . get_the_ID(); // needed to make a unique id for the widget html element. if ( '' !== $name ) { // if not default name append to the id. $id .= '-' . sanitize_title( $name ); // sanitize to be on the safe side, not sure where when and how this will be used. } $repository->addShortcode( $name, new Virtual_Widget( $id, WIDGET_BASE_ID . '-shortcode', $meta ) );
The plugin is used in first page with no shortcode and gets automatically the number 210006 by default. As a result the same ID is shown multiple times in the poge’s code.
I’m looking where I can put a shortcode.Forum: Themes and Templates
In reply to: [Vantage] Missing Label in Search formHi, thanks for answering.
The file is the Vantage: searchform.php
where the code is<form method="get" class="searchform" name="search form" title="search form" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search"> <label for="search-form" class="screen-reader-text"><?php esc_html_e( 'Search for:', 'vantage' ); ?></label> <input type="search" name="search box" title="search box" class="field" id="search-form" value="<?php echo esc_attr( get_search_query() ); ?>" placeholder="<?php esc_attr_e( 'Search', 'vantage' ); ?>"/> </form>
Do you know where the label tag must be placed?
I put the name and title tags but no result. The checker says that the form (the search icon which is displayed) must have a label.
I deactivated temporarily until a solution is found.