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 :)
servitium
tagDiv Member

yeeehhh 🙂
Custom CSS code inserted in the panel Newspaper cause a problem.
Thank you for the tip.

servitium
tagDiv Member

hi,
Thank you for your message

Unfortunately, there is still a problem.
Example http://www.test.androidtech.pl/aktualnosci/czy-tak-wyglada-galaxy-note-5/

What I did:
-I turned off all plugins except of Visual Composer
-I removed and re-installed the Visual Composer
-I removed and re-installed the theme Newspaper
-I cleaned the cache in Firefox

If you want, I will send you access to my test site?

servitium
tagDiv Member

Yes, but it tabs only in the page or post content.
This is not a “Tab widget” for use in the sidebar.

servitium
tagDiv Member

Here it is part of the description of the theme “Newspaper” from http://themeforest.net/item/newspaper/5489609
Moreover, in previous versions it seems to me that it was available.

Custom widgets
-Popular category widget – show most popular category
-Author box widget – show authors sorted by number of posts, or by name
-Social counter widget – a social counter that shows numbers of likes, followers or subscribers
-Ad box – allow you to select an ad zone (you define the responsive ad zones in our panel)
-Responsive facebook box
Tab widget – you can add other widgets in the tabs
-Gravatar profile
-Image widget
-Social icons widget
-Footer logo widget
-Rss links

servitium
tagDiv Member

It seems to me that this bug theme. I worked it out by modifying the template file in the template child.

Topic to close!

servitium
tagDiv Member

Thank you for the quick reply.
Unfortunately, this is not a complete solution, because pagination is not working properly.

Eg.
When I change the file page-homepage-loop.php.
If I 7 post and set the display of 6 post per page and I set offset = 5 page displays two posts and display the pagination.

Do you know how to improve the pagination pages?

servitium
tagDiv Member

Fun with functions solved the problem.

servitium
tagDiv Member

mertnuhoglu thanks for the solution but…

[1]
inside “page-homepage-loop.php” no code:

$queryPost = Array(
    'posts_per_page' => get_option('posts_per_page'),
    'paged' => $paged
);

What code and where exactly to put this to work?

[2]
I’m using Template “Homepage – blank” and visual compser use ‘block 2’
and changed analogously:
1. I edit Newspaper/includes/app/shortcodes/td_block_2.php:
2. Where in the file ‘Newspaper/includes/content_builder/td_data_source.php’ insert the offset?
Such as?

        extract(shortcode_atts(
                array(
					'offset' => 0,
                    'category_ids' => '',
                    'tag_slug' => '',
...             ),
                $atts

3. Where exactly (line number) to put this
$args['offset'] = $offset;

Please help?

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