Hi,
The theme doesn’t have such an option, you have to look for a plugin who can do that.
Unfortunately i didn’t do any tests with such a plugin so i cannot recommend yo one.
Thank you, Emil G.
Hi,
I need to check the page settings, i think it displays 3 modules on each line but the container allows only 2 and the 3rd one drops on the second line.
Please provide the url here or via email – contact@tagdiv.com , i’ll look into it.
Thank you, Emil G.
Hi,
Thanks for your suggestions, i’ve sent them to our designer.
Have a nice day, Emil G.
Hi,
The Google authorship was dropped – http://www.forbes.com/sites/johnrampton/2014/08/29/end-of-google-authorship/
If you’re not referring to it please provide more details.
Thank you, Emil G.
Hi,
Try to disable all plugins and see if the issue is still there.
You can also check this solution – http://stackoverflow.com/questions/10446408/xml-parsing-error-xml-or-text-declaration-not-at-start-of-entity-in-wordpress-fe
Thank you, Emil G.
Hi,
Check if the Jetpack – mobile theme is enabled, if it is disable it – https://forum.tagdiv.com/how-to-manage-the-mobile-theme/
If this is not the case disable all plugins, enable only the Visual Composer plugin and check if the issue is still there.
Thank you, Emil G.
Hi,
They refresh/update their cache from time to time but, i also noticed that new posts don’t display the proper data immediately after you publish them unless you update the data manually via their debugger. I guess they made it this way to lower the traffic on their side.
Thank you, Emil G.
Hi,
You have to add the link to the woff file, not the directory in which the fonts are included – http://screencast.com/t/HM1cvQUo
ex. http://akhbarworld.com/public_html/Flaticon_Converted_Font/font_name.woff
You could add up to 3 custom fonts.
Thank you, Emil G.
Hi,
Check if the mail is enabled on your host.
Thank you, Emil G.
Hi,
Wordpress comes by default with a lot of queries, the theme modules-blocks-loading features and plugins add to that, combine them with a large traffic and you could easily hit 75k/hour. – http://wordpress.stackexchange.com/questions/154892/how-many-wordpress-sql-queries-per-page
If you use cache you can technically avoid this, but some of the queries (the ones which are done via javascript) are not caught by cache and if on page you have many items that load like that then the problem may still be there. In this case you could try to reduce the number of elements that load via js (Mega Menu, load more/infinite load, ajax pagination, plugin similar behaving widgets).
The alternative would be to upgrade to better hosting.
Thank you, Emil G.
Hi,
I’ve checked your site and you modified some of the W3 Total Cache plugin settings, i’ve changed them to default and everything seems fine now.
Thank you, Emil G.
Hi,
Try to disable the rest of the plugins, update Visual Composer to 4.4.2, activate it and check if the issue is still there. If it’s not please send an email at contact@tagdiv.com , paste a link to this conversation and provide the url and wp-admin and ftp access so i can take a look.
Thank you, Emil G.
Hi,
The api is still under development, we want to make it work by just adding new files (new block and module). We’ll make some documentation after it’s ready, we still have to make some changes and it’s pointless to provide a guide for something that’s going to change in the next version.
Thank you, Emil G.
Hi,
This was mentioned on the log – http://screencast.com/t/zZeRTi7Kta
If you want to move them please use the previous version.
You could also edit the latest version and move the google font line bellow (outside) this condition area – http://screencast.com/t/8CLYAoyP
We made those changes to make the forum (bbpress) work with SpeedBooster.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
Replied on the other thread, please write on one thread.
Thank you, Emil G.
Hi,
Please provide more details about this issue and the host resources. Do you have 6000 visits per day? also provide the url so we can take a look.
Thank you, Emil G.
Hi,
By default jquery.js loads at the top – http://screencast.com/t/WwST1XHbB
If you use Speed Booster the minified version is loaded at the page bottom. – http://screencast.com/t/sTbcQnTBh – http://screencast.com/t/fDpI7lbGl9
You could try without Speed Booster or you could try to move the WP-Subcribe Pro js file at the bottom using the technique described in this guide (chapter 4) – https://forum.tagdiv.com/how-to-make-the-site-faster/
Also try to disable the rest of the plugins, except for Visual Composer while doing tests.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
I suspect that in the child theme you changed some of the files that were updated in v.1.5
You have to also update those files in the child theme and add the custom modifications again.
Also make sure you updated the plugins. The shortcodes shouldn’t be a problem, they will just appear on page as a code, you have to locate them and manually modify them to the new format or use the SQL query (in phpmyadmin) to automatically replace them in the database – http://screencast.com/t/G1SwZNDb
Thank you, Emil G.
Hi,
You can rename them manually, or you can use the SQL as an alternative (for automatic replacement).
Thank you, Emil G.
Hi,
Yes, we have it on our list.
Have a nice day, Emil G.
Hi,
It seems you have some missing images reported in the console – http://screencast.com/t/yWgJvMxZF – http://screencast.com/t/n07eg1dui
I see you’re using uber menu, unfortunately i cannot say how it should work, i didn’t do much testing with it. Try to remove it and create it again.
Thank you, Emil G.
Hi,
First check if the plugin is installed and active – http://screencast.com/t/1NosXJyV8F
Look into the widget section for the [tagdiv] Social Counter widget – http://screencast.com/t/DTU3iFMeoUWL
If it’s not there try to disable the rest of the plugins, also try to delete the plugin and re-install it.
If you made any modifications on the code remove them, if you use a cdn/cache disable it.
You can also try the theme on a local fresh install.
Thank you, Emil G.
Hi,
First you should update the theme to the latest version and also update the plugins.
1. You have to move the css that comes from the plugins to the page bottom, you have to look for their classes and use the function presented in the pagespeed guide, use the provided function to identify the classes (for css you can also look into the page source) – http://screencast.com/t/tmBelfMQ
Do not move the style.css that comes from the theme, it causes issues.
Ex:
$this->move_style_to_footer('js_composer_front');
You should do this only after you decide which plugins you’ll use. Also note that not all plugins will tolerate this operation, after each move check the site to see if everything works fine.
About contact form – we use Contact Form 7 on our demo, you can try it or ask for another recommendation, i’m sure someone will provide some feedback on this.
2. and 3. Avoid js minification, it causes errors.
Try the other minification settings included in the W3 Total Cache plugin. – http://screencast.com/t/3cbIE92N
Thank you, Emil G.
Hi,
The mail displayed in the footer uses a similar code to Newspaper – http://screencast.com/t/5DpMw3GsmX99 – http://screencast.com/t/CUXtNO8T5KS6
The resulting link is identical – http://screencast.com/t/MG9vkZTPRPnR – http://screencast.com/t/GrQtMHu1q
Did you added the email on another location? or used a plugin who may have added it on the page?
Thank you, Emil G.
Hi,
You also have some errors that are used for optimization – http://screencast.com/t/iJ7vgofpw8V
And some “Directory index forbidden by Options directive” errors – http://screencast.com/t/eBx3Y4dfIj , you can find an explanation here – https://wordpress.org/support/topic/directory-index-forbidden-by-options-directive
Thank you, Emil G.