Forum Replies Created
-
AuthorPosts
-
Hi!
I see the problem is regarding the styles being called in the wrong protocol (https):
HTTPS:
HTTP:
Have you modified something to make this behavior? can you disable it?
Best regards,
JosueHi!
I see you are using Enfold 2.3.2 and the icons are displaying as expected:
Regards,
JosueHello!
Do you have an example of one of these ‘microsites’?
Regards,
JosueHey!
I just replied your email :)
Cheers!
JosueOctober 17, 2013 at 8:13 pm in reply to: Fullscreen Slider: change the height of 100% to 100% – 100px #177155Hi Michael!
The only solution i see is to apply some JavaScript, can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
A login prompt, can you post the access to it?
Regards,
JosueYep, you are welcome, glad we could help :)
PS. Remember to backup this file in case of updating.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Open /themes/enfold/framework/css/avia_admin.css, add this at the end:
#avia_import{display: none !important}
Regards,
JosueHi Bruno!
Still. i’m unable to reproduce the issue, have you tried testing in another computer?
Cheers!
JosueOctober 17, 2013 at 6:54 pm in reply to: Fullscreen Slider: change the height of 100% to 100% – 100px #177124Hey!
Have you tried padding-bottom?
.avia-fullscreen-slider .avia-slideshow{ padding-bottom: 100px; }
Cheers!
JosueHola José!
Si, es posible, podrías crear una nueva Widget Area y ponle “Sidebar Movil”, luego tendrias que modificar los archivos donde quieres que aparezca (page.php, post.php), y ponerlo asi:
<div class="solomoviles" style="display: none;"> <?php dynamic_sidebar("Sidebar Movil"); ?> </div>
Y luego en este archivo, pondrias que se muestre solo cuando se esta en movil:
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .solomoviles{ display: block !important; } }
Saludos,
JosueHi!
Ok, i set the bullets to appear only when they are inside of a .avia_textblock.
Regards,
JosueHi Ronny!
I saw you are putting the wrong CSS code
The correct syntax would be:
p { font-size: 14px !important; }
Best regards,
JosueHi!
You wouldn’t need to do that, those files would be included in the iframe, do you have an example of one of these ‘microsites’?
Best regards,
JosueHello Compustar82!
Open header.php and change the lines 153-155 from this:
To this:
If you have trouble doing it, please create an administrator account and post it here as a private reply.
Regards,
JosueHello shriii!
You have an issue with the uploads folder https://requirementsinc.com/wp-content/uploads/, you need to make it writable.
Regards,
JosueHello jasoncliff!
As far as i know there isn’t a visual way to do it, however you can always edit the header.php file, if this is too technical, we can help you out if you provide us with the exact content you want to include in the header and where.
Best regards,
JosueHey darthgunner!
Have you tried disabling all your plugins to see if it gets fixed?
Best regards,
JosueHello Frank!
There is a way, using the page ID class:
Something like:
.page-id-32 .header{ background: url(...); }
Please provide us with a link to your website, the pages in questions and their respective headers background, so we can help you out.
Cheers!
JosueHi Ronny,
Can you post the link to your website please?
Regards,
JosueOctober 17, 2013 at 6:38 am in reply to: Fullscreen Slider: change the height of 100% to 100% – 100px #176876Hi,
Can you post the link to your website please?
Regards,
JosueHey ace2296!
I don’t see it cropped:
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey dweb!
ALB is by default disabled on Posts, however if you enabled it at some point, you can disable it by editing this file: /enfold/config-templatebuilder/avia-template-builder/config/meta.php
Look for this line (5):
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
And change it to:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
Regards,
JosueHey KingConga!
I think that may be possible with WP LayerSlider, which comes with Enfold.
Cheers!
JosueHi kaufman-agency!
Try adding this too:
ini_set('max_execution_time', 300);
Regards,
JosueOctober 17, 2013 at 6:23 am in reply to: Enfold – Contact form doesn't send emails and dont show message error #176867Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHello elames!
Use this Full Screen Slider element:
Best regards,
Josue -
AuthorPosts