Forum Replies Created
-
AuthorPosts
-
You are welcome, always glad to help :)
Regards,
JosueJune 18, 2014 at 11:18 pm in reply to: main menu (2 active versions) // menú principal (2 versiones activas) #280842Hola!
Este plugin te va a salvar la vida :)
https://wordpress.org/plugins/zen-menu-logic/Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.aviaccordion-slide-link { pointer-events: none; }Cheers!
JosueHey!
Yes, you can put it here.
If you want it in a different place, you can also use this code in functions.php:
function custom_func() { ?> _code_here_ <?php } add_filter('wp_footer', 'custom_func');Best regards,
JosueHey Sergio!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHere is how i see it on smaller screens:
http://screencast.com/t/ABBMHrXrRegards,
JosueHey!
There is something in that page that is restricting the iframe embed, i made a quick test here (try changing the iframe src value to http://kriesi.at to see what i mean):
http://jsbin.com/yotayo/1/editRegards,
JosueHey!
Not possible, because as far as i know FB/Twitter/etc don’t allow you to have control on the share window.
Cheers!
JosueDid you apply the CSS?
.custom-phone { position: absolute; top: -40px; right: 0; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Mike!
Try adding this at the very end of your theme functions.php file:
function custom_phone() { echo "<div class='custom-phone'>23809023</div>"; } add_filter('ava_after_main_menu', 'custom_phone');And this to the Quick CSS:
.custom-phone { position: absolute; top: -40px; right: 0; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.page-id-12 .entry-content-wrapper .flex_column { height: 400px; } .page-id-12 .entry-content-wrapper .flex_column:first-child { height: auto !important }Cheers!
JosueHey!
You can try increasing the margin-bottom of the p elements:
.entry-content p { margin-bottom: 35px; }Best regards,
JosueThis will do it:
#av_section_2 .flex_column { margin-top: 0 !important; }I’d recommend you to set an unique ID to that color section so the code doesn’t affect other elements in other pages.
Regards,
Josue-
This reply was modified 11 years, 9 months ago by
Josue.
I found the admin account, now please create another topic regarding your issue, i’ll post the login info in a private reply so we all can help you :)
Cheers!
JosueHey!
That’s how it works, however you can something like (check comments):
http://jsbin.com/zaqem/1/Cheers!
JosueHi!
1. This code will make the slider 400px height on mobiles:
@media only screen and (max-width: 480px) { #full_slider_1 .avia-slideshow-inner, #full_slider_1 img{ height: 400px !important; } }2. This will hide the overlay on the contact image link:
.avia-slideshow-inner .image-overlay { display: none !important; }Cheers!
JosueJune 18, 2014 at 9:31 pm in reply to: How to remove time of ‘Latest News’-widget | Time and date of “Latest Portfolio” #280769You are welcome Pede, always glad to help :)
Regards,
JosueHi!
It should be located on the popup window when you edit that heading, you can also add this to the Quick CSS to get the same result:
.av-special-heading-h3 { padding-bottom: 0 !important; }Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
This is the working code:

You were using:
.ktf-darkborder .custom-class li.avia-heading-row { background-color: red!important; }Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
Josue@ChecMark migrating is not the same as updating, i think it would be more convenient (for you to get better assistance) to handle your issue in a different topic, regarding the user account please put it in the private content area, i know you have already provided that in another topic but you have created 15 topics so far and looking through each one to find the access is quite a job.
Best regards,
JosueYou are welcome :)
Hi Sergio!
Your issue is quite different, please create another topic, here’s how to do it:
http://screencast.com/t/y2hlixuzeFRegards,
JosueHi Sandra!
Use the typical insert link popup but put the direct URL of the file there:

Best regards,
JosueHi!
Open comments.php and change that in line 172:
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";Regarding the other request, i don’t think that would be possible, you can remove the URL field though:
http://premium.wpmudev.org/blog/remove-wordpress-comments-url/Cheers!
JosueYeah that could work in theory, but it would be a lot more tricky. I think its best to use a YT/Vimeo video to be honest.
Best regards,
Josue -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts
