Search Results for 'cache'

    No search results were found in Documentation!

Results from the Forum
Catalin
tagDiv Staff

Hello wdziedzic,

Please follow this step from here -> https://www.screencast.com/t/zSxgvbzAhpYf

<div class="td-module-meta-info">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>

After you have made these changes on the code, clear all the caches and check the results.

The result is here -> https://www.screencast.com/t/kMd8AmMHN

Thanks.

ashokbasnetashu
tagDiv Member

Hello,
I’ve followed all steps but still error is not resolved.
System Status: https://prnt.sc/kfr9a1
Edited these lines in .htaccess: https://prnt.sc/kfrejd
Added this line in wp_config.php: https://prnt.sc/kfrgp0

I’ven’t used WP Super Cache plugin.
Cleared all cache but still not working.

Please help me to resolve this issue asap. I can’t update my site.

Thank You

charlie1029
Participant
#0

Hi and thanks for reading this,

Is there any way I can add Google Recaptcha to the Login modal? Because I’m getting many spam sign ups and I don’t know how to stop it. It’s a membership site so I don’t want to disable the login/sign up option completely.

Also, the number of Twitter followers on the Social Counter isn’t updating. It has been like this for about a month now. I’ve tried to delete it and reinstall it, clear cache, add a different Twitter account and then change back to my one to see if that clears it and nothing seems to be working… I use Facebook and Instagram on the Social Counter and they work perfectly so I’m confused as to why it’s only Twitter.

Thanks again,
Charlie

Catalin
tagDiv Staff

Hello PINKCLASSY,

I have inspected your source page with this problem and I saw that the excerpt or beginning text of your post hs a lot of Non-breaking space tag (&nbsp) which has a role which does not allow that the code to be broke. It is not necessary to have something like this in your text. Try to delete this text and manually type it and check the results after you have clear all of your caches.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Simion C.
tagDiv Staff

The mobile theme settings are in the theme panel plugins section as far as I can remember
https://www.screencast.com/t/0UWPIOfC
Maybe in very old theme versions it was different.

I see you activated the mobile theme plugin at the moment, seems to work properly. Without displaying dates in modules and the post pages it is hard to tell if latest posts are displayed.
The delay you are referring to is probably generated by a caching plugin or service. Try to clear the cache if there still is a problem.

Catalin
tagDiv Staff

Hello wdziedzic,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response. Ensure that you are using the latest version of the theme installed via FTP way, remove all of the untested plugins, clear all the caches, purge CDN files and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello joribe10,

I have checked your website and I saw that some of your images are not loading correctly. Also, I saw that you have a lot of errors through your console which can cause this theme behavior. Please remove all of your untested plugins, clear all the caches, purge CDN files, update the theme and check the results.
-> https://www.screencast.com/t/eZlWMllLwql

Hope this helps!

Thanks for your understanding!

MOKANA
Participant
#0

I have cleared cache, disabled plugins, but the edited settings to custom ads are not saving to the database. I tried for an hour to get a new image to set. Then deleted everything inside the Edit Box and saved and it still comes back with the original content. I cannot edit it. I cannot delete it. It stays persistent no matter what.

booksama
tagDiv Member

There is no way to do it with a child theme?

“This option is considered a feature, users that have the right are able to edit the post directly from the page, not by searching for it in the backend. It is very helpful.”
This is a joke, right? You don’t understand how full page cache works do you?

NickDeBaerdemaeker
Participant
#0

Hi,

we will be using the random posts function but would like it to hold the same suggestions for the day, until midnight strikes and the witches start flying.

we figured out that we would need to tap into this in the td data source for this in the wpbooster folder

case 'random_posts':
$wp_query_args['orderby'] = 'rand';
break;

Would something like this work and how would we be able to implement this ?
Setting a cache for a few hours would be a no go for us since it’s a news site.

function force_random_day_seed($orderby) {
$seed = floor( time() / DAY_IN_SECONDS );
$orderby=str_replace('RAND()', "RAND({$seed})", $orderby);
return $orderby;
}

add_filter('posts_orderby', 'force_random_day_seed');
$args = array('numberposts' => 1, 'orderby' => 'rand');
$totd = get_posts($args);
remove_filter('posts_orderby', 'force_random_day_seed');

brucetm
tagDiv Member

Belated thank you for this, I think you were right, it must have been a cacheing issue again!

Bogdan B.
tagDiv Staff

hello,
Please tr to update the theme to the latest version as well as all the theme plugins and wp super cache. The latest version of the theme and wp super cache are fully compatible and there should be no conflict. Please use this guide to set the plugin properly: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Use this guide in case you need to update the theme: https://forum.tagdiv.com/how-to-update-the-theme-2/

Thank you!

Simion C.
tagDiv Staff

Hi,


@jessicaraleigh
So the author name is missing? Is it missing in modules or the post page?
Please check these settings
https://www.screencast.com/t/mE75qiy7QG
https://www.screencast.com/t/3Jj79MQ0Ok
If those are enabled and the author name is still missing, please clear your cache, also browser cache or test with a different browser. Also provide a link to your website so I can take a look.


@Alicegreentree
Where exactly are they not showing? Do you use the mobile theme plugin? Provide a link to your website so I can take a look.
– If you do not use the mobile plugin, then the same content from desktop will be seen on mobile.
– If you use the mobile plugin, then in the homepage there will be a top grid displaying featured posts and a latest articles section
https://forum.tagdiv.com/featured-posts-2/

Thanks

Bogdan B.
tagDiv Staff

Also, the images could be affected by a js error. Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.

Thank you!

Simion C.
tagDiv Staff

Hi,

1. The Newsmag theme does not have any options for a wider layout, the tagDiv composer provided with it as well does not. This would be one of the differences between the Newsmag theme and the Newspaper theme which is more flexible and has lots of increased or full width capabilities.

Forcing an increased width by code is not recommended, this will most likely damage the layout and elements inside it.

2. With the theme version you are using Instagram and the social counter (if you use it) will probably not work. Due to changes made by most socials quite a while back, we had to modify the theme to adapt to the new code. This happened in theme update 4.3, changelog here at the bottom of the page
https://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
https://www.screencast.com/t/CDHizhmi61jB
Update the theme and Instagram and other socials should work again. Be sure to clear any cache you have after updating. Also the browser cache, or force refresh the page a few times (Ctrl+Shift+R).

3. Be sure to check the theme requirements guide carefully, top to bottom
https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
Check if there are enough resources and the required PHP modules are active. Contact your hosting provider if necessary.
There will be problems with the theme and plugins if there are not enough resources.

Also do not edit pages created with WPBakery (Visual composer) with the tagDiv composer, this may result in damaged pages.

Thanks

desmylim
Participant
#0

After clearing the browser cache, the website prompt with the error below:

===
Warning: require_once(td_deploy_mode.php): failed to open stream: No such file or directory in /home/woahmy/public_html/wp-content/themes/Newsmag_old/functions.php on line 113

Fatal error: require_once(): Failed opening required ‘td_deploy_mode.php’ (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/woahmy/public_html/wp-content/themes/Newsmag_old/functions.php on line 113
===

From the server, the said file would exist per below:

root@msv44-sh-mecoptera [/home/woahmy/public_html/wp-content/themes/Newsmag_old]# ll | grep deploy
-rw-rw-rw- 1 woahmy woahmy 229 Jul 28 17:26 td_deploy_mode.php

simchris
tagDiv Member

Did you update the plugins as well? Clear cache/disable cache plugins if any?

Going from 7 to 8 is major upgrade. Any custom child theme elements will also need to be redone; so you may have to disable child theme from 7 when going from 8.

dvorakoa
Participant
#0

Hey guys, great work on the theme as always. http://www.thestyledivision.com

1) I was wondering is there any way to increase the width of the theme as currently it’s limited to 1020px width and it doesn’t look right on bigger screens. If I have to get a developer to change CSS sitewide, will these changes stay even after future updates?

https://i.imgur.com/RPGgscx.jpg

2) Instagram footer doesn’t always work. Sometimes images load fine, sometimes error.

https://i.imgur.com/BIJW7yA.png

3) TD Composer shows blank page. I’ve cleared caches and updated .htaccess but no change.

https://i.imgur.com/M3QflSj.png

splaquet
Participant
#0

It took me a quick minute, but I finally found that this error was being generated by the NewsMag theme itself. I’ve disabled all of my plugins (didn’t work), cleared MySQL cache (didn’t work), reset Apache & MySQL (didn’t work)… then, I changed my theme to a default WordPress theme… WORKED!

Anyone else seeing/having this error pop up in their error logs? Anyone know how to fix it?

[03-Aug-2018 20:11:48 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:50 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:50 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:52 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:53 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:54 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:57 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:11:59 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:12:00 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994
[03-Aug-2018 20:12:02 UTC] PHP Notice: Trying to get property ‘slug’ of non-object in > /public_html/blog/wp-includes/taxonomy.php on line 3994

ctoweett
tagDiv Member

Then look for the mobile editor below the main editor for the contact page (scroll all the way down) and paste the shortcode there and update the page. Then confirm if it is working (clear website cache if you have a cache plugin installed).

Catalin
tagDiv Staff

Hello pakdefense,

Please check this section from here -> https://www.screencast.com/t/W3ggSqNV and tell me if you have any link tag. Make a screen and provide it here. Also, clear all the caches, purge CDN files and check the results. (press CTRL+SHIFT+R)
If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page.

Thanks for the message!

Catalin
tagDiv Staff

Hello kytmagic,

You should try to re-install the theme via FTP way, make sure that you have updated it and all of the required plugins which come bundled with the theme packet, clear all the caches and check the results.

Thanks for your understanding!

Catalin
tagDiv Staff

Hello Andiviajero,

There’s an option for it in Theme panel -> Categories -> https://www.screencast.com/t/h2sUsOHN8m Check to set up from there, clear all the caches and check the results.

Thanks for the message!

Catalin
tagDiv Staff

Hello texxxo,

I have checked your website and your Google AdSense seems to work as expected, as you can see here -> https://www.screencast.com/t/FV1Rq2mg Do you have any AdBlock on your website? If yes, you should disable it, clear all the caches and check the results.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

What do you mean nothing happens, you change the page template and it is not applying? It would be unusual.
That is how the page template can be changed, it can be done in the composer directly or in the backend of the page
https://www.screencast.com/t/clA8B3icrKp
Once you save or update the page the template you choose should apply. Try clearing the cache and also force refresh the page (Ctrl+Shift+R). Let me know if there is still a problem.

Thanks

Viewing 25 results - 16,726 through 16,750 (of 29,810 total)