rairose
Forum Replies Created
-
Hi Vlad! Thank you so much for your help. The background is actually black, so white works perfectly – as does your code! Thank you!
Forum: Fixing WordPress
In reply to: My logo disappears on scrollEXCELLENT! Thank you! You’re completely right. I appreciate the help ??
Forum: Fixing WordPress
In reply to: My logo disappears on scrollI have a sticky header. If you go to the page, you’ll see. The logo disappears from the top left corner inside the sticky header when you scroll.
Forum: Themes and Templates
In reply to: [Shapely] Shapely not displaying properly in web browsersThanks, @vinod-dalvi! That helped.
The icons still aren’t showing up on the home page, however. The down arrow beside “Services,” the search icon, and all of my social icons (in the footer) are all squares instead of the icons that are supposed to display. However, if you click to a different page, they display correctly.
Here’s what people are seeing on my home page:
https://www.cornellcopywriting.com/wp-content/uploads/2017/09/Rais-Site.pngForum: Themes and Templates
In reply to: [Shapely] Shapely not displaying properly in web browsersI can do that! Thanks!
@vinod-dalvi, what size should the homepage images be? I resized the top image, but now it’s too small. Is there a set size I can make them?
Forum: Themes and Templates
In reply to: [Shapely] Can’t change p text color@addweb-solution-pvt-ltd – perfect! That worked perfectly! Thank you so much!
YAY! It worked! Thanks so much!!
If it helps, this is the page that’s having the problem: https://www.beabetterfreelancewriter.com/contact/
Nothing that I’ve tried has worked. I’ve read through the documentation for the plugin and for WordPress’s get_categories function, and I can’t seem to make it work.
I just made a page with a regular old ul/li list. I’ll have to update it every time I add a new post, but it’s the only way I’ve been able to get it to work. ??
Oh! Ok! Cool ?? Do I put this in the page.php file?
Ok, I think I figured out how to add the tag to the template.
If I insert this code:
<div class="dtree"> <?php if(function_exists('wpdt_list_categories();')) ?> </div>
into the page.php template, will it show up in all of my pages? I only want the category tree to appear on this page: https://www.ptsdchampion.com/category-list/
I’m sorry, I’m not well versed in php and I’m struggling to understand how this works.
I looked at that plugin, but from what I understand it only works as a widget. I don’t want a widget. I need something that will go into the body of a page.
Forum: Themes and Templates
In reply to: Header's underline won't go awayThank you! I took out the ‘h2 a:hover’ part because I want those to have the underline, but it worked! Thank you so much!
Forum: Fixing WordPress
In reply to: How can I add a list/tree of all the categories on my site?OK, and then what do I put on my actual page where I want the list to display?
Please note: This page: https://www.ptsdchampion.com/archive/
is not the same as https://www.ptsdchampion.com/archive.phpForum: Fixing WordPress
In reply to: How can I add a list/tree of all the categories on my site?Brx8r, where do I put the php code for the get_categories function? I tried putting it into the text editor for the page where I want it to appear (https://www.ptsdchampion.com/archive/), but it doesn’t work.
Clarion Technologies,
I want to add a list of ALL of my categories (even ones with zero posts in them) to this page: https://www.ptsdchampion.com/archive/
But I don’t want it to appear as a widget. I want it in the body of the page. How can I do this?