Forum Replies Created
-
AuthorPosts
-
Don’t worry, it’s pretty simple:
First, in this website you create or choose one gradient:
Then you copy the code generated:
And finally you mix it with the code i provided to you (put it inside { .. }):
.button[type=’submit’] {
background: #1E5799;
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#2989D8), color-stop(51%,#207CCA), color-stop(100%,#7DB9E8));
background: -webkit-linear-gradient(top, #1E5799 0%,#2989D8 50%,#207CCA 51%,#7DB9E8 100%);
background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(to bottom, #1E5799 0%,#2989D8 50%,#207CCA 51%,#7DB9E8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#1e5799′, endColorstr=’#7db9e8′,GradientType=0 );
}Regards,
JosueNovember 2, 2013 at 12:38 am in reply to: Hide Theme Options in top header when viewing website #183566Hi dhruvcasper!
That code should work (tested locally):
#wp-admin-bar-avia{ display: none !important; }
Can you create an administrator account and post it here as a private reply, so we can test it out?
Best regards,
JosueHey Alex!
It’s happening because in the first one the ‘avia-builder-el-first’ is the second heading and in the other is the reverse, the ‘avia-builder-el-first’ class is applied to the first element created and it removes the margin top.
You could either try re-doing this page or If you want us to check it, create an administrator account and post it here as a private reply.
Best regards,
JosueHey!
Add this code to the Quick CSS:
.logo { margin-top: 14px; } .header-scrolled .logo{ margin-top: 0; } .page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units { padding: 20px 0; }
That will fix the logo issue and will reduce the top&bottom padding of the icon list container, regarding the Polish characters issue please create another topic for that.
Cheers!
JosueHey!
It’s here: http://www.showmagnifique.com/wp-content/uploads/
But that doesn’t appear to be the problem, the enfold.css exists, i think is because some cache/pagespeed plugin you have active, try deactivating that.
Regards,
JosueHey!
Add this code to the Quick CSS:
.avia-icon-list-container { margin-bottom: 0; margin-top: 0; }
That will reduce the margin top / bottom to zero (default is 30px).
Cheers!
JosueHey z2h!
This selector will target that button:
.button[type='submit']{ }
Regarding the gradient you could create one here, copy the generated code and put it inside the selector, for example:
.button[type='submit'] { background: #1E5799; background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#2989D8), color-stop(51%,#207CCA), color-stop(100%,#7DB9E8)); background: -webkit-linear-gradient(top, #1E5799 0%,#2989D8 50%,#207CCA 51%,#7DB9E8 100%); background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); background: linear-gradient(to bottom, #1E5799 0%,#2989D8 50%,#207CCA 51%,#7DB9E8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); }
Then, simply paste the whole code in the Quick CSS and that would be it.
Cheers!
JosueHey newavail!
I think that would be possible, however you’d need to implement Bootstrap files into your WP installation, you could use a plugin like this: http://wordpress.org/plugins/wordpress-bootstrap-css/
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the code/text you are using as a Widget for that banner?
Regards,
JosueHi,
Can you post the link to your website please?
Also, make sure the uploads folder is writable.
Regards,
JosueHi!
You can put that whole code in your Child theme CSS but you’d have to move the images folder to your child folder to make it work.
Regards,
JosueHey!
The first one is .avia-builder-el-5 and the second one is .avia-builder-el-8, in order to differentiate them simply prefix that to the selector:
Like this:
.page-id-544 .avia-builder-el-5 .av_toggle_section:nth-of-type(1) .toggler{ }
Regards,
JosueNovember 1, 2013 at 12:44 am in reply to: Copy Header Social Icons to Text Widget? (Hoverable) #183198Glad we could help, let us know if you have any more questions or issues :)
Regards,
JosueHey!
I noted that only happens on “R&D” and “Test centre”, can you create an administrator account and post it here as a private reply?
Best regards,
JosueHey uattah!
Open page.php, go to line 25:
get_template_part( 'includes/loop', 'page' );
And add this line below it:
comments_template( '/includes/comments.php');
Final code:
get_template_part( 'includes/loop', 'page' ); comments_template( '/includes/comments.php');
Regards,
JosueHi Chubby!
Open: /enfold/functions-enfold.php
Change line 274:
'heading' => 'h1'
To this:
'heading' => 'span'
Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueOctober 31, 2013 at 11:22 pm in reply to: Copy Header Social Icons to Text Widget? (Hoverable) #183155Hey Eric!
Add this code to the Quick CSS:
.textwidget .social_bookmarks { height: auto !important; } .textwidget .social_bookmarks li { clear: none !important; }
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
I noted that too, add the important rule to the base selector, this will prevent it from changing:
.av_toggle_section:nth-of-type(1) .toggler{ background: red !important; }
Best regards,
JosueHi Seth!
Simply prefix the id to every selector:
.page-id-544 .av_toggle_section:nth-of-type(1) .toggler:hover{ ... } .page-id-544 #toggle-id-1-container{ ... }
Cheers!
JosueHey Peter!
As far as i know there isn’t any specialized plugins for that, however there are some workarounds, please take a look: http://wordpress.org/support/topic/are-there-iphoto-plugins-for-uploading-to-wordpess#post-1879521
Best regards,
JosueOctober 31, 2013 at 8:20 pm in reply to: make header with social icons transparent but leave logo part solid #183096Hi!
The link you provided is displaying a coming soon page.
Regards,
JosueHey!
It is done, see it now:
http://www.joy4lifeministries.org/portfolio-item/lifedreamin/
I edited this file: http://www.joy4lifeministries.org/wp-admin/theme-editor.php?file=template-builder.php&theme=enfold&scrollto=528&updated=true
Cheers!
JosueYour site is not loading from here (maybe is due to a location issue) :(
Please create a new topic regarding this so other staff members can help you.
Cheers,
JosueHi Seth!
For the hover color just repeat the previous code but add :hover in the end, that will target the :hover state:
.av_toggle_section:nth-of-type(1) .toggler:hover{ background: orange; } .av_toggle_section:nth-of-type(2) .toggler:hover{ background: yellow; }
Regarding the content, it’s easier, simply target it like this:
#toggle-id-1-container{ background: blue; } #toggle-id-2-container{ background: blue; } #toggle-id-3-container{ background: blue; }
And so on, the last one would be 8, because you have a total of 8 tabs in that page.
Best regards,
JosueHi Simonac,
Can you post the link to your website please?
Regards,
JosueGlad we could help, let us know if you have any more questions or issues :)
Regards,
Josue -
AuthorPosts