Forum Replies Created
-
AuthorPosts
-
Hi,
Please see your other post: https://kriesi.at/support/topic/job-images-disappear-due-browser-resize/#post-782072Best regards,
MikeHi,
Yes it is possible but your site does not have a class just for the parent filters, so it would take a lot of time, and since it’s a third party plugin I can’t spend that much time on it.
But I will try to tell you how to do it :)
Download this: https://www.dropbox.com/s/oxcyro6fn6touvq/job.txt?dl=0
Find every “class=” and copy it to another file:class="aer-lingus-pilot-jobs"
Paste it with a dot in front and comma at end:
.aer-lingus-pilot-jobs,
When you have them all in one long row add them to the front of this in your Quick CSS:
.jazz-aviation-pilot-recruitment, .jazeera-airways-pilot-recruitment { display: none !important; }
Leave out the ones you want to show, and clear your cache :)
Best regards,
MikeApril 23, 2017 at 10:09 pm in reply to: Adjust featured image on single post page to full height #782063Hi,
I think I found were the 845×321 is coming from and how to edit it, please try the solution here:
https://kriesi.at/support/topic/how-to-maintain-aspect-ratio-for-big-preview-featured-image-on-blog/#post-332548Best regards,
MikeHey moniot,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ #top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 0.4em!important; } .av-special-heading.av-special-heading-h3 { right: 30%!important; top: 140px!important;} .hr-inner.inner-border-av-border-thin { border-color: transparent!important; } }
Best regards,
MikeApril 23, 2017 at 8:47 pm in reply to: Adjust featured image on single post page to full height #782047Hey webWahine,
From what I can see your image is not being cropped in the post, while it is 845×321 the page scales it down to fit but none is cut off. See the link in the private area, if your original image looks different then your media upload setting should be changed.Best regards,
MikeHey RoyalFlushGroup,
That should be automatic, unless it is the last post :)Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Timothy,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ ul.job_listings li.job_listing a img.company_logo {visibility: visible!important;}}
Please clear your cache :)
I don’t know which ones are the child category filtersBest regards,
MikeHey hingex,
I’m not sure I understand, can you provide a image of what you would like to see?
I included an image of what I think your talking about in the private area.Best regards,
MikeApril 23, 2017 at 8:00 pm in reply to: Make Video In Full Width Easy Slider Play on Mobile Too. #782029Hey Intell,
In this method you would place a video element under your slider element and the css would hide the video on all devices but mobile, and the css would show the slider on every device but mobile. If you would like to try this, then build the page and include your url for us to examine.
Note that auto play does not work on mobileBest regards,
Mike-
This reply was modified 8 years ago by
Mike.
Hey TOM,
If you can provide a url to the image you’re having trouble with I can help adjust it :)Best regards,
MikeApril 23, 2017 at 7:42 pm in reply to: How to edit link color in different areas of the website? #782023Hi,
Glad Nikko was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I found this css with Google, perhaps it will work for you :).processing .blockOverlay { background-image:url('IMAGE_URL') !important; background-position: center 30% !important; background-repeat: no-repeat !important; }
Here’s the image that goes with it:
Best regards,
MikeHi,
OK, I see now :)
I added !important; to Victoria’s code & it worked on my end, Please add & clear your cache :)#top #header .av-main-nav > li > a { background-color: transparent!important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Perry,
Go to Enfold Theme Options > General Layout > Logo and Main Menu and choose the left or right sidebar option.
Best regards,
MikeApril 23, 2017 at 6:46 pm in reply to: Hide submenu until parent menu is pointed with mouse (in main menu) #782006Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Let us know if this works for you
@mensmaximus thanks for sharingBest regards,
MikeHi,
@mensmaximus Thanks for sharing :)Best regards,
MikeHey mveneziane,
From what I see your mobile issues is with the “tablet” size, so I wrote the css below to use the mobile menu of the phone, adjust the social icons placement, and change the direction and width of the slider text. Hope it helps :)
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 988px) { .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;} #header_main nav .social_bookmarks {left: -90%!important;} .responsive #top .slideshow_caption { left: 0!important; width: 80%!important; padding: 10%!important; }
Best regards,
MikeHi,
Sorry there is no built in popup, and each plugin has it’s own pros & cons that often can only be discovered though testing. I don’t have any recommendations for you.Best regards,
MikeHey Dmitrey,
Try this code in the General Styling > Quick CSS field:.inner_sidebar .search-form-li { display:none !important; }
Please clear your cache :)
Best regards,
MikeHi,
I see, as you have hired a freelancer to do custom coding, and I don’t see where these changes have been made, this is really out of our scope for support. I would imagine your freelancer could quickly make this change.Best regards,
MikeApril 23, 2017 at 5:29 pm in reply to: Server 500 error Enfold 4.0.5 in combination with Woocommerce 3.0.4 #781988Hi,
@tdcmystere thanks for sharingBest regards,
MikeHey DROR,
This is typically caused by the sort options hiding some categories, Try this code in the General Styling > Quick CSS field:.av-sort-by-term .text-sep { border: none!important; text-indent: 0!important; } .avia_hide_sort + .text-sep { display: none!important; }
and clear your cache :)
Best regards,
MikeApril 23, 2017 at 5:15 pm in reply to: how long will i need to wait until update for layslider is done #781980 -
This reply was modified 8 years ago by
-
AuthorPosts