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

Updating the theme did the trick. Now the question is why it didn’t auto update via the envato toolkit? But that should be a question for them, right?

ronaldliive
tagDiv Member

I did not change any settings and it started to display the error message. I have the auto-update feature on via Envato Toolkit but it did not update the theme. Going to back up see if the problem is still there.

ronaldliive
tagDiv Member

I deleted all of the “loop” files from FTP and re-uploaded new ones from the re-downloaded theme. Nothing…

The liip.php file that I’ve got:
<?php
/**
* If you are looking for the loop that's handling the single post page (single.php), check out loop-single.php
**/

// $global_flag_to_hide_no_post_to_display - comes from page-category-big-grid.php and is a flag to hide the 'No posts to display' message if on category page there are between 1 and 5 posts
global $loop_module_id, $loop_sidebar_position, $global_flag_to_hide_no_post_to_display;

///if we are in wordpress loop; used by quotes in blocks to check if the blocks are displayed in blocks or in loop
td_global::$is_wordpress_loop = true;

$td_template_layout = new td_template_layout($loop_sidebar_position);

if (empty($loop_module_id)) { //not sure if we need a default here
$loop_module_id = 1;
}

$td_module_class = td_api_module::_helper_get_module_class_from_loop_id($loop_module_id);

//disable the grid for some of the modules
$td_module_api = td_api_module::get_by_id($td_module_class);
if ($td_module_api['uses_columns'] === false) {
$td_template_layout->disable_output();
}

if (have_posts()) {
while ( have_posts() ) : the_post();
echo $td_template_layout->layout_open_element();

if (class_exists($td_module_class)) {
$td_mod = new $td_module_class($post);
echo $td_mod->render();
} else {
td_util::error(__FILE__, 'Missing module: ' . $td_module_class);
}

echo $td_template_layout->layout_close_element();
$td_template_layout->layout_next();
endwhile; //end loop
echo $td_template_layout->close_all_tags();

} else {
/**
* no posts to display. This function generates the __td('No posts to display').
* the text can be overwritten by the themplate using the global @see td_global::$custom_no_posts_message
*/

echo td_page_generator::no_posts();
}

ronaldliive
tagDiv Member

I got the time to be displayed so you can discard my last post.

ronaldliive
tagDiv Member

Woah. I was dealing with the problem for 2 whole days! Finally I noticed a typo in the code. Just an FYI for everyone, always check the code with a clear head!

Nevertheless, if iIn the future I need the support of Visual Composer how can I get it?

ronaldliive
tagDiv Member

Thank you! I’ll resort for the first option at the time.

ronaldliive
tagDiv Member

I sorted to using a workaround for my first question. I just don’t display titles in the sidebar anymore.

But i’ve stumbled upon another question. Is there an option to not display featured articles with other articles? To make it more clear – take a look at my site kiip.ee. Right now i’ve got a featured section right on top where i display some articles that should be of more interest to the visitor. The same articles show up on the “Uudised” (which means News) section. To clarify more, i don’t want featured articles to show up next to “normal” articles. They should be there only if there are never featured articles and then they get pushed down. I hope you understand me, cheers.

ronaldliive
tagDiv Member

I don’t use tagdiv sidebar widgets so I would need a custom CSS to change the background.

http://kiip.ee/wp-content/uploads/2015/09/Screen-Shot-2015-09-01-at-18.46.03.png

ronaldliive
tagDiv Member

I use the Envato toolkit. The update process was really simple I just can’t remember seeing a popup or any other notification inside of WordPress saying that there is an update available.

ronaldliive
tagDiv Member

1. I’d like to change the background color on the sidebar titles not the actual background of the sidebar. So right now the text is white and the background is black. I’d like the text to be white and the background #8bc34a

2. I didn’t have Big Grid 2-7 before. I updated the theme and now i’ve got them. Thanks! (I thought auto-update was on for my theme)

ronaldliive
tagDiv Member

It is not a new install of the Visual Composer. I don’t see any elements that look like the ones on the demo. As i’ve already customized the theme I’d rather not import all of the demo style

ronaldliive
tagDiv Member

1. The custom CSS part. I searched the old threads and found some but none of them worked for me.

2. Will try

ronaldliive
tagDiv Member

Now i’ve noticed that Jetpack plugin isn’t working and when I try to reactivate it, it gives me an error:

Your website needs to be publicly accessible to use Jetpack: site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site [HTTP 403]. Ask your web host if they allow connections from WordPress.com. If you need further assistance, contact Jetpack Support: http://jetpack.me/support/

It worked before when I deactivated everything. I did not change any settings. Any help or should I contact Jetpack support?

ronaldliive
tagDiv Member

Deactivated and deleted around 15-20 Plugins – no result
Deactivated all but Visual Composer – search works on Chrome
Activated all of the Plugins again – search works on Chrome

ronaldliive
tagDiv Member

Thanks. I updated the theme and everything works now, the site seems alot faster also 😉

ronaldliive
tagDiv Member

Thanks Marius.

One more question, how can I change the color for article title on Big Grid? Didn’t find it anywhere.

ronaldliive
tagDiv Member

Hi. I’ve got the same issue with the post title background. I’ve added the code to the Custom CSS part but nothing changes.


Any help?

ronaldliive
tagDiv Member

Hi.

I also want to use the button, I’ve activated it but it doesn’t work. I click it but nothing happens. It loads more stories only when I use the infinite option.

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