Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
kognitoweb
tagDiv Member

Hi,
Alright, seems like these are the only possible pagination possibilites. Would be great to have a normal pagination to be implement in future updates, since its really a Standard possibility to paginate posts, and it must be easy to put this back in.
Also another strange issue is when using pages with “latest articles and pagination”, there, it is not possible to use the Ajax Filter with Tags for example, which, doesnt make sense at all also. Its just feedback and a feature request, thanks!

kognitoweb
tagDiv Member

Hi,
Im also interested in a solution of this, can someone provide a code to put in? It would be great!

kognitoweb
tagDiv Member

Hi, Im using 6.7, but I have only “Load More”, “Infinite Load” and “ajax next/prev” ?

kognitoweb
tagDiv Member

Hi, any news on NORMAL PAGINATION for blocks? (Like 1,2,3)
The Problem with Load More and Infinite Load is that people cant go back to a certain page of Articles, it always reverts back to the initial when the page is loaded new. That would be great if Blocks could have an ability of normal pagination also.

kognitoweb
tagDiv Member

Worked great, thanks a lot!

kognitoweb
tagDiv Member

Hi, Thanks for the info, just one question regarding the update: Is it also possible only to overwrite the files from patch_6.6.5_6.7 Folder? Because I had to change some of the files from the Theme Folder and dont want to overwrite everything. Afterwards I would update the Visual Composer ofcourse. Thanks!

kognitoweb
tagDiv Member

Oh wow, yes Im using Post Grid, but I didnt have this Setting, I have the version 4.9.2, I assume I have to upgrade? Thanks!

kognitoweb
tagDiv Member

Ok, I realized this setting turns it off, though its not so smooth anymore:
.animated {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
-webkit-animation-fill-mode: none !important;
animation-fill-mode: none !important;
}
.zoomIn {
-webkit-animation-name: none !important;
animation-name: none !important;
}

kognitoweb
tagDiv Member

Hi,

the word-break code helped in this, thanks! Breaking with hyphens doesnt work for Block Titles because these titles doesnt need hyphens on their initial page, because its a wider page.
Thanks!

kognitoweb
tagDiv Member

Hi,
Sorry maybe I was a bit unclear with what I wanted.
Actually I mean something like this: https://en.support.wordpress.com/nextpage/
I want a link for a post with the “View All” Link, beside the pagination.
Have you don this with your theme?
Beside all that I think its also an important feature you should consider to built in.
Thanks for any help.

kognitoweb
tagDiv Member

Hi,

With commenting out in child theme, nothing happened. It works when I comment out the file in the Theme Folder, but thats not so accurate because it might get overwritten after update! Any other chance? Thanks.

kognitoweb
tagDiv Member

Hi,

Ive tried to put this code in functions.php and also in wp-booester, but doesnt change anything, how can I remove those fields? I cant seem to find any working code in the web also!

kognitoweb
tagDiv Member

Found it! It was the category base.

kognitoweb
tagDiv Member

Hi, thanks a lot for the answer. I decided in the end to use Custom Post Types only for Pages and special occasions and now putting all my posts under the standard posts section. Maybe it would be helpful in the future that you point out that the CPT Support is not fully supported by your Theme and Posts, that would safe a lot of time. Thanks.

kognitoweb
tagDiv Member

Ok, it seems like I can change the “post” value with a custom post type, but I can only type one, and the related posts are shown. Can you at least tell me how I can type in multiple post types? That would be great, if its possible.

function related_posts($force_sidebar_position = ”) {
global $post;
if ($post->post_type != ‘stellungnahme’) {
return ”;
}

kognitoweb
tagDiv Member

Sorry, but its ridicilous that this feature is not working for Custom Post Types! You should really consider making your theme much more customizable, for example stuff like “PAGE WIDTH” are standard customizes and is not even possible with your theme. This will make me think to buy this theme again to be honest.
Thanks anyways.

kognitoweb
tagDiv Member

Alright, through this tutorial (attached below) Ive managed to add my custom post types to archives, but the Related Articles are still not shown, any ideas?

http://premium.wpmudev.org/blog/add-custom-post-types-to-tags-and-categories-in-wordpress/

Viewing 17 posts - 26 through 42 (of 42 total)