In the latest theme updates, there are many missing files, please check and consider high importance. This gives some errors.
/themes/shapla/assets/css/blocks.css?ver=1.5.3 net::ERR_ABORTED 404 (Not Found)
/themes/shapla/assets/font-awesome/css/all.min.css?ver=5.5.0 net::ERR_ABORTED 404 (Not Found)
/themes/shapla/assets/js/script.min.js?ver=1.5.3 net::ERR_ABORTED 404 (Not Found)
A wonderful theme that I have been using on many websites for many years.
Today, I want to add an image to the header, but when adding it, it is tiled. I need to make it fit to the available size in width and height.
Would you help me in this ASAP?
Thanks,
]]>This is really a wonderful theme, I like it a lot and have used in on many websites.
On one of the websites I have a problem that many areas are not saving, therefor I am not able to access WP Customizer, this is not related to the theme. What I want is to re-install the website and correct the problem.
What I need is to know where does customizer save setting for the theme including added CSS code. So, I can get them.
Your help is much appreciated.
Thanks,
]]>Wow what happened to Sayful is he no longer around? No replies for over a year now. Hopefully he is healthy and okay.
]]>I’ve been trying to figure out how to style the social menu inside the footer. Tried .site-footer a {color:#ff66cc;}, .social-navigation a {color:#ff66cc;} and applied !important to both but nothing seems to work. Is there another class assigned to these icons that I am missing? I’ve been using the inspect element tool in firefox to find the classes.
See screenshot:
Screenshot
The single post pages have a wide space area. First thought this was the sidebar then realized it was something else. The area disappears on the mobile view. I want my posts to be centered.
I am a beginner, so this might be a very simple issue. Thank you.
How can I remove the Page Title Bar ?
Thanks
I am trying to resize my logo but it keeps scaling to a smaller image. Where do I make the changes to stop the logo from rescaling after uploading to media file?
]]>Hello,
First off I love Shapla, so thank you for this theme.
One massive issue I am having though is removing Breadcrumbs from my site.
I’ve gone into the Customizer and have disabled wherever I can but the breadcrumbs are still showing when I look at the html on site like: https://www.browseo.net
Is there any CSS or coding that I can change to remove breadcrumbs for good?
Thanks in advance,
]]>My site is off line right now, so haven’t bothered with link. Installed Shapla and my menu has disappeared. Can anyone explain/help? Thank you.
]]>Hi,
I have recently noticed that the title of the previous blog post is displayed on the far right side of the featured image on blog posts.
You can see what I am talking about on this link: https://prntscr.com/kscpvt.
Is there any way I can hide it? It seems to me that the previous/next blog post title should be at the bottom of the page, right?
Best regards,
Milica
]]>Hello, this theme does not put bold font on my subtitles or any word that I chose Bold, I mean when I am editing an new topic on my blog it allows me use the Bold function but when I update my page it does not show up bold my words.
]]>Hi Sayful,
First of all, I’d like to say that I really like your theme. Keep up the good work!
However, I do have a bit of a problem with the customization.
The Search bar in the Header section cannot be disabled. Even though I switch it off, it is still displayed in the header.
I would really appreciate your help.
Thanks,
Milica
]]>Hello. The thumbnails from the photo posts will not be displayed in the grid view. I could not find a setting for that. Thanks.
]]>Hi! Can I output search results in a grid layout, and how can I do it? Thanks!
]]>Hello,
in my page i display the Breadcrumbs Content.
I have homepage (front-page) set it as start page.
I my Breadcrumb content i get Home / homepage.
How can i fix it?
Best regrads
]]>I sort of fixed it by setting the style to display:none in the custom CSS.
But maybe that needs to be fixed in the theme.
So I had it set up so that the page title/header did not show, but after updating, there was the header plus breadcrumbs added to my home page. And the styles looked like that was added just for debugging or smth. And I could not find a setting in the UI to hide it.
Figured I’d try this theme again and right out of the gate the customizer isn’t working properly for the header image. The customizer says to use an image of 1920×500 which I did and it isn’t being shown properly. It seems to only show the top portion of the image. Why would the customizer say to use an image of 1920×500 if that is not correct?
]]>Hello,
is there an easy way to view the page information (thumbnail, header, meta, navigation, comments, pagination) at the end of each post via CSS in a child theme?
I can exclude the functions in the file “shapla-template-hooks.php”, but after an update they are back again.
I use a child theme to enlarge the page logo and additional CSS in the file “style.php”.
I’d be happy to get help.
]]>Hi!
There is a problem with the date – on the page it shows always the date of a most recent edit to the post, rather than the desired date of publication. I wish the date would be always the date of publication, as set in the admin panel.
Both times I’ve upgraded to the newest version of my Shapla theme I am seeing my above footer widget moved to the right side instead of where it should be at the bottom of the page just above the footer. When I re-install my backup all is fine. I haven’t made any modifications to the Shapla theme only my shapla-child-theme. Why is this happening and how can I fix it?
]]>Was hoping you could help me with this. I have created a new header.php file and named it header-home.php. I added my slider php call there and than created a new page.php file (both files are placed inside my child theme folder) with this code to replace the get_header call:
if(is_page(2)) {
get_header('home');
}
else {
get_header();
}
When I view the homepage in admin mode the url is post=2 so I am assuming that is the post id.
I only want the slider to show on the home page and no other page or post but it isn’t doing what I want. Should I be adding the new get_header code to another file instead?
Was wondering if it was possible to request a new feature for the theme to add 2-4 feature boxes to a page? I’ve tried to do the coding myself but cannot make it work. I could use a plugin but want to limit the amount of plugins for the site.
]]>Hello,
I am very much a WordPress novice and am setting up a site for a client. I logged in today to see that the header and footer of my Shapla theme are no longer functioning properly.
Here is the link to the site:
https://c4allstarfootballcamp.com/
To my knowledge, I did not make any changes to the code. I have tried to deactivate and reactivate the theme, but that did not work. Does anyone have an idea of what happened here?
Any help would be very appreciated!
]]>Been trying to figure out how to re-position my logo outside of the shapla container in the header but not having any success.
Tried adding
.shapla-container .site-branding .custom-logo{margin-left:-60px;}
.site-branding .custom-logo{margin-left:-60px;}
But that only seemed to make the logo smaller and out of the display window when viewing in smaller displays like 320-480. See screenshots for what I want and what is there now.
This is how it looks now (without the arrow):
This is how I’d like it to look only the same size for the logo as the original:
Any tips greatly appreciated.
Update: I’ve been able to figure out how to make the size the same by adding max-height: 175px; to the .site-branding .custom-logo and been trying to use media queries to look consistent at certain breakpoints but still cannot get it perfect. There is always a point where it is placed too close to the left edge of the screen no matter what breakpoints I use media queries for. Is there another way that may work without all the media queries?
]]>Hopefully you can help me with this. I have created a child theme of your shapla parent theme and everything is working fine but I wanted to have the extra custom page named home-page.php in the page attributes meta box where you have placed options for default template, full screen and full width templates.
I made the changes to your inc/class-shapla.php file and created the custom page based on your full screen page. Everything works fine when using inside your parent theme. But it won’t work when I try to incorporate into my child theme.
This is what I added to your inc/class-shapla.php file:
/**
* Adds custom classes to the array of body classes.
*
* @param array $classes Classes for the body element.
*
* @since 0.1.0
* @return array
*/
public function body_classes( $classes ) {
// Adds a class of group-blog to blogs with more than 1 published author.
if ( is_multi_author() ) {
$classes[] = 'group-blog';
}
// Adds a class of hfeed to non-singular pages.
if ( ! is_singular() ) {
$classes[] = 'hfeed';
}
if( is_page_template( 'templates/full-width.php' ) ) {
$classes[] = 'full-width';
}
if( is_page_template( 'templates/full-screen.php' ) ) {
$classes[] = 'full-screen';
}
if( is_page_template( 'templates/home-page.php' ) ) {
$classes[] = 'full-screen';
}
// If our main sidebar doesn't contain widgets,
// adjust the layout to be full-width.
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
$classes[] = 'no-sidebar';
}
$classes[] = 'shapla';
return $classes;
}
This is what I added to my functions.php file in the child theme after removing the code for the home-page.php template from your inc/class-shapla.php file:
/**
* Adds custom classes to the array of body classes.
*
* @param array $classes Classes for the body element.
*
* @since 0.1.0
* @return array
*/
public function body_classes( $classes ) {
// Adds a class of group-blog to blogs with more than 1 published author.
if ( is_multi_author() ) {
$classes[] = 'group-blog';
}
// Adds a class of hfeed to non-singular pages.
if ( ! is_singular() ) {
$classes[] = 'hfeed';
}
if( is_page_template( 'templates/home-page.php' ) ) {
$classes[] = 'full-screen';
}
// If our main sidebar doesn't contain widgets,
// adjust the layout to be full-width.
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
$classes[] = 'no-sidebar';
}
$classes[] = 'shapla';
return $classes;
}
For some reason it is not working when adding to my child theme functions.php file. What am I missing? Can this even be done inside a child theme with your shapla theme as the parent. Otherwise I would have to update the inc/class-shapla.php file every time you udpate your theme. Thanks for the support.
]]>Been trying to make my entry meta display inline using the:
.hentry .type-post .entry-meta {display:inline !important;}
and also here:
.hentry .entry-meta .posted-on, .hentry .entry-meta .byline, .hentry .entry-meta .cat-links, .hentry .entry-meta .tags-links, .hentry .entry-meta .comments-link, .hentry .entry-meta .edit-link {display: inline !important;}
But cannot seem to make it work. Any ideas? See screenshots to see what I am looking to achieve from another theme (not responsive) and what I have achieved with your theme (responsive).
]]>Been trying to figure out how to remove the meta data for the author in the recent comments meta box in the right side bar. Can’t seem to find the right css using firebug for this change. There is no link to provide as it resides on my local server but I’ve attached a screenshot below. Any ideas?
]]>There are two issues with the links that I am having and I wonder if anyone could help me with either.
1. The theme comes with a link to the developer’s page (alas which is empty) but the link when clicked comes out relative to the hosted blog site and not to the devloper’s site. How can I fix this or is this an error in the theme?
2. I have a number of pages across the top of my blog which I use as links to my main site’s page (the WordPress blog is a sub-domain to my main domain) but I would like to be able to amend the linking so that a different Target in the is used. How do I do this?
]]>I am having a couple of issues with CSS with this style. I have managed to hide, as I want, the text ‘Posted by’, ‘Posted on’ and ‘Posted in’ by each blog.
These are the meta-tags by each blog entry and this looks fine. Until I view the page on a mobile then these tags reappear. For the intermediate size for the tablets these are correctly invisible.
I am using the additional code below:
.avatar{
display:none;
}
.meta-sep {
display:none;
}
.vcard{
display:none;
}
.author{
display:none;
}
.label{
display:none;
}
/* Remove Post Author */
.entry-meta .url.fn.n {
display: none;
}
As I say these work on the desktop and on tablet but not on the mobile-sized viewports. What am I doing wrong?
]]>