Forum Replies Created
-
AuthorPosts
-
Hey Mitch!
WPML is used to have multiple multilingual sites using the same WordPress installation, that being said, the translation of the .po/.mo files can be done using a software like PoEdit or a plugin like CodeStyling Localization.
In short:
- .po/.mo files handle the translation of the theme files (strings).
- WPML is used to translate the site content.
Cheers!
JosueHi Charlie,
Can you post the link to the page where you are trying this? i tested this code on my local install and it worked:
<p style="float: left"><strong>Cola</strong></p> <p style="float: right">25:-</p>Regards,
JosueHey!
Try adding this code to the Quick CSS:
.bypostauthor > div{ background: #d1d1d1 !important; }Adjust as needed.
Cheers!
JosueHi!
Try with this:
.avia_combo_widget ul li { font-size:18px !important; }If it doesn’t work please post a link to your website, also here are some CSS snippets.
Cheers!
JosueHi Huy!
Try adding this code to the Quick CSS:
.post-title { font-size: 52px !important; }Change as needed.
Cheers!
JosueHi Sandra!
I’ve not tested this but it could work for you:
https://wordpress.org/plugins/export-to-text/Please note that this kind of questions are outside of our support coverage.
Best regards,
JosueHey!
The source of the issue is the textarea element in the HTML code, i’d suggest using this plugin to abstract that snippet and embed it via shortcode.
Regards,
JosueDe nada, un gusto :)
Probaste con este código?
#header_meta { box-shadow: none !important; }Hey!
Try adding this code to the Quick CSS:
.single-product .summary p.price:before { content: "From: "; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-ipad #top .scroll-down-link{ bottom: 25px !important; }Cheers!
JosueHola,
Es domingo pero te voy a ayudar :), prueba con este código en Quick CSS para borrar la linea de arriba:
#header_meta { box-shadow: none !important; }En la pagina donde está el slider no noto ningún borde o linea la verdad.
Saludos,
JosueHi!
Try using the Comments element (Content Elements).
Best regards,
JosueHi!
Try with this code:
.avia_ajax_form label { color: white !important; }The forum issue you mention is very weird, i’ll ask Kriesi to check if there is something wrong with your user.
Regards,
JosueHi!
That’s currently a non-theme related bug with FF 30 and custom styled <select> elements:
https://gist.github.com/joaocunha/6273016
http://www.currelis.com/hiding-select-arrow-firefox-30.htmlBest regards,
JosueHey!
Try adding this code to the Quick CSS to hide the author:
.text-sep-cat, .blog-author { display: none; }The headings are h2, in single pages are transformed to h1, to change its font size (in both occurrences):
.post-title { font-size: 16px !important; }To add a line:
article.post { border-bottom: 1px solid #e1e1e1; margin-bottom: 20px; }Cheers!
JosueAugust 25, 2014 at 2:39 am in reply to: Enfold Responsive Table Headings in Wrong Fields on Mobile #308529Hi!
Tables and responsiveness is a tricky matter, i personally think scrollable tables is an acceptable workaround. If you don’t like it you could check a third-party plugin like TablePress.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Giles!
The code has typos, that normally happens when you copy it directly from a mail client, try manually re-writing the > symbols.
Best regards,
JosueHey!
1. Try with this code:
#footer { padding: 0 !important; }2. You can disable that in the Theme Options: http://screencast.com/t/7yBRmgcquQZ
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.html_header_top.html_header_sticky #header { top: 0; }Cheers!
JosueHey!
Try with this:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio" || $context == "product") avia_social_share_links(); }Cheers!
JosueHola,
1. El piquito no aparece por defecto cuando se selecciona el header transparente, puedes cambiar esto agregando el siguiente código al Quick CSS:
#top .av_header_transparency .current-menu-item .avia-menu-fx { opacity: 1 !important; }Sobre los submenus, no noto el problema honestamente (http://i.imgur.com/Oz8L4r0.png), trata de mirarlo en otro ordenador/navegador.
2. Añade este código:
.html_header_transparency .header-scrolled .header_bg{ background: rgba(0, 0, 0, 0.4) !important; }3. Podrías usar los items de portfolio para crear un catalogo sin funcionamiento de compra.
Sobre un plugin de manejo de media, seria cosa de buscar en el repositorio de WordPress, aquí hay un par que tal vez te sirvan:
https://wordpress.org/plugins/media-file-manager-advanced/
http://wordpress.org/plugins/uber-media/Si queréis dar ideas para mejorar Enfold lo puedes hacer en el siguiente enlace (en Inglés):
https://kriesi.at/support/enfold-feature-requests/Otra cosa, es recomendable mantener el theme actualizado a la ultima version (2.9.1), en ambos websites.
Saludos,
JosueHi Nic,
Try adding this:
.pricing-table li p { margin: 0 !important; }Best regards,
JosueAugust 24, 2014 at 10:24 pm in reply to: Applying an id-name or class-name to a 1/2 page layout module or a picture #308494Great solution Marc, i’ll update the code in the original topic.
Best regards,
JosueAugust 24, 2014 at 9:40 pm in reply to: Layerslider difficulties – top margin and widget interaction #308488Hey Oliver!
Try adding this code to the Quick CSS:
.html_header_transparency .content { padding-top: 0 !important; }Cheers!
JosueAugust 24, 2014 at 7:53 pm in reply to: Applying an id-name or class-name to a 1/2 page layout module or a picture #308477Hey!
It doesn’t work because the workaround seeks for the last class in the element, an image element class array looks like:
avia-image-container avia_animated_image avia_animate_when_almost_visible right-to-left av-styling- avia-builder-el-33 avia-builder-el-no-sibling custom_elements mwPictureColumn avia-align-center avia_start_animation avia_start_delayed_animation
And a text element:
av-special-heading av-special-heading-h3 avia-builder-el-28 el_before_av_textblock avia-builder-el-first custom_elements mwTextColumn
I’ll try to find a better workaround for this issue.
Regards,
JosueLooks good to me. Feel free to request cover image for Avia Video elements here.
Regards,
JosueYou are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
