I can’t find a place to resize the title of the article, can anyone help me? I used the css update and it didn’t change.
]]>Google Search Console warning ” Clickable elements too close together” and “Text too small to read” and affecting around 20 pages.
can anybody help me out with this error?
]]>HI, I am using Schema lite into my blog and I have setted the latest post as my homepage, The featured image of the Blog post is showing in Home page but when i click on any article and try to show the featured image in blog detail page, then it is not working. I have tried a lot for customising this thing and couldn’t succeeded in doing so. Here is a link to one of my blog’s post which you can consider as an error page and let me know the solution, https://electricsmokershub.com/best-electric-smoker-with-wifi/
]]>I have installed the schema lite theme on my site. Is there any option or way to add the footer. Pls advice
]]>Hi,
I am using Schema Pro theme. When I select the standard mode of AMP, Google AdSense Ads are not showing. When I change it to transitional mode, Ads are showing but the page loading speed on mobile devices is extremely affected negatively. I also went to readers mode, Ads were showing but page loading speed on mobile devices was also affected negatively there. Now what should I do, I want to keep the page loading speed up on mobile devices and also I want to show AdSense Ads on mobile devices. How can I resolve the issue?
My website URL is bestlaptopsexpert.com
Hi,
I am using Schema Pro theme. I installed AMP plugin and my site Manu is started not working on mobile devices. When I have changed it to readers mode and select an AMP Theme, it works. But I am not seeing Scheme Pro theme in the list of reader mode Theme. Can you please add it in the reader mode Theme? Or can you please resolve the issue?
bestlaptopsexpert.com is my website URL.
Is there a way to remove categories AND menu from header?
I put in a header image, but it repeats itself plus “uncategorized” shows up in the header. Is there a way to eliminate this from happening?
I prefer not to have a menu at the top.
BUT if a menu is required, then how do I prevent my header image from repeating itself?
The above site is my “testing site” so that I can figure these options out before going “live”.
Thanks
]]>I created my website : : https://coinmasterspinfree.net/ a few months before and posted some articles, but I faced a problem quickly. When I post a new article or updated any article, the Homepage or front page show broken, only 5-10% content or text is shown; the rest of the item does not display. Need your recommendation on how to solve this issue?
]]>is it possible to disable some media sizes? i saw in the funciont.php file that there are 3 i would like to leave only thumnbail. how is this possible? without doing it manually
]]>Hello there,
I seem to be having some issue with my schema lit theme since the new wordpress update. MY lead generation page keeps coming up with a 404 error when people attempt to sign up to my blog. The reason I believe it is the scheme lit theme is because when I adjust my theme to a different theme the issue seems to fix itself, any ideas before I resort to changing themes.
Kind regards,
Joshua Beard
]]>I have used following code to set tag cloud font size based on each tag’s usage:
add_filter( 'widget_tag_cloud_args', 'all_tag_cloud_widget_parameters' );
function all_tag_cloud_widget_parameters() {
$args = array(
'smallest' => 12,
'largest' => 28,
'unit' => 'pt',
'number' => 150,
'format' => 'flat',
'separator' => "\n",
'orderby' => 'name',
'order' => 'ASC',
'exclude' => '',
'include' => '',
'link' => 'view',
'taxonomy' => 'post_tag',
'post_type' => '',
'echo' => false
);
return $args;
}
However, the CSS of the theme has following property setting:
.tagcloud a {
font-size: initial !important;
}
Obviously, the “!important” setting will always override the added filter.
My question: What should be the proper to completely eliminate this font-size setting?
(It is always easy to set a new size in child theme, but it’ll still be constant size and not varied size as per the tag’s usage)
Hey there,
I am the originator of WPColour.com and I write some useful content on that website, so today I write an article regarding WordPress themes and publish after completion but the issue arises is when I am clicking the blog link through Desktop the whole blog page was opening which I write the article, but when I click the blog link through mobile the affiliate page (Companys Website) is opening directly through my website.
Kindly sort it out, because I am not understanding what is the actual problem is coming from.
Hi I am getting error “Undefined variable: logo_id in …………/functions.php on line 755”
]]>Before i start, I would like to apologize for my bad English.
I want to put website logo in center using css
there is my css & html
#logo img {
float: left;
}
how can i do it
]]>The setting in the WP customizer seems to only apply to the homepage. I can’t remove the sidebar for posts.
]]>Hello,
I want to display the last updated date instead of the original published date on my posts. I also want to have this last updated date be reflected in the Google Snippet instead of the original published date.
Please is there any code to add to function.php?
]]>Can I remove “Theme by MyThemeShop” from footer?
Maybe just make it text?
I hate footer links?
Thanks!
]]>Hi guys
Schema Lite is a great theme. I’m using it. But the theme’s sidebar is not mobile friendly. How can I make the whole theme all mobile friendly?
Many thanks in advance to anyone who replies!
]]>Hi guys,
I am using Schema Lite for my theme and for some reason I can’t seem to be able to turn off the black bar that appears at the top of the page/in the header space and I also can’t turn off the black “padding” around the search box (please see red arrows on attached screenshot to see what I mean). I have a series of articles ready to go live and was wondering if anybody might be able to help as I have been stuck with this for days now.
Many thanks in advance to anyone who replies!
T
]]>Hi, neither the Next/Previous nor the Page Number option for pagination on the homepage work for this theme, please assist!
Thanks in advance.
]]>How to i change the font to Georgia for the whole site? for all H1-H4… and titles etc.
]]>Hi,
I would like to eliminate the author, the publication date and the comments of the publications without using plugins.
Thanks!
]]>I have recently spotted two H1 tags on the website. Although the fix is very simple – change the other H1 tag to either H2 or H3, etc. – I have actually removed one H1 (which was the title of the site) and left the other one which is the title of the home page. Both titles are in H1 by default. The funny part is that audit report still counts this as two existing tags – hence poor page score and critical errors. I ran the check through sitechecker.pro
[img]https://i.ibb.co/w4MLsJV/1.png[/img]
Is there any manual workaround to get this fixed?
]]>Few critical changes required to improve the theme are:
1. This will help getting rid of jquery-migrate requirement
change: schema-lite/js/customscripts.js
line 99
from:
jQuery('a[href=#top]').click(function(){
to
jQuery('a[href="#top"]').click(function(){
(simply add double quotes around #top)
2. Fix w3c invalidation errors (not warnings)
-> add the missing closing </div> tag just above </body> in footer.php
-> change duplicate id tags to classes at many places, so that there isn’t a conflict or error anymore
I have many more changes, which I’ve coded as child theme, keeping all design elements same just fixing the errors of the theme.
I’ve updated the current progress here: https://github.com/nabtron/schema-lite-child
Will keep updating it to help you and others.
Let me know if you want me to be a contributor to your themes to improve them.
]]>Hello!
In the home page of the site I have a unique page. The subject is marking me as H1 both the title of the site and this page, so I have two H1.
I want that H1 of the logo to be marked as b. I also want to mark as b the title of the footer widgets recent entries and text that are currently being marked as H3.
Thank you
]]>How can I add a post slider in homepage?
I have used couple of slider plugins.
But where to add the Smart Code or PHP code?
The theme is awesome, however the CSS style sheet shows 14 errors as:
“Expected a FUNCTION or INDENT after colon at line…..”
Since I couldn’t find a solution, I simply deleted all those code blocks which had errors, and expected the theme would break, but strangely the theme still worked normally?
I am wondering if there’s a better way of correcting those errors?
A suggestion would be greatly appreciated!
]]>Greetings,
I instaled Jetpack and activated the subscription module. I added the
subscription module to the sidebar, and added several subscription shortcodes
throughout the site posts. However, even if the widget and the shortcode seems
to work — they appear, they show the subscribers count etc, the imput box,
where you should type your e-mail adress, is disabled. You can’t type your
address in. I tried across several internet browsers, but I get the same
result.
I am using the latest version of WordPress and the latest version of Jetpack and
I am running the Schema Lite theme. The site is
https://povestisifanteziierotice.ro
Disclosure: the website contains text rated mature(18 years+)
I first contacted the Jetpack team, but they told me it is a css problem from the theme that blocks the form. I tried the sudgestion they gave me, but didn’t worked.
#subscribe-email input {
display: inline-block !important;
}
Any help, please?
]]>My website is not showing icons from some days back, you can visit my website https://www.staymeonline.com
Please help me to solve the issue.
I have already discussed for removing sidebar from the pages but after removing the sidebar. It is working very well, but now I want to reduce this space. Shown in image.
https://icecream.me/a9aa493422a5efc07e3a6f3c8de9c314
I want to reduce the unwanted space and increase the page size.