Joe Geoffrey

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
in reply to: Add description to publication category #151798

Joe Geoffrey
Participant

Awesome. You’re welcome!

in reply to: Add description to publication category #151794

Joe Geoffrey
Participant

Just play around with the CSS file otherwise it’s easier to help if am provided with the website logins so that I can help better.

in reply to: Add description to publication category #151786

Joe Geoffrey
Participant

Use this CSS class taxonomy-description to format the text.

To add a slider to the category page, add the slider embed code just right above this code the_archive_description( '<div class="taxonomy-description">', '</div>' which you added a little while ago.

So if the slider is Slider Revolution, the code embed code should look like this <?php add_revslider('category_slider'); ?> where category_slider is your slider alias, replace the slider alias with yours.

in reply to: Add description to publication category #151776

Joe Geoffrey
Participant

Paste this code the_archive_description( '<div class="taxonomy-description">', '</div>' ); between these two if statements below;

if(isset($tbgrid)){
    list($sr, $ob, $od, $bt) = explode(",", $tbgrid);
}

and

if(is_post_type_archive()) $toolbar = 1;

Your code should be looking like this below;

if(isset($tbgrid)){
    list($sr, $ob, $od, $bt) = explode(",", $tbgrid);
}

the_archive_description( '<div class="taxonomy-description">', '</div>' );

if(is_post_type_archive()) $toolbar = 1;
in reply to: Add description to publication category #151767

Joe Geoffrey
Participant

Oliver,

My apologies for the wrong update. Please open the toolbar.php file in download-manager/tpls/shortcodes/toolbar.php.

Add this code to the_archive_description( '<div class="taxonomy-description">', '</div>' ); to the toolbar.php file right above the //Show toolbar on post type archive comment.

Hoping this makes sense and let me know when it works.

in reply to: Add description to publication category #146303

Joe Geoffrey
Participant

I got help by adding the code below to the class.Package.php file;

the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ );

Thank you !!!

in reply to: All packages uploaded by a given user #142424

Joe Geoffrey
Participant

This has worked for me. Thanks a lot for your kind help.

in reply to: All packages uploaded by a given user #142380

Joe Geoffrey
Participant

Let’s say all publications uploaded by a contributor or an author, how do I display all packages uploaded by that user?


Joe Geoffrey
Participant

This shortcode [pdf_gallery] brings the document preview. I want to make a button (view button) whereby when I click the button, it opens up the document just like the view button on this page https://demo.wpdownloadmanager.com/wpdmpro/download/030-pdf/

  • This reply was modified 3 years, 6 months ago by Joe Geoffrey.

Joe Geoffrey
Participant

Hello, thanks for your response.

Here is the URL to a sample document http://hostalitecloud.com/eprc/download/the-uganda-economy-today-october-december-2019/

I want to show the view button like it’s shown here https://demo.wpdownloadmanager.com/wpdmpro/download/030-pdf/

  • This reply was modified 3 years, 6 months ago by Joe Geoffrey.
Viewing 10 posts - 1 through 10 (of 10 total)