The new version breaks child themes, because it uses get_stylesheet_directory_uri
instead of get_template_directory_uri
for the Google fonts stylesheet in the functions.php.
wp_register_style( 'google-fonts', get_stylesheet_directory_uri() . '/font/google/stylesheet.css', array(), null );
This results in a 404 for this file if you are using a child theme (like me).
]]>Hi,
first of all, a big thank you for providing your themes!
Some months ago I realized (did not have the time up to now to spend time on the issue), that the mini menu on mobiles does not work. It is visible but does not react because it is behind the current page. I spent several days analyzing and trying to add z-index to several classes, but did not succeed. Any suggestions?
BTW, I realized that “Untitled” was not updated for a long time. Maybe it is a problem with recent WP-Updates? Any suggestions for switching to another theme with comparable features?
Regards and best
Frank
There are two wrong text domains in template-tags.php
In line 125:
printf( __( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'landscape' ),
has to be:
printf( __( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'untitled' ),
And on line 131:
esc_attr( sprintf( __( 'View all posts by %s', 'landscape' ), get_the_author() ) ),
has to be:
esc_attr( sprintf( __( 'View all posts by %s', 'untitled' ), get_the_author() ) ),
Thanks for fixing! ??
All the best,
Torsten
Hi,
Loving the theme! We have been working on a website that uses an image map within in it.
You can see it here: https://www.whereismycamera.com/destination/
It seems to work great on PC browsers but it doesn’t on phones. Obviously they use a touch screen rather than a mouse pointer so how do you deal with this?
Any tips or pointers you may have would be greatly appreciated.A bit of a beginner with this I am afraid.
Kind regards,
Chris
I use Untitled on my WordPress.com hosted site. I’m now building a self-hosted site and want to use the same theme.
On the WordPress.com version of the theme there is a customisation item called featured content. This doesn’t show on the www.ads-software.com version of the theme. Is it possible to have featured content in the same way?
]]>Hi there,
We are using this theme for a school project. I am wondering if it is possible that at the homepage, it shows text next to the small blog photos? Like, the first lines of the blogpost. Because that would be so ideal!
Anyone who can help me out? We are using the free WP.
]]>I cannot figure out how to get the header image to show up when viewed on an iPhone6.
]]>Hi,
We are using the Untitled theme for a website and I am looking for a way to remove the links found at the bottom of its posts.
In the following link there are three, Vietnam Taiwan and Tasmania.
https://www.whereismycamera.com/australia/
I have Jetpack so is there perhaps some CSS that can be added to hide this feature?
Any help would be greatly appreciated
]]>My Category pages do not display a list of Summaries, only Full Text.
Example:
https://simhqmotorsports.net/category/rfactor2/
Here are the settings I am using:
Settings > Reading Settings > Blog pages show at most > 10 posts
For each article in a feed, show > Summary
Is it possible to have the background image on the front (home) page only? Will I need to create a Child Theme.
I already have jetpack installed.
Many thanks
Jonathan
]]>I have no slider for this theme. I have searched everywhere and I cannot find it!
]]>First of all, congratulations for this amazing Theme. I tried a lot and this is with difference the most elegant and modern of all (in all the devices)
I have just an issue: I’m working in a blog in wordpress.com and I don’t know why in this theme it’s not possible to publish an Feature Image for Portfolio’s Projects, only in post and pages.
I know that it’s compatible because I have some Featured Images in Projects I’ve created in other themes I tried before, and this theme (Untitled) show them when a page is in [porfolio] mode. But I can’t add any new ones.
I would appreciate any help because I don’t have programming skills and I love this theme.
Thanks!!
]]>Is it possible to change the sandwich icon in mobile view with a custom raster icon?
]]>Hi!
Just installed untitled and tested a little bit.
I cannot change the textcolor of the headline.
It always gets the text color of the complete body.
Any changed to General options -> Header options -> Color Style has no effect.
Best wishes
b-t-o
]]>I have made some changes to the theme using custom CSS, such as making the sidebar a little more narrow, making the header fixed, etc.
This is working fine and displays great on a standard computer browser.
When accessing on a mobile platform, the layout does not look so good.
Is there any way I can limit these changes only to screens with a specific resolution, for example?
Basically, all custom CSS changes I am making I would like to apply only to a computer browser (or large enough resolution) and leave the theme untouched for mobile devices with smaller screens, if possible.
The URL is https://perceptualview.com
Many thanks!
]]>I have modified the site title font and size to 1.5em, and now the menu items to the right are out of vertical alignment with respect to the title.
I have been trying various combinations of css to align the menu items to the bottom of the masthead but I can’t. I managed to change color and font, but not vertical alignment…
Any assistance would be greatly appreciated.
The site is https://perceptualview.com
Thanks!
Reply
]]>Untitled declares support for post-thumbnails like this:
add_theme_support( 'post-thumbnails', array( 'post', 'page' ) );
This prevents theme support for post-thumbnails in any post types that are not ‘posts’ or ‘pages’.
I’m working on a child theme.
Presently the only way to add post-thumbnail support for CPT’s is to directly edit the parent.
In WordPress editing parent themes is not best practice.
I request that the theme authors permit theme support for post-thumbnails for custom post types.
]]>The upgrade goes wrong and the site is completely broken. It has happened twice.
I do′kee the first error. But two days ago, I got this mesaage after clicking the upgrade WP bottom:
Fatal error: Cannot redeclare like_escape() (previously declared in
public_html/wp-includes/formatting.php:3110) in /public_html/wp-includes/deprecated.php on line 3467
Some people told me it can be the theme (Untitled theme). I don′t know. I AM STILL IN 3.9.4 WP version because of this problem.
Can you help me? Thank you very much.
]]>Hello,
I am the owner of silence-action.com and I want to move on with a cool responsive theme, and Untitled seems cool for me.
I’d like to edit it, first on a local version of the website to make a clean switch but I’m having trouble to activate the featured content option so I could have the slider on my homepage.
I’ve installed jetpack, and set it up on dev debug mode (I have to do that right since I’m working on a localhost ?) ; I’ve also added the add_theme_support in my functions.php file but I still cannot see the featured content option displayed.
Maybe I’m missing something or doing something wrong… I need your help !
Thanks
]]>The new problem that i’m facing is this:
I was fiddling around with the theme and I decided to place a favicon to the site. I uploaded it directly into the root folder using Filezilla and then on the site page appeared this string:
Fatal error: Call to undefined function untitled_get_featured_posts() in /home/exemplig/public_html/wp-content/themes/untitled/slider.php on line 5
Unfortunately I wasn’t able to understand what caused it so I’m hoping someone might be able to help me.This is the site:www.exempligratia.it
thank you in advance!
]]>Hello everyone,
I just downloaded this theme to setup a new blog i would like to open.
I’m completely new to the WordPress language but so far i’ve managed to create a child theme and to change some colors of the header titles (those on the right).
Can someone explain to me how to substitute the header title with a logo image, please?
]]>I am hoping that someone can help me…
I have the latest version of “Untitled” installed and I would like to remove the slider function from the homepage.
However, I would like to keep showing the featured image and title for the most recently tagged featured content. I would like to retain a link to that first tagged post as well.
Please advise.
]]>Hi!
I can’t seem to get rid of the Category icon on the slider… I’ve tried changing the CSS:
‘#featured-content h2 a, .slide-meta {
display: inline;
background: #000;
box-shadow: 12px 0 0 #000, -12px 0 0 #000;
color: #fff;
padding: 8px 0;
opacity: .9;
display: none;
}’
Would anyone know how to add social media (fb, twitter, pinterest) buttons to a post??
Thanks!!
]]>I’m trying to change the black color of the top bar… can anyone help me with the CSS?
]]>I want to disable the click on the imgs on the slider..and also I want to make the slider auto play… how can i do this.. ?
]]>Please Help me,
when i using the fretured tag in the my post than my front page slider working and post not showing on the front page. if i remove featured tag from my post than my post show on the front page or slider not working
what can i do for this problem can anyone help me it’s very important for me any my client
Thanks in Advance
[ Signature moderated ]
Hello,
Is there any way to make the Post Date and other details appear below the Post Title?
Thanks ??
]]>Hi there, is there a way to limit the amount of posts on the static front page option ?
Thanks
]]>Hi!
I have an issue with the title of the posts, regarding the ones added in the slider section.
When you are navigating the site from a mobile device, you are not able to display featured posts title (you can only see the featured image). This happens particularly from Apple mobile devices. Regarding Samsung Galaxy S3 or better versions, you are able to display the title only rotating your device horizontally.
How can I solve this problem?
Thank you in advance,
Kate