judodesign
Forum Replies Created
-
Hi. I would second this. Its a pretty key feature. Thanks.
Forum: Plugins
In reply to: [Max Mega Menu] Force full width on mobile navHi. I ended up purchasing the pro version and contacted support.
They suggested setting it to:
.site-header
and it works now. It must have the dot/period at the start, which I was forgetting to use.
Hope that is useful for others searching.
Thanks.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] integration with Co-Authors PlusI was wondering if either of you know of a freelance Genesis developer I could hire? Or even where to look. My own WordPress developer is very resistant to using Genesis. I just have a simple list of requirements that mainly relate to customising the portfolio pro elements.
Thanks guys. Have a great Christmas.
Forum: Plugins
In reply to: [Co-Authors Plus] Integration issue with Co-Authors PlusDoes anyone know how I can get support with this issue? Even paid support.
I need to know if I can continue using Co-Authors Plus or if I need to research other options.
I have over 200+ guest authors to assign so I don’t want to get too deep into this only to discover that it won’t integrate with the portfolio pro CPT.
I’ve run into a dead end with portfolio pro support: https://www.ads-software.com/support/topic/integration-with-co-authors-plus/#post-10959804
Thank you.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] integration with Co-Authors PlusLove to hear your thoughts on this @modernnerd
Its the last thing I need to put in place before I leave on a long trip next week.
More details from a slightly different angle here: https://www.ads-software.com/support/topic/integration-issue-with-co-authors-plus/
Thank you.
Forum: Plugins
In reply to: [Genesis Simple FAQ] Loss of faq categories in the faq post edit areaBrilliant
Worked perfectly. Thanks @modernnerd
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Change URL Slug for Portfolio TypeHi
I’m having an issue getting Co-Authors Plus to integrate with the portfolio pro custom posts (see forum post here).
I’m just wondering if the customisations we made above (ie creating a new custom plugin to rename categories) is part of my problem?
Co-authors Plus is working fine and displays the custom guest authors in both normal blog posts and portfolio pro custom posts. But clicking the author name only displays an author archive page of the blog posts assigned to that author and doesn’t include portfolio posts. If you click on an author name in a porfolio post you just get a 404 error.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Portfolio type name displaySame thing happens for me @detroitwidget.
Genesis Simple Edits seems to override the display of the categories.
I wonder if they could be called into place using Genesis Simple Hooks?
Hi @susannelson
Thanks for your reply.
Sorry. My explanation was a bit muddled!
I only want to have a default featured image for portfolio posts. Not create a main image at the top of portfolio archive pages (although now you mention it, that might look quite nice ??
Currently, any portfolio post without a featured image is just blank on the main portfolio page and the portfolio types pages. The mixture of with and without images is unappealing and a bit messy.
Do you know what I mean?
Thanks.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Import posts into portfolio proThanks @susannelson,
In the end I used WP All Export and WP All Import as it was non-destructive towards the original posts. After a lot of fiddling about with cells in a spreadsheet, I was able to import them successfully.
So the original posts are still in the blog, but I will delete them en mass once everything is settled with the portfolio pro posts and I no longer need to refer to them.
Thanks for your help.
Hi Susanne,
Thank you very much. That worked perfectly!
Sorry Susan. I’m a real novice at php and simple hooks. Do I need to complete some parts of that code? I tried this:
<?php
if ( ‘portfolio’ === get_post_type() ) {
<div class=”footer-map”><p style=”text-align: center;”>Select a region on the map to view past projects in that area.</p>
[mapsvg id=”5216″]
</div>
}
?>But it just removed everything after that hook (the footer area etc).
Forum: Plugins
In reply to: [Genesis Simple Hooks] Insert a custom made widget area into a hookThank you Susan,
That code (above) didn’t work for me. In fact it crashed the page leaving just the header.
But I had resolved this earlier simply by registering the sidebar in the functions.php file with the following code:
register_sidebar( array(
‘name’ => ‘Header Right’,
‘id’ => ‘header-right-social-icons’,
) );and using the following in the ‘genesis_header_right Hook’ area with “Execute PHP on this hook?” not selected.
<div class=”header-right-social-icons”>
<?php dynamic_sidebar( ‘header-right-social-icons’ ); ?>
</div>If I select “Execute PHP on this hook?” on this hook I get a double placement of the sidebar.
Does that look right to you?
Thanks.
Forum: Plugins
In reply to: [Genesis Portfolio Pro] Change URL Slug for Portfolio TypeThis works great. Thank you nick.
Only issue for me is that the breadcrumbs still show ‘Portfolio Items’ rather than my assigned ‘projects’.
What would I need to add to update the breadcrumbs too?
Forum: Reviews
In reply to: [RSS Featured Image] Does the job!Great. I used it on another site the other day and it worked straight away.
Just switched it on for another one that wants to send out RSS news from https://bizworldireland.org/news/feed/ and simply using *|RSSITEM:IMAGE|* blows the image up huge and distorts the campaign. Even though I have “Resize RSS feed images to fit template” switched on a basic 1-column template in mailchimp.
Do I need to wrap *|RSSITEM:IMAGE|* in code to force it to stay within the 560 standard template width?
The RSS feed seems to be outputting a “medium” image which, in my media settings, should only be 300px.
Thanks.