Search Results for 'install'

Results from the Forum
YourPitStop
Participant
#0

Hi,

I was working on W3 Total Cache plugin and after I enabled the Minify settings the theme started behaving differently some of the post were deformed, refer URL”http://www.yourpitstop.com/jaguar-xe-review/

the image of the problem is as follow: http://oi60.tinypic.com/262tyyw.jpg

so far I have tried deactivating the plugin and have emptied complete cache and reinstalled the theme.

What am I doing wrong please tell?
What are the correct settings of W3 Total Cache Plugin for Newspaper Theme?
Which is plugin more compatible W3 total cache or W3 Super Cache?

gpm79
tagDiv Member

Now install the demo default, but not like the one shown in the demo

gpm79
tagDiv Member

Install the theme on another blog for testing. I did all of the above steps, however. In the home he tells me 404

http://enlistados.net/

nf_prt
tagDiv Member

Glad I could help πŸ™‚ I’ve just installed V6 on a virtual machine to prepare my upgrade and my social counters working flawless, even on localhost, so it should be a something at your end. But I don’t believe it’s even a bug or error, just some settings clashing.

If this is in the realm of the theme’s support, tagDiv staff will probably need to access your site to see what’s wrong and you can e-mail them with details.

However, I think you can also work around this by defining the full path to the icons:
edit file style.css located at the theme folder in wordpress
/wp-content/themes/Newspaper/style.css

at lines 19143 and 19151 you’ll find a small url, if you “complete” it with full path it should fix the icons issue.
replace url(‘images/sprite/elements@2x.png’) and url(‘images/sprite/elements.png’) with url(‘/wp-content/themes/Newspaper/images/sprite/elements@2x.png’) and url(‘/wp-content/themes/Newspaper/images/sprite/elements.png’), it should end up like this:

  /*  ----------------------------------------------------------------------------
      main sprite file
  */
  .td-sp {
    background-image: url('/wp-content/themes/Newspaper/images/sprite/elements@2x.png') !important;
    background-size: 90px 2100px !important;
  }
}
/*  ----------------------------------------------------------------------------
    sprite
*/
.td-sp {
  background-image: url('/wp-content/themes/Newspaper/images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}

if this doesn’t work at first, you might have to punch in the the whole url with “www” in it:
http://www.embracedominica.com/wp-content/themes/Newspaper/images/sprite/elements.png
but the whole url like this might pose a problem if accessing your site via https

(remember that updating the theme rewrites style.css file, after an update you’ll need to redo this “solution”)

  • This reply was modified 11 years by nf_prt.
Andrei L.
tagDiv Member

Hi

Please make sure you have installed and activated the Visual Composer plugin. After that go to Add New Page and if the Visual Composer it’s set to work on Backend like here http://screencast.com/t/53vLirw5 pres that button and will change to the Clasic editor like here http://screencast.com/t/lNFFF6sMjW99

Now you should be able to chose the type of your homepage, blocks ant other elements you may want http://screencast.com/t/uBwOacinuY .

Here it’s a useful tutorial about Visual Composer https://forum.tagdiv.com/how-to-use-visual-composer/

Hope this will help, have a nice day!

  • This reply was modified 11 years by Andrei L..
neakriti
Participant
#0

Hi, as I saw there was no widget to replicate the procedure of login like the one found on the top-bar menu, I created a plugin that adds a widget that replicates this procedure.

The plugin takes the code found in Newspaper->parts->header->top-menu.php and contains the code found from line 15 to 97.

I tested it and it works fine, with only exception that if the authors in the future change the login code, this plugin will be outdated. So until the authors create a widget that comes with the theme that implements login procedure, with this custom made plugin you will be able to have the out of the box login provided with the Newspaper 6 Theme.

After you install the plugin, you will see it with the name “Custom Newspaper 6 Login Widget”. Activate it and go to Appearance->Widgets and simply drag it to your sidebar.

Thanks.

Download the zip here

dwarkapuria
Participant
#0

hello
I have woocommerce installed but its showing 4 products per page , how can i increase no of products on each page

http://pagalparrot.com/product-category/clothing/
http://postimg.org/image/d9su6g117/

kevinvp
Participant
#0

Hi Guys,

First of all I want to congratulate you with this fantastic upgrade of the theme, even as it is rather buggy atm, these updates when debugged gives us enormous advantages.

I did install the theme twice, but had to restore my backup as I encountered too many bugs, but I can’t barely wait to upgrade.

Therefore I was wondering when we might expect a first more stable update of 6.0?

12familyde
Participant
#0

Hello tagDiv Team,

some questions about the “Speed Booster Plugin”…

Of course speed of a site is a big thing. So it’s for me. But I must admit, that I am a bit confused on how to use it! The new version included into the new theme version seems to be incompatible with nearly every single plugin I use on my site.

Starting with a very popular add-on for visual composer, a faster version of disqus, a very helpful (and popular) security plugin, and so on … If I would disable these plugins, I can stop serving my site!

The thing is, that the system status tool tells me, that the “Speed Booster” is disabled, because these plugins are installed.

So what should I do now? I just can’t stop using visual tables on my site (for example), as they are a very important piece of our content. We are an informative magazine into parenting and family. So we need these visual extras …

But of course we also need a running and stable site! So what are our alternatives? Deleting the Speed Booster, and using a caching Plugin?

I really love the newspaper theme. But it is very annoying, that some parts seems to be so deeply hardcoded, that you cannot replace them with alternatives. For example the Speed Booster component, or the header menu. I have tried to use the uber-menu in the past. And I am quite sure, that the is still no chance to use it with version 6 of the theme …

Best regards
Torsten

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you install the latest version of the plugin(you can find it in /plugins folder from files that you have downloaded from themeforest), install Social Counter plugin using this panel – http://screencast.com/t/Q58ToflL and then check the version of the plugin – http://screencast.com/t/lLnUnUIWXO

Thanks!

dev_leadya
Participant
#0

Just installed the Updated Newspaper 6 in my site and everytime i edit a page in my wp dashboard.. Cannot redeclare wp_unregister_GLOBALS() is appearing. using newspaper 5 before

mirage22
Participant
#0

Hello,

I was using a different theme till i purchased the newspaper theme a few hours ago.

The installation was smooth.

But i cannot edit existing posts or create new posts as the visual editor is not showing up.

Yes, visual composer etc is installed. I have also flushed my cache and disabled super cache and my plugins are minimal. They are actually the ones in your approved list.

Now there is a strange problem. If i run phpinfo() i can see that the memory limit is 512mb and max execution time is 3000. But the theme is reporting memory as 40mb and execution time as 30. There is no separate directive in wp-config, but i created the same php increase settings in wp-config to seeif it helped but that too hasn’t worked. I am stumped.

I guess I am facing the issue cause of tinymce. Can i disable it? Have i not read some direction that you gave?

gili
Participant
#0

Hey,

I Installed W3 Cache Plugin yesterday, and post views stoped working. I saw the threads about activating the Ajax post view count, but it’s still not working.

Is there any other way making this work?

Thanks

website (www.israsport.co.il)

Ing Geek
tagDiv Member
Speed - reply

@roney Newspaper The reason, Newspaper 6 its like a new theme. You need to regenerate thumbs and optimize again your site.

Btw. You can install “Above The Fold Optimization” plugin instead Speedbooster. Just exclude style.css and your site will rokcs πŸ™‚

gpm79
Participant
#0

I have installed the version 4.6.3 of Newspaper, climb the version 6 when all the settings you had saved are erased. I made a copy of these cnfiguraciones, climbed the new theme and import this backup, but neither works. As I fix it?

Ing Geek
tagDiv Member

@Bintmusic Regenerato thumbnails works very well πŸ˜€


@szysz
If you are in shared hosting maybe you cant regenerate more than 10K images because it takes a hugh load of CPU. But you can download and install your site on your PC, install regenerate thumbnails, regenerate all thumbs and then upload all the content and Base data to your website.

maas81
tagDiv Member

Hello,

I installed Newspaper 6 but I have a proble, see my site http://www.floggy.nl/
Can someone see what the problem is?

Thanks

  • This reply was modified 11 years by maas81. Reason: already solved
Yiannis Girod
Participant
#0

MESSAGE
Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server. textStatus: parsererror td_ajax_request_name: full_demo_remove_content_before_install errorThrown: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data responseText: <br /> <b>Warning</b>: set_time_limit() has been disabled for security reasons in <b>/home/…/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/td_demo_installer.php</b> on line <b>23</b><br /> 0

SOLUTION
My server has enough max_execution_time; so I commented line 23 in file /themes/Newspaper/includes/wp_booster/wp-admin/panel/td_demo_installer.php

Marius
tagDiv Staff

Hi,
In the next update we want to make the import demo more powerful and with one click you will get a similar installation, not only the Theme Panel settings.

The documentation is a good start if you are at beginning with WordPress.
Good luck in all what you doing.
Have a nice day!

Alin [tagDiv]
tagDiv Staff

Hi,


@bastian-pl

Before update please backup the site (database and files) – https://codex.wordpress.org/WordPress_Backups

We recommend to remove theme via FTP and install the new one and also the plugins that come with the theme files, you can find them it in the theme package inside the Plugins folder – http://screencast.com/t/lkrma6blYE
After the update run the script included in the Welcome panel – http://screencast.com/t/eZxxuqvsTir running the script it will import old settings and it will change the shortcode like you can see in the documentation. Also you need to regenerate the thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/

Also check the documentation here – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme was not updated properly as you still have the old file for icons. Please reinstall the theme using this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and make sure that it won’t remain files from the old theme.
Or if you only have this issue after the update you ca try to replace these files with those from package that you have downloaded from themeforest version 6 – http://screencast.com/t/mTbMKg6vrj

Thanks!

aacademy
Participant
#0

Please help. The option to change “Post Format” from “Standard” to “Video” is missing from my Dashboard.
What can I do to bring it back. I’ve tried reinstalling the theme, but it’s still missing.

Alin [tagDiv]
tagDiv Staff

Hi,

1. The theme supports Font Awesome 4 Menus just install the plugin then take the icon code – http://fortawesome.github.io/Font-Awesome/icons/ and paste it in Navigation Label – http://screencast.com/t/TKqYz6oH5 – http://screencast.com/t/oR2LdrWz
2. Unfortunately the ajax next/prev pagination is positioned at the bottom, you will need custom work to move it, I suggest to get someone to help you as we cannot provide any type of custom work at this time, sorry.
3. The theme doesn’t have other design for sharing buttons you will have to change them via custom css or try to find and use a share plugin to look like you want.
4. Do you mean subscribe box? You have to use a plugin for this like MailChimp and use the shortcode on post template where you want to appear – http://screencast.com/t/cqEjFiNI

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you run the script?
Please make sure that you have updated the theme properly, first make a backup of your current theme installation, then remove the old theme(it should not remain old theme files) and upload the new theme version (you can try to do this via FTP), follow the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ run the script and regenerate your thumbnails. Also update the theme plugins from the /plugins folder.

It seems to be an issue with Theme Panel(it will be fixed as soon as possible), so if you have Theme Panel grey/disabled please follow this solution – https://forum.tagdiv.com/topic/not-able-to-set-up-anything/
Also you can find the old theme version in old_version folder from package that you have downloaded from themeforest – http://screencast.com/t/C7W1dtMv6fEh

Hope this helps and sorry for inconvenience!

dhvanesh
Participant
#0

OptinMonster newsletter theme is not working on Newspaper theme. When I install and enable this plugin, site loads blank page with ad slot.

Here attached is the screenshot.

Optinmonster

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