Home › Forums › SKT Full Width Forum › Problem in "Get In Touch" for "Full Width PRO "
- This topic has 12 replies, 2 voices, and was last updated 9 years, 8 months ago by HEDDEBAUX Nicolas.
-
AuthorPosts
-
February 25, 2015 at 12:34 pm #4171
Hello,
I used “Full width Pro” template in Version 2.0 .
My social informations in “Get In Touch” (footer) doesn’t work.
I can see the rss feeds but i can’t see facebook and google plus.
In the html code, i see the parts facebook and google+ but this elements doesn’t displayed.
If i change the tittle on the <a> balise, i see the facebook link.
You have a solution?
Best Regards
February 25, 2015 at 3:08 pm #4177Definitely a problem with yours might be conflict with plugins. Send us email: [email protected] with access to the site.
Regards,
ShriFebruary 26, 2015 at 7:12 am #4190Hi,
I Found the problem. The problem is not the WordPress plugins but AdBlock plugin on Firefox.
I desactivate all the plungins in wordpress without solution. If I unlocked the site with “adblock”, the Links appear. It’s possible to found a workaround ?
Best Regards
February 26, 2015 at 9:09 am #4192Hi,
But I also have adblocker plus and i use Chrome and firefox. It doesn’t block get in touch in anyway.
No ads, banner or such keywords have been used in the theme to cause adblock problems.
Regards,
ShriFebruary 26, 2015 at 9:30 am #4196I found why Adblock blocks links in this section.
There are several filters in AdBlock.
“FanBoy’s Social Blocking List” filter every social links (facebook, google …).Their website: https://easylist.adblockplus.org
Their filter : https://easylist-downloads.adblockplus.org/fanboy-social.txtIn the filter file, you can see the following line “## a [title =” Facebook “]”.
The Facebook link in the templateuses the same syntax.And when a filter element is present in the web page, Adblock uses the following css to hide : “display: none! Important;”
This filter list is present by default in Adblock. Anyone can enable or enabled. Adblock now asks the user if he wants to block these social links during installation (the default choice is not).
You can change the title so that it is not taken into account by Adblock?
February 26, 2015 at 11:23 am #4197The complete solution to display links and images with adBlock.
Change the link title (eg : “Facebook” by “Facebook – <? Php bloginfo (‘name’); ?>”).
Change the name of the folder that contains the pictures social (eg : “social” by “pictureSocialTemplate”)
Change the names of the images (eg fb-icon.png by fbPicture.png)it is necessary that the names (picture, title, folder) are not in the filter.
Can you make these changes, please?
I can make the changes that are easy, put it would be better if the template was taking these changes.
Also I am not the only one to use this filter with Adblock present by default.Thank you.
February 27, 2015 at 9:14 pm #4222Hello,
know if changes will be taken into account?
Do you have a road map?
Best Regards
February 28, 2015 at 5:25 am #4234Yes they will be taken into account. Currently we have 12 themes pending to be released in next 14 days. Once these are done we will surely give it a look and release the next update.
As of now were you able to solve your problems for this? Let us know if you need assistance from us in solving them for you.
Regards,
ShriMarch 1, 2015 at 7:59 pm #4253Hello,
Yes it is easy to correct the problem with the solutions that I gave above.
But if I make all the corrections and you provide a new version of the template, my template will no longer sync with the web.If you make these changes, everyone will benefit.
A second question, if I improves or corrects the template and you’re interested, I have something to gain?
March 2, 2015 at 11:33 am #4268Hi,
What kind of other corrections are you looking to ask/implement?
Regards,
ShriMarch 3, 2015 at 7:35 am #4282Hi
I do not know I have not had much time to see in detail the template.
But for example the left menu there is a small problem.
I have 3 hierarchical levels of menu, and the third level is positioned at about 100px to the right of the second level.
There is also a problem menu on the home page if there are many sub-menu item (10 for example).
We do not see the items at the bottom (unless you have a large screen).March 3, 2015 at 8:16 am #4283Hi,
Here is the fix for the menus. Kindly visit Appearance>Theme Options>Layout Settings>Custom CSS and add this there:
#site-nav ul li:hover ul li:hover ul{left:83px !important; top:0px !important;}
Click save options. Things should be fine now.
Regards,
ShriMarch 5, 2015 at 8:00 pm #4342super thank you.
To be included in the next version 🙂 -
AuthorPosts
- You must be logged in to reply to this topic.