Mateo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Looking for alternative of YouTube SimpleGallery pluginYou’re welcome! Let me know if another problem arises.
Forum: Fixing WordPress
In reply to: Looking for alternative of YouTube SimpleGallery pluginHey @satimis02!
There are many YouTube embed plugins, but these 2 are the best in my experience.
1- Embed Plus for YouTube
This plugin allows you, in blog / page editor, to embed a single YouTube video, playlist, channel or live stream. You have to go to Add block and search for “Youtube Wizard”, then select what you want to show (here are some images to help you). The only thing that to embed a gallery you must obtain an API key, this link explains how to do it. Once did that, go to “YouTube Free” on the dashboard, API Key, and paste it (this image could help).2- Vimeo and YouTube Gallery
This other option is useful if you want to display a custom gallery. To do this you have to go to “Video Gallery” in the control panel, then click on Add new gallery and start adding videos by url. You can also choose from many display options (this image shows it to you). When you finished copy the shortcode on the sidebar and paste it directly into any post or page.Kind Regards!!
- This reply was modified 5 years, 2 months ago by Mateo.
Forum: Fixing WordPress
In reply to: Background Does Not ChangeHi @dpederson47!
Could you share me the link of the page that you need help? The link you shared doesn’t work.Forum: Fixing WordPress
In reply to: Roles wpSi lo que quieres es que cada usuario tenga la posibilidad de vender y publicar su hotel, con medios de pago y reserva en el mismo sitio, podrias utilizar WooCommerce y el addon de Product Vendors (para transformar el sitio en un Marketplace) y WooCommerce Bookings (para hacer reservaciones o alquileres). Estos dos son adiciones de pago.
Pero si lo unico que quieres es crear una pagina con algo de informacion, telefonos, fotos, de cada hotel, lo puedes hacer de la siguiente manera: crea un usuario y una pagina para cada hotel. Luego en edicion de pagina, cambia el autor de pagina al usuario que pertenece la misma.
Para que el usuario que creaste, asignale el rol de autor, pero para que pueda estar habilitado para editar unicamente su pagina, vas a tener que instalar el siguiente plugin (User Role Editor) y habilitar la edicion de paginas. Este video explica como hacerlo. Para cada hotel sigue el mismo procedimiento, crear un usuario, ponerle rol de autor y asignar el autor de la pagina a el usuario correspondiente.Luego podras hacer un display de la forma que mas te convenga de las paginas de las mismas paginas.
Si esto fue de ayuda, házmelo saber.
Saludos cordiales!!- This reply was modified 5 years, 2 months ago by Mateo.
Forum: Fixing WordPress
In reply to: Roles wpHola @feeerrrrrr !
Estas utilizando algun plugin para la construccion de esta website de hoteleria?Forum: Fixing WordPress
In reply to: WordPress carousel images inside grid galleryHey @cukier!
May i suggest you this plugin for gutenberg called “Kadence Blocks”. It offers you a block called Advanced Gallery which allows you to set the gallery type to slider or carousel. You can add this Advanced Gallery block and below or above add the default block gallery.
It’s just a suggestion, if it works for you, let me know !!Regards
Forum: Fixing WordPress
In reply to: Create custom posts with GutenbergHi @tastymouse!!
It is possible to create a kind of “block template” using reusable blocks. Follow the steps below:- Select a block.
- Click on the three dots that appear in the toolbar.
- Click on Add to Reusable blocks.
- Give it a name.
- Click Publish and then Save.
You can also add any blocks you want to a reusable block, but there is no a menu option in the dashboard called “Reusable Blocks”. To manage them you can install this plugin to add a menu option or in the block searching (when you are editing a page or a post) go to reusable blocks and click on manage reusable blocks. Additionally this video explain you how to create and manage them.
Let me know if it works for you,
Regards!!
- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Themes and Templates
In reply to: [Twenty Eleven] How to reduce the width of page margin?You’re welcome @satimis02 !!
Forum: Themes and Templates
In reply to: [Twenty Eleven] How to reduce the width of page margin?Keep in touch!
Forum: Themes and Templates
In reply to: [Twenty Eleven] How to reduce the width of page margin?Use this code change the font weight of “Proudly powered by WordPress”:
div#site-generator a.imprint { font-weight: 1000; }This code is for the background color of the main body above the blue line:
div#main, div#primary, div.entry-content pre { background-color: red; }This code is for the background color of the footer below the blue line:
footer#colophon div#site-generator { background-color: blue; }To center the videos, go to edit page and there should be an option to center the video block, i’m not able to center them through code.
Regards!
- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Fixing WordPress
In reply to: Looking for a map plugin.I didn’t found a free Maps plugin with an option for zoom when you click, im still searching for, but you can zoom in with the mouse or + / – buttons.
If i found something i will share it!!
Forum: Fixing WordPress
In reply to: Looking for a map plugin.Hi @caleb1!
Try this plugin, “Leaflet Map Marker“. You can create a layer and then add your own markers for free. For visualization, just paste the layer’s shortcode into a page or post. You can also use the widget that the plugin brings.
There are more settings, just take a look and tell me if it works for you!- This reply was modified 5 years, 3 months ago by Mateo.
Forum: Fixing WordPress
In reply to: Change font sizeHi @yury28!
It’s possible. Do you want to change the font size of the entire site or specific content?You could do it by CSS code or via plugin, but first answer me that question and i’m gonna tell you the best way to do it!
Forum: Themes and Templates
In reply to: [Twenty Eleven] How to reduce the width of page margin?Try changing the font-weight value to 800 or 1000.
To increase the thickness of the line above the phrase paste this code and you can change the “px” value (thickness increases when placing a bigger number) and the “black” value to another color.
div#site-generator { border-top: 4px solid black; }Keep in touch!
Forum: Themes and Templates
In reply to: [Twenty Eleven] How to reduce the width of page margin?This code is for de background color of the body, only change the value “red” to another color.
div#main , div#primary , footer#colophon div#site-generator { background-color: red; }This code is for de font color of the footer section (“Proudly powered by WordPress”), only change the value “white” to another color.
div#site-generator a.imprint { color: white; }Regards!!