Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
March 25, 2017 at 3:17 pm in reply to: Move portfolio category description to bottom of page + customization #318486
Thanks I solved my problem in another way.
I created a portfolio page and redirect my portfolio archive page to that page.
Best regards
MortenMarch 18, 2017 at 12:44 pm in reply to: Move portfolio category description to bottom of page + customization #317596I can’t achieve the result I want in the template taxonomy-portfolio-category.php.
I want to have a full width row with background color just before the footer with a custom description field.
I have attached two screenshots.
My solution was to copy a full width row with background color from one of my other pages and then just paste in the template. But it’s not working.
I’m using a child theme. Can you point me in the right direction for a solution?
Best regards
MortenAttachments:
You must be logged in to view attached files.Thanks again for your help. The support is awesome 🙂
Best regards
MortenIt would be nice to have the possibility to create a category showcase where you can present e.g. images and descriptions of different categories.
The Category Showcase should be a shortcode to list categories from different post types posts, portfolios, products e.g.
Best regards
MortenHow can I turn the code into a PHP function? And would it be the best solution?
Best regards
MortenHi David,
I understand. I found a solution by myself.
I used the following code in the template taxonomy-portfolio-category.php (yes I know this should be put in a child theme).
<?php global $wp_query; // get the query object $cat_obj = $wp_query->get_queried_object(); ?> <p><?php echo get_field('portfolio_long_category_description',$cat_obj->taxonomy.'_'.$cat_obj->term_id); ?></p>
Best regards
MortenMarch 8, 2017 at 10:17 am in reply to: Move portfolio category description to bottom of page + customization #316336Thanks, David.
I haven’t made the changes yet, but it sounds easy.
Best regards
MortenThanks Rui 🙂
February 21, 2017 at 8:16 am in reply to: How to move category description from top to bottom? #314532Hi Rui
Yes. It’s some custom code I got from you in this topic:
I can’t figure out where to move the code to in the category.php and archive.php.
Best regards
MortenThanks. I found out how to use the theme classes in the contact form 7.
December 19, 2016 at 8:09 pm in reply to: Contact 7 form – Style button and remove som space #307276I would just let you know. That the missing closing bracket from my media query in another topic was solving my problem with the styling of my contact form on mobile devices 😉
Thanks again.
Best regards
MortenWhat a fool I am 🙂 Thank you for the great support.
Best regards
MortenThat’s the custom css I have used, but it’s not working.
I have deactived WP Super Cache and the minify plugins. If you would take a look?
Best regards
MortenDecember 19, 2016 at 5:20 pm in reply to: Contact 7 form – Style button and remove som space #307234Hi David,
That’s okay. Maybe you could point me in the right direction for a solution. Is it the media queries for mobile devices I should play with?
Best regards
Morten -
Posted in: We hit Power Elite.