-
AuthorSearch Results
-
January 27, 2014 at 6:50 pm #215449
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,
RolfJanuary 27, 2014 at 6:17 pm #215436In reply to: Vertically align icon box next to easy slider
For some reason it stopped working. Didn’t change anything.
January 27, 2014 at 5:58 pm #215431In reply to: Change product sort by options
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
January 27, 2014 at 5:40 pm #215424Hey!
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!
YigitJanuary 27, 2014 at 5:36 pm #215420As 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.
January 27, 2014 at 5:35 pm #215419Hmmm…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
January 27, 2014 at 5:25 pm #215413Hey!
You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Please open Header.php file again and right under following lineif(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!
YigitJanuary 27, 2014 at 5:21 pm #215407Thank 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 12 years, 1 month ago by
keithcrest.
January 27, 2014 at 5:02 pm #215398In reply to: change personal logo size
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,
YigitJanuary 27, 2014 at 4:43 pm #215382In reply to: Layer Slider
Hi Guilherme!
Please refer to Ismael’s post here https://kriesi.at/support/topic/can-i-update-the-layerslider-wp-plugin-to-layerslider-wp-5-0-2/#post-215169
Regards,
YigitJanuary 27, 2014 at 4:41 pm #215380In reply to: Removing post dates
Hi tmunz!
Please refer to my post here https://kriesi.at/support/topic/hello-how-do-i-remove-the-post-date-in-enfold/#post-213598
Regards,
YigitJanuary 27, 2014 at 4:36 pm #215378In reply to: Log and tope menu to switch places
Hey!
You are welcome Isi, glad we could help :) Let us know if you have any other questions or issues
Best regards,
YigitJanuary 27, 2014 at 4:34 pm #215377In reply to: Log and tope menu to switch places
You are a life saviour thank you thank you thank you
January 27, 2014 at 4:32 pm #215375In reply to: Log and tope menu to switch places
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!
YigitJanuary 27, 2014 at 4:27 pm #215374In reply to: Log and tope menu to switch places
This reply has been marked as private.January 27, 2014 at 4:05 pm #215369In reply to: Log and tope menu to switch places
Hi!
I have adjusted left value of logo and it seems to be working fine. Please review your website.
Best regards,
YigitJanuary 27, 2014 at 4:01 pm #215366In reply to: Log and tope menu to switch places
This reply has been marked as private.January 27, 2014 at 3:58 pm #215363pako69
ParticipantYou 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
January 27, 2014 at 3:55 pm #215359In reply to: Log and tope menu to switch places
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,
YigitJanuary 27, 2014 at 3:41 pm #215353In reply to: Put a bigger logo ?
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,
YigitJanuary 27, 2014 at 3:33 pm #215350Hey 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!
YigitJanuary 27, 2014 at 1:54 pm #215323In reply to: WPML Language Selector on Top
Ismael, thank you very much!
January 27, 2014 at 1:51 pm #215322In reply to: BLOG not showing in Safari and Firefox
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;
}January 27, 2014 at 12:20 pm #215303Topic: Scroll to Top – How to make it appear higher on the screen
in forum EnfoldBadAndyStudios
ParticipantHello, 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.January 27, 2014 at 11:57 am #215297In reply to: Log and tope menu to switch places
Hey!
http://timoset.com/wordpress/ thank you!January 27, 2014 at 11:39 am #215289In reply to: Put a bigger logo ?
Hello,
it is the “small fixed header”.
I have added a wider image (without changing the height) and it seems to work correctly on desktop and mobile.What would be the code with the Small Fixed Header ?
Thanks
Fred.January 27, 2014 at 11:06 am #215283In reply to: custom social icons
Hey!
And please implement adding custom icons without editing code, as you promised here
– already possible since Enfold 2.4.5 see: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202
Regards,
PeterJanuary 27, 2014 at 11:02 am #215280In reply to: Change H-tags of iconlist-title
Hi!
This is currently not possible – I’m sorry. You would need to create a new shortcode based on the existing iconlist shortcode and then add some new options to your custom iconbox shortcode which helps you to change the headline type. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if more users request it we’ll look into it. If you’re in a hurry please hire a freelancer wo can create the custom shortcode for you. I guess it can be done with 1 – 1,5 hours of work (including testing, custom css code, etc.).
Regards,
PeterJanuary 27, 2014 at 11:00 am #215279In reply to: Slider & Accordion
Thank you for your response.
That helped me, but like you said, it does some weird effect. Just that the tab open the right way, but just close itself on mouse out.
I’d like it to stay open and to close only if mouse goes over another tab heading.
I’ve got another topic here : https://kriesi.at/support/topic/accordion-open-on-hover/ I created it after to separate my questions.
For the slider, i was right, but the shortcodes.js wasn’t updating itself because of the version called on functions.php.
I think this topic can be close and if you got the answer or even a clue for the accordion, you get go to the other topic.
And thank you again !
January 27, 2014 at 10:29 am #215254In reply to: Change page size for desktop
-
This reply was modified 12 years, 1 month ago by
-
AuthorSearch Results
Viewing 30 results - 134,551 through 134,580 (of 142,787 total)
-
Search Results
-
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
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.
