Hi Pedro!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
body .column-top-margin {
margin-top: 0;
}
Cheers!
Yigit
Hey jkielty!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-3669 .iconbox_top {
margin-top: 50px; }
Regards,
Yigit
This reply has been marked as private.
Hi fiachramccloskey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
Cheers!
Yigit
HI
Sorry if this has been answered before I cant find it
I want to remove the very top block in this layout of the header i think its header_meta div
http://217.199.187.63/expressgrass.ie/
thanks
Hi Feliperobert,
please head over here and express your need in this thread: http://wordpress.org/support/topic/612-and-wp-38-plugin-not-working
Bye,
Rolf
For some reason it stopped working. Didn’t change anything.
Hi Ismael,
The page: https://www.peetersduurzaam.nl/webshop-2/
At the top of the webshop page you can see “Sorteer op” which means “Sort by”, we would like to delete the option called “Standaard bestelling” which means “Standard order”.
It would be most ideal if the default sorting would be “Price (low-high)”
Thanks!
Pim
Hey!
Please try adding under following line
if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; }
and remove margin-top rule from your custom CSS. Float: right would be enough
Cheers!
Yigit
As I said they are doable its just beyond the scope of what support covers. I’ve done customization somewhat similar to that for clients and especially for just the home page you can target all the changes through css and using #top.home as the first selector to limit everything just to the home page.
Hmmm…no, that isn’t working.
I added it as you directed to header.php, and you can see that it is being inserted in the top logos area (in the gray strip above the main large logo). You can see it jammed above the “See Our Reviews” text.
I need it in the white area to the right of the “princeton gutters” logo!
Keith
Hey!
You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Please open Header.php file again and right under following line
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
add following line
echo "<div class='my-text'>here goes your text</div>";
And you can style your text using .my-text style in Quick CSS, for example
.my-text { float: right; margin-top: 30px; }
Cheers!
Yigit
Thank you, Yigit. I see what you did there, but it doesn’t work for my needs.
I should have sent you a link for reference: http://pgutters.jonevan.com/
You will see that I added HTML to the “phone number” insert area already. It gives you the review icons at the very top of the page. So I cannot move the header.php telephone code as you suggested.
What I am trying to do involves the currently blank area to the right of the logo. By default, that area inserts the social icons. I am trying to, instead, put a large phone number in that area. I think I need to code that phone number (or any other original content I want to use instead of the by-default social icons) into the header.php file via my own div(s) which I can then control with CSS…but whatever I try causes a PHP error.
How do I accomplish this….adding my own div in the header.php that will show in the blank area to the right of the logo?
Because it currently needs to be hard-coded into the php file, that is why I also suggested that perhaps in an update to the theme, you could introduce an “if social icons” and “if original content” choice for that right area of the header within your back-end interface :-)
Keith
-
This reply was modified 11 years, 12 months ago by
keithcrest.
Hey!
450x100px sized logo would look just fine in the header type you are currently using. If you would like to use a logo that is higher than 100px, please refer to this post https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Best regards,
Yigit
Hey!
You are welcome Isi, glad we could help :) Let us know if you have any other questions or issues
Best regards,
Yigit
You are a life saviour thank you thank you thank you
Hey!
Please add following code to Quick CSS as well
div .logo { margin-right: -50px; }
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img {
max-width: 270px!important; }}
Cheers!
Yigit
This reply has been marked as private.
Hi!
I have adjusted left value of logo and it seems to be working fine. Please review your website.
Best regards,
Yigit
This reply has been marked as private.
You only give those one:
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
}
But it not enough because i with responsive layout large i see 5 points of rupture
thanks
Hey!
Please add following code to Quick CSS as well
div .logo {
float: right;
right: 0!important; }
.logo, .logo a, .logo img { max-width: 440px!important;
width: 440px!important; }
If that does not help, please create a temporary admin login and post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
Yigit
Hey!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003 if you would like header to resize when scrolled. If you want it to be fixed, please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 200px !important;
line-height: 200px !important;
max-height: none !important;
}
Regards,
Yigit
Hey BadAndyStudios!
Please go to wp-content\themes\enfold\js folder and open Avia.js file and find
var st = win.scrollTop();
if(st < 500)
and change it to
var st = win.scrollTop();
if(st < 100)
Cheers!
Yigit
Ismael, thank you very much!
On further inspections i have found “dudes” code and gave it a shot. It worked, but what was the problem ?
add_filter(‘avf_registered_post_type_array’, ‘avia_remove_bbpress_post_type_options’, 10, 2);
function avia_remove_bbpress_post_type_options($post_type_option, $args)
{
if(!empty($post_type_option))
{
foreach($post_type_option as $key => $post_type)
{
if($post_type == ‘forum’ || $post_type == ‘topic’ || $post_type == ‘reply’)
{
unset($post_type_option[$key]);
}
}
}
return $post_type_option;
}
add_filter(‘avia_masonry_entries_query’, ‘avia_remove_bbpress_post_type_from_query’, 10, 2);
add_filter(‘avia_post_grid_query’, ‘avia_remove_bbpress_post_type_from_query’, 10, 2);
add_filter(‘avia_post_slide_query’, ‘avia_remove_bbpress_post_type_from_query’, 10, 2);
add_filter(‘avia_blog_post_query’, ‘avia_remove_bbpress_post_type_from_query’, 10, 2);
function avia_remove_bbpress_post_type_from_query($query, $params)
{
if(!empty($query[‘post_type’]) && is_array($query[‘post_type’]))
{
foreach($query[‘post_type’] as $key => $post_type)
{
if($post_type == ‘forum’ || $post_type == ‘topic’ || $post_type == ‘reply’)
{
unset($query[‘post_type’][$key]);
}
}
}
return $query;
}
Hello, I am wondering how I can make the scroll to top button appear earlier perhaps when I scroll down approximately like 100-200 px. I feel like it takes a good amount of page scrolling before the button appears.
By the way, this is my first theme I purchased and am learning WordPress. It has been a very user friendly experience and I love it so far. Thank you so much.