emanuelcelano
Forum Replies Created
-
Forum: Plugins
In reply to: [Classifieds WP] Problem to see a classified itemsorry too late. i have changed plugin. thanks anyway
Forum: Plugins
In reply to: [WP Show Posts] Order by Slug alphabetically not wok for meThanks for the answer.
This is the page http://www.bolognaeventi.info/lista-completa-location-eventi-a-bologna/
The alphabetic order is not maintained and there are duplicate like this “ORATORIO S. CECILIA”
Beautiful your son. Congratulations and thank you again for your work. Great!Forum: Plugins
In reply to: [Smart External Link Click Monitor [Link Log]] href telephone numberI do not install it yet.
Sorry but i can’t test.
Thanks a lotForum: Plugins
In reply to: [Smart External Link Click Monitor [Link Log]] href telephone numberOk thanks!
Thanks for the news. Have a nice day
I hope you can solve the problem!
Dear ngospelmedia you doesn’t need to delete the plugin from the Wp-content/plugins folder…
now you need :
– Remove this line from Wp-config file – (define(‘WP_CACHE’, true) )
– Delete advanced-cache.php, db.php, wp-total-cache-config.php, and delete the entire w3tc folder from the Wp-content folder.
– Check the .htaccess file; if you see any code added by W3 Total Cache, remove it.
Good luck!Hi, thanks for the reply.
As i just wrote the wpml plugin give you directory options for langauges.
So i have http://www.mysite.it/it/ and http://www.mysite.it/en
Renaming the admin page from wp-admin to wp-xxxx not give me access with this option :
– http://www.mysite.it/it/wp-xxx
– http://www.mysite.it/en/wp-xxx
– http://www.mysite.it/wp-xxx
Solution?
thanks againOk I will do it. I use Version 4.6.0. Thanks!
Thanks I have opened the request to the theme author http://themeforest.net/item/nuvo-restaurant-cafe-bistro-wordpress-theme/9001349/comments?page=26&filter=all#comment_9902086
This is the link : http://www.ristorantecanet.it/prenota-un-tavolo-al-ristorante-cane-di-dozza/
Write me to info@informaticainazienda.it and i give you the admin access with pleasure. Many thanksExactly not more insertion of reservation and stop editing item too
Forum: Plugins
In reply to: [Polylang] Dropdown menu is not workingBasic solution :
1) Install this plugin
https://wordpress.org/plugins/iconic-navigation/
or
https://wordpress.org/plugins/menu-icons/2) Go to go to Appearance > Menus and at the top right of the page select “settings screen”
3) Flag “Language selector” into the options
4) Now you can add a free link item ” LANGUAGE ” and change the icon of it with the plugin at 1 point ( add a tranlation icon )
5) At the end you can add the selector button under “LANGUAGE” as submenu.
—-
Advanced solutions :
Advanced user can add this code to the header.php file of your theme
After “has_nav_menu”<ul class=”lang-switch”>
<?php pll_the_languages(array(‘show_flags’=>1,’show_names’=>0)); ?>Than add css to your theme
.lang-switch {
float:right;
}.lang-item {
display:inline;
}———–
Happy new year,
EmanuelForum: Plugins
In reply to: [Custom Content Shortcode] Display ALL posts in a categoryIt’s a pleasure !
Forum: Plugins
In reply to: [Custom Content Shortcode] Display ALL posts in a categoryDelete COUNT reference :
[loop type=”post” category=”yourcategoryname” order=”DESC”]
<div class=”row”><div class=”yourclassname”>[field thumbnail-link]</div>
<div class=”yourclassname”>
<h2>[field title-link]</h2><p>[content field=”excerpt” words=”50″ more=”See more…”]</p>
</div></div>
[/loop]Have a good day !