-
AuthorPosts
-
October 12, 2014 at 10:18 pm #334559
I am building a portfolio website using enfold theme. I have created some categories in under portfolio section and then uploaded some portfolio items there. Items are shown at portfolio page but portfolio categories are not shown on portfolio page. I am using latest version of WordPress and enfold theme. Please help me, How i can fix it. Thanks
October 13, 2014 at 5:09 am #334615Hi,
Can you post the link to your portfolio page please?
Regards,
JosueOctober 24, 2014 at 8:49 am #340509This reply has been marked as private.October 24, 2014 at 8:50 am #340510This reply has been marked as private.October 24, 2014 at 4:46 pm #340687Hey!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
and then add following code to Quick CSS in Enfold theme options under General Styling tabspan.copyright { width: 100%; text-align: center; }
please also edit your Portfolio Grid element and make sure that you chose to display it as sortable – http://i.imgur.com/H40S3E8.png
Best regards,
YigitOctober 25, 2014 at 8:51 am #340918This reply has been marked as private.October 25, 2014 at 11:33 am #340934This reply has been marked as private.October 25, 2014 at 3:32 pm #340960Hey!
Please hand us a WordPress temporary administrator account, we’ll look into it.
Cheers!
JosueOctober 25, 2014 at 9:21 pm #341051This reply has been marked as private.October 25, 2014 at 10:06 pm #341053Hi!
Changes are done, please review your site.
Best regards,
JosueOctober 25, 2014 at 10:19 pm #341061This reply has been marked as private.October 25, 2014 at 10:22 pm #341063This reply has been marked as private.October 25, 2014 at 10:22 pm #341065Hey!
1. Added “[nolink]” to your footer settings in Theme Options to hide the Kriesi backlink.
2. Added this code to make sure the sorting options always appear:.sort_by_cat.hidden { visibility: visible; position: static; }
Cheers!
JosueOctober 25, 2014 at 11:22 pm #341077This reply has been marked as private.October 26, 2014 at 12:14 am #341083Hey!
That’s the recommended way of removing the Kriesi backlink, if you want to do it by editing the source files you’d need to edit footer.php, line 100:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
Change it to:
<span class='copyright'><?php echo $copyright; ?></span>
Regards,
JosueNovember 3, 2014 at 1:53 pm #345236This reply has been marked as private.November 3, 2014 at 6:12 pm #345402November 3, 2014 at 6:27 pm #345422This reply has been marked as private.November 3, 2014 at 6:38 pm #345435This reply has been marked as private.November 3, 2014 at 7:05 pm #345452Hi!
Your portfolio seems to be working fine (opens big image in lightbox).
Regards,
JosueNovember 3, 2014 at 7:32 pm #345467This reply has been marked as private.November 3, 2014 at 7:41 pm #345477Hey!
I don’t see that neither, the page opens as expected, but from your description i think this may do the trick, try adding the following code to theme / child theme functions.php:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(window).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
JosueNovember 3, 2014 at 7:44 pm #345479This reply has been marked as private.November 3, 2014 at 8:35 pm #345496November 3, 2014 at 9:29 pm #345527This reply has been marked as private.November 3, 2014 at 10:00 pm #345546This reply has been marked as private.November 3, 2014 at 10:04 pm #345552This reply has been marked as private.November 4, 2014 at 8:02 am #345752This reply has been marked as private.November 4, 2014 at 8:56 pm #346103This reply has been marked as private.November 4, 2014 at 10:17 pm #346166Hey!
Try using the Enfold Latest News Widget for the Recent Posts in the footer. The circled image that appears in the blog page is the Gravatar associated with the author’s email. Check this thread for recommended plugins for Enfold.
P. S. don’t create new replies, it puts the thread last in our queue, edit the last message instead.
Best regards,
Josue -
AuthorPosts
- The topic ‘portfolio categories not shown on portfolio page’ is closed to new replies.