DataServices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Browser-Width Banner (Page Heading)Thanks, but I found a work-a-round that will work for now.
DIV
<div id=”WideBar”>
<h1>What is Cellular DAS?</h1>
</div>
<div id=”spacer”></div>CSS
#WideBar{
position: absolute;
left: -50%;
right: -50%;
width: 200%;
margin: 0;
background-color: #31A3DD;
}#WideBar h1 {
color: #ffffff;
text-align: center;
font-size: 33px;
}#spacer {
clear:both;
display:block;
font-size:0;
line-height:0;
padding:35px 0 55px 0;
margin:0;
}@media screen and (max-width: 480px) {
#WideBar{
left: -2px;
right: 0px;
width: 200%;
margin: 0;
}#WideBar h1 {
text-align: left;
padding: 5px 0 0 10px;
}}
@media screen and (max-width: 460px) {
#WideBar{
left: -2px;
right: 0px;
width: 430px;
margin: 0;
}#WideBar h1 {
text-align: left;
padding: 5px 0 0 10px;
font-size: 30px;
}#spacer {
clear:both;
display:block;
font-size:0;
line-height:0;
padding:65px 0 65px 0;
margin:0;
}
}@media screen and (max-width: 380px) {
#WideBar{
left: -2px;
right: 0px;
width: 360px;
margin: 0;
}#WideBar h1 {
text-align: left;
padding: 5px 0 0 10px;
font-size: 29px;
}#spacer {
clear:both;
display:block;
font-size:0;
line-height:0;
padding:70px 0 70px 0;
margin:0;
}
}Forum: Fixing WordPress
In reply to: Browser-Width Banner (Page Heading)Thanks judgerookie but, when I do that, the banner falls victim to the restraints of the “full-page” formatting of the theme and is not displayed across the entire browser-width.
Forum: Plugins
In reply to: [Responsive Table Layout] Bug?We are still having issues with the plugin, I have uploaded a new video showing you the issues. Please get this fixed. Your account is still good.
Forum: Plugins
In reply to: [Responsive Table Layout] RTL effects Layout of regular Posts with ShortcodesWe are still having issues with the plugin, I have uploaded a new video showing you the issues. Please get this fixed. Your account is still good.
Forum: Fixing WordPress
In reply to: "Swapping" WordPress SitesActually, the beta site is a little less “complicated” than our current production site. (a lot less bells and whistles).
See for yourself…
https://www.telecosouthflorida.com …old site
https://beta.telecosouthflorida.com …where we’re going.Forum: Fixing WordPress
In reply to: "Swapping" WordPress SitesSo then my theory will work? Just empty the directory and copy the beta files in and everything should come up, correct?
I’m assuming it would be a best practice to export the beta database and import it into a new one then point the new site at that one yes?
Forum: Fixing WordPress
In reply to: "Swapping" WordPress SitesHow about this… if I were to remove everything (all files and folders) from the target directory and copy everything from the beta site into this empty directory, would the site come up properly?
I’m not quite sure where the database resides… can’t seem to find it anywhere.
Forum: Fixing WordPress
In reply to: Kippis Theme – No Mobile ImagesWell, here is the best solution…
After hacking through the various .php and .css files, and discovering that a lot of similar themes had the same issues, I simply decided to go with a theme that gave me the flexibility I needed. I installed the ‘Responsive’ theme by ThemeID.
All images working/displaying, plenty of configurable options and it gave me the exact look I was trying to achieve.
Thanks to anyone who had looked into the issue but I’m good to go!
Forum: Fixing WordPress
In reply to: Kippis Theme – No Mobile ImagesSure…
When attempting to visit https://beta.telecosouthflorida.com, you should be re-directed to https://mobile.telecosouthflorida.com.
On any mobile, only the text appears (aside from the header image).
Thanks!