Forum Replies Created
-
AuthorPosts
-
Please make the account an Administrator.
Best regards,
JosueIn that case you could use the following format:
/%category%/%postname%Regards,
JosueHi!
Did you do this?
Use two Portfolio Grid elements, set a class of “no-mobile” and “no-desktop” accordingly
Best regards,
JosueHi Marco,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueWell, that’s a feature of 3.2, you’d need to update the parent theme.
Regards,
JosueHey!
1. This code affects the homepage and not the other page, hence the difference:
.home #av_section_7 .av_one_fourth { margin-left: 2%; width: 23.5%; }One easy fix would be to use a custom class or ID (to sections in both pages) and change the code accordingly (remove .home, and change #av_section_7).
2. Add
background: transparentto the overlay code:#top .image-overlay-inside:before{ background-image: url(https://www.alfaweb.at/testwaldi/wp-content/uploads/2015/06/arrow.png); background-size: contain; background-repeat: no-repeat; content: ''; background-color: transparent; }Regards,
JosueThis will do it:
.not_so_strong .av-special-heading-tag { font-weight: 400; }Regards,
JosueI don’t really know what’s adding that padding there – http://i.imgur.com/kZnE6pk.png, but if you manage to remove that and add the code i gave you it should be fixed.
Try contacting the plugin author:
https://wordpress.org/support/plugin/logo-sliderRegards,
JosueHey!
How are you including it? have you checked the JavaScript Console? you may need to wrap it like this:
<script> (function($){ $(window).load(function() { var searchText = 'blabla'; $('cite.fn').filter(function () { return $(this).text() === searchText; }).css('color', 'red'); }); })(jQuery); </script>Best regards,
JosueHey Julie!
Use two Portfolio Grid elements, set a class of “no-mobile” and “no-desktop” accordingly, and add this to Quick CSS:
@media only screen and (min-width: 767px) { .only-mobile{ display: none } .only-desktop{ display: block; } } .only-mobile{ display: block; } .only-desktop{ display: none; }Regards,
JosueHi Mary!
Try the following in Settings > Permalink – http://screencast.com/t/jTjjhN4MgsW
Regards,
JosueHi,
Can you please hand me a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 10, 2015 at 3:55 pm in reply to: Vimeo video not playing as background of Colour Section #471549No, seems Vimeo doesn’t allow that for embeds:
https://vimeo.com/forums/topic:35331Best regards,
JosueTake a look:
https://wordpress.org/plugins/youtube-playlist-thumbs/Regards,
JosueRefer to:
http://premium.wpmudev.org/blog/create-audio-video-playlists-wordpress/Best regards,
JosueHey Mary!
Go to Enfold > Blog Layout and select this option – http://screencast.com/t/qX2bQ6lCXzZc
Best regards,
JosueHi Liliane,
Can you post the link to your website please?
Regards,
JosueHi!
In /wp-content/themes/enfold/functions.php, at the very end.
Best regards,
JosueHey!
You have two options:
1. Self-host your videos (meaning you would upload to your server via Media > Add new) and use the WordPress-included HTML5 media player (MediaElementJS).
2. Use a third-party service like Vimeo or Youtube.Best regards,
JosueHi!
You can put a custom print.css on your child theme directory and include it with this code in child functions.php
function change_aviacss() { wp_dequeue_style( 'avia-print' ); wp_enqueue_style( 'avia-print-child', get_stylesheet_directory_uri().'/css/print.css', array(), '1', 'print' ); } add_action( 'wp_enqueue_scripts', 'change_aviacss', 100 );Best regards,
JosueUse this:
#top .image-overlay-inside:before{ background-image: url(https://www.alfaweb.at/testwaldi/wp-content/uploads/2015/06/arrow.png); background-size: contain; background-repeat: no-repeat; content: ''; } #top .image-overlay{ background: transparent; }Best regards,
JosueSections have a minimum height of 100px, you can use the following code to remove that rule:
#top .avia-section { min-height: initial; }If this affects other sections in your site you could set a custom ID (or class) to that section and change the code accordingly.
Regards,
JosueHi!
Remove that
padding-top: 60pxfrom the logo-slider container and useline-heighton the logo-slider instead:ul#logo-slider { line-height: 200px; }Regards,
JosueThat depends on the font, go to Google Fonts and check the available weights of the font you are using, then you could set a custom class to the strong (inside the heading element), and with CSS:
strong.not_so_strong{ font-weight: 500; }Cheers!
JosueHi!
Edit the first Column in that Section and set this options to it – http://screencast.com/t/3EaRg7P0Bo
Best regards,
JosueThat’s not avia_section_6 but 7, code should be:
.home #av_section_7 .image-overlay-inside:before,.page-id-14 #av_section_14 .image-overlay-inside:before { background-image: url(https://www.alfaweb.at/testwaldi/wp-content/uploads/2015/06/arrow.png); background-size: contain; background-repeat: no-repeat; content: ''; }Hi!
Wrap the heading content with
<strong></strong>or<b></b>.Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHm, i can see the issue but i’m not really sure what could be the cause, it’s definitely related to the permalinks set for the WC Product categories, try creating a thread in the WC support forum:
https://wordpress.org/support/plugin/woocommerceRegards,
JosueHola,
No te puedo ayudar en nada con eso, ¿cual es el problema que tienes exactamente? pásame la URL del sitio y un usuario de administrador.
Saludos,
Josue -
AuthorPosts
