rel="me"
?is used on hyperlinks from one page about a person to other pages about that same person. See documentation.
The current search bar doesn’t conform to accessebility standards. Please add a label and a submit button. The Carnegie Museums of Pittsburgh has a good web accessebility guideline for search fields. A more expansive standards for a search bar that were put together by the US goverment can be found linked from there.
]]>Instead of forcing US date format in inc/page-title.php on the ‘Daily archive’, which is currently like:
echo esc_html( get_the_time(‘F j, Y’) );
I think this field should reflect the local settings:
echo esc_html( date_i18n( get_option( ‘date_format’ ), get_the_time(‘U’) ) );
On line 250 of the stylesheet I fixed the icon in the twitter blockquote not showing up when cookies were blocked by adding the Font Awesome 6 Brands as its font-family like:
.entry blockquote.twitter-tweet:before { content: “\f099”; font-family: “Font Awesome 6 Brands”;}
On my website “\f099” wasn’t showing up in “Font Awesome 6 Free” and had an icon error.
]]>If we update to 5.9.2, the design function is lost and the header image and sidebar lose their formatting.
]]>If I create more than four submenu links, any menu heading over the 4 is not clickable because the menu disappears. I believe it has something to do with the menu going over the header/body line. Is there someing in the coding that can be adjusted. This happens on all my pages. https://www.napersweeps.com
Thank you for your help,
Phil Perino
Hi everyone,
I’m using the slanted theme for my online shop that I am creating. When I connect my shop page, the headline title which is always used is the first product on the page instead of just Shop or in my case Welcome to our shop. How can I change that?
]]>Hello! ??
I would like to ask you for your help. I have been working on a website that uses Slanted theme. I have encountered an issue with Social Icons. For some reason some of them aren’t displayed.
(chrome)
(firefox)
In the pictures you can see that the 5th and the last one don’t show up. The social icons that don’t show up are:
1. fa-envelope-open-o
2. fa-reply
Unfortunately, majority of other social icons don’t work either. For some reason the most popular icons (such as FB, YT or Twitter logos) work but the rest of them don’t.
Как изменить или совсем удалить английское слово CATEGORY?
]]>search bar is not showing in full width theme.
i want to show the search bar in place of logo.
what i do.
Hi, Is there a way of using a different profile picture on each page?
]]>If I add more things on the sidebar, it will have its own scroll. How can I change the css so that the sidebar don’t have its own scroll?
I tried with overflow:hidden but this cut away the rest of the sidebar.
It’s a bit annoying to have 2 scrollbars on my website.
Can help?
Thanks.
]]>How do I override dark css style?
I tried enqueue css like this in functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
function enqueue_parent_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') );
wp_enqueue_style( 'dark-style', get_stylesheet_directory_uri() . '/dark.css', array( $parent_style ), wp_get_theme()->get('Version') );
}
But it didn’t work.
]]>Can the site description be shown on mobile too
]]>When translating a site from http to https, the following message is displayed:
Connection not secure
The site does not use a secure connection. The information you exchange with the site may be accessible to outsiders.
On some sites you can open a secure version of the page you need:
Place the mouse cursor in the address bar.
Fix http: // to https: //.
If you fail to do this, contact the site owner and ask him to add the HTTPS protocol.
The provider reports that the settings are made correctly and an error in the topic itself.
]]>Hi,
Thank you for this beautiful theme.
but I want to remove the profile picture and social icons from my post pages. Is there any way to do this?
To make it simple, i want to keep this part https://prntscr.com/mj1oon only in the home page and contact page.
Thanks
]]>Hi I love this theme and appreciate the blog options, but I would really like the excerpts allow links in them. Is this possible? Thanks.
]]>In this thread you can contribute translations of Slanted. Include the language you’ve translated it to and a download link.
Thank you for using this theme and contributing!
]]>i want to upload my pic as you uploaded in demo theme, how can i do it? please guide. thank you
]]>Hi Alexander, I’m still not seeing the next and previous post widgets displaying in my sidebar. Thanks!
]]>I’ve set my primary color to black, so on the sidebar the category titles and other design elements are also black and I would like to make them a different color than the primary color. On the demo site, for example, when the primary color is blue, hyperlinks and other design elements are also blue. Thanks!
]]>I’ve gone into all of my theme options and found no issue there, and gone into settings > reading and selected full text. I’ve also gone into the code to try to find “the_excerpt” so that I could change it to “the_content” but couldn’t find anything that said “the_excerpt.” What do I do to show the whole post instead of just the title that you can click on to read the whole article?
]]>Hi, I’ve fiddled around with various settings and can’t remember now how to get them back so that the sidebar appears as it does in the demo site (appears with a blog post on the side and at the bottom in mobile mode).
]]>Thanks for the great theme, love it!
But on my website it shows a sidebar while in the example images and live demo there is no sidebar. How do I remove it?
Thanks!
]]>Hi, I was wondering how to make the round so that it fits in the arc of the header? Mine has become oval. TIA
]]>Hi,
I just wanted to let you know that with debug enabled I was receiving an error message for the Slanted theme. I fixed the issue myself by editing a line in functions.php and it no longer shows the error message for me. The error was:
Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ (this will throw an Error in a future version of PHP) in /var/www/web33/web/wp-content/themes/slanted-master/functions.php on line 73
So on line 73 in functions.php I changed the line mentioned in the error message to:
$path = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
Regards,
Andre
i cant seem to find the widget for the “next story” widget.
they 2 widgets at the top of the page i would like to add to my widget area…but i cant find them.
]]>Hi! Thank you for your beautiful theme!
I’m looking for a way to show the name of the author near the title of the post (on the homepage or on a single post page). It could be like “Date” / “Author name” on a single post page.
Thank you,
Maksim
Hello i try several times to add facebook , icon name <i class=”fa fa-facebook” aria-hidden=”true”></i> , but did not work.
So how can i add the social icons at the icon name?
Hello,
is it possible to reduce the distance between the header and the actual text?
https://i.postimg.cc/9FS79b8v/Unbenannt.png
best regards,
Hannes
]]>