Steven Member
Member since: July 20, 2016
Hello,
I was looking through footer.php but I am not able to find where I could remove the quick links or even recent posts?
Matt Sano Member
Topics: 3 Replies: 17 Total: 20
Member since: May 5, 2015
http://theswordandtherose.com/wp-admin/post-new.php
Where it says “paragraph” and what have you, there used to be a font tab. Maybe I’m just not seeing it? Thanks.
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Hi,
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:768px) and (min-width:480px) {
#secondary { margin:0 !important;}
.header { width:100% !important;}
#primary { margin:0 !important; width:100% !important;}
#content, #colophon { width:100% !important; box-sizing:border-box;}
.page-template-page-full-width-php .footer-bottom { box-sizing:border-box;}
}
Regards,
Shri
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Hi Greg,
Sorry for delayed response. I asked coders they said it would be a coding change so if you can do it via header.php good enough or else if you want us to do send us WordPress admin details via sktthemes.net/contact
Regards,
Shri
Robert Participant
Topics: 23 Replies: 12 Total: 35
Member since: June 20, 2016
I can do basic coding. If you can send me the code, I can drop it in the header.php file. If it’s easier, I can send you the admin details and URL of the site. Where should I send it? Thanks!
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Hi RG,
That can only be done using code if you are good with it you can do it via header.php
If not we can add a section but would need you to send WordPress admin details and URL of the site.
Regards,
Shri
Teo Salgado Participant
Member since: September 19, 2015
Hi,
In the Google Search console, under the “structured data” tab, I get the following message:
Error Type
Missing: author
19 Items with Error
There does not appear to be a “call to author” in the single.php code. Are you able to update this for me?
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Appearance>editor>custom-functions.php
Regards,
Shri
I used the custom css”.feature{display:none;}” to eliminate the slider on the home page.
However, the inner page slider image is not showing up and so the title is up underneath the menus. The slider on/off ontrol is there, but, no place to upload and image.
Please let me know how i can get the text to come down so it is legible.]
http://c-w-a-m.com/oregonstageworks/index.php/osw-history/
Thanks
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Dummy HTML is located in footer.php directly placed in the file.
Regards,
Shri
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Hi Michele,
Unfortunately this can be done via code in custom-functions.php where the original code of the contact form is present.
If you are able to do this then fine or else will ask you to use Ninja forms or contact form 7 plugin.
Regards,
Shri
Sonal S Sinha Keymaster
Topics: 10 Replies: 6996 Total: 7006
Member since: June 12, 2013
Not sure but you should check appearance>theme options and not wp-admin/options.php that is the wrong place.
Regards,
Shri
Nalaka Participant
Topics: 9 Replies: 21 Total: 30
Member since: July 28, 2016
Web Site link
http://nalakavithanage.com/index.php/sample-page
Thanks
William Gibson Member
Topics: 2 Replies: 8 Total: 10
Member since: October 21, 2015
The category page is almost perfect after removing this:
<div id="primary" class="content-area <?php if(of_get_option('sidebar-layout',true) == 'center') { ?> one-third-middle <?php } ?>">
this:
</div><!-- #primary -->
and this:
<div id="secondary" class="widget-area <?php if( is_front_page() || is_home() ){ echo 'home_front_wrap'; } ?> <?php if(of_get_option('sidebar-layout',true) == 'center'){ ?> one-third-right <?php } ?>" role="complementary">
<?php get_sidebar(); ?>
</div><!-- secondary --><div class="clear"></div>
Now I just need to make the thumbs slightly bigger in order to fill the small void (dead space) after the last thumb in the last column.
How can I change the size of the thumbs that show on the category page?
Thank you.