Sean Davis
Forum Replies Created
-
My pleasure!
Forum: Themes and Templates
In reply to: [Shamrock] Center content on pageNo worries at all.
The thing is, though, this will require custom development if the settings are not built into the theme for removing the sidebar. Removing the widgets is not enough.
Unfortunately, I can’t really navigate through your site to see what is going on. There are no links anywhere for navigate. Looking that the HTML markup suggests that you’ve created a WordPress page and then used the settings to make that page your site’s static from page.
Is that correct? If so, and you are saying there is a setting for making pages full width, can you show me a screenshot of the setting (screenshot the entire page)?
Forum: Themes and Templates
In reply to: no theme optionsHi there,
No worries at all. I’m not saying with confidence that the theme has no options. I’m not familiar with the theme. I’m just saying that a theme does not have to have options.
You mentioned that there were no options under the Appearance menu item in your dashboard. How about the “Customizer” link… are you sure there are no options there?
That said, if you paid for the premium version of the theme, I would definitely contact their support. Does they have published documentation?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to change Colphon IDHi there,
Can you link me to your site? I should be able to work it out in my browser and give you the CSS. Be sure to describe the part you want white.
Forum: Themes and Templates
In reply to: Page loading single page instead of a listHi there,
Can you show me what’s in your news template and also what is in your content-blog.php template? Paste the complete contents of both in separate Snippis and link me please. http://snippi.com/
The child theme should always connect to the parent theme based on the directory name of the parent theme, as mentioned here: https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme
So adjust it to
Template: skt-it-consultantand that should work.Forum: Themes and Templates
In reply to: Center content on pagePlease go ahead and mark this ticket as resolved if this is referring to the conversation we’re already having here: https://wordpress.org/support/topic/center-content-on-page-2?replies=4
Forum: Themes and Templates
In reply to: [Shamrock] Center content on pageNo problem at all.
The first thing I am noticing is that the sidebar is actually not removed. It just doesn’t have any widgets in it. http://glui.me/?i=ho4w6gibh1dpbx5/2016-03-10_at_1.21_PM.png/
Is there a setting built into the theme for removing the sidebar or did you just remove all widgets?
Hi Ellen,
There really shouldn’t be any issues using a child theme. In your child theme’s style.css file, what do you have as the value for the “Template:” line in the comment heading?
Forum: Themes and Templates
In reply to: no theme optionsHi there,
The first thing to note is that a theme does not have to have theme options at all. It is totally up to the theme developer. So it may not be that the theme is broken, but that it simply does not have options.
That said, I cannot find the theme you mentioned, “white paper bonus.” Seems as if it is not hosted on wordpress.org. If that is the case, you will not be able to receive theme support here. You will have to contact the appropriate support channel for the theme distributor.
Forum: Themes and Templates
In reply to: [Shamrock] Center content on pageCan you post a link to your site? There is no way to help otherwise. This would just be general CSS, unless your theme is doing something unique.
Please link directly to a relevant page and let me know what you are trying to do.
Hi there,
We apologize for the terribly delayed reply. Thanks for your patience so far.
In regard to your code, there’s more to be done with adding this custom column for a custom taxonomy on Downloads post type. You can see much of how it works here: http://justintadlock.com/archives/2011/06/27/custom-columns-for-custom-post-types
You will need to use our
edd_download_columnsfilter as well. You can see here how another user has put it to use: https://easydigitaldownloads.com/forums/topic/adding-columns-to-download-columns/Please disregard if you have already solved the issue. Again, we apologize for the slow response time here.
No problem at all!
Hi there,
I’m really sorry for the slow response time here. Thank you for your patience so far.
Unfortunately, we do not have that functionality in EDD core nor in an extension. This would require custom development. Sorry.
Hi there,
Can you let me know what page you are looking at? Links would be perfect. Are you trying to adjust the download display for a page that you have used [downloads] on or are you looking at your download archive at your_site.com/downloads?
As for the menu management, you’d need to build your menus just like you would for post categories. There is no way to simply have all categories structure in a menu without building it out in the WordPress menu builder.