Oliver Pust

Forum Replies Created

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

Oliver Pust
Participant

Just found out that I can set negative margins per slider in the Smartslider settings. That did the trick. Thanks again for your help and patience!

in reply to: Add description to publication category #151790

Oliver Pust
Participant

I use Smartsilder, and the code echo do_shortcode('[smartslider3 slider="2"]'); did the job. However, extra space is added below the menu, and consequently the slider covers the category description…

in reply to: Add description to publication category #151781

Oliver Pust
Participant

Thanks so much for guiding me, Joe! This works.

Do you happen to know how can I activate a slider on the category page like on my other pages? See https://www.hoyaoptics.eu/download-category/downloads

Best regards,
Oliver

in reply to: Add description to publication category #151773

Oliver Pust
Participant

Hi Joe,

Thanks for the quick answer. However, in my files are no comments. Again, I tried unsuccessfully with a few locations: Here is the beginning of my file.

Best regards,
Oliver

<?php
/**
* Base: wpdmpro
* Developer: shahjada
* Team: W3 Eden
* Date: 6/6/20 09:48
*/
if(!defined(“ABSPATH”)) die();
list($sr, $ob, $od, $bt) = [6,2,2,2];
if(isset($tbgrid)){
list($sr, $ob, $od, $bt) = explode(“,”, $tbgrid);
}
if(is_post_type_archive()) $toolbar = 1;
if ($toolbar) {
?>
<form method=”get” class=”<?php if(isset($async) && (int)$async === 1) echo ‘__wpdm_submit_async’; ?>” data-container=”#content_<?php echo $scid; ?>” id=”sc_form_<?php echo $scid; ?>” style=”margin-bottom: 15px”>
<?php
if ($toolbar !== ‘skinny’ && $title !== ”) {

in reply to: Add description to publication category #151761

Oliver Pust
Participant

Hi Joe,

How and where did you add it? I tried several locations and only get error messages.

Best regards,
Oliver

Viewing 5 posts - 1 through 5 (of 5 total)