Search Results for 'install'

Results from the Forum
Andrei L.
tagDiv Member

Hi

This errors occurs when the query fails but we didn’t received a similar report so far. I am not sure why this happens or if the problem still exist on your site as I’ve check it and now it is displayed fine on both mobile and desktop devices: http://screencast.com/t/1SQIpJZpAtEhttp://screencast.com/t/A1ZqpJ5PjJb
If the problem persit try to deactivate all plugins except Visual Composer, clear all caches then test again. As cache plugin we recommend WP Super Cache which is tested and works fine with the theme: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Let us know how it goes.
Thanks!

Bogdan B.
tagDiv Staff

Hello,

Our theme is fully compatible with https if it;s done properly. If you cannot access translations, then you will have to use another way of creating a multi-site. We have not tested let’s encrypt with our theme so I can;t say for sure how it works. Pleas use the standard WP way of creating multi-sites: http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please do not comment any lines of code and update your version of visual composer. i created a sticky post on the forum to anounce that thversion 7.3 is not compatible with older versions of VC. That means you ned to install version 4.12 from the latest theme package you download from envato. Please use this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Sorry for the inconvenience. The fix for the mobile theme is on it;s way. It will be uploaded to the theme update today.

Thank you!

neilw
Participant
#0

Hi,

I recently used Envato Toolkit to update the Newspaper theme and once updated the theme disappeared from the site, only the header is visible. Is there a way to reinstall the old version?

N

Catalin
tagDiv Staff

Hello Rhonda,

Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Catalin
tagDiv Staff

Hello stan,

Please provide a screenshot where to explain the problem because I cannot saw it checking your website. I need to know this so I will be able to identify it and also, so I will be able to provide a more accurate response. You can try to turn off all your active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Andrei L.
tagDiv Member

Hi

Before making any changes make sure you do a full backup to your current wp-install. This is a security measure and in case something goes wrong you can always get back to previous version.
However if you follow our documentation there shouldn’t be any issue in update process. Please check these links for more details about the update process for Newsmag theme and for Visual Composer plugin: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/

Let me know how it goes.
Thanks!

Catalin
tagDiv Staff

Hello danielamarin,

All the settings for Social Sharing might be found in Theme panel, like this -> http://screencast.com/t/x7yal70zn9 Please ensure that you have enabled these settings from the panel. Also, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, if your problem is still there, please provide your website URL so I can inspect it closer.

Thanks for your understanding!

CreepyRavioli
tagDiv Member

it’s on \Newsmag-tf\plugins\js_composer.zip
Try redownload the whole theme.
To update the plugin you have to go to plugins and uninstall visual composer. Then add new plugin from file and find \Newsmag-tf\plugins\js_composer.zip it’s inside the 3.1 theme package.

TheRiz
tagDiv Member

I did not install the latest update however I am noticing that the mobile theme is not working on the home page. When I click an inner page such as a post, it seems to display the mobile theme.

marctz
Participant
#0

Hi,

Reading this forum I found out that one can not install just any plugin as this might cause the site to slow down.
So I was just wondering if you guys have any plugins to recommend as a subscribe plugin.

marctz
Participant
#0

Hi, I received an email from Envato that there is an update for the newsmag theme.
What are the steps that I need to take in order to install it properly? the last time I installed newsmag my site crashed and had to reupload all my images.

I would be very grateful for the help,
Thanks in advance 🙂

hsm2393
Participant
#0

Hi I’ve installed a membership site plugin, from membership plugin’s login page, when i login i can still see the default Sign in/Join Text on the top header menu even after i am logged in.

The member’s which are signed up via membership plugin are synced with wordpress user. How do i fix this one?

andsig
tagDiv Member

Hi Catalin,

So If I already have the default demo installed and want to change to the news magazine design instead. Will it affect my existing content?

I tried to add template in page but cannot find it. So if I install demo on a site full of content, select only settings, will it work?

Catalin
tagDiv Staff

Hello fuzzmatic,

I have tested on my side and I have this option there as you can see -> http://screencast.com/t/4Ba2f38OTP Please ensure that you have the latest version of the theme installed and also, the latest version of WordPress.

Thanks for your understanding!

nairolf
tagDiv Member

Hi Catalin,
I use only VC and your td-speed-booster (since I installed your theme)

Catalin
tagDiv Staff

Hello nairolf2013,

First of all, please try to make a new clean install, without any untested plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with our theme and rule out the conflicting plugins and check the results. Please notice that this issue is not theme related and if your problem is still there after these, you will have to find some online solutions or you can contact the WordPress stuff because they should be able to provide a more accurate response.

Thanks for your understanding!

dede
tagDiv Member

Hi,

Thank you for your answer.
I just install TD Composer and now is no problem.

nairolf
Participant
error_log - topic
#0

Hi,
I want to ask if somebody receive the same warning on the server (the file is from WordPress himself: wp-includes/functions.php)

[Wed Jul 27 08:57:57.387656 2016] [fcgid:warn] [pid 16338] [client me IP server] mod_fcgid: stderr: PHP Warning: in_array() expects parameter 2 to be array, string given in /var/www/vhosts/theme.com/httpdocs/wp-includes/functions.php on line 574

Even if I installed again the WordPress (last version) receive the same warning.

the snippet in wp-includes/functions.php is:
foreach ( (array) $post_links_temp as $link_test ) {
if ( !in_array( $link_test, $pung ) ) { // If we haven't pung it already
$test = @parse_url( $link_test );
if ( false === $test )
continue;
if ( isset( $test['query'] ) )
$post_links[] = $link_test;
elseif ( isset($test['path']) && ( $test['path'] != '/' ) && ($test['path'] != '' ) )
$post_links[] = $link_test;
}
}

and second line is causing the warning.

Catalin
tagDiv Staff

Hello AndreBoni,

I have checked your website and I saw that you are using an older version of our theme. Please try to update it to the latest version of it, Newspaper 7.2 with Visual Composer 4.12 and Social Counter 4.1 via FTP because this is the surest method in this regard. Clear all your caches and then test it again and see how it will work. For more information about theme update, please consult the documentation here -> https://forum.tagdiv.com/install-via-ftp/

Thanks for your understanding!

jiyuu19th
tagDiv Member

thank you for reply, this is my site link
I already install seo yoast and try to do follow that link but still get error debug.

get error only Post, dont get error frontpage
ex. Ex link1 Ex link2

  • This reply was modified 10 years by jiyuu19th.
Bogdan B.
tagDiv Staff

Hello,
This is in fact recommended. You have to remove the demo content, bnot edit it, as if you do, in the future, if you decide to switch demos, the demo content will be removed, edited or not. For this we added the poissibility of installing just the demo, without the dummy data. Please uninstall your demo and simply click this little ticker before installing the demo again: http://screencast.com/t/AQIgeOjSLgvG
https://forum.tagdiv.com/installing-demos/
Thank you!

Catalin
tagDiv Staff

Hello,

Please keep in mind that the only safety method to update your theme and which recommend to our customers is via FTP. Please try to re-update your theme using this method and test it again. For more information about this, please check here -> https://forum.tagdiv.com/newsmag-install-via-ftp/

Hope this helps and let us know how it goes!

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,
I have tested this on our end but could not replicate the issue. This seems indeed to be a caching issue but not from our end :). Please use wp super cache not other plugisn like w3tc or wprocket and use this guide to set it up: https://forum.tagdiv.com/cache-plugin-install-and-configure/. Make sure you clear cache before switching caching plugins.
Also check your server cache and cdn server and fiddle with the settings a bit as these are very different from case to case and they could also affect the mobile/desktop versions.
Thank you!

polemitis95
Participant
#0

Hello , I am using Greek as the language of my website !
But I have some problems with the fonts !!!
I installed the demo ”Travel Guides”
And as you see on my website taksidiotis.gr the fonts are different when greek
language is used and the official theme font is only used in English.

Please I need your help to solve this problem !

Viewing 25 results - 29,001 through 29,025 (of 35,820 total)