Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wobigon

    (@wobigon)

    Its okay, I figured it out. I changed THIS php coding line in wp-pap-gallery-slider.php file :

    
    <a href="<?php echo $project_url; ?>" class="wppap-project-url-btn" target="_blank">Learn More</a>

    TO THIS :

    
    <a href="<?php the_permalink() ; ?>" class="wppap-project-url-btn" target="_blank">Learn More</a>

    AND NOW it takes me to the portfolio post permalink adress. Presto. Hopefully this helps others having the same problem. all that was changed was echo $ project_url TO the_permalink ()

    • This reply was modified 9 years, 2 months ago by wobigon.
    • This reply was modified 9 years, 2 months ago by wobigon.
    • This reply was modified 9 years, 2 months ago by wobigon.
    • This reply was modified 9 years, 2 months ago by wobigon.
    • This reply was modified 9 years, 2 months ago by wobigon.
    • This reply was modified 9 years, 2 months ago by wobigon.
    • This reply was modified 9 years, 2 months ago by wobigon.
    Thread Starter wobigon

    (@wobigon)

    Thanks for the help and info above. The category ID shortcode is working now.

    Thread Starter wobigon

    (@wobigon)

    Hiya, thanks for the response.

    Unfortunately, I’m not comfortable sharing my login info with you or anyone.
    Is there another way or suggestions to see what the problem might be?

    for example, this debug plugin.. https://ww.wp.xz.cn/plugins/debug-info/installation/

    Thanks.

    Thread Starter wobigon

    (@wobigon)

    Hi,

    Unfortunately the shortcode “[pap_portfolio category=”1″ limit=”21″]” doesent work on my site. I changed my portfolio categories to 1 AND even tried the plugin on a different website of mine – still no luck getting the category ID to display.

    If you have any other suggestions I’m all ears. I thought maybe another plugin was causing your plugin to not work properly, so I tried disabling all the plugins but still not working. Thanks for the prompt help thus far. I’ll try a few more things I can think of but its not looking good.

    the theme im using is Jax Lite: https://en-au.ww.wp.xz.cn/themes/jax-lite/

    • This reply was modified 9 years, 2 months ago by wobigon.
    Thread Starter wobigon

    (@wobigon)

    Ah my bad, I’m still learning wordpress 😛 I dont think I explained that very well.

    I am trying to create multiple webpages with a fixed number of portfolio posts on each webpage. (So when readers get to the bottom of the page they can just click to go to page 2 and continue-on to the next 21 portfolio posts)
    •Is there a way to do this within your plugin? and furthering that question… •is there a way to do it use my current worpress theme default style?

    I’ve tried the following:
    I’ve tried creating 3 webpages ( page1, page2, page3, etc) with 21 posts each using the category shortcode.

    •i created 21 posts
    •assigned a ‘page1’ category to them
    •then using the shortcode [pap_portfolio category=”page1″ limit=”21″] , I tried to display only those portfolio posts with Category= page1.

    •i tried this with all three pages but no posts were diplayed on the webpage. the page was blank. as soon as I add category=”page1″ into the shortcode the posts would disapear. Any suggestions? Thanks.

    here is the site: blog.t2q.com.au

    • This reply was modified 9 years, 3 months ago by wobigon.
Viewing 5 replies - 1 through 5 (of 5 total)