Forum Replies Created
-
AuthorPosts
-
Hey!
Post a link to the img you want as a background. A mockup of what you want to achieve would be helpful too.
Cheers!
JosueHi!
Which version of IE is presenting this issues? can you post a screenshot of your view?
Cheers!
JosueSorry for the late reply, can you create an administrator account and post it here as a private reply?
Cheers!
JosueNovember 13, 2013 at 7:50 pm in reply to: How to reduce the space between two layout elements? #187915Hey Thomas!
Try with this:
.flex_column.av_two_third.first.avia-builder-el-2.el_after_av_two_third.column-top-margin { margin-top: 0; /* You can put a px value here: 10px, 20px, etc */ } .flex_column.av_one_third.avia-builder-el-4.el_after_av_two_third.avia-builder-el-last.column-top-margin { margin-top: -125px; }
Result:
Regarding the footer, what exactly needs to be fixed?
Cheers,
JosueNovember 13, 2013 at 1:53 am in reply to: Enfold Author – Limit access ONLY to their own Author page? #187587Hey Johan!
Could you please elaborate? i didn’t understand you.
Best regards,
JosueHey eclipsenyc!
Please take a look at this topic:
https://kriesi.at/support/topic/admin-ajax-php-killing-the-site/Regards,
JosueNovember 13, 2013 at 1:17 am in reply to: Advanced Layer Slider- adding slides to the drop-down #187575Hi,
That should not be happening, are you using the latest version of Enfold?
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHello,
What is the source of this table? try pasting in HTML format while being in the Text tab.
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Masten!
It’s not, here’s how i see it:
Cheers!
JosueHey!
Add this code to the Quick CSS:
table, table * { border: 0 !important; background: transparent !important; }
Cheers!
JosueHey!
Try adding the following here, inside the mobile media query wrapper:
.page-id-612 .stretch_full.container_wrap.alternate_color.light_bg_color.title_container { height: 250px; } #background-thing{ top: -225px }
Cheers!
JosueHi!
Try this:
.page-id-612 .stretch_full.container_wrap.alternate_color.light_bg_color.title_container { height: 500px; }
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi Nick!
The right padding is there, you just need to push the span to the left (try using a % value instead of a px one) in LayerSlider.
For the footer, use this:
#footer .flex_column{ background: red !important; padding: 0 20px; /* You may want to add some padding too */ }
Or if you want to have a different background color for each one:
#footer .flex_column:nth-child(1){ background: green !important; } #footer .flex_column:nth-child(2){ background: yellow !important; } #footer .flex_column:nth-child(3){ background: blue !important; } #footer .flex_column:nth-child(4){ background: peru !important; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
I don’t think that would be possible, you’d need to rely on the color section element (set #background-thing as the ID).
Cheers!
JosueHi RDCSI!
You can use just the ID, if it doesn’t work, try adding the !important rule at the end of each property:
#my_id{ background: red !important; }
Best regards,
JosueHey!
Try adding a hight z-index value, like:
#background-thing { z-index: 2000 !important; }
Cheers!
JosueHey Nick!
For the captions, add this CSS:
.ls-layer span { background: rgba(0, 0, 0, 0.5); padding: 20px !important; display: block; }
Regarding the footer, by colours you mean the font colours or the background colour?
Cheers,
JosueHi Eran!
Thanks you very much for sharing it.
Regards,
JosueNovember 12, 2013 at 10:46 pm in reply to: How to reduce the space between two layout elements? #187489Hey Thomas!
Add this code to the Quick CSS:
.flex_column.av_two_third.first.avia-builder-el-2.el_after_av_two_third.column-top-margin { margin-top: 0; }
Cheers!
JosueHey tlow87!
You have this error in the console:
Uncaught TypeError: Property ‘$’ of object [object Object] is not a function
Try the following, replace each of the ‘$’ by ‘jQuery’ in your javascript code.
Best regards,
JosueHey awakeningthedivine!
That would require to increase the header size, can you post a link to your website?
Cheers!
JosueHey Doug!
Open template-builder.php and replace line 34:
echo $content;
By this:
echo "<h1>".get_the_title()."</h1>".$content;
Change the h1s if you want to use another heading type.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
This will make the header stay white when scrolled:
#header.header-scrolled { background: #FFF !important; }
Regarding making it transparent by default i think you must first decide what background you’ll put behind it because otherwise you would not note if its transparent or not, for example, add this too to the Quick CSS:
#header { background: url('http://seanhalpin.io/assets/img/content/nav/header-logo-mask.png') gray; }
Regards,
JosueHey Nick!
Open js/avia.js and comment/remove line 18:
//avia_header_size();
Cheers!
Josue -
AuthorPosts