Hi @nycinsider,
I’m afraid that you (and all users they use Font Awesome) have to accept the “sacrifice”.
tagDiv has done things work well because saves external requests and in consequence improve performance.
You’re not going to lose your licence!
If you feel more comfortable you can activate your VC copy from dashboard to get rid that annoying notification.
Hi again @katie,
Like say @chris, allways you have to do backups for all stuff.
Any settings made in theme (settings panel) will not be lost.
Quick explanation: your theme is only a skin for your web, so all settings / posts / comments / etc. are stored into DB (data base)
Warning: if you are made some changes into style.css ore any other file that come with theme, YES, you’re going to lose them.
Hi @bokauffmann,
Only my advice: Allways use the version that come budled with theme!
I have also VC licence and I don’t use it.
¿Why? because tagDiv ensures that the version bundled is fully compatible with theme. If you install the last VC version there’s a chance to broke something or some functionality stops working.
P.S.: Of course, if know how debug you can use it
Be calm, right now you are using the penultimate version, so don’t worry, you’ll not be hacked 🙂
Wordpress dashboard / Settings / Reading
https://codex.wordpress.org/Settings_Reading_Screen
If you start now with WP here you have good stuff to search & learn: http://www.wpbeginner.com/
Like I said before, to hide left-right arrows only for that category you need to know the ID for that element. You need to provide your url, tagDiv will help you tomorrow.
Your welcome 🙂
Hi K,
If you hide left-right arrows with CSS will disappear in all categories!
I think that you can try with this:
.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {display: none!important;}
If you want only for that cat, you need a condition, so wait until tomorow for better reply from staff
Don’t forget that Google is your friend
http://richwp.com/open-wordpress-menu-links-in-new-window/
Hi again @Chris,
It does not affect me, I tried to help @nano2408 but thank you anyway!
I will put again his last topic because Nano will be confused and tagDiv Staff will not answer his question.
—————————————————————————————————-
Hey Andrei,
I will try everything you wrote above but first let me quickly ask and tell you few things ( Else I have to wait till monday 🙂 )
I have already commented out the code you mentioned here few days back : http://screencast.com/t/RZLIOPUNdqh and under system status it says it’s active “https://i.snag.gy/QFe4y5.jpg” . I haven’t yet changed or modifed any IDs here http://screencast.com/t/uCFJxcIAlu . Is it not working because of that ? Though I can see “TD spped booster ” is mentioned under the “View source code” of my homepage or any page on “Google Chrome”
Actually I dont know how I should do it correctly .Once I had tried by getting the ID using debugging but couldn’t see find appripriate code for plugins like Facebook login and YT subscribe. Can you please tell me ( or give me tutorial link ) for how it do it correctly.
I have also sent you a mail with login credentials too check whatever you wish to.
Thank you very much for all your assistance. 🙂
PS: Excusme for any mistake in this mail. I am trying to make it fast so that you can read it today 🙂
Hey @Chris
I’m not speak English fluently so maybe for some words my Google friend translator played a bad turn, if anything I said sounds bad, sorry, really I have no intention.
Of course it is a very nice detail from your part to share such info. Although I do not use it but I have a lot of friends that if. What I said is that it seems strange that someone as well known and such good reputation & popularity leave in oblivion such project.
I use “pity” word (i think it is not right word for this proposition) in the previous reply, but my intention was to say that I feel sorry for those who use it.
Some time is very hard to explain in written words what you think.
Hi @Chris, at least on Newspaper 7.4, is impossible to remove the query string with conventional functions for all resources.
Remain untouched: fonts, js_composer.min.css & the main style.css
Seems that on GitHub found a patch, but of course, no one will receive an push notification through WordPress.
LOL
Are you sure you that Frederick Townes not won the lottery 🙂 and right now is on a beach somewhere unknown?
Really Chris, they have capital needed and popularity so don’t tell me they don’t have staff to fix vulnerability every hour if they want.
I got no feeling for them one way or the other, I have some time that I stopped using cache plugins, pity for those who use it.
Hi Nano,
If you don’t know what are doing every line in particular, don’t use it!, someday you are going to break your web. (you are using some code that are for Newsmag theme!!!)
I tried to remove that querys strings but not working on my local, maybe tagDiv forcing to be not blotted.
I’m afraid that you have to wait until Monday for an expert solution
The security issue was fixed, but today all tech-blogs have sitting ducks 🙂 (all that not use W3TC, evident 🙂 )
Yep, more than normal, fight between titans (u know what I mean…)
Hi Nano,
I made a test with Google PSI (with your web) and throws 65/89
You have 5 .css resources that produce an render blocking, 4 of them become from default theme:
– … /facebook-login.css…
– /js_composer.min.css…
– /css?family=Roboto…..
– css?family=Radley….
and this one became from a third plugin: /facebook-login.css
You are using some rules in functions.php that remove query strings from static resources or some plugin that remove them???
I ask you because I see that all other resource are without query strings, and this 5 problematic have them.
Hi again Katie,
About that message from Visual Composer: completely get rid of them, very soon tagDiv are going to do something to inform new users about that.
You and all of us we are using a copy from Visual Composer, with every update tagDiv also updated the plugin to the current version but in some case this plugin is updated more often, that’s why you receive that notification.
Don’t worry, in the next update of theme you’ll have that version.
Never use Envato Toolkit or other tool, search in this forum how make update through FTP
-
This reply was modified 9 years by
nairolf.
About that plugin “Complete Analytics Optimization Suite (CAOS)”, I see that using wp_cron() to update (I would not touch that).
Nano, with or without GA script we are talking about milliseconds, (on Google Speed Insights is only 1 point). We are more than 50.000.000 webs that using GA so don’t worry about that
Hi Nano,
Sorry my mistake, the plugin still work even if you comment out the function “// disable the plugins if there are incompatible plugins” but will not recognize any new .js or .css from another third plugin that are not bundled with theme.
That’s why you have to add manually:
$this->move_style_to_footer_queue('here .css ID');
and
$this->move_js_to_footer('here .js ID');
for each new third plugin.
The ID identification is explained from point 5.2 (link)
-
This reply was modified 9 years by
nairolf.
Hi again Nano,
If comment out that lines from td-speed-booster, you can not use that metod.
🙂 welcome
Hi guys,
Only for those who using a proxy server domain is good to use that snnipet.
For users that not using any CDN, inspect your preferred domain!!!
In your case @neermargran you serve files from “another” domain. I mean, your default domain begins with www (http://www.lopak.org) but you serve your stylesheets & javascripts from the same domain, but without “www” (http://lopak.org).
That’s why you have the problem. W3TC is not fully compatible with Newspaper.
The Staff recomended only WP SUper Cache
Hi K,
This error is from Visual Composer.
¿When you made theme update you upgrade also the Visual Composer plugin bundled with the theme (v4.12.1)?
-
This reply was modified 9 years by
nairolf.