Search Results for 'install'

Results from the Forum
simchris
tagDiv Member

Theme cannot break image location or remove items from your media lists/folder.

You should regenerate thumbnails to fit news sizes used in theme.

If you check your media/uploads folder via FTP, you might be able to check on the permissions for that folder. If you accidentally deleted that, it would not be recoverable; hopefully you backed up your site prior to making major changes.

An example image link, like so – does appear missing:
http://dance.land/wp-content/uploads/2014/12/nathan-barnatts-curious-dances.jpg

However installing the theme does not delete your /uploads/ folder unless you did that manually. If you deleted the /uploads/ folder, or the /wp-content/ folder for some reason, then that would have deleted the images folder.

Ideally you should double check with your hosting provider in case they have some bizarre setting which impacts that folder in some way.

  • This reply was modified 11 years by simchris.
Ryuko
Participant
#0

Hi,

Google webmasters tool tells me that all of my posts contain “Missing: author” error. I am assuming this is theme related. What could be the problem? I did not change or modify the theme in any way since installing it. All I did was disable the author box below posts from the theme settings – but I don’t think this is the reason I get erros, correct?

Picture: http://i.imgur.com/gXlYYyW.jpg

Any suggestions on how to fix this or what is causing this?

Marius
tagDiv Staff

Hi,

The favorite function is default from bbPress and work with Buddypress and on our forum support we don’t have budypress installed, because is not necessary. If you want to stay tuned on a topic use the subscribe button and all subscribed topics are on your profile page: http://screencast.com/t/Wb1Ajt3BxcaB

We will investigate this issue and we will try to find a solution.
Thanks for the message!

dhvanesh
Participant
#0

After installing WP Rocket caching plugin, search functionality from Main menu bar and sticky menu has stopped working? Is there any fix for this issue?

simchris
tagDiv Member

Visual Composer was updated with theme 1.31 the other day; it updated the version of Visual Composer which broke due to WordPress 4.1 update.

The plugin is updated separate from the theme, as it’s a plugin. So you have to delete old plugin, and install the newer version.

Newsmag 1.31 just updates the plugin, which can be installed alone if you already have Newsmag 1.3.

The updated version of Visual Composer (changelog):
19.12.2014 - ver 4.3.5
- Compatibility with WP 4.1

For images, make sure you have regenerated thumbnails for the theme sizes.

simchris
tagDiv Member

You dont need to activate license. See the theme docs … Link right side of this page for more info.

To activate the plugin, you furst install it, then activate from the plugins page.

St
Participant
#0

Hi,
First, let me commend this great, beautiful and featured rich theme. I have bought newspaper, and I think now I am very happy with newsmag. I believe if you can update newsmag with many more features, you do not need any other themes.

However, I do not understand the problem, when I create recent comment, it display as usual, the number of comments as defined before. However, when I click the clickable texts – which should direct to the comment ID – it did not do anything. When I hover, it show the right address. But, when I click, nothing happend.
Any idea?

regards
st

PS: FYI, I did fresh installation of wordpress and no plugin except from newsmag.

shae101s
tagDiv Member

Ok, so maybe it’s just that the demo posts don’t work well with being edited? Because I created a brand new post and decided to use that same 1024×576 image, inserted it the same way and set it to be tagdiv fullwidth and in modal and it works! http://afro.freshmedleydesigns.com/?p=155

I’ll continue to do more test posts and see what happens. But I’m wondering, if on my live site, for posts I already wrote way prior to installing the theme, would that weird issue occur if I go edit old posts and want to set images to fullwidth? (I’ll test some as well and see and let you all know).

simchris
tagDiv Member

Switch to default wordpress theme
Turn off all plugins
Delete old vc plugin completely
Install new plugin
Turn on vc plugin
Rest theme
Test, then turn on other plugins.

You should turn off all caching before doing any updates.

Hope that helped.

Gezondheidskrant
Participant
#0

I received an email from Themeforest that there is a new update for the Newspaper theme. I have downloaded the zip-file, but when I upload the zip-file into my WordPress it is not possible to upload because there is already such a file.

How can I install the new update?

Thank you for your response

Marcel

galgo13
tagDiv Member

SOLVED / SOLUTION
I figured it out,

1- redownload the theme from your themeforest account first and unzip the folder on your desktop.
2- Then login to wordpress and deactivate then delete the plugin Visual Composer.
3- Now in wordpress click on install plugin, brows to the theme folder on your desktop and look in the plugins folder for the the Visual Composer zip and select it.
4- Once uploaded and installed, activate and thats it!

simchris
tagDiv Member

@sgoadmin
Not right now … trying to migrate an old ecommerce system from old platform (cubecart) to new platform (woocommerce) so we can switch mod_SPDY back on for the server, trying to install custom local copy of “piwik” on subdomain with wildcard SSL, and generally overloaded at the moment …. 🙂

  • This reply was modified 11 years by simchris.
simchris
tagDiv Member

I have not yet tested/debugged this personally as waiting for the dot revision to theme to coincide with WordPress 4.1 update, and VC update. Once all that in sync, hopefully for Saturday, I’ll take a stab at debugging my own install by starting with only VC and theme running and all other shenanigans turned off, then go from there.

In case anybody following this somewhat important topic for those of us doing reviews 🙂

Lucian
tagDiv Staff

Hi,

I have also installed the WordPress Social Ring and tested this bay adding the code as Emil suggested to the module 2 file and seems that it dose work: http://screencast.com/t/fxevL8b4bE
Result: http://screencast.com/t/ShQgvD1hYaH
Please make sure you add the code like I did in the screenshot and that you have the Social Ring plugin active: http://screencast.com/t/7o4ivru7ih
This should work fine!

Thanks

lrajabi
tagDiv Member

OK SOLVED!!!! It took me hours…. literally two days of work to narrow this down. Basically there are two database entries that could be put into the WP_OPTIONS table that specifically relate to WordPress Bakery’s Visual Composer.

In my case the two database entries specifically set parameters for the Columns and Rows of WPB’s Visual Composer. Of course components of “Pages” built on this theme use the columns from the Visual Composer.

Deleting those two entries will fix the problem.

This is likely going to be rare for most, unless you are moving directly from Newspaper and had configured some Column and Row functions in the Visual Composer.

I found this by installing a fresh copy of WordPress onto the same NGINX system and comparing the database entries in the old and new instance.

I imported the old database tables into the new one to see which one broke it. Once the options table was imported that caused the rendering issues. Going through hundreds of lines, I found the two responsible.

Easy way to find them is search for an “Option Name” with %___% wild cards in phpmyadmin. Use this specific term “wpb”.

You may get several options listed in rows in the output. The ones with Column and/or Row specifically in the Option Name should be deleted.

Actually you “can” delete all related options but keep the “wpb_js_templates” option as that is common to both a fresh install and a legacy install.

Well, now rendering is fixed for pages and columns and rows work as expected! Yay.

PS: This has nothing to do with NGINX. I confirmed the exact same issue is present on both Apache 2.4.10 with MPM-Prefork and PHP-FPM.

lrajabi
tagDiv Member

OK SOLVED!!!! It took me hours…. literally two days of work to narrow this down. Basically there are two database entries that could be put into the WP_OPTIONS table that specifically relate to WordPress Bakery’s Visual Composer.

In my case the two database entries specifically set parameters for the Columns and Rows of WPB’s Visual Composer. Of course components of “Pages” built on this theme use the columns from the Visual Composer.

Deleting those two entries will fix the problem.

This is likely going to be rare for most, unless you are moving directly from Newspaper and had configured some Column and Row functions in the Visual Composer.

I found this by installing a fresh copy of WordPress onto the same NGINX system and comparing the database entries in the old and new instance.

I imported the old database tables into the new one to see which one broke it. Once the options table was imported that caused the rendering issues. Going through hundreds of lines, I found the two responsible.

Easy way to find them is search for an “Option Name” with %___% wild cards in phpmyadmin. Use this specific term “wpb”.

You may get several options listed in rows in the output. The ones with Column and/or Row specifically in the Option Name should be deleted.

Actually you “can” delete all related options but keep the “wpb_js_templates” option as that is common to both a fresh install and a legacy install.

Well, now rendering is fixed for pages and columns and rows work as expected! Yay.

PS: This has nothing to do with NGINX. I confirmed the exact same issue is present on both Apache 2.4.10 with MPM-Prefork and PHP-FPM.

Derenden
Participant
#0

Hello!
I recently installed the newspaper theme and I noticed that you can’t (via the administrator) add the author’s name to the post tittle (as in, who wrote the post/article/review). You can add the author box inside a post, but it’s not what I’m looking for.

Is there a way to do it?

Lucian
tagDiv Staff

Hi,

We haven’t had any similar reports and we also haven’t made any tests using on an Nginx sever configuration, so I can’t offer you an exact answer on that, but if your web server causes this I suggest you also go trough you server configuration.
Please also try to remove and re-install the Visual Composer plugin and check if this happens again.

Thanks

  • This reply was modified 11 years by Lucian.
kinichb
Participant
#0

Just upadted my wordpress installation from 4.0.1 to 4.1 and WP Bakery’s Visual Composer is broken.

Trying to move any element around freezes the mouse pointer in the move cursor and bugs out the VC element you are tying to move around, freezing it and leaving it unable to be edited or clicked. Happens on new pages and old pages. Tried, IE, Chrome and Firefox.

http://www.oscarmariobeteta.com

the page is restricted, if you provide me an IP address I can enable you access & give you log in info for you to check.

Lucian
tagDiv Staff

Hi,

Like I said before this happens because of your server’s configuration. Please contact your host providers and let them know that there seems to be a problem with the CURL library that is installed on your server.

Thanks

rimA
Participant
#0

Hi,

Yesterday I bought this Theme and it’s really great.

But this morning when I tried to login to the admin panel I got this error.

ERROR: Cookies are blocked or not supported by your browser. You must enable cookies before you can use WordPress.

I tried all possible cleaning the cache on Broser, chrome, firefox, internet explorer is still the same. I contacted the hosting provider because the hosting has turned on cache. But they say not to them but to the theme.

By the way have installed the latest version NewsMag 1.3. I worked on a lot of wordpress site but this had never happens except now.

thank you

chechon
Participant
#0

Hi,

I just install your Newspaper theme and i donot found many elements of Visual Composer (etc: arcordion) http://prntscr.com/5i4216. When I install this plugin (i get it in plugin folder on hosting) on other theme, it becomes http://prntscr.com/5i42d3.

Can you fix it ?

Regards,

Mosamlife
tagDiv Member

i have a windows azure and i create the WIndows server 2012 Vm and install xampp 🙂 so this is the server issue or my xampp configuration are incorrect?

shiftanddrive
tagDiv Member

Hi Lucien,

Could I made one suggestion?

I have implemented bbPress and it works fantastic now that I have all the settings figured out. I’ve also installed the “bbPress Topics for Posts” plugin, essentially replacing the WordPress commenting system with bbPress.

While the forum on its own looks great, the comments aren’t so pretty. Could tagDiv also look into this plugin and theming the comment area so it is a bit nicer looking? I know I am in the vast minority for this need, but it would be a nice touch.

Cheers,
Mark

Lucian
tagDiv Staff

Hi,

Please make sure that you install the theme right and use this guide to do it: https://forum.tagdiv.com/installation-newsmag/
Please make sure that you install it via FTP.
Please let me now if you still have this issue after doing this.

Thanks

Viewing 25 results - 34,426 through 34,450 (of 35,820 total)