Search Results for 'install'

Results from the Forum
rodrigosicone
tagDiv Member

Hi Bogdan,

Unfortunately my hostagor server gets updated automatically and I can’t revert back the php installation to the version 7.0

How can I resolve this problem in my case?

Tks
Rodrigo

kaitlin
Participant
#0

Hi Newspaper team,

So I’ve got issues with the thumbnails being strange sizes. All of the thumbnail settings are set to “on” in the theme panel, and I’ve tried thumbnail regeneration per the suggestion here: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

I don’t have Super Cache installed so I don’t think that’s the issue, but I’m not sure where else I can look to fix the problem.

Any help would be appreciated.

Thanks,
Kaitlin

nateb2127
Participant
#0

Hello I am in need of some assistance, I have the mobile theme plugin installed which I greatly like but I need all of my custom post types to display on it as well.

I have added this line to the mobile theme’s functions but no luck:

//post query
function my_post_queries( $query ) {
// not an admin page and is the main query
if (!is_admin() && $query->is_main_query()){
// query the home page
if(is_home()){
$query->set(‘post_type’, array(‘post’, ‘yt’, ‘wft’, ‘radio’));
}
}
}
add_action( ‘pre_get_posts’, ‘my_post_queries’ );

//add to theme cpt
function namespace_add_custom_types( $query ) {
if( is_category() || is_tag() && empty( $query->query_vars[‘suppress_filters’] ) ) {
$query->set( ‘post_type’, array(
‘post’, ‘nav_menu_item’, ‘post’, ‘yt’, ‘wft’, ‘podcast’, ‘external’, ‘radio’
));
return $query;
}
}
add_filter( ‘pre_get_posts’, ‘namespace_add_custom_types’ );

//add custom post types to main blog
add_action( ‘pre_get_posts’, ‘add_my_post_types_to_query’ );

function add_my_post_types_to_query( $query ) {
if ( is_home() && $query->is_main_query() )
$query->set( ‘post_type’, array( ‘post’, ‘yt’, ‘wft’, ‘podcast’, ‘external’, ‘radio’ ) );
return $query;
}

I hope someone can help!

ckho
tagDiv Member

I got the same error. After reinstall of the newest version, another problem start:

Uncaught SyntaxError: Invalid or unexpected token
at eval (<anonymous>)
at load-scripts.php:2
at Function.globalEval (load-scripts.php:2)
at text script (load-scripts.php:4)
at Xb (load-scripts.php:4)
at y (load-scripts.php:4)
at c (load-scripts.php:4)
at Object.send (load-scripts.php:4)
at Function.ajax (load-scripts.php:4)
at Function.n._evalUrl (load-scripts.php:4)

the method of adisu also not working for me.

  • This reply was modified 9 years by ckho.
soithong
tagDiv Member

Thank you very much.
I will install additional adsense plugin.

Simion C.
tagDiv Staff

Hi,

Please make sure you do not have a background color set for the website, this will make it boxed
https://www.screencast.com/t/jcTuaG7xWZj
Then clear any caching installed, and the respective full Big grid should display as intended.

Thanks

Catalin
tagDiv Staff

Hello Mustafa_Semerci,

I have inspected your website and I saw that you are using the Rev Slider at the top of the website. I cannot provide a more accurate response in this regard because I saw that you are using some untested plugins which interact with the theme and cause a lot of unknown issues. Try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme core files and rule out any conflicting plugins. Clear all your caches and check the results.

Thanks for the message!

Raduisebya
Participant
#0

Hello! Thanks for perfect theme! I love it!

I have 2 questions:
1) When I see footer text, I see some text which I am not written. Please, see picture. I is like a bag. https://yadi.sk/i/olnLsA9_3H6qoR

2) I installed a menu in the mobile theme. But when I go to the mobile page with reviews, what I have created, it is empty (http://psiholog.help/otzivi/), and the main menu items are not clickable (there is no transition to these pages), although everything is good in the desktop version. What am I doing wrong? Can you check my site thought mobile?
Thanks for help!

Best regards, Natalia

Bogdan B.
tagDiv Staff

Hello,

Please make sure gd library is properly installed on your server. Also disable all plugins except visual composer, 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!

Bogdan B.
tagDiv Staff

Hello,
Please try to install via ftp:
https://forum.tagdiv.com/install-via-ftp/
Make sure you meet the requirements and memory allocation though: https://forum.tagdiv.com/requirements-for-newspaper/
https://forum.tagdiv.com/system-status-parameters-guide/
I hope this helps.
Thanks.

Simion C.
tagDiv Staff

Hi,

Please make sure you have this enabled generally and on the images used in the posts
https://www.screencast.com/t/ttBfEMdM
https://www.screencast.com/t/ytDy7Hvds
If you have done this already and it is still not working, maybe a plugin is causing this. Please try and disable all of them, except the ones provided with the theme, clear any caching installed and check again. Also provide a link to your website pointing to this issue if this does not fix the issue, so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

If the website is loading slowly, here is the recommended cache plugin and the settings to use for best results
https://forum.tagdiv.com/cache-plugin-install-and-configure/
And some advice to help improve page loading speed
https://forum.tagdiv.com/how-to-make-the-site-faster/
Please note that also plugins can have a negative effect in this matter. For the link you have provided above you can see the time spent on loading all the resources – https://www.screencast.com/t/ylP6a4Tcc
You need to identify the causes and remove them, or think of a way to optimize them further.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Please use one of these 2 install methods:
https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/install-via-wordpress/

FTP is the safest though.
Thanks.

Simion C.
tagDiv Staff

Hi,

Please make sure you have updated the social counter plugin to the latest version, from the theme package. The configure it using this guide – https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Then clear any caching installed. Please note that there could be some delay for the data to refresh, so you should wait for a little time. If it is still not working properly, please provide a link to your website, so we can take a look.

Thanks

tonikusi4
Participant
#0

I recently changed host so had to reinstall and redesign the theme .But redesigning ( choose logo , footer text etc ,colors ) after saving , it reverts back to the default theme settings again after few minutes .

Please , any developer , forum member or tagdiv staff to help me on this ?

Simion C.
tagDiv Staff

Hi,

Please provide more details, is this occurring only for the Slider element or also on other elements on the page. You could try to regenerate the thumbnails needed for the theme, using this guide
https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
And also take note of the requirements for the server. After the regeneration process is complete, please clear any caching installed and check to see if the problem is resolved.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems you can not click on any of the footer links in the custom menu even though they are present. Please try to disable all your plugins except Visual composer, clear any caching installed and check again. Also check any custom code you might have entered in theme panel, or added to the theme files that could be related to the footer, or the menu items. Also double check the menu and make sure everything is in order. Then I see no reason that the menu should not work properly.

Thanks

Simion C.
tagDiv Staff

Hi,

Please make sure you are entering the full analytics code in the required section in theme panel
https://www.screencast.com/t/hpIAsdt7
The theme comes with a google analytics section where you can add the analytics code but there is one thing to take into consideration. Analytics provides 2 codes a short version and a long version. Most people use the short version and that is wrong. Please use the full version of the code in the analytics field, including the script tags and everything should work properly. Also clear any caching installed after you enter the code. Please note that it may take a little time before the statistics are refreshed.

Thanks

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have no reports of this so I cannot provide solution in this regard. You will have to test a few possible solutions starting with plugins, or the cache plugin: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also the plugin needs a bit of adjustment as described here: https://forum.tagdiv.com/topic/help-cache-plugin/
Another thing to try is to disable or enable the mobile theme plugin and see if it responds in different ways.
You can also test on a wp default theme as well to see if the issue is theme related at all. It could be a wordpress problem.

I hope this helps.
Thanks

Bogdan B.
tagDiv Staff

Hello,

In case you have not managed to install the theme, please use this guide: https://forum.tagdiv.com/install-via-ftp/

Thank you!

Simion C.
tagDiv Staff

Hi,

I have inspected your website and I see that you have problems with almost all the elements on your page. I suggest you update the Visual composer plugin from the theme package
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ and check to see if the problem is still there.
If it is, please disable all your plugins except Visual composer, also switch to the main theme if you are using a child theme. Also check any custom code you might have entered in Theme panel, or added to the theme files, then clear any caching installed and check the results. Please let us know how it goes.

Thanks

Catalin
tagDiv Staff

Hello bformhals,

Try to make a new clean install with the latest version of the theme and try using only tested plugins with the theme if you want to achieve best results. Please keep in mind that the Social Counter is fully tested and is compatible with the theme and should work as expected.
Regarding on bullets, provide the link to the page so I can take a closer look at it.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

We are aware of this issue with the demo. It will install the content regardless of the option used. A solutions for this will be available as soon as possible. Sorry for any inconvenience this may have caused you.

Thank you for understanding!

Simion C.
tagDiv Staff

Hi,

The Envato policy allows using a theme only for a single install
https://themeforest.net/licenses/standard
A sub-domain however can be used and the theme activated on it, if it’s part of the same project. You can use the theme on this sub-domain, as long as it will not be a different website with different content.

Thanks

thesinghisviraj
Participant
#0

hello friends,
i am trying to install this theme on my wordpress but all the time its gone crash or stopped after 80%, 90%, 91%,, i tried many time but always showing this same issue,, i am uploading only newspaper.zip file
please suggest what i can do?
thank you

Viewing 25 results - 25,526 through 25,550 (of 35,820 total)