gratschultz2013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Why isn't my HTML working in the "text editor" or WP?Here’s the table, its just a basic table.
<table width=”100%”>
<thead>
<tr>
<th>Year< /th>
<th>Make< /th>
<th>Model< /th>
<th>MSRP< /th>
</tr>
</thead><tbody>
<tr>
<td>2015< /td>
<td>Chevrolet< /td>
<td>Corvette Z06< /td>
<td>$79,000< /td>
</tr>
</tbody>
</table>Forum: Themes and Templates
In reply to: Why isn't my HTML working in the "text editor" or WP?why do i need the link to the site?
Forum: Themes and Templates
In reply to: Edit credits from GeneratePress Themebelow is the code i am using in my functions.php and it literally is not working as i am getting a blank page after ftp’ing to my server
<?php
add_action(‘after_setup_theme’,’generate_copyright_remove_default_message’);
function generate_copyright_remove_default_message()
{remove_action( ‘generate_credits’, ‘generate_add_footer_info’ );
remove_action( ‘generate_copyright_line’,’generate_add_login_attribution’ );
}/**
* Add the custom copyright
* @since 0.1
*/
add_action(‘generate_credits’,’generate_copyright_add_custom_message’);
function generate_copyright_add_custom_message()
{
?>
Your new message in here}
Forum: Themes and Templates
In reply to: [Tempera] how to remove white space where page titles used to beAnd I did display none but it only got rid of the page title. It did not get rid of the white space that contained the page titles and thats the white area I want to get rid of heres my url look for yourself, on every page above my main header in content section theres a large whitespace where page titles used to be its https://livingalaska.gswebdezign.com/mountains/
Forum: Themes and Templates
In reply to: [Tempera] how to remove white space where page titles used to beOk thank you for the support but that’s my problem. With any other theme I can usually pinpoint exactly which div it is to edit but in the Tempera theme I cant figure out which div it is exactly.
Forum: Themes and Templates
In reply to: Changing font within Tempera theme setting does nothing. Why?Basically I want to make my h1-h6 headers a different font family. I have been able to change it in the past and worked fine but now it wont work for some reason. This is in the Tempera theme.
Forum: Themes and Templates
In reply to: [Customizr] Problems, Problems, Problems and no AnswersFor example if I wanted to change the width of the overall container of the entire site, how would I do thatin a child theme Iif I dont even know what the original css is for that option? Im used to hand coding and wrapping everything in divs and corresponding each div to its class. So going from that to this and cant even find original css is a pain in my butt.
Forum: Requests and Feedback
In reply to: wordpress has provem to be waste of timeHeres my issues, creating child themes? I cant figure it out, I have one made but how do u add custom css w.o. knowing how the original css looks and cant even find original css file because its not in the editor well it is but all thats there is a description. Another issue, cant figure out how to delete page titles and page iconat top of every page. Another Iissue, cant figure out how to change the text of the wayyyyy bottom of my page in the bottom most footer where it says created by and then the development teams name who created the theme I want that gone!
Forum: Requests and Feedback
In reply to: wordpress has provem to be waste of timenope, i searched for a thread that was already created and posted in that one.
Forum: Requests and Feedback
In reply to: wordpress has provem to be waste of timeive tried posting in the customizr theme supoort and all I got was a guy who gave me a smart alec answer that wasnt even the conclusion to my quetion and then the thread was closed so what the heck!
Forum: Requests and Feedback
In reply to: wordpress has provem to be waste of timeSee I shouldnt have to deal with this I should be anle to post my question and get a straight forward answer rather than answers telling me to go here go there. I am frustrated and just need help! I have so many qquestions on how to do many dofferent things and nobody wants to amswer them for some reason its sad!
Forum: Requests and Feedback
In reply to: wordpress has provem to be waste of timeIve even checked for css files in my web hosts file manager under themes and such and still no actual css is there.
Forum: Requests and Feedback
In reply to: wordpress has provem to be waste of timeThats actually my most biggest problem. Ive never used a child theme im my life because ive even tried the hild theme plugin and it made no sense and just confused me badly. For example if I wanted to change color of one headernon one page how would I do that? I cant because I dont have access to the original css files because all tjats in my themes css file is a description and no actual css. I am using the customizr theme. Just so many questions of stupid topics that would be so much easier just hand coding without php.
Also want to delete the light blue colored box below the “Latest Blog” section as well.