Home › Forums › All Other Themes › Charity Pro Theme Questions
- This topic has 25 replies, 3 voices, and was last updated 7 years ago by Lisa Fryman.
-
AuthorPosts
-
September 12, 2017 at 4:43 pm #83053
Hello,
I was wondering. Is there any way I can set the newsletter signup box to be its own color? I noticed it shares the same color with button background color.
Currently, I have the button background color as a light blue, but that also makes the newsletter signup box light blue. I’d prefer to have the signup box be white.
Thank you
September 13, 2017 at 9:14 am #83118Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisSeptember 13, 2017 at 7:49 pm #83230I’m seeing where the newsletter form is just static anyway, and that a newsletter plugin will need to be used inside of a footer widget location. I did this, however, I noticed that the social media icons in the footer no longer appear. Is there anyway to use a newsletter plugin and have those icons still appear beneath it, just like the original theme template had them organized?
September 14, 2017 at 4:58 am #83248Hi,
Yes, Kindly show us your website URL so that we can assist further.
Regards,
ChrisDecember 4, 2017 at 4:22 pm #88841Hello again,
I’m wanting to share with you an error I had with the “box links” section of the website. I went ahead and took a screenshot of the home page where the error occurs.
Essentially, I updated one of the pages that comes up as one of the 3 “box links” on the home page. It uses a plug-in called Site Origin Page Builder. Instead of displaying a brief phrase below the title, it displays all the content from that page inside the box link.
Would I be able to e-mail you the screen capture of this error? We still need to approve the website before we can launch it, and with this error, I definitely couldn’t share the URL right now.
December 5, 2017 at 12:06 pm #88934Hi,
Kindly send us screenshot of issues, upload them on imgur.com and share url here.
Regards,
ChrisDecember 5, 2017 at 3:36 pm #88948I’m pretty sure it has to do with the plugin used to make the Get Books page, Site Origin. Maybe I’ll need to get into contact with the developer of that plugin as well?
December 5, 2017 at 3:37 pm #88949Looks like that didn’t work on the last post. Trying again.
December 5, 2017 at 3:38 pm #88950https://imgur.com/a/2b4AE
Ah well, here’s the URL.
December 6, 2017 at 6:33 am #88989Hi,
Kindly edit skt-charity-pro/functions.php and paste below code at the end:
// Enable excerpt in pages
add_post_type_support( 'page', 'excerpt' );
After kindly edit skt-charity-pro/page-boxes.php file, go to line number 52 and replace below code
<?php echo content( of_get_option('donatebxexcerptlength') ); ?>
with
<?php the_excerpt(); ?>
Regards,
ChrisDecember 8, 2017 at 4:37 pm #89259It’s looking a lot better now!
https://imgur.com/V0ElZk9
This is what it looks like now. Is there any way I can determine where text cuts off on the link? For “Give Books” & “Donate Now”, I simply used the Read More tag to accomplish this. The phrase appearing at the top of those pages comes right before the Read More tag, and that’s what appears on their links on the home page.
But with “Get Books” using a 3rd party plugin, that method didn’t work. Do you have any ideas as far as customizing what can be displayed for those links?
-
AuthorPosts
- You must be logged in to reply to this topic.