Joan Morci
Forum Replies Created
-
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] upate for WP 4.6“X” people say it works.
Following indications Harry, I voted for this option. We see it on the right side. Just in the footer where it says: Compatibility.
It works perfectly in version 4.6.1
I use it for my blog some articles, like this:
– Signature email: Elegant with HTML:
http://joanmorci.com/firma-email-elegante-con-html/Greetings!
- This reply was modified 9 years, 10 months ago by Joan Morci. Reason: open link in new window
Hi!
I did some time ago but is very insipid and I don´t like the style button: subscribe
I want something nicer and more elegant style, as you look here, to my article ‘Email Marketing’.
At the moment, I preferred to choose one of your buttons and use a link to the subscription form, something more elegant. You can see here.
In the blog section try.I hope some day something elegant from your page builder (dreaming is free) 🙂
Greetings!
Hi Andrew!
I use one of Spain which is becoming very famous thanks to the free version but isn´t compatible with all email clients. It is called ‘Mailrelay‘.
I look for is the ability to integrate the HTML code (of Mailrelay) in a widget that can display a nice box where you fill name and email. This has been accomplished by the page builder ‘BB‘.
Greetings & thanks for feedback 🙂
Hello Andrew!
Thank you. I have yet to try several modules as ‘Hero Image’ and ‘Testimonials’ and other …
I wanted to ask you for a long time (SiteOrigin team) if someday you thinking incorporate a form of subscription to a newsletter. I read, making another article about ‘Email marketing’ another free page builder (BB) incorporated it:
‘If you missed it, 1.6.4.4 is out and it includes new integrations Subscribe Module!
5:28 – 9 December 2015’- This reply was modified 9 years, 11 months ago by Joan Morci. Reason: Testimonial correct word (misspelled)
Hi Andrew!
I did in April, a written article and video (in Spanish) to start with this page builder and although others name, highlight this free option as the first.
You can see that article here:
– WordPress: visual layout designer organize your site
http://joanmorci.com/page-builder-wordpress-organiza-sitio/Finally finished using the contact form ‘SiteOrigin Widgets Bundle’. It is much better than that offered in ‘Jetpack’. More complete and versatile. Seemingly without limits.
I made 2 contact forms.
1) Simple, to the contact section.
http://joanmorci.com/contacto/2) More complete, for the budget section.
http://joanmorci.com/servicios/presupuesto/I feel ashamed for not believing in the wonder you offered me and I discovered long after this conversation.
Greetings from Spain and thanks for the recommendations!
- This reply was modified 9 years, 11 months ago by Joan Morci. Reason: I want new window link to open in spring article
To me fine works in version 4.6.1 of WordPress:
http://joanmorci.com/blog/I think the author comments about using the shortcode if your theme don´t work the normal option.
Hi guys!
I appreciate the information, but really all you tell me what I already have. ‘AyudaWP‘ is a very good site in Spanish to help the WordPress community and your information is extracted from the official website WordPress.org (‘codex’ too).
While I’ve seen that on 12 January this year Microsoft indicated retirement updates for Internet Explorer 8, 9, 10.
I didn´t see before the news, because after updating the codex on January 27, someone commented some things…
I’m not asking as a child theme is because it’s something I already did. Before I had the old way (@import) and now the modern and official (enqueue).
The point is that when spoke of this change (old / modern) in some websites, said it was necessary because load speed improvements and because supposedly @import looked bad in ‘Internet Explorer 8’.
I checked this and it was no problem @import, but the ‘parent theme,’ because in fact I have two websites with WordPress, created with ‘theme child’ old and look good in Internet Explorer 8, they are optimized. By example: Universo Outcast Spain.
ashiquzzaman
I don´t use anything about Internet Explorer and tell employees not to use it, but the last word is them.
Jan Dembowski
Thanks for the link, maybe I didn´t explain well but I had already done before the process that you indicate.
Justin Tadlock
I don´t understand what you mean by ‘compat code’.
In ‘child theme’ I have:
‘Functions.php’ (enqueue)
<?php // Oxygen hijo - Funciones personalizadas (gracias a AyudaWP) // enqueue estilos para el tema padre function example_enqueue_styles() { // enqueue de los estilos del tema padre // https://codex.wordpress.org/Function_Reference/wp_enqueue_style // wp_enqueue_style( $handle, $src, $deps, $ver, $media ) wp_enqueue_style('oxygen', get_template_directory_uri() .'/style.css'); wp_enqueue_style('oxygen', get_template_directory_uri() .'/style.min.css'); // enqueue de estilos del tema hijo // wp_enqueue_style('oxygen-hijo', get_stylesheet_directory_uri() .'/style.css', array('oxygen')); // wp_enqueue_style('oxygen-hijo', get_stylesheet_directory_uri() .'/style.min.css', array('oxygen')); } add_action('wp_enqueue_scripts', 'example_enqueue_styles');‘style.css’
/* Theme Name: Oxygen hijo Template: oxygen Theme URI: http://alienwp.com/themes/oxygen/ Description: Tema hijo de Oxygen para hacer cambios sin riesgo Version: 0.5.7 Author: AlienWP Author URI: http://alienwp.com Tags: flexible-width, theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, three-columns, right-sidebar, left-sidebar, custom-background, featured-images License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html */‘screenshot.png’
‘header.php’ (it´s the only file where I copy everything that was in the ‘parent theme’ and add the rules for ‘ie’)
My complaint isn´t related to the ‘child theme’ that is already done.
Greetings!
Hi Jan,
I’m not a programmer, designer only. I try to learn something basic. I don´t know what order to do call in the child theme to ‘header.php’ to read the parent theme. I did know orders in ‘style.css’ and ‘functions.php’ because I look at ‘AyudaWP’ web.
I think very well tell 19% of people don´t use that browser and instead use other … but people don´t understand, is comfortable and doesn´t like complications. Then they continue to use what comes from factory.
It is a high percentage of lost people.
Hi lenker!
I solved two problems at once, thanks to your recommendations, perhaps dirty but I don´t know another method.
I want to share the result of what I did.
1º) Remove navigation bar but only HOME (no other pages).
Line 87: 'show_on_front' => true,
change “true” to “false,” (without quotes). As shown in this capture.2º) Delete the word ‘Browse’ and translated ‘Home’ to ‘Hola’ (greeting in Spanish indicating Hello).
Lines 178 and 179, see screenshots to understand better.
a) Unchanged, that is, original version.
b) With the changes say in point 2.
…
You see, I have ventured to change other parameters but at least know that touching document, thanks to your help.
It would be good if these changes allow Oxygen otherwise, at least translate word ‘Browse’ from ‘.PO file’
Greetings and thanks for your help!
Pd.: I took months thinking about asking this question the author, remove navigation bar HOME.Of course Bojan!
Not opine about it before because I have no time. And because although I liked had this “problem” right sidebar which made my lengthy post and now this as I want.
Greetings! 🙂
Forum: Themes and Templates
In reply to: [Oxygen] Full page post template for OxygenHi nhalibrary!
The code is this (thank Bojan Radonic WPMU DEV Support):
div#sidebar-secondary { display: none; } div#content { width: 100%; }It also eliminates the right sidebar to the Home page.
My website: http://joanmorci.com/ (I prefer clean design and not so saturated with many things)
Greetings!
Bojan Hello! Thank you very much for the code.
I also wanted to take away the right sidebar because the post were very narrow. I´m a lover of your template website and clean it was, but now much better.
My website: http://joanmorci.com/
Greetings from Spain! Great job!
Forum: Reviews
In reply to: [Custom Login Page Customizer] Customizer not showing login pageSame case, if I go directly to the ‘Customizer’. No login page, only page ‘index’ appears.
This is a problem to fix.But it works for this route:
Desk – Appearance – ‘Login Customizer’: Customizing Start! (And from here it takes you to ‘Customizer’ own WordPress 4.3.1 where you do see and have preview option).Greetings from Spain!
Hi Andrew!
Certainly I knew had a choice of form from the ‘SiteOrigin Widgets Bundle’ package. But… I wanted Jetpack form because I knew and liked. But with more time I’ll try yours to browse.
Since the visual editor plugin ‘Black Studio TinyMCE Widget’ stop work for me is that I started to use the ‘SiteOrigin Editor’ (in plugin ‘SiteOrigin Widgets Bundle’).
Thanks to a person who discussed the matter on the WordPress.org forums in this post:
– Black Studio TinyMCE Widget
Official topic for Compatibility Issues with Page Builder by SiteOriginThe only problem I found (for now) with ‘SiteOrigin Editor’ was that although it allows integrating Jetpack form and build it as you want, when you give terminate this work customizing the form, then this is not displayed in your visual editor, no back-end and no front-end. Pity.
Greetings!
Solution? Remove ‘Page Builder’ section ‘Contact’ (Contacto).
Because I like Jetpack form is simple and comfortable.Note: We may see information normally tabbed ‘Visual’ and ‘Text’ but when clicking on tab ‘preview changes’, we will see this as if it was still formated on ‘Page Builder’. Only when we click on tab ‘Refresh’ we see that the information is displayed in the native form of WordPress (without ‘Page Builder’ format).
Greetings!