Drakah

Forum Replies Created

Viewing 24 posts - 26 through 49 (of 49 total)
Apr 20, 2016 at 4:20 pm
#44274
Member
Drakah
OP

I think it is worse now… every page I have now shows this new Yoast Navigation at the top and I don’t want that at all.
I just want the WPDM category to show like it is supposed to in the download files pages.

Apr 20, 2016 at 3:55 pm
#44273
Member
Drakah
OP

I contacted theme.co and there is no way of making it work, so I am now having to use the Yoast SEO plugin as you suggested.
I have it installed but unsure the setting for it to make the category show correctly.
I added the code in the PHP as directed by Yoast and went to “Advanced” and enabled the Breadcrumb.
I am looking at the section for “Taxonomy to show in breadcrumbs for post types” and there are 3 different dropdowns there for Posts, Downloads, Portfolio (none, tag, category, format). I have tried all of them and all I get is a navigation (ie: Home EverQuest Default Old) list above the main post.

Apr 18, 2016 at 10:34 pm
#44185
Member
Drakah
OP

Ohhh you edited the shortcode in the Page, I see it now, thank you!

Apr 18, 2016 at 10:33 pm
#44184
Member
Drakah
OP

So, how do I utilize the archive page, confused. If it shows every file, why use it?

Apr 18, 2016 at 4:33 pm
#44152
Member
Drakah
OP

Thank you for fixing this 🙂
I didnt see any edits to the PHP, what was the fix?

Apr 17, 2016 at 8:11 pm
#44128
Member
Drakah
OP

Ah ok thank you.

I use the X-Theme by theme.co
I did some more searching and this code added to the CSS fixed the issue.

.single .entry-featured {
display: none !important;
}

all good now, thanks for steering me in the right direction

Apr 17, 2016 at 7:52 pm
#44127
Member
Drakah
OP

Oh ok that’s a good idea, thanks!

Apr 17, 2016 at 7:06 pm
#44116
Member
Drakah
OP

This has been fixed!

Apparently “Jetpack” plugin was the culprit.
As soon as I disabled it, the sidebar was normal as it should be.

I did add rounded corners on the thumbnail though.
The only way I could do that was to add custom CSS for

.w3eden .thumbnail a > img,
.w3eden .thumbnail > img {
border-radius: 6px;
}

unless you know of another way I could had done that easier?

Apr 17, 2016 at 6:16 pm
#44114
Member
Drakah
OP

I think I might know the problem…

Apr 17, 2016 at 6:16 pm
#44113
Member
Drakah
OP
This reply has been marked as private.
Apr 17, 2016 at 5:56 pm
#44112
Member
Drakah
OP

That is what I did already.
It does NOT affect showing the “featured image” ABOVE it, on that same page.

Apr 17, 2016 at 5:55 pm
#44111
Member
Drakah
OP

Well, there used to be an actual full filename.ext (ie: default_old.zip) in my page and now I get (ie: default old) after the last update.

Apr 17, 2016 at 5:49 pm
#44110
Member
Drakah
OP

That is fine for now but that doesn’t fix the issue of it long term that it is supposed to be automatic like every other plugin.

Apr 17, 2016 at 4:19 pm
#44103
Member
Drakah
OP

Editing the CSS to the following does “hide” the image, but now my Theme’s Portfolio is broken because it uses Featured Image.

.has-post-thumbnail .entry-featured {
display:none;
}

So it looks like I need some other method to have the thumbnail preview icon to show on the sidebar, link templates and the Dashboard.

Apr 16, 2016 at 4:33 pm
#44079
Member
Drakah
OP

Is there maybe a 2 shortcodes for this?
– shortcode for actual full filename.ext (ie: default_old.zip)
– shortcode for the “file title” of the filename that the system creates from your filename.ext? (ie: default old)
– shortcode for actual Download name that you named in Package Title (ie: Default Old)

Apr 16, 2016 at 4:48 am
#44064
Member
Drakah
OP

For now I went back and edited both PHP files until you can get back to me.

Apr 16, 2016 at 4:46 am
#44063
Member
Drakah
OP

I figured it out.
You have the last line in “class.TopDownloads.php” commented out somehow, which is stopping it from being rendered.

Change:
//add_action(‘widgets_init’, create_function(”, ‘return register_widget(“WPDM_TopDownloads”);’));

To:
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“WPDM_TopDownloads”);’));

Apr 16, 2016 at 12:47 am
#44061
Member
Drakah
OP

Installing a package manually makes the list in WPDL green saying “updated”, so that is a work-around, and the Upgrades folder in FTP is now empty again.

Apr 16, 2016 at 12:21 am
#44057
Member
Drakah
OP

Were you able to figure out the 2 slashes in the File Management (frontend uploader)?

Apr 15, 2016 at 11:56 pm
#44054
Member
Drakah
OP

Hmm, nevermind on the sidebar… Apparently that is specifically set via the Appearance–> Widgets page where there is a Link Template option in the actual widget. Looks like I need to customize one at some point.

Very confusing….

Still no clue on what Link Templates do vs. the FrontEnd “Category Page Options” section in Settings…

Apr 15, 2016 at 11:50 pm
#44053
Member
Drakah
OP
This reply has been marked as private.
Apr 15, 2016 at 11:42 pm
#44048
Member
Drakah
OP

As soon as I add a featured image, the sidebar on the right then shows that picture in full-size….bizarre.

Apr 15, 2016 at 11:41 pm
#44047
Member
Drakah
OP
This reply has been marked as private.
Apr 13, 2016 at 5:25 pm
#43924
Member
Drakah
OP

I removed all references of “.instagram” from the css file in the wpdm-button-templates folder and is fine now. You might want to do the same.

Viewing 24 posts - 26 through 49 (of 49 total)