Posts by Lucas Bernieri Ramos • 143 points
7 posts
-
2
votes1
answer296
viewsQ: Content migration between different post types in Wordpress
Good morning, I am currently working with a project for a news portal that is the grouping of 4 different companies, but one of these companies will cease to exist and all its posts will be…
-
4
votes2
answers480
viewsQ: Remove the original image from the server after Wordpress generates the thumbnails
I need to remove the original image that gives rise to Wordpress thumbnails after thumbnails are generated. I have 3 sizes of Thumbs that I use, but to avoid that the server is left with unnecessary…
-
2
votes2
answers3872
viewsA: Right align font icon
If that’s the way you want to show off just give one float: right and a margin: 15px 40px 0 0 (margin spacing is at your discretion).…
-
1
votes1
answer6998
viewsA: Align left and decrease distance between bootstrap controls
The classes col-Xs, col-Sm, col-Md, col-lg are used to specify which size the column should take in each resolution. Explaining: .col-Xs-(column size) : Specifies which column size will be in cell…
-
0
votes1
answer98
viewsA: Gallery in wordpress page?
You can use Nextgen Gallery which has a free version. It is simple to use and you can optimize your images as you wish. This is the site of the plugin www.nextgen-gallery.com. For further…
-
1
votes2
answers1764
viewsA: Bootstrap alignment is not correct
You are using Bootstrap 2.3.2 or 3.2.0? I ask because if you are using 2.3.2 in the documentation there is no role="form" nor the grid classes .col-Sm-3. If you are using 3.2.0 the classes to be…
-
1
votes1
answer751
viewsA: Request AJAX Wordpress with problems
You can make this call in another way that I will explain below: Use the wp_enqueue_script function to register your script (complete information in Wordpress Codex…