Forum Replies Created
-
AuthorPosts
-
This code should achieve that result:
@media only screen and (min-width: 1600px) { #top .av_slideshow_full li img { max-height: 600px; width: auto; } } #top .avia-slide-wrap { background: #d3d4c4; }
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top ul.sub-menu { border-radius: 0 0 10px 10px; overflow: hidden; }
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header .three.units{width:225px;} #header .six.units{width:450px;} #header .nine.units{width:675px;} #header .twelve.units{width:900px;}
Cheers!
JosueHi!
Is there a way to enter something in the field that will dynamically call in the large image id based on the portfolio item
You mean the full version of the feature image? can you post a link to what you have right now?
Cheers!
JosueHi!
You could use Tabs (vertical navigation).
Cheers!
JosueWell, btw if you plan to enable responsiveness again there’s a way to disable it for certain pages only.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support( 'avia_custom_shop_page' );
That should let you edit the default shop page with ALB.
Cheers!
JosueHey!
Under “Visibility” there’s an option to set a Post as “Sticky” – http://screencast.com/t/PcRm5yf6fQM
Regards,
JosueHey!
Can you post a screenshot/mockup of how you want it to look (at 1600+)?
Best regards,
JosueHi,
The slider is set to fill the 100% width of its container, try using a smaller column for it.
Best regards,
JosueHey!
Have you tried scrolling left? i checked it on a phone and although it wasn’t responsive i could see see all elements either by zooming or scrolling around.
Cheers!
JosueMarch 31, 2016 at 10:42 am in reply to: use custom text and headlines for post-overview-site? #605766Hey!
If you want to change the “Blog” title simply change the title of the Page and it will reflect.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 1600px) { #top .avia-slideshow-inner { max-height: 600px; } #top .av_slideshow_full li img { max-height: 600px; width: auto; } }
Cheers!
JosueHi Frankmen!
can you post a link to your site?
Best regards,
JosueHi!
Try enabling debug mode and check if you get a more detailed error:
https://codex.wordpress.org/WP_DEBUGRegards,
JosueHey!
Remove this one:
[data-av_icon]:before { font-size: 25px!important; }
And use the following
#socket [data-av_icon]:before { font-size: 60px !important; }
Modify as needed.
Regards,
JosueHey!
It’s because some of your Portfolio Items are set as “Private”.
Best regards,
JosueMarch 31, 2016 at 3:06 am in reply to: Can't seem to change the menu font color on a transparent header page #605596Hey,
Try re-setting your cache/minify plugins after you add the code to Quick CSS or change something in Advanced Styling.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
No need to do that, just don’t include jQuery in your custom code, the one included by WordPress/Enfold will be used instead.
Best regards,
JosueCould be, i think it would be better to have the form open in a new tab instead of lightbox in mobile, you can achieve this by having to buttons, one linking to the iframe enabled URL (iframe?true) and the other without.
Then with CSS you could control which one shows depending on screen size:
.only-mobile{ display: block !important; } .only-desktop{ display: none !important; } @media only screen and (min-width: 767px) { .only-mobile{ display: none !important; } .only-desktop{ display: block !important; } }
Regards,
JosueMarch 31, 2016 at 1:11 am in reply to: Strange icons in place of standard Enfold theme icons over https #605577Hey!
Can you disable all caching functionality momentarily?
Cheers!
JosueHey!
Technically speaking, the contact form sending functionality has nothing to do with the theme because it relegates that to WordPress (then to the server). So if something mail-related isn’t working it would be better to contact your provider first.
Cheers!
JosueSeems to be working fine, glad you found a solution.
Cheers,
JosueMarch 31, 2016 at 12:41 am in reply to: WEIRD BLOCK APPEARS IN TOP RIGHT CORNER IN EDGE BROWSER/IMAGES NOT 100% WIDE #605568I don’t have a Win10 install to test at the moment but it looks like it’s related to the header background, what happens if you change that to a solid color instead of an image?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOpen the file and paste the code at the end.
Ok let’s try something different. Place an Enfold button and set the link to Manually and put this:
https://flyworx.typeform.com/to/m6eicf?iframe=true
Regards,
JosueDe nada, un gusto poder ayudado :)
Saludos
You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts