kennyopr
Forum Replies Created
-
It was my bad. THIS PLUGIN WORKS PERFECT! RESOLVE FORM ME WAS USING TAG CALL.
however it did work on that site you sent me..
it is still not working on mines. I’ve tried all ! Any help on internal view?
Reason for CSS from plugin not uploading is unknown to me. why would it not load? I have placed a copy of the map element which is wrapped in the fullwidth column..
Update: If I leave the code outside of a fullwidth wrapper and place the fullwidth under, the code doesnt work.
If i place it in a fullwidth div it works fine on desktop computer. Can you test with an apple device?
Heres the code and css i Used:
[expand title=”Read More” class=”trigi” trigclass=”arrowright’]
https://asomethinghere.com
[/expand].trigi { background: #525252;
background-image: -webkit-linear-gradient(top, #525252, #262626);
background-image: -moz-linear-gradient(top, #525252, #262626);
background-image: -ms-linear-gradient(top, #525252, #262626);
background-image: -o-linear-gradient(top, #525252, #262626);
background-image: linear-gradient(to bottom, #525252, #262626);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
-webkit-box-shadow: 0px 2px 3px #040404;
-moz-box-shadow: 0px 2px 3px #040404;
box-shadow: 0px 2px 3px #040404;
color: #f9f9f9;
font-size: 20px;
padding: 12px 40px 12px 40px;
text-decoration: none;
font-family:’Helvetica Neue’, sans-serif;
text-transform: capitalize!important;
float: right;
clear:both;
margin-right:6%;
margin-top:25px;
margin-bottom:15px!important;
}.trigi:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}can you show me your settings?
I USED A TEXT BLOCK ALSO ON THE BOTTOM. i DONT SEE WHY I WOULD HAVE A PROBLEM EITHER..
I HAVE ONE IN THE BOTTOM. WHICH IS ALONE. STILL NOT WORKING. THE LADYBUG ITS STILL NOT OFFENDING THE BUTTON SINCE ITS SETS AS ACTIVE WHEN YOU CLICK IN THE IPAD OR IPHONE.. IN MY ANDROID AND COMPUTER AND SIMULATORS WORK.. BUT NOT IN THE ACTUAL IPAD OR IPHONE I WILL CHANGE IT TO A DIV NOW AND SEE
I have Avada 4.0.3 With WordPress 4.6. Everything Up to date… Also the latest version of C.O.M /
[expand title=”Read More” class=”trigi” trigclass=”arrowright’](text)
[/expand]I created it with code block; then styled it with css.
Its on the “Read More” button. Nothing crazy just CSS and the Expand tag.Forum: Plugins
In reply to: [Collapse-O-Matic] Code next to buttonForum: Plugins
In reply to: [Collapse-O-Matic] Code next to buttonuse the “Code block” instead of the text code. It happened to me too ! Make sure you put in the html code then just add the [expand] tags around it