Search Results for 'install'

Results from the Forum
manumahajan26
Participant
#0

I am facing a problem with my wordpress dashboard . When i try to open widgets tab , widgets.php showing blanks . Some time opening well and when i try to edit widget memory exacted error comes . I increase memory in config.php using define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); But still to problem persist .

Following is the code of my config.php file

<?php
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_DEBUG’, false );

/** Enable W3 Total Cache Edge Mode */

define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache

/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/

// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
//Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/home/mmtyw7mm/public_html/tectrick.org/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘mmtyw7mm_wp105’);

/** MySQL database username */
define(‘DB_USER’, ‘mmtyw7mm_wp105’);

/** MySQL database password */
define(‘DB_PASSWORD’, ‘P34)5Sym@7’);

/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);

/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);

/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);

/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘la7ltxseao2wfwfamkohepnruzxjurasn8jo8yybegwogccqz4ekbjp5ub97vyrp’);
define(‘SECURE_AUTH_KEY’, ‘j7c6qowuhovpooni046hnc2ox7zjo6dle6o9kigklhsqmirctsckwiuaqp0mxiik’);
define(‘LOGGED_IN_KEY’, ‘u8h7r2mg4wqwx0i5gl4dfapnojmhclrttppjmsv8ycbdjo6u4mb3x2qluzrc15am’);
define(‘NONCE_KEY’, ‘ytemcydrnkjse1k2rmrgbtzvz4b5ioqzmdlyuyq0cyyhtadkdip8zkcoajiief7y’);
define(‘AUTH_SALT’, ‘kiplgvhkjpsjo9ah5as9ch8b3mthnv2ciwj4avjowvnjdaontx54ppmqbsivheec’);
define(‘SECURE_AUTH_SALT’, ‘kop7lsoyjshkxb1tpjzc32n9xwpo6ng5cybzelmkqdvwj7uqvsvvlkmzszymhraw’);
define(‘LOGGED_IN_SALT’, ‘znasi5muszjt3h8g37kvpbf89gxepef5yjhb0dygyjxeq1obcpujcynxfzapwdbc’);
define(‘NONCE_SALT’, ’52kp3pi8q3qgkuzoua4hvuuvle41qzjvxiipxz6bmef6fyyyzlx09yswvsywt76f’);

/**#@-*/

/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘tt’;

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/

/* That’s all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);
error_reporting(E_ALL); ini_set(‘display_errors’, 1);

arska
tagDiv Member

Unfortunately that did not help. I deactivated all plugins except visual composer. Cache or “cdn files” I don’t have installed at all. I did not add custom code and it’s not a child theme.

It’s a completely new website (just a couple weeks old). And I did install a few plugins after installing the theme (Yoast SEO, Hide my site, Shortcodes Ultimate to mention a few)..

What to do?

kerunet
Participant
#0

Hi, since I installed the last version of the theme the lightbox of every woocommerce product doesn’t work.

This is a product example: http://www.digitalbizmagazine.com/producto/el-customer-journey-del-empleado/

Could you help me please?

Thank you.

Catalin
tagDiv Staff

Hello radis92,

Please keep in mind that all data will be loaded in your database and you can use them for any project(theme) you want. So, if you like a demo from our big list you should simply install it without content, according to our documentation here -> https://forum.tagdiv.com/installing-demos/

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

If the sidebar appears below the content this means something is interfering with the functionality in some way. The sidebar should display on the sides of the page. If you could provide a link to your website where this problem occurs, I will inspect it and try and identify the cause. It is always helpful to provide links if possible so we can see the problem.
Usually this kind of problem where the sidebar is displaying below the content or overlapping other page elements is caused by modifications to the theme files, custom code added in the theme panel or through a child theme. Please check these if this is the case. You could also try and disable all your plugins except the ones included in the theme package, clear any caching installed and see if this has any effect on the matter.
Please let us know how it goes.

Thanks

Bogdan B.
tagDiv Staff

Hi,

It means you had visual composer installed on your site before but did not remove it properly. There is still the visual composer folder left behind. In this case you will have to go in via ftp and delete the visual composer folder. Then you can install the plugin again.

Thank you!

Simion C.
tagDiv Staff

Hi,

From what I understand you would like to make the Video News demo similar to the Black Version demo. You could use css along with theme options to style it to look like the black demo. This would require you to identify the elements on the page and set the background you want, like in this example for the homepage
https://www.screencast.com/t/hFbDJhuNJr9e
You can use the browser inspector to identify these elements and include them in the code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
But also you could just install the black demo which is already using a black accent and overall color, and just recreate the page structure form the other demo.

Thanks

Catalin
tagDiv Staff

Hello sanjeevparth,

It is impossible this thing. Most likely, you have not right downloaded the theme packet. Try to download again, all the files and install it via FTP way, clear all your caches and check the results.

Thanks for the message!

Simion C.
tagDiv Staff

Hi,

Try and re-add a video to the post featured video field, select the video format and one of the recommended post templates and update the post. It should generate the featured image from that video. You could also try as a test to disable all your plugins except Visual composer, clear any caching installed and then try again, just to see if a plugin is the cause for this to happen. Please let us know how it goes.

Thanks

Catalin
tagDiv Staff

Hello Beyyette,

I have inspected your website and I saw that you have some js errors through your console, as you can see here -> https://www.screencast.com/t/PBuePfXaax Notice that our theme does not have any troubles with the mega menu and it should work as expected. If you are using some untested plugins and if you have some additional customizations through the code (custom js or any other customizations) try to rule out all of these, leave just Visual Composer to active and install only the plugins that come bundled with the theme core files and rule out any conflicting plugins. After this, ensure that you have setup your mega menu according to our documentation here -> and also, make sure that you are using the latest version of the theme if you want to bring the best results with our product.

Thanks for your understanding!

akashdeep305
Participant
#0

i buy newspaper 7 for my use i can use theme also on my subdomains with these single license or not or i hav to buy another for subdomains

jrpotratz
Participant
#0

Every time I try to upload Newspaper.zip through the wordpress theme dashboard it directs me to a failure notice site and with a message that says “are you sure you want to do this?” (With no option to select) And a link below it that says “please try again” and directs me back to my dashboard?

Wondering what the problem is if you could please help!

morpheus332
Participant
#0

I installed Newspaper theme on two of my sites, http://www.wonderersjournal.com and http://www.familyinmotion.net and I had to install the plugins from the Main Folder manually. Now it says I need to activate them and need the license key, everytime I click on Activate the page fails to load.

How can I go about this?

TheSmarty
Participant
#0

I am trying to install from zip file and I get this message:

Unpacking the package…

Installing the plugin…

Destination folder already exists. /home/jabolko/public_html/wp-content/plugins/js_composer/

Plugin install failed.

natagrit
tagDiv Member

OK, I’v figured it out. It seems that this plugin causes the issue – https://en-ca.wordpress.org/plugins/post-types-order/

It i really cool plugin, that I use on every client installation, really great one with great reviews. It is really pity it is not compatible with your theme.

steebostech
tagDiv Member

Okay, so I set the theme settings as default and uninstalled all the themes as well but it doesn’t solve anything. I don’t have any custom CSS either.

Dartfreakz
tagDiv Member

Issue is solved, there was a other VC installed from a other theme..

beerawk
tagDiv Member

I had the exact same problem for several days and in the end this is what worked for me…

1. Delete the current version of the social counter plugin completely
2. Put whatever security/firewall plugin you use into learning mode or temporarily disable it
3. Delete all browser cache
4. Download the updated plugin zip mentioned bat Catalin in this related article thread https://forum.tagdiv.com/topic/problem-with-facebook-social-counter/
5. Upload/install plugin from WordPress plugin page
6. Activate plugin
7. Add your Facebook ID, App ID and secret from within the Social Counter widget OR Social Counter element in a new page on Visual Composer (both ways worked for me after all the above)

I truly hope that works for you as well.

soklevskis
Participant
#0

hello! I’m new here and I’m totally noob, today i bought newspaper 7 theme . I installed wordpress via C panel, I would like to ask you : it is necessary to create a child theme? And how to do it? Thanks!

Waqas
Participant
#0

Hi

I have install APM plugin on my website and traffic increase about 30% but bad news is affiliate sales decrease to about 20% .. i have checked users coming from search engines see different kind of design … it will nice if there is official support for AMP in theme.

Thanks

sanjeevparth
Participant
#0

When i try to zip file, it says that style.css stylesheet is missing. Please help

Zelena
Participant
#0

Hello,

I installed the newspaper theme today. But I am having trouble with the images. They are not showing up. Not on the home page and not on the post pages. I did set a featured image on each post.

I am using the newspaper theme on another website too, and that website is working just fine.

Can you please help? The website is http://totalbodywellness.nl/

Best regards

chocolatification
tagDiv Member

Hi Chris,

Thank you very much! It was a lil bit confusing… I have my domain hosted at bluehost, and in the end I could manage to install the theme through bluehost (by chat). I did not know at first, but it seems that bluehost is only working with wordpress.org, is that right?

I red that wordpress.org is much better to use for customising the theme and the blog.

Anyhow now it is working and the theme is installed. I hope it is installed with wordpress.org. 🙂 I don’t know for sure…

QUESTION: How can I connect the instagram account with my blog so that I can see my pictures from instagram on the blog?

Thank you very much!!

Greetings!
Ana Maria

josflachs
Participant
#0

I have a very strange problem reported from my user (who is also owner of the site). He can’t copy and paste links anymore, using his tablet. I thought it might be a tablet problem, but he tried it on different tablets, all work the same. I tried it, but can’t reproduce the error.

He copies a link, pastes it in the article, which works. But the link is gone when he saves or posts the article.

He also gets a message to register his Visual Composer. I’ve just extended my subscription, but have to install the latest version. Might that be the cause of the problem?

Lachie
Participant
#0

Hi
I have just purchased the newspaper theme and tried to install it locally using MAMP. I follow this process from the dashboard –> themes –> add new –> upload theme –> Choose File –> Install Now. I am using the theme zip file but it won’t upload and instead, I get a message “Are you sure you want to do this?” Then this link “please try again” which doesn’t work either. This is a fresh WordPress install that I am using in MAMP and I can install themes like twenty fourteen from WordPress.Org by choosing that theme and clicking install. I can also install the newspaper theme on my live site (MySpace.net.nz) but want to be able to develop in my local environment which I have been able to do so with other themes before, although I am no expert.

I have just tried uploading a child theme which is only 13kb and was successful. Next, I tried to upload the parent theme, (not newspaper), which is 3809kb and got this message “The uploaded file exceeds the upload_max_filesize directive in php.ini.” so I presume the problem I have got is a lack of space in my local MAMP environment. I have 826GB of free disk space on my computer if that has anything to do with it. How do I solve this problem so that I can upload the newspaper theme?

Next problem. On my live site, I have activated Visual Composer which looks like it is available to use but I notice that when I click on visual composer from the dashboard menu I have this message. “Hola! Would you like to receive automatic updates and unlock premium support? Please activate your copy of Visual Composer.” If I click on the link in this sentence I get taken to the product licence tab and a big blue button to activate visual composer. If I click on that I get taken to a ” No licence found” window with a big green button to purchase a licence. Do I have to purchase a licence as I thought the plugin came with the theme at no cost?

Would be grateful for some help on these to issues I have.

Lachie

Viewing 25 results - 25,451 through 25,475 (of 35,820 total)