Forensica Digital
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editing the Slider in Executive Pro ThemeYou’re welcome.
Forum: Fixing WordPress
In reply to: Editing the Slider in Executive Pro Themenp.
Yes, you change that to display:none, and add the visibility:hidden dont forget to put the “;” at the end of each line. If you opened it with notepad it maybe saved as .txt, you must change in the save screen (in notepad) save as file : All Files (*.*) and saved it with the css extension in the same dir as the original file. Btw… always is a good practice to make a backup of the file just in case you need to start again or use the old css directives.
np π happy to be of help
Forum: Fixing WordPress
In reply to: Editing the Slider in Executive Pro ThemeThanks π
Sure… just add to the class:
slide-excerpt-border
to : display:none;visibility:hidden
and add to:
slide-excerpt
background-image:url(YOURIMAGEURL)
Forum: Fixing WordPress
In reply to: Editing the Slider in Executive Pro ThemeGo to your theme css file:
http://mcdonellitservices.com.au/wp-content/plugins/genesis-responsive-slider/style.csslook for these classes:
.content .genesis_responsive_slider .slide-excerpt
and change background-color to the hex color of your choice.
Forum: Fixing WordPress
In reply to: Site is getting fatal error, site is downIf you can enter admin panel, try to disable those plugins, and strat one by one until you find the one messing up your website.
Forum: Fixing WordPress
In reply to: Changed Permalinks now Parent not workingIs there a possibility that those links are in a custom code block? or maybe they are pointing (if made with a widget) to an external url (your old url).
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeI can see your content in chrome.
“In the spirit of the season, Geranium Homes and Pace Credit Union purchased 300 pairs of Olympic Red Mittens to support Canadian athletes. The mittens have been donated to York Region shelters on behalf of Geranium and our homebuyers.
THANK YOU for making our communities such a great place to live. Seasonβs Greetings to you and your family from all of us at Geranium Homes!”
and the other stuff. Have you installed anything on your browser? maybe cleaning the cache will fix the problem.
Go to your cpanel, enter phpmyadmin, select your wp database, go to the table wp_options and change siteurl & home as you need them.
Forum: Fixing WordPress
In reply to: I've been hacked!Yeah, hacked sites are a head ache really. Talk to your hosting customer support they may have tools to analyze what are the files modified, if you have a bakcup it will be good to place it instead your actual infected files. Btw, there is a possibility that the hacker have made some backdoors inside your hosting, so first talk to support. You need to find how the attacker got inside or it may enter again.
Forum: Fixing WordPress
In reply to: change color of menu item when on sub-menu pageThis pseudo-classes example may help you:
a { outline: 0; text-decoration: underline; } a:link { color: #0099FF; } a:visited { color: #0099FF; } a:hover { color: #FFFF00; } a:active { color: #33FF66; }just change the element to suit your needs.
Forum: Fixing WordPress
In reply to: Googlebot can't access my siteCheck your htaccess file, there is a possibility that its the problem
Forum: Fixing WordPress
In reply to: 503 error when trying to access adminIts maybe a htaccess problem. Just in case consult your host support.
Forum: Fixing WordPress
In reply to: Articles created do not showHi quasoft43, you can check your actual version in http://medicoslideres.com/readme.html
Forum: Fixing WordPress
In reply to: Custom sidebars not working properlyCan you send your website url?