Posts by Rafael Castro • 79 points
9 posts
-
0
votes1
answer38
viewsA: Redirect 301 by htaccess
I got through the RedirectMatch 301 there remained RedirectMatch 301 contato/ http://www.meusite.com.br/site/contato
-
1
votes1
answer38
viewsQ: Redirect 301 by htaccess
I need to do some 301 redirects of urls of my website that has changed and is in Ubdomain, how do I make these changes in htaccess? Before my site accessed: www.meusite.com.br/contact Now it looks…
-
1
votes1
answer154
viewsQ: Search for the post ID
I am creating a WP system that I am showing the ID of the post next to the title, but when I do the search, is not searching for the ID, da que não encontra nenhum post... Someone knows how to do…
-
1
votes1
answer339
viewsQ: Latest posts wordpress blog on another site in PHP
I need to put in a landingpage that is in HTML the last posts of a blog that is in Wordpress, I got a code on the internet that brings the posts more I can not define how many posts will appear and…
-
0
votes0
answers22
viewsQ: Breadcrumb Wordpress
I’m setting up a website and putting the breadcrumb right in the code, only I’m not getting the dropdown menu mother item, is getting the code like this... how can I pull the mother item?…
wordpressasked Rafael Castro 79 -
2
votes1
answer112
viewsQ: Conditional Comments IE7 does not work
I have a code HTML, one with a conditional to appear only in IE7 and below I put another code without conditional to appear in IE8 up and in other browsers, but when I open IE7 the browser is…
-
0
votes1
answer35
viewsA: Tabs causing the dropdown to close
solved with javascript code $('.dropdown-menu a[data-toggle="tab"]').click(function(e) { e.stopPropagation() $(this).tab('show') })
-
0
votes1
answer35
viewsQ: Tabs causing the dropdown to close
Someone can help me, I put the tabs inside a dropdown and when I change the tab the dropdown closes. Login Login Novo Login Antigo <div class="tab-content"> <div role="tabpanel"…
-
2
votes2
answers35
viewsQ: Dropdown Hover work just above 1200px
If anyone can help me, I need Hover Javascript to work only at resolution above 1200px, I made the code but it’s not working. $(function() { if($(window).width() > 1200) { $('ul.nav…