Forum Replies Created
-
AuthorPosts
-
Hey Tom!
The link you posted is not an Enfold installation, if you want to modify the position of a button you could use the position property:
.custom_button{ position: relative; top: 20px; left: 120px; }Regards,
JosueHi!
That link is still linking to a website, not a direct image. The solution would be to do this, as Ismael suggested.
Best regards,
JosueHey Darryl!
Refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Regards,
JosueHi!
No, because the parent links are converted to some sort of toggle when that option is selected, so they can not link elsewhere:
By default all menu items of the mobile menu are visible. If you activate this option they will be hidden and a user needs to click on the parent menu item to display the submenus
Cheers!
JosueAugust 30, 2014 at 6:14 pm in reply to: Problemas de estilo y algo de estructura en general. #311324Prueba con esto:
.avia_cart_buttons .button { font-weight: 300 !important; } .main_color .sort-param .current-param a, .main_color .sort-param a:hover { color: #878787 !important; } .main_color .sort-param .current-param .avia-bullet{ border-color: #878787; }Cuando quieras editar el aspecto de un elemento utiliza el Inspect Element de Chrome para obtener el selector de este.
Saludos,
JosueHi!
In the code itself, change “959483894”.
Regards,
JosueAugust 30, 2014 at 4:29 pm in reply to: ''Put some content here'' overlapping my footer socket #311306Hi!
That seems to be a plugin or something, add this to Quick CSS to hide it:
div#main_mp_box { display: none !important; }Regards,
JosueAugust 30, 2014 at 4:21 pm in reply to: ENFOLD / MASONRY PROBLEM ON FIREFOX + INTERNET EXPLORER #311305Hi Demien!
You need to add it once, to functions.php only.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.phone-info { font-size: 24px; color: red !important; }Adjust as needed.
Cheers!
JosueHi!
I’m not noting the issue on my end:

Best regards,
JosueAugust 30, 2014 at 12:09 pm in reply to: Add text 'filter by' before the portfolio filter categories on the page #311271Hey!
Try adding this code to the Quick CSS:
.sort_by_cat:before { content: "Filter by:"; float: left; margin-right: 10px; }Cheers!
JosueHi!
Make sure you have Flash installed (Chrome has bundled Flash but you need to install it for Firefox/Safari).
Best regards,
JosueAugust 30, 2014 at 12:04 pm in reply to: An error occured. It seems your are no longer logged in. Please reload the page #311265Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Nancy!
Check out the recommended hosts by WordPress:
http://wordpress.org/hosting/Regards,
JosueHey!
That’s not possible right now, i’d suggest uploading same-height images.
Best regards,
JosueHi!
You can define a custom logo and custom menu colors for transparent headers in Enfold > Header Layout > Transparency Options.
Regards,
JosueHi Bill!
I removed some extra whitespace after the dots, but to be honest email formatting is a tricky, it’s a matter of modify and test.
Best regards,
JosueHey Richard!
I believe thats because those extra widgets are defined in the “Display Everywhere” widget area.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .flex_column.first{ display: none; } }Cheers!
JosueHi!
That’s not possible because that element its being put at the very end of the markup (outside of the wrap all element that contains the menu) – http://screencast.com/t/XctcRZ2rI
Best regards,
JosueAugust 30, 2014 at 11:43 am in reply to: Same Lightbox for Featured Image and Gallery Images #311249Hey!
Try with this:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.single-post .big-preview, .single-post .avia-gallery').magnificPopup({ delegate: 'a', type: 'image', mainClass: 'avia-popup mfp-zoom-in', gallery: { tPrev: '', tNext: '', tCounter: '%curr% / %total%', enabled: true, preload: [1,1] // Will preload 1 - before current, and 1 after the current image }, callbacks: { imageLoadComplete: function() { var self = this; setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16); } } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueHi Bill!
You can view and edit the message i put in the contact form element popup.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 30, 2014 at 11:33 am in reply to: Problemas de estilo y algo de estructura en general. #311243Hola,
1-2. Para quitar el bold de un texto tienes que ponerle font-weight: 300 a los elementos que quieres afectar:
.product-sorting li strong { color: #828282 !important; font-weight: 300; } .price .amount { font-weight: 300 !important; }3. Tendrías que cambiar el orden en el que los datos del producto se ordenan, esto puede funcionar (añadelo a functions.php):
function change_wc_order() { remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 40 ); } add_filter('init', 'change_wc_order');4. Para quitar el borde:
.single-product #av_section_1 { border-top: 0; }Para cambiar el numero de productos:
https://kriesi.at/support/topic/changing-number-of-related-products/#post-2265715. Prueba con esto (ajusta los colores):
.avia-slideshow-arrows a:before{ background: red; color: blue !important; }Lo del numero 6 es por una diferencia de relación de aspecto:
http://www.carrazart.com/wp-content/uploads/2014/05/AMAZING-GRAYS_RED2.jpg
http://www.carrazart.com/wp-content/uploads/2014/08/RREBIRTH21.jpgSaludos,
JosueHi!
In Chrome, but i just tested it on Firefox and it works too – http://screencast.com/t/xNuiAcXK
Cheers!
JosueHey!
I’m assuming you want to have the color section to divide your sidebar, that’s not possible. One thing you can do is use a combination of column elements + the widget element which allows you to control the position of the widgets.
Regards,
JosueHey!
Refer to this topic:
https://kriesi.at/support/topic/moving-javascript-to-footer/Regards,
Josue -
AuthorPosts
