Forum Replies Created
-
AuthorPosts
-
August 20, 2020 at 8:27 am in reply to: Infinity Pro – homepage text doesn't appear until scrolling #500702
awohl
ParticipantTom - I seriously have no clue. I do not have those plug-ins. Is there code I should be removing? Amy
August 18, 2020 at 2:47 pm in reply to: Infinity Pro – homepage text doesn't appear until scrolling #500658awohl
ParticipantAnita - I did remove all code pertaining to the fade effect. It still happens.
AmyAugust 18, 2020 at 2:34 pm in reply to: Infinity Pro – homepage text doesn't appear until scrolling #500657awohl
ParticipantSo, how do I go about that? Sorry...here is code:
and thank you in advance!!! Amy/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */.js .fadeup-effect {
opacity: 0;
overflow: hidden;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}@-webkit-keyframes fadeInUp {
from { opacity: 0; -webkit-transform: translateY(20px); }
to { opacity: 1; -webkit-transform: translateY(0); }
}@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}awohl
ParticipantCan anyone assist with this issue? I'm having same issue. http://metronydbt.com
Thank you in advance.
AmyOctober 17, 2017 at 1:20 pm in reply to: Infinity pro: add images to front page widget areas #212613awohl
ParticipantThank you!!! Worked like a charm!!!
So appreciate your assistance
Amy 😉awohl
ParticipantVictor - THANK YOU! Don't think that was written anywhere.
awohl
ParticipantTHANK YOU!!! So much easier!
awohl
ParticipantThanks for responding!
In theory I understand. But bear with me...I found the "js" folder in the agency pro folder. So, I upload that folder via the backend wordpress panel, like I would uploading a theme? then manipulate from there, right?
Sorry for remedial question, but not a coder by a longshot! 😉
awohl
ParticipantHi Besearched - The website went live 2 weeks ago. http://www.DavidsDrugs.com . If you notice the "Click here and check out our monthly sales flyer!" link is to the left of the social icons on the homepage. I put the below code in the widget text box. All it needed was a div. I am not a master coder, but a friend of mine helped me out. Clearly for your needs, you would have to manipulate the below code, but hopefully it will give you insight as to how to do it. Hope this works for YOU and anyone else that visits this inquiry! Good luck!!! Amy
<div style="margin-top:-40px;margin-right:160px; text-align:right;">CLICK HERE and CHECK OUT OUR MONTHLY SALES FLYER!</div>
awohl
ParticipantWas able to float social icon widget to right, just can't get the other widget that is part of header right to move.
I can make site live for a half hour so you can see...awohl
ParticipantWould a screenshot do the trick for you?
awohl
ParticipantI am running genesis 1.82 & wordpress 3.5.1
I'm assuming this is the issue. So, is there an easy way to upgrade to newest version of genesis?
Thank you in advance for going the extra distance...I know the menus are a very simple change.. 😉
Just let me know...Amy
awohl
ParticipantI have created menus before and I did the right steps. I believe there was an issue with the theme...because the menus were not viewing. I got too frustrated so changed theme. I'll give metro another try on another project. Thanks! Feel free to close thread.
-
AuthorPosts