Matias Mann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile vs desktop layoutHi @jofp , you can use the preview button in Gutenberg and the resize the browser so the theme will load the mobile style. That way you can see how the content will look before publishing.
About the full width text, can you provide a link to get an idea of how it looks?
- This reply was modified 6 years ago by Matias Mann.
Forum: Fixing WordPress
In reply to: Link to a YouTube videoTake the screenshot and use this website to share it here: https://snipboard.io/
1) Take the screenshot
2) Go to: https://snipboard.io/
3) Paste it there
4) Share here the link (something like: https://snipboard.io/7nM4O3.jpg)Forum: Fixing WordPress
In reply to: Ghost Menu PageIs it maybe a widget menu? Appearance > Widgets?
Forum: Fixing WordPress
In reply to: Plugin to organize and delegate (?) attachmentsHi @bl1nktank you can try this plugins in conjuntion:
* To manage documents: https://es.wordpress.org/plugins/wp-document-revisions/
* To manage user roles: https://wordpress.org/plugins/edit-flow/I tried both for a similar purpose. They are well coded and supported by their authors. To match your specific needs you will probably have to work a bit in the setup and config.
I believe they are good start!
** I found this plugin that maybe helps too but did not tried it: https://wordpress.org/plugins/wp-users-media/
- This reply was modified 6 years ago by Matias Mann.
Forum: Fixing WordPress
In reply to: Plugin for pinning to a post from another websiteHi @greyrocket, what are you trying to achieve is very specific :).
I did not try this plugins but maybe one of them helps at least some of the functionalty you request:
* jQuery Pin: https://es.wordpress.org/plugins/jquery-pin-it-button-for-images/
* Advanced Pins: https://wordpress.org/plugins/advanced-pins/Hope that helps.
Forum: Networking WordPress
In reply to: multi site mapping domain on goole cloud hostingShalom @yona86 , what are you trying to achieve exactly? I am trying to understand your need.
Forum: Fixing WordPress
In reply to: Big gap between post titles and body text@jodie777 would you mind sending a screenshot? Maybe I can offer better help.
This is how I see the site: https://snipboard.io/SKp5xw.jpg
Forum: Networking WordPress
In reply to: Deleting a site from multisiteHi @mnatseah624, why do you want to delete the site? So I can point you in the right direction.
You have several options:
* Deactivate the site: it doesn’t permanently delete the site which can be reactivated at any time. Neither the front end nor the site admin screens are accessible but can be accesed as Superadmin.
* Archive marks a site as being archived so it’s not accessible by users. The admin screens can be accessed but not the front end.
* Delete deletes the site forever. Use this option with caution since it is not recoverable unless you have a backup.By all means, do not delete it using MySQL Databases > Delete.
Hope that helped!
Forum: Developing with WordPress
In reply to: Defaults not working in Customizer with textareaI believe you cannot set a default text in a textarea in the customizer.
The workaround would be to set the default text in the Theme Footer and hook a filter when changed in the customizer textarea.
Makes sense?Forum: Fixing WordPress
In reply to: Link to a YouTube videoCan you post a picture of your edit screen?
Forum: Fixing WordPress
In reply to: Horizontal Scrollbar on Full-Width PageHi @bekanator !
Try with this:
.clearfix { overflow: hidden; }If it does not work try with:
.clearfix { overflow: hidden !important; }And if still does not work ask the theme developer since the style is added dinamically.
Forum: Fixing WordPress
In reply to: Site Identity IssueGood job! Good luck with your project.
Forum: Fixing WordPress
In reply to: Site Identity IssueForum: Fixing WordPress
In reply to: Site Identity IssueAdd this custom CSS in the WordPress Customizer:
#branding { display: none; }It will hide the image the the title.
If you want to only hide the site title and keep the image use:
.site-title, .site-description { display: none; }Forum: Fixing WordPress
In reply to: Finding Local of Text in Header ?You should ask the theme developer since it looks it is a child theme of twentytewlve.
1) Try looking if there is a widget adding that text in Appearance > Widgets