Posts by Luciano Oliveira Lima • 467 points
22 posts
-
0
votes1
answer40
viewsQ: Loop Wordpress coming out uneven!
Good morning guys, I’m making the loop using wordpress + bootstrap and at the time of shows the content the loop some posts as shown in the following image: Follow the loop code: <div…
-
0
votes0
answers45
viewsQ: Wordpress pagination using wp_pagenavi
I am making a pagination in wordpress using wp_paginavi. is working, he is creating the pagination, the problem is that the posts are not changing according to the pagination. My loop: <?php…
-
2
votes1
answer448
viewsQ: Different sizes for images highlighted in wordpress!
I’m in trouble and I don’t know how to fix it I’ve tried everything and nothing! I have a theme that uses 3 different images for the highlighted image, I’m using the add_image_size to generate these…
-
0
votes1
answer35
viewsQ: Modifying image size inside the wordpress content
For friends who understand wordpress, could you give me a hand? I need to modify the size of the images inside my content, image inside the posts. I took an image resizing function here and works…
-
0
votes1
answer706
viewsQ: Fade in fixed menu scroll div with jquery
I’m trying to make my fixed menu open with fade when scrolling the page more my code is not working, and as I don’t understand much of JS I’m asking here for help to try to solve my problem. come…
-
1
votes1
answer434
viewsQ: Calling from the 2 post in the wordpress loop
I am making a loop in wordpress using Wp_query and need to list me only from the 2 post, ignore the 1 first post. In the past I used query_posts('offset') to do this, but using wp_query I’m not…
-
0
votes2
answers158
viewsQ: activating background overlay with link
all right? I’m preparing a layout for a blog and need to do a slidershow more or less as follows: I can already do everything beauty via CSS but I have a problem! The picture only activates when the…
-
4
votes2
answers3259
viewsQ: Weather to include on the site
Someone would know me informs me where could find an xml or some script to insert the forecast of the beach Climatempo tidal tablet on my website? I need something like this site:…
-
-2
votes2
answers169
viewsQ: What language to study?
Following people, I am doing the 2nd semester of the course of Information System and I am in a great doubt of which language dedicate myself to learn! I would like to know what was the first…
-
1
votes0
answers111
viewsQ: Loop wordpress with colorful div
good morning! I’m setting up a gym website where there’s a menu of modalities. I made a custom post in wp to create the modalities, but my problem is time to call the modalities, because each…
-
0
votes1
answer382
viewsQ: Scrolling page on wordpress
good afternoon! am creating a Thema in wordpress with scroll page. my pages are divided by Slug, page-services, page-portifolio and etc.. only when I put it in the loop it does not list the content…
-
3
votes1
answer904
viewsQ: Share count and facebook likes in wordpress loop
Next I’m trying to put only a count of the shares I had on Facebook on loop of my theme. For this I found the following function and tried to modify it to my need. Follows the function: function…
-
7
votes1
answer2355
viewsQ: Floating banner sidebar with Jquery accompanies scroll
is the following.. i have a floating banner on my blog using the following JS $(function(){ var jElement = $('.element'); $(window).scroll(function(){ if ( $(this).scrollTop() > 2000 ){…
-
4
votes1
answer2703
viewsQ: Fixed sidebar layout on bootstrap
I’m wanting to make my website the following way with Bootstrap I’ve tried every possible way to make it nice and responsive and I couldn’t! Can someone give me a light on how to make this layout…
-
0
votes1
answer49
viewsQ: Problem with Wp Query
I have a loop problem when I do a wp_query. See my code: $query_video = new WP_Query( $args ); $args = array( 'post_type' => 'post', 'category_name' => 'videos', 'posts_per_page' => '4',…
-
1
votes3
answers623
viewsQ: White bar at the top of wordpress
I am riding a theme in wordpress 4.1 and am going through a problem in Chrome. A white bar appears at the top of my layout and I am not able to remove it! Look: And when I check the Chrome Speedper,…
-
2
votes3
answers1015
viewsA: How to Set Different "Row" Sizes in Bootstrap 3
Friend, you can use the . container-Fluid Example: View Code from this concept you will create your layout.
-
2
votes1
answer1110
viewsQ: Fixed sidebar adjustment for mobile devices
I made a layout with a fixed sidebar, everything is already ok, but what is not working and when I will use in mobile version (screens with resolution less than 768px). I need that when it is in a…
twitter-bootstrapasked Luciano Oliveira Lima 467 -
1
votes2
answers39475
viewsQ: Image alignment to the right of the div in Bootstrap
I know what central and center-block alignment is in bootstrap, but I’d like to know how to line up a picture to the right of a div? I’m unable to place the phone image next to the number, I have to…
-
5
votes1
answer475
viewsQ: Text Overlay with Doubt Bootstrap
I’m trying to make a text overlay on an image with bootstrap, but I’m not getting it. Someone would know how to do and help me? My code is: <section class="container"> <div class="row…
-
0
votes2
answers185
viewsQ: Animation in Site Sections
I want to do something like this on my website: http://themeforest.net/item/square-portfolio-responsive-html-template/6853295 As he rolls down, the movements of div's is like a fade in and fade out.…
jqueryasked Luciano Oliveira Lima 467 -
0
votes1
answer89
viewsQ: Problem with Twitter Bootstrap
I’m wanting to do on my website, something similar to this model: http://livedemo00.template-help.com/wordpress_49159/#homepage I’m just having trouble positioning the image between a div and…