AVision
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] wp-admin page not foundI figured it out!
able to modify .htaccess file. now have access
Forum: Fixing WordPress
In reply to: Admin Login Does NothingHi, I have my own issues similar to above for which I opened a thread prior to this one.. using an alternate browser / deleting cookies does not help.
Please assist. Thank you
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueHow many pages would need to be deleted? I don’t operate in the .php files so that concerns me. How would I get the front-page content back again? REinstall the theme?
Also I can post the “home” slideshow into any other page and it works. Just not the homepage of the site in theme options.
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueHi Stefan,
Wouldn’t my other website with the same version and modified theme also have the issue? Is it possible I have messed up something in the code somewhere?
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueOh, I thought this might help – we have the exact same set up for another site – that is still correctly functioning here –
http:www.legendary-fitness.com – the slideshow has 4 images on the homepage and quite a few under the photos page. It’s using version 2.1.18 and had 0 issues…
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueHello Stefan
Thanks for the update – unfortunately it’s still not working. After updating I tried deleting and re-adding my homepage slide, the entire slideshow for that section and then I even deleted and re-added the entire plugin. No dice.
It was all working prior to the original update, so I’m not sure if you could attempt again, or if I should just attempt an alternate plugin for that homepage? Again it’s not a “page” but controlled under theme options – just like the homepage word boxes.
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueHi! Just wondering if there are an updates for this issue?
Thanks!
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issue– if you need any modified sections of code I should clarify. Since the link is pre-modification/public free version. Thanks!
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueIt is a personally modified version of the free theme *Thememagic
This is the original theme link – before anything was customized:
http://ww.wp.xz.cn/extend/themes/thememagic
Is there a particular page of code you need? I could copy/paste?
Forum: Plugins
In reply to: [Slideshow] version 2.1.18 Slideshow issueHello Stefan,
The original homepage slide has been up and was functioning for a few days. At that time it was the only slideshow with an image on the site.
Yesterday I did 2 things: First I updated the slideshow plugin as it had an update available. Afterwards I uploaded pictures to the alternate slideshow on the renovations page.
After I entered some other content on alternate pages, I noticed my homepage slide was not showing up – there were no changes made to it directly.
For troubleshooting I checked the settings, removed and re-added the image for that slideshow and nothing. That image is currently set in two places: Theme options – Homepage Settings – first slider image (and 2nd to test) AS WELL AS in a slideshow called “home”.
I have added and removed the slide image a few times AS WELL AS deleting and re-adding the slideshow called “home” to troubleshoot and nothing is working.. one issue with this template is that the homepage isn’t it’s own “page” but controlled exclusively through the theme options – I’m wondering if the update somehow didn’t transfer data to that theme options page code or something?
Forum: Fixing WordPress
In reply to: Change button/margin on site – please help!I just deleted the actual images from the cpanel. I’ll work from here. Thanks again!
Forum: Fixing WordPress
In reply to: Change button/margin on site – please help!Here’s the css for the entire section – there are quite a few spots that have an image for the button. In this theme you are not supposed to update the css in the main file, but in the theme options section. I have tried adding other images, deleting the image lines, and setting background to none – I had it off before with horrible black text, but I don’t remember what I did and now nothing seems to work!
[ Modertator note: Listen to WPYogi about posting code here, her’s is good advice. ]
.signup { width:100%; height:auto; background:#29a4ce url(images/formbg.png) repeat-x; padding-bottom:25px; border:solid 1px #106ca8; border-top:none; display:inline-block; } .signup .signupleft { margin-top:40px; margin-right:0px; margin-left:27px; } .signup .signupleft .signup-text { margin-left:0px; margin-right:12px; margin-top:25px; } .signup .signupleft .signup-text p { font-size:17px; color:#fff; font-family:Actor; font-weight:100; line-height:24px; text-shadow:0 1px 0 #127fa4; } .signup .signupleft .signupinfo h1 { font-size:28px; color:#fff; font-family: "Futura Md BT", sans-serif; line-height:37px; font-weight:bold; margin-left:0px; text-shadow:0 2px 1px #1e5f75; } .signup-text .button1 { height: 50px; text-decoration: none; font-family: Constantia, sans-serif; font-size:22px; line-height:50px; color:#000; text-shadow:0 1px 0 #fbf2c6; margin-top:45px; text-align:center; margin-left:30px; padding-right:34px; position: relative; display: inline-block; } .signup-text .button1 span { height: 50px; width:34px; position: absolute; margin-left:-34px; } .signup-text .button1 { height: 50px; text-decoration: none; font-family: Constantia, sans-serif; font-size:22px; line-height:50px; color:#000; text-shadow:0 1px 0 #fbf2c6; margin-top:5px; text-align:center; margin-left:30px; padding-right:34px; position: relative; display: inline-block; } .signup-text .button1 span { height: 50px; width:34px; position: absolute; margin-left:-34px; } .signup-text .button1 { background:url('images/btn-right.png') no-repeat right 0; } .signup-text .button1 span { background: url('images/btn-left.png') no-repeat left 0; } .signup-text .button1:hover span { background: url('images/btn-left.png') no-repeat left -54px; } .signup-text .button1:hover { background: url('images/btn-right.png') no-repeat right -54px; } .signup-text .button1:active span { background: url('images/btn-left.png') no-repeat left -107px; } .signup-text .button1:active { background: url('images/btn-right.png') no-repeat right -107px; } .signupform { margin-top:20px; margin-left:0px; margin-right:15px; font-family:Constantia, sans-serif; position:relative; } .signupform input[type="text"] { border:solid 1px #106e8f; border-radius:3px; background:#fff; height:32px; width:214px; margin-bottom:10px; color:#9a9a9a; font-family:Constantia; font-size:16px; padding-left:5px; line-height:22.02px; } .signupform textarea { width:252px; height:125px; border:solid 1px #106e8f; border-radius:3px; color:#9a9a9a; font-family:Constantia; font-size:16px; padding-left:5px; line-height:22.02px; position:absolute; top:0; right:0px; } .signupform input.btnsubmit { background:url(images/orange-button.png) no-repeat 0 0; border:none; width:350px; height:47px; font-family: Constantia, sans-serif; font-size:22px; line-height:22.02px; color:#000; text-shadow:0 1px 0 #fbf2c6; margin-left:75px; margin-top:35px; } .signupform input.btnsubmit:hover { background:url(images/orange-button.png) no-repeat 0 -49px; font-family: Constantia, sans-serif; font-size:22px; line-height:22.02px; color:#000; text-shadow:0 1px 0 #fbf2c6; margin-left:75px; margin-top:35px; } .signupform input.btnsubmit:active { background:url(images/orange-button.png) no-repeat 0 -98px; margin-left:75px; margin-top:35px; } .sucess-send h2{ margin-top:60px; font-size:20px; color:#fff; font-family: "Futura Md BT", sans-serif; line-height:35px; font-weight:bold; margin-left:0; text-shadow:0 2px 1px #1e5f75Forum: Fixing WordPress
In reply to: Change button/margin on site – please help!The contact form option worked once I added a custom css plug in.
The button option doesn’t work because the original designer called the entire homepage spotlight feature section signup.form including the button.
Is there a way to remove image and just have a hyperlink in it’s place saying services?
Thanks
Forum: Fixing WordPress
In reply to: Change button/margin on site – please help!Thank you, the duplicate post was my mistake being new. I saw the correct section after posting the first.