Forum Replies Created
-
AuthorPosts
-
Hey!
The table is too big, try increasing the container width size to 1210px (Enfold > General Settings).
Regards,
JosueFebruary 6, 2014 at 1:06 am in reply to: How do I get the Mobile menu starting in Ipad Portrait and smaller #220199Hey!
Try adding this code to the Quick CSS:
#header_main_alternate { margin: 0; }
Cheers!
JosueHi!
Add this too:
#full_slider_1{ box-shadow: none !important; }
You can mix both codes if you want:
#full_slider_1, #header_meta { box-shadow: none !important; }
Cheers!
JosueFebruary 5, 2014 at 11:07 pm in reply to: How do I get the Mobile menu starting in Ipad Portrait and smaller #220166February 5, 2014 at 10:37 pm in reply to: Top Header change color of links and background with CSS #220150Hey!
Your enfold.css file has a typo:
#top .main_color .tabcontainer .tab:hover { #FFF: }
That disables all the code below it, open that file via FTP and fix it, change that to:
#top .main_color .tabcontainer .tab:hover { color: #FFF: }
Best regards,
JosueFebruary 5, 2014 at 10:31 pm in reply to: How do I get the Mobile menu starting in Ipad Portrait and smaller #220142Hi!
Your site is under construction, can you disable it so we can check it out?
http://www.videyou.nu/Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { box-shadow: none !important; }
Cheers!
JosueHey!
Yes, you can target that row, use this code:
.page-id-1195 table tr > td:first-child { font-weight: bold !important; color: black !important; background: #F5F5F5 !important; }
Change the properties the way you’d like.
Best regards,
JosueHi!
No i didn’t, the change in js/avia.js is at the very end, this piece of code:
jQuery(window).scroll(function () { scrollY = jQuery(window).scrollTop(); if(scrollY >= 220){ jQuery(".home #header").addClass("non"); }else{ jQuery(".home #header").removeClass("non"); } });
Best regards,
JosueHey!
I added some code to js/avia.js and css/custom.css and it appears to doing the job, see:
http://polyscale.m3ms.de/This is only applied to the home.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
I don’t think that’s necessary, if you know some JavaScript, you can try tweaking it in js/avia.js around line 1044 (avia_header_size function).
Cheers!
JosueHey!
You put that line in the functions.php file (at the very end).
Regarding the Icon element, you can find that in Content Elements > Icon
Cheers!
JosueHi!
I activated the TwentyThirteen theme to check if it’s something we can fix on our end but the issue persisted, so it’s not theme-related. Please contact the WPML support staff and ask them to check your configuration (woocommerce + wpml conflict).
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_meta { background: #333333 !important; }
Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-slideshow-inner .image-overlay.overlay-type-extern { display: none !important; }
Cheers!
JosueHey!
It appears it’s inside a one-third column, that’s why is small.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-masonry-sort.main_color { background: red !important; }
Cheers!
JosueFebruary 4, 2014 at 6:27 am in reply to: Changing the shape/colour/style of the page select indicator #219200Hey!
If you want to set an image:
.avia-menu-fx { background: url(https://avia.wp/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_l17.png) !important; }
If you want to change the color:
.avia-menu-fx .avia-arrow-wrap{ border-color: blue !important; } .avia-menu-fx{ background: blue !important; }
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Fiorilla,
Can you post the link to your website please?
Regards,
JosueHey!
What kind of header are you using? can you post a link to your website?
Best regards,
JosueHi!
Make sure you don’t put it inside the <?php tag:
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi Fabrice!
The icons are simply Icons with these settings:
The paragraphs have a custom class assigned to them, in the Quick CSS they added this:
#top .sdp-border { padding: 10px 20px 4px 20px; border: 1px solid #333; background-color: rgba(24,24,24,0.49); -webkit-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75); -moz-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75); box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75); }
Regards,
JosueNo problem, you are welcome, glad we could help :)
Regards,
JosueHi!
You have a typo on your code that is disabling all the code below it:
That ; after #upload should be a {
Regards,
Josue -
AuthorPosts