Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueTry adding this to the block (put it inside the media query):
.sub_menu { position: absolute !important; left: 0; right :0; top: 0px; margin: 0 auto; }
Hi,
Given the 4 icons you have imported, the code should end up looking like this:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name1'] = array( 'font' =>'fontello', 'icon' => 'ue800'); $icons['icon_name2'] = array( 'font' =>'fontello', 'icon' => 'ue801'); $icons['icon_name3'] = array( 'font' =>'fontello', 'icon' => 'ue802'); $icons['icon_name4'] = array( 'font' =>'fontello', 'icon' => 'ue803'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Icon Label 1'] = 'icon_name1'; $icons['Icon Label 2'] = 'icon_name2'; $icons['Icon Label 3'] = 'icon_name3'; $icons['Icon Label 4'] = 'icon_name4'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
If you paste it like that it will work but you’re free to change the labels too.
Best regards,
JosueHi,
Correct, also change ‘icon_name’ and ‘Icon Label’ respectively.
Best regards,
JosueCan you please disable the slider automatic rotation.
Try this:
@media only screen and (max-width: 767px) { .responsive #header_meta .social_bookmarks li { border: 0 !important; } #header_meta .container{ text-align: center; } #header_meta .container > * { display: inline-block; width: auto !important; padding: 0; } #header_meta .phone-info.with_nav { position: absolute; right: 0; top: 5px; } #header_meta .responsive #header .social_bookmarks { position: absolute; left: 0; } }
Hi,
Where does the ad is supposed to show? make sure you don’t have an Adblocker extensions running.
Best regards,
JosueOk, try with this:
@media only screen and (max-width: 767px) { #header_meta .container{ text-align: center; } #header_meta .container > * { display: inline-block; width: auto !important; } #header_meta .phone-info.with_nav { position: absolute; right: 0; } #header_meta .responsive #header .social_bookmarks { position: absolute; left: 0; } }
Make sure you’re closing all CSS block codes, you’re missing a
}
Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Hm, try changing the slider animation to Fade, that part of the code scales the image up so it fills the whole height of the container (instead of stretching it).
Hey!
Try adding this code to the Quick CSS:
.responsive #top .avia-team-member .team-social { max-width: 300px; margin: 0 auto; }
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #header_meta { position: absolute; width: 100%; background: transparent !important; width: 140px; margin: 0 auto; left: 0; right: 0; } #header_main { position: relative; } }
Cheers!
JosueTry with this instead:
@media only screen and (max-width: 480px) { ul.avia-slideshow-inner { min-height: 210px !important; } .av_slideshow_full li, .av_slideshow_full .avia-slide-wrap { height: 100% !important; } .av_slideshow_full li img{ -webkit-transform: scale(4) } }
That won’t stretch the image but will scale it so it fills the height of the container (210px).
Hey!
Try adding this code to the Quick CSS:
.iconbox_left .iconbox_icon { left: 5px; }
Cheers!
JosueOk, hope you manage to get this resolved, if you need anything else just let us know.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
The font has been added to the Theme Options but it seems the font files are not being included, i checked this URL and it led to an empty page:
https://fast.fonts.net/lt/1.css?apiType=css&c=d3d7e58c-d99f-4c53-9424-3d91e6c70f77&fontids=1458136Best regards,
JosueHey,
It seems you’re using a custom lightbox script, in that case you’d need to disable Enfold’s one, go to Theme Options and uncheck “Lightbox Modal Window”.
Best regards,
JosueHey,
Can you try enabling WP_DEBUG and try again:
https://codex.wordpress.org/WP_DEBUGYou should get a more detailed message.
Best regards,
JosueHi,
Can you post the link to the website please?
Regards,
JosueMay 10, 2016 at 11:52 am in reply to: avia layout architekt – Tabelle – possible to import table? #629827Hey Plotz,
There isn’t unfortunately, you can do that with Tablepress, a specialized table plugin though:
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer{ padding-top: 0; } #footer:before{ content: ""; background-image: url('http://relaunch.voltaris.de/wp-content/uploads/2016/05/square.jpg') !important; background-position: top !important; width: 100%; display: block; height: 50px; }
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey,
1. I couldn’t reproduce the play button issue, video controls work fine on my end (Chrome / OS X).
2. Add this to Quick CSS:
#top .av-video-slide .avia-slide-wrap { background-color: white !important; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { ul.avia-slideshow-inner { min-height: 210px !important; } .av_slideshow_full li, .av_slideshow_full .avia-slide-wrap, .av_slideshow_full li img { height: 100% !important; } }
Cheers!
JosueHi,
Should the icon be at the left? can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
Josue -
AuthorPosts