Search Results for 'install'

Results from the Forum
Lucian
tagDiv Staff

Hi,

I have checked your site and noticed that somehow the links (anchor tags) are missing: http://screencast.com/t/EROQ0sMjQ
Please make sure you download the latest version then remove the social counter plugin and install it from the /plugins folder that was provided together with the theme files when you’ve downloaded it from themeforest: http://themeforest.net/downloads
The social counter plugin included into the latest theme version is 2.7 so make sure you have it and try again.

Thanks

Lucian
tagDiv Staff

Hi,

Not sure how your site was designed before so I’m not aware of what colors/layouts/fonts that have changed. I have noticed though that some additional classes and css have been added by the VC plugin.
Please make sure that you remove the VC plugin then use this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ and install the plugin from the /plugins folder that was provided within your theme files.
Let me know if you have this issues afterwards.

Thanks

simchris
tagDiv Member

I had to fully un-install my licensed version; then use the one included with the theme since it’s tested compatible and I think has some custom modules and whatnot.

I “think” some of the custom stuff is tied to the bundled version, license wise.

However, I could be completely wrong on that — but I know my version this past Spring did *not* work with Newspaper, so I’m going to say likely the same with Newsmag.

nuse
Participant
#0

Hi,

I would like to know if I have to deactivate my VC before installing the theme or simply installing Newsmag without deactivating VC.

Thanks a lot.

daimpa
tagDiv Member

Don’t know how to explain better than this:

On the same screen
This is what I see in the text editor: http://s3.postimg.org/w6f4wumxv/ex_1.png
This is what I see in public post: http://s3.postimg.org/71o4jfnhf/ex_2.png

This test has been done on a NEW wordpress installation.

Is this normal?

daimpa
tagDiv Member

I’d like an option to disable it too, but if we can have this working, it’d be better.

Really, I don’t understand why it doesn’t work to me, even on a new installation. Maybe that there’s a bug with PC resolutions 1440*900px? Could you test it with this resolution please?

Lucian
tagDiv Staff

Hi,

Thant would be the normal behavior without any css to style the page on mobile screens. The theme doesn’t have an option to turn its responsiveness off and this is not an easy task so I suggest you also get someone to helps you with this and also make a backup of your current theme installation.
Sorry for the inconvenience!

Thanks for understanding!

daimpa
tagDiv Member

I’ve tested it on a new installation, monitor 1440*900px… Nothing to do, the text in public post goes on a new line after it doesn in the preview post, ON THE SAME MONITOR.
Can you confirm that post preview-public post should be the same, on the same monitor, independing on its px, without doing any customization?

  • This reply was modified 11 years by daimpa.
wuerthat
tagDiv Member

ok, here is something strange i noticed: after installing the VC plugin (from a fresh download of your theme) it told me it was on 4.3.5, after clearing the cache it now says it’s 4.3.4 again. what could be wrong here?

Emil G
tagDiv Staff

Hi,

We tested the theme with WordPress SEO by Yoast, try to install it, disable all plugins and activate only Visual Composer and WordPress SEO by Yoast, see if the pagination issue is still there.

Thank you, Emil G.

blerant ramadani
tagDiv Member

Hi
i tried this method but still the same
i disabled all plugins exepct VC, and reinstalled the theme, but still theme pannel is not loading, i can not make any changes…

Lucian
tagDiv Staff

Hi,

I’ve checked your site an noticed lots of js errors in your console: http://screencast.com/t/GzsCaOQc
I suggest you disable all plugins (leave just VC active) then make a backup of your current theme installation then re-upload your theme files and use this guide and the FTP method to do it: https://forum.tagdiv.com/how-to-update-the-theme/
Please let me know if you still have issue after doing this and if so please give us wp-access so we can also check this and send your wp-admin login details via email at contact@tagdiv.com and also provide an URL to this topic or specify your issues details.

Thanks

Lucian
tagDiv Staff

Hi,

I’ve checked your site an noticed that bootstrap css is missing and returns and 404 error massage: http://screencast.com/t/bK37ybff
This file represents the css for the grid, that is why your site looks broken.
I suggest you re-copy your theme files and please use this guide and the FTP method: https://forum.tagdiv.com/how-to-update-the-theme/
To use rtl you should localize your WordPress: http://codex.wordpress.org/WordPress_in_Your_Language
Install WordPress in your language then automatically the theme will use the rtl.
Search the forum for suggestion and fixes for the issue you may encounter with this and you should also consider that unfortunately we recently have decided that starting with the next theme update we will not include rtl support within the theme. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support.

Sorry for the inconvenience!
Thanks for the message and for understanding!

Lucian
tagDiv Staff

Hi,

Thanks Chris!

@roylexi
Please make sure that you have this option enabled in theme panel: http://screencast.com/t/w41HVY4rp then check to see if also get this result: http://screencast.com/t/0ZQBDWvSK8
Also use this guide and make sure that you regenerate thumbnails following this steps: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ ..and that you have permissions to update your uploads folder and that you have GD library installed.
Please also try this without having any plugins active, empty cache/purge then test again.

Thanks

Vidzo
tagDiv Member

Can you please say me is it true what i am doing?

1. Enabling Gzip compression and Set the Leverage Browser Caching

my htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.vidzo.ru\.ru$
RewriteRule (.*) http://vidzo.ru/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://vidzo.ru [R=301,L]
RewriteRule ^page/([0-9]+)(/?)$ index.php?cstart=$1 [L]

<IfModule mod_deflate.c>
<filesMatch "\.(js|css|html|php)$">
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>

# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 604800 seconds"
ExpiresByType image/jpeg "access plus 604800 seconds"
ExpiresByType image/png "access plus 604800 seconds"
ExpiresByType image/gif "access plus 604800 seconds"
ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds"
#ExpiresByType text/html "access plus 600 seconds"
#ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
# END Expire headers

is it ok?

2. Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)

this is my code that i get from functions.php but i have a problem with this and i can’t to do it right can you please say me codes for my saite and where i shall add them?

registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
wp_social_popup_js | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/js/plugin.js
ilentheme-script-admin | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/ilenframework/core.js
media-editor | /wp-includes/js/media-editor.min.js
media-audiovideo | /wp-includes/js/media-audiovideo.min.js
mce-view | /wp-includes/js/mce-view.min.js
image-edit | /wp-admin/js/image-edit.min.js
wpseo-admin-global-script | http://vidzo.ru/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js
td-wp-admin-general | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/js/general.js
td-wp-admin-panel-js | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
wp_social_popup_css_admin | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/css/admin.css
ilentheme-styles-admin | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/ilenframework/core.css
media-views | /wp-includes/css/media-views.min.css
imgareaselect | /wp-includes/js/imgareaselect/imgareaselect.css
wp-color-picker | /wp-admin/css/color-picker.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/css/wp-admin.css
wpalchemy-metabox | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/content-metaboxes/meta.css

Lucian
tagDiv Staff

Hi,

I have also tested this how you’ve reported it however I haven’t found any issues when using bbpress latest version, all work as expected.
Please also test this without any plugins installed, empty cache and purge files if you are using any CDN host services then check again.
Also make sure that you check your console for js errors, let me know how it goes and also provide your site’s URL so I can inspect this.

Thanks

melvinneo
Participant
#0

Hey,

I was on the old theme v3.1.1. After upgrading to your latest version of v4.6.1, I encountered 2 problems.

1.The homepage is broken. It looks like the short codes are not working. See broken image below:

Broken Homepage

2. At the same time, when I tried to install the required plugin after the upgrade, I’ve got this error:

VC Installation Error

This is how the homepage looks before upgrading:

Original Homepage

Please advise what went wrong and what must I do about it.

Bryson T
tagDiv Member

That plugin looks like it hasn’t been updated since 2010. Good bet that’s why it won’t work on a modern theme.

It looks different, but this theme comes with the same feature pre-installed. http://prntscr.com/5x46f2

André
Participant
#0

Hello

I try install this
Take a look in demo
http://tympanus.net/Tutorials/EndPageSlideOutBox/

Page
http://tympanus.net/codrops/2010/04/13/end-of-page-slide-out-box/

Not works in my theme
how install?

simchris
tagDiv Member

This is most common with Internet Explorer; using Chrome works much better.

Sometimes it’s a bad plugin which conflicts with Visual Composer. Note if you’re running WP 4.1, you *must* have VC 4.3.5 installed, as WP 4.1 broke VC.

Vidzo
Participant
#0

Hi. First i want to say thanks for this greate theme and please sorry for my bad english…
I habe a problem with my site page speed, i have reed all the posts that i have find (this and your documentation) but i can’t to make my website faster…
URL of my site: http://vidzo.ru/

Can you please say me step to step how to make pagespeed higher?

here is the code frome wp console

registered scripts
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
dashboard | /wp-admin/js/dashboard.min.js
customize-loader | /wp-includes/js/customize-loader.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
media-upload | /wp-admin/js/media-upload.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
wp_social_popup_js | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/js/plugin.js
ilentheme-script-admin | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/ilenframework/core.js
media-editor | /wp-includes/js/media-editor.min.js
media-audiovideo | /wp-includes/js/media-audiovideo.min.js
mce-view | /wp-includes/js/mce-view.min.js
image-edit | /wp-admin/js/image-edit.min.js
wpseo-admin-global-script | http://vidzo.ru/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.min.js
td-wp-admin-general | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/js/general.js
td-wp-admin-panel-js | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/js/wp-admin-panel.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
wp_social_popup_css_admin | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/css/admin.css
ilentheme-styles-admin | http://vidzo.ru/wp-content/plugins/wp-social-popup-and-get-traffic/assets/ilenframework/core.css
media-views | /wp-includes/css/media-views.min.css
imgareaselect | /wp-includes/js/imgareaselect/imgareaselect.css
wp-color-picker | /wp-admin/css/color-picker.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/css/wp-admin.css
wpalchemy-metabox | http://vidzo.ru/wp-content/themes/Newspaper/wp-admin/content-metaboxes/meta.css

And this is code from my htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.vidzo.ru\.ru$
RewriteRule (.*) http://vidzo.ru/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://vidzo.ru [R=301,L]
RewriteRule ^page/([0-9]+)(/?)$ index.php?cstart=$1 [L]

I am using dedicated server / VPS

Thank you

Mijaz
Participant
Hide My WP - topic
#0

Hello,

Hide My WP with NewsMag a good idea or not?

If I install wordpress plugin Hide My WP (http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158) will I have problems with the upgrade NewsMag theme or wordpress.

Thanks.

rnbjunk
Participant
#0

Hello everyone, recently we have changed the theme of our wordpress website and we have installed Newspaper.
We have the website hosted on a LAP server and the database that runs on a dedicated one.
Both are Linux-Debian based server and are in the same LAN.

Since the change of the theme, we have noticed a very significant increase of the traffic volume from the database server and a little increase of the traffic to the DB.
The increase of the traffic from the DB is about five times as much (from 5 to 20/25 Mbps)

At the same time we detected an increase (about 50%, from 2 to 3 Mbps) of the traffic to the Internet and a little decrease of the traffic from Internet.

The question is: “is that normal?”.
It’s quite obvious that the increase of the traffic is related to the new theme (contents didn’t change).

[IMG]http://i60.tinypic.com/4r2d06.png[/IMG]

[IMG]http://i58.tinypic.com/ny7hwn.png[/IMG]

Thank you in advance

maxishere
tagDiv Member

I tried this, followed the steps. It installs and you can see the latest version of VC, but the buttons (such as Add new Row, Add new element, settings cog) don’t work. Some javascript problem?

We use Newspaper as a child theme, would this make a difference?

Thanks.

wuerthat
tagDiv Member

thanks for the great support! will try all that on monday cos i’m not at the office right now. i think i have already updated the VC plugin using the method described above, but will try again on monday.

this is my first installation on this webspace so i have not tried the plugin on the host before.

thanks a lot, like the theme very much so far and look forward to ironing out the last few hiccups 😉

Viewing 25 results - 34,226 through 34,250 (of 35,820 total)