-
AuthorSearch Results
-
January 27, 2014 at 11:40 pm #215567
Topic: Removing white overlay when hovering over images
in forum EnfoldSSWD
ParticipantI think this might be the same problem as this thread: https://kriesi.at/support/topic/disable-image-rollover-2/
But I’m trying to remove the transparent white overlay that appears when you mouse over certain images from the entire site, I tried the code in that topic but it didn’t work.
January 27, 2014 at 9:59 pm #215531Hey!
Please add following code to Quick CSS and adjust as needed as well
#top .avia-slideshow-button { font-size: 18px; }Please do not hesitate to ask your questions :)
Best regards,
YigitJanuary 27, 2014 at 9:44 pm #215525In reply to: Container height
Hey!
Can you post a screenshot and show how you would like header to look? I am not sure if i understood you clearly.
Please also add following code to Quick CSS to decrease top padding of main content area.fixed_header.social_header #main { padding-top: 111px; }Cheers!
YigitJanuary 27, 2014 at 9:32 pm #215516Hey!
Please replace the code i posted with following one
.caption_framed .slideshow_caption .avia-caption-content p { color: #99cc00; font-size: 28px; font-weight: bold; margin-top: 20px; padding: 20px; }Cheers!
Yigit-
This reply was modified 12 years, 2 months ago by
Yigit.
January 27, 2014 at 9:25 pm #215510Hi Eleina_Shinn!
Please add following code to Quick CSS as well
body .column-top-margin { margin-top: 0; }Cheers!
YigitJanuary 27, 2014 at 9:20 pm #215506In reply to: Container height
Hey!
Please refer to this post if you would like header to be resized when scrolled https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Instead of 200, you can use 90-100Best regards,
Yigit-
This reply was modified 12 years, 2 months ago by
Yigit.
January 27, 2014 at 9:15 pm #215505In reply to: Bugg with the Header fixed with social icons
Hey!
That is intended, however you can add following code to Quick CSS in Enfold theme options under Styling tab to make header fixed on mobile as well
@media only screen and (max-width: 989px) { .responsive #top #header { position: fixed; } .responsive #top #main { padding-top: 197px; }}Cheers!
Yigit-
This reply was modified 12 years, 2 months ago by
Yigit.
January 27, 2014 at 9:13 pm #215504Sorry, i didn’t wrap the code in code tags –
$output .= ' <img src="http://topaz.parkhomes.ca/images/toggleIcon.png" alt="toggle icon"></p>';January 27, 2014 at 9:02 pm #215494In reply to: Responsivity lost
Hi,
I could fix all the other issues, thank you, but concerning the logo, I see that even on iPad and on desktop, the logo size is altered, its size should remain 209px X 50px. The header height has been reduced intentionally but there should be enough space for the logo.
Can you please help me to sort this out?
Thanks a lot.
S.January 27, 2014 at 8:57 pm #215493Hey!
1- Please refer to this post https://kriesi.at/support/topic/logo-and-main-header-menu/#post-212922
2- Currently it is not possible, however you can suggest such feature here https://kriesi.at/support/topic/enfold-feature-requests/
And if you really need it, you are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
YigitJanuary 27, 2014 at 8:42 pm #215491Mmmm, I’m a bit confused because when I inspect the element it and turn off the font-family in the styles the icon changes to a rectangle; see my screen shot here for what I am inspecting:

Also, I changed line 216 in toggles.php to this:
$output .= ‘
</p>’;and it didn’t change the icon. Please advise; I’m also curious as to where the css is for this, please, I assume for ‘vert_icon’ and ‘hor_icon’. Thanks again! :)
January 27, 2014 at 8:33 pm #215487Hi riatech!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
div .avia-table { margin-bottom: 10px; } body .column-top-margin { margin-top: 5px; }Cheers!
YigitJanuary 27, 2014 at 8:31 pm #215485Hi 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!
YigitJanuary 27, 2014 at 8:15 pm #215477In reply to: Spacing in between text box and icon box
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,
YigitJanuary 27, 2014 at 7:44 pm #215464In reply to: css for widget in sidebar
This reply has been marked as private.January 27, 2014 at 7:30 pm #215460In reply to: remove top meta header
Hi fiachramccloskey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }Cheers!
YigitJanuary 27, 2014 at 6:51 pm #215450Topic: remove top meta header
in forum Enfoldfiachramccloskey
ParticipantHI
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 divhttp://217.199.187.63/expressgrass.ie/
thanks-
This topic was modified 12 years, 2 months ago by
fiachramccloskey.
January 27, 2014 at 6:50 pm #215449Hi 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, 2 months 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
-
This reply was modified 12 years, 2 months ago by
-
AuthorSearch Results
Viewing 30 results - 134,641 through 134,670 (of 142,894 total)
-
Search Results
-
I think this might be the same problem as this thread: https://kriesi.at/support/topic/disable-image-rollover-2/
But I’m trying to remove the transparent white overlay that appears when you mouse over certain images from the entire site, I tried the code in that topic but it didn’t work.
Topic: remove top meta header
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
