Forum Replies Created
-
AuthorPosts
-
June 21, 2017 at 6:51 am in reply to: Automatically set featured image or post thumbnail from first image detected. #810772
I see now that I tried to fix this with plugin before. I bought this plugin QFIP.
But it did not work, and their support forum told me:The plugin does not work with the avia
layout builder since the builder does not store the layout as normal
content but as another data, not considered by the plugin. So QFIP can
not find the images embedded via the builder.So what plugin would work with avia layout builder?
June 15, 2017 at 6:38 am in reply to: Automatically set featured image or post thumbnail from first image detected. #808407I tried the plugin Josue posted, but that did not work. I´ll try with some other plugins and see if some of them work. If you know about a plugin that works with enfold please let me know.
Ah. I forgot to check Staging site :) It works. Thank you
June 13, 2017 at 2:00 pm in reply to: Automatically set featured image or post thumbnail from first image detected. #807450I would like first image in post to become featured image automatically. If that´s not possible it would be ok to add a featured image that automatically becomes top image of post. This was possible before used avia layoutbuilder in post.
In private content theres a link to two post. One were I tried to just add image in post and see if featured/thumbnail automatic became that image and one were I added a featured image and no image in post. Neither work.
So to sum up.
I would like first postimage to be used a featured image automatic. I tried adding the suggested plugin, but that did not seem to work.June 12, 2017 at 10:24 am in reply to: Automatically set featured image or post thumbnail from first image detected. #806804I tried this, but it did not work. Have you tried this plugin with enfold and it worked?
I tried clearing cashes. Also deactiviated WP Total cashes. But nothing changes. Is there something I am missing. Does it work in your end?
I had the exact same issue. Mobile menu would not scroll if layerslider was on page. Menu wouldl work if I were to remove layerslider.
I added these codes to quick css, and changed values to fit my colors. It not works :)
/* Mobile Menu Fix – Homepage – Limit Scroll Area */
.html_stretched #wrap_all { overflow: hidden!important; }
/* Mobile Menu Fix – Homepage – Remove Highlighting */
#mobile-advanced li>a:hover { background-color: #000; color: #aaaaaa; } #mobile-advanced a:hover:before, #mobile-advanced span:hover a:before { color: #cc3333; }
Works now :) Thank you
Already posted page above, but I´ll post it again in private content
You need to add a select element field to the form and see how it behaves when you do this.
I dont understand. Do you see a field with select element within the form?
I added wrong screenshot, in private field is new and correct screenshot of problem.I added noLightbox to code. But nothing is different. Did I add it the wrong place?
This is the form I am trying to change
I tried to go to widget and see if there was lightbox in the code, but as you can see from link (screenshot) there is not. So how do I remove this?
admin access in private content box.
Hi.
I checked the other one, but I cant find your solution there.
Hi Victoria.
I noticed I made two support cases on same problem. You can delete one of them.
#787110 Is the other one. I added login there.I created a staging site in association with another support case. You can use this if you want to try something. If not, use live site.
I have now created a staging site you can look at :)
Dropboxlink in private content.
Just so you know. It is now running old enfold verison.
-
This reply was modified 7 years, 10 months ago by
snitt.
Hello.
Thank you :)
I just changed: calculate position from “sides of slider” to “sides of screen”.
That workedIt workes fine on my end. Could you try again?
That worked Yigit. Thank you
I have made screenshots, but don¨t understand were to add attachement so that you can see them.
I want the website to stop being responsive at 1600 px. I want it to expand the backgound color, but not content if pagesize goes beyond that. I entered code as shown above to make this happen, and it worked. Except for header area. Header is aligned to the left, so when rest of page is centered header is to the left. It looks off.
When I open inspect on my webpage and turn of float:left everything workes find. But I dont know how to make this happen temporary.
Worked well. Thank you :)
Hi.
I did as you said. copied layout.css into enfold-child folder. Removed sector, and added code at bottom of layout.css. But it does not seem to work. Header is still left aligned.March 21, 2017 at 1:25 pm in reply to: Make social bar display different in socket and header #764162That did it. Thank you for your help :)
That’s what I though too. But when I place same logo file as used in the header in an avia img box nothing shows on the page.
This is not critical. Most important is to have logo in header work as desired.Do you know how I can left align logo when the header is minimized/scrolled?
I think I need to set a smaller size on logo once header is minimized to make this happen, but I don’t know what code I should use to change this.Thanks for helping out.
March 13, 2017 at 3:42 pm in reply to: Make social bar display different in socket and header #760042All accounts are now added
Thanks. This works great for logo in header, but what if I want to use svg as an “image” on a page.
I tried these two ways.
Adding this code I found to function.function fix_svg_thumb_display() { echo ' td.media-icon img[src$=".svg"], img[src$=".svg"].attachment-post-thumbnail { width: 100% !important; height: auto !important; } '; } add_action('admin_head', 'fix_svg_thumb_display');
I also tried adding this to quick css
svg {width: 100%; height: auto;}
I added link to page in first post.
-
This reply was modified 7 years, 10 months ago by
-
AuthorPosts