Hi.
I’m testing this theme and other based on Foundation.
Just after install TotalPress and access to the customizer, I can see two warings:
Fatal error: Uncaught Error: Call to undefined function is_plugin_active() in /……./wp-content/themes/totalpress/assets/customizer/totalpress-customizer.php on line 193
( ! ) Error: Call to undefined function is_plugin_active() in /…../wp-content/themes/totalpress/assets/customizer/totalpress-customizer.php on line 193
I’m using WordPress 5.2.4.
Thanks and regards
]]>I get an unnecessary scroll bar at the bottom of the page due to a CSS rule in style.css for TotalPress+TP-Primo
.grid-container:not(.full) > .grid-padding-x {
margin-right: -.625rem;
margin-left: -.625rem;
}
The negative margins cause the content to be larger than the body and causes the scroll bar. What is the intention of this rule?
I can override it in the child theme.
Cheers
]]>I intended to use this theme for a site in german language. But unfortunately not all strings within the theme’s files ar ready for translations.
Example file: /template-parts/post/content-none.php
Problematic code:
esc_attr('Nothing found for: %s','totalpress')
should be replaced with
esc_attr_e('Nothing found for: %s','totalpress')
in order to be ready for translations.
In my child theme, which is based on ‘totalpress’, I now have to make duplicates of all those files with hardcoded strings and replace them.
And when ‘totalpress’ gets an update, I have to repeat these steps with all affected files.
]]>Hi!
First, my English is very bad, so sorry for this.
I just downloaded your theme and istalled also the required plugins – kirki plugin and metaboxes. After the installing, WordPress gives me this warning:
Warning: sprintf(): Too few arguments in C:\xampp\htdocs\xxxxx\wp-admin\includes\class-bulk-upgrader-skin.php on line 150
But the installs are completed. So, ist this now a problem or can I ignore this?
Thank you, for your help.
]]>Hi all, I need some help with custom queries in TotalPress.
How can I write query to get only posts from an author ‘Bedrich’, where the custom field key is ‘color’ and the custom field value is ‘blue’?
Is this possible?
Hi.
I have disable my comments for wordpress.
But at my blog page I see a line, ‘comments disabled – edit’
That line is not nessesary and I want to get rid of it.
I use the template totallpress. Is it possible to delete this line.
Thanks in advance
]]>Hello ThemeAWESOME
I am using a child theme of your wonderful TotalPress theme.
When using the parent theme directly, the media query breakpoint at 1023px works as desired. The primary div and sidebar go to full width.
But when I make a fresh child theme, using unaltered parent theme styles, the media query does not execute. The primary div and sidebar do not change width at the 1023px breakpoint. They just get thinner.
I tried again to make a fresh child theme, thinking maybe it was something in the child theme calling the parent incorrectly. However, the media query does not work in the new child theme either.
I realize I’m responsible for child theme code. However, I am curious why the parent theme styles do not work as expected for a child theme.
I ran the parent theme style.css through a validator and found a few parse errors:
23 Parse Error }@page{margin:.5cm}
23 Parse Error }}
23 too few values for the property width
601 .comment-fields Value Error : margin-bottom Parse Error :
Any suggestions for this?
]]>Love TotalPress! Great way to get started with Underscores.
The mobile icon does not seem to show up for me.
button.icon-menu has a size of 0x0.
I tried adding a font size but that didn’t work.
Maybe the icon font call is not working somehow.
Any advice?
]]>