Forum Replies Created
-
AuthorPosts
-
Once the code is used and the navigation is outside the slider, how can I remove or style the circles surrounding the arrows?
That worked, thanks. I had something like this but without the page ID confining it to the home page, the code hid important content on all the other pages.
Question: how do you locate the page ID for any given page?
Thank you, that worked! I did not think of the ‘float’ issue.
Hi Ismael. Through some examination and testing, I figured out that I had some competing code in the CSS and that kept your fix from working properly. Once I fixed that, your code above did exactly what I needed. Thanks again for your solution!
I still need to figure out how to style the button in responsive to display better, but at least it’s in the correct place!
- This reply was modified 8 months ago by blaisen.
Thank you. I was able to get the results I was looking for by applying a Custom CSS Class.
Thank you. That worked!
Thank you. That worked!
This code seems logical however it did not change the order, instead it just pushed the burger menu to the left next to the logo: https://ibb.co/NC1QmdZ
As for responsive mode, I’m concerned about the size of the button – which is not downsizing in its space: https://ibb.co/CMhNyNh
One other thing. I was testing this header design in portrait mode and noticed that the button I’ve created is displaying in an intrusive way. Is there also a way to control the smaller screen sizes placement and button size?
Rikard, Unfortunately this did not work.
I used Guenni007’s javascript and CSS with few modifications. Perhaps something is in conflict? CSS for the icons:
/* ———- Social Icons ———- */
#top .socialbookmarks-widget .social_bookmarks {
float: left;
margin: 15px 0 0 ;
position: relative;
}#top .socialbookmarks-widget .social_bookmarks li {
float: left;
clear: right !important;
}#top .socialbookmarks-widget .social_bookmarks {
display: inline;
}#top .socialbookmarks-widget .social_bookmarks li {
border-right-width: 0;
width: 50px;
}#top .socialbookmarks-widget .social_bookmarks li a {
width: 50px;
line-height: 50px;
min-height: 50px;
}#top .socialbookmarks-widget .social_bookmarks li a:before {
font-size: 30px
}/* social icons style */
#top #wrap_all .social_bookmarks li a {
width: 50px;
line-height: 50px;
margin-left: 50px;
border-radius: 100px;
}
#top #wrap_all .social_bookmarks {
height: 50px;
margin-left: 50px;
}
#top #wrap_all .social_bookmarks li {
width: 50px;
font-size: 15px;
margin-left: 50px;
}
#top #wrap_all .av-social-link-instagram a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-instagram a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-facebook a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-twitter a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-youtube a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-youtube:hover a,
#top #wrap_all .av-social-link-youtube a:focus {
color: #fff;
background-color: #efc511;
}
#top #wrap_all .av-social-link-linkedin a {
color: #fff;
background-color: #78e7e4;
}
#top #wrap_all .av-social-link-linkedin:hover a,
#top #wrap_all .av-social-link-linkedin a:focus {
color: #fff;
background-color: #efc511;
}Rikard, Unfortunately, this code did not work. Also, since this uses a page ID, it seems that it would be a problem if needed on additional pages.
And while asking about this, I also have a similar need on some pages to have a gap between the header and a color section used at the top. https://ibb.co/25wcDSh
I tried this, but it causes issues with portrait mode: placed a color section and inserted a whitespace module set to 5 height. Then I added this CSS to remove the extra padding:
.avia-section {
min-height: 0!important;
}
It works in desktop mode, but in responsive mode, it causes the color section to under-lap the header. I hope there’s a more elegant way, as I’m also concerned that just calling out the class “.avia-section” could effect other things.So I need a CSS fix for both that can work on any and/or all pages in the site that also is OK with a responsive design. Thanks.
- This reply was modified 8 months ago by blaisen.
This reply has been marked as private.This reply has been marked as private.Hi Mike,
What I was trying to express is that the CSS File Merging And Compression was the problem after the update. Ismael’s code fix did not help with the display problem. Turning off CSS File Merging And Compression was the fix. It’s odd since it was on prior to the latest update and the Advanced Custom Fields displayed properly. In my last message, I showed the CSS that was present before, and now after, that is still working to help with the display. I urge you to consider what changed in the update that rendered CSS File Merging And Compression to be incompatible with Advanced Custom Fields.You may close this thread.
I do have Nginx Helper installed, but don’t know if that is effecting anything here.
For your information, I found that with ‘CSS File Merging And Compression’ off, I didn’t need your suggested CSS. I already had the following CSS in place and it fixed what was needed previously and still does without the compression on:
.author {
display: block;
font-weight: bold;
color: #000;
margin-top: -5px;
}
span.mentioned-quoted {
display: block;
line-height: normal;
margin: 4px 0 0;
}
A little of this is redundant to your suggestion and I tried commenting it out and only using your CSS suggestion. This works better for my display. Thought I’d report this for further development.Disabling ‘CSS File Merging And Compression’, along with your CSS fix is working. However when I try reengaging ‘CSS File Merging And Compression’, it breaks again. So for now, I will leave it disabled. Thanks.
Thanks for this, however it did not change anything. I tried adding the CSS code to my custom CSS and then to the page itself – neither effort fixed the display issue.
Thanks Mike…that worked! I added “margin-left: 10px;” to give the icons some separation.
See private
Thanks. believe I have that fixed for you, please try again. If it doesn’t work, what country are you in?
Sorry. I host with Bluehost and perhaps they have some IPs blocked. If you send, I can try and whitelist.
Sorry, I may have been logged in, when I copied the URL. It appears now that the code is working…perhaps it just took a while for the internet to catch up?
- This reply was modified 2 years ago by blaisen.
I tried using this code and adapting it to thirds, but it doesn’t seem to be working:
#top #footer .av_one_third {
width: 40%;
margin-left: 0;
}#top #footer > .container > .av_one_third:first-child {
margin-right: 4%;
width: 16%;
}
The above “fix” doesn’t seem to override this CSS:
div .av_one_third {
margin-left: 6%;
width: 29.333333333333332%;
}
Please help.Yes I inserted the tokens into the themes. I don’t have the original version numbers since I updated them all manually. But I do know that they were over 4.6 and even 5.0 in some cases – so not older than 4.5. I have installed the market plugin on one of the sites to test but I hope you’ll check further that this is not a glitch.
Thanks for the explanation and the code. I’m not sure why the designers at Enfold thought that it’s a good idea for the module to behave differently without a sidebar – graphically it looks bad. I’ll use your hacks to force the module to look the way it should in this display mode. I would suggest that this get changed in the future though as there are other options for displaying an image above the post title that are far better looking design-wise.
May 20, 2021 at 8:19 pm in reply to: Enfold Latest News Widget Not Showing Excerpt And Missing From Some Pages #1301487OK, thanks. Perhaps it’s a feature request then to have Advanced Layout Builder content populate your Excerpt option automatically. It seems odd that it wouldn’t.
May 18, 2021 at 7:29 pm in reply to: Enfold Latest News Widget Not Showing Excerpt And Missing From Some Pages #1301066Thank you for spotting that. I was using the code to hide the child page display on https://site.danewscenter.com/resources/. I have now used page id in my custom CSS code to only effect that resources page.
Now for the second question regarding ‘display title and excerpt’ – any thoughts why the excerpt is not showing?
Thanks. This hack moves the image but it’s doesn’t fix issues with the by line and Read More text the way the module is supposed to. Look at the Home page vs the News page (https://site.danewscenter.com/news/) and you can see the difference. When correctly displaying, the image is lower, that text becomes smaller and wraps properly.
While I appreciate the “fix” is there any regard to the bug that’s causing the module not to work correctly?
Was there a resolution to this? Nothing further was posted but I am experiencing the same thing.
Thanks, this worked. Thank you for your help. Case closed.
-
AuthorPosts