Petty01
Forum Replies Created
-
Forum: Plugins
In reply to: [Alexa Certify] Does not work with WordPress 3.5I havent upgraded my site to 3.5 version but still I cant claim my site through Alexa’s website according to the plugins instructions.
Forum: Themes and Templates
In reply to: site.css changes only visible LIVE when logged in WP CMSBack to the question at hand after a big delay.
So, to answer the question above I changed the code to the following file:
/www.matrix24.gr/web/content/wp-content/themes/matrix24/cssActually there are 3 CSS files that contain the relevant div but even when i change it in all of them nothing happens (.blogsSidebarBlack).
In case there is a problem with the CSS ruls how and where should i be looking in order to see if this is actually the problem?
Thank you
Forum: Themes and Templates
In reply to: site.css changes only visible LIVE when logged in WP CMSFirstly thank you for your answers.
Secondly what I actually want to do is in https://www.matrix24.gr, to go from image 2
to image 1.The blue “skin” is given to me in order to dress the Video box. You can see the image here.
The thing now is that I can see the changes live only when Im logged in the WP cms platform. I tried it from different places and if im not logged in I cant see it. But once i log in the CMS the changes are right there and still only on Chrome.
In addition when I check the code from my Firefox browser (using firebug) the changes are non existent while I have changed the actual code in the corresponding file.
It makes you wonder!!!
Forum: Themes and Templates
In reply to: site.css changes only visible LIVE when logged in WP CMSI have cleared cache and in mot using any plugins.
To be more precise what I am trying to change is the color and background image of a box on the right hand side of the homepage of matrix24.gr, where the Videos are.
In order to do this i added the following:
background-image:url('https://www.matrix24.gr/wp-content/uploads/2012/07/novaTV_SKIN.jpg'); background-repeat:no-repeat;
to the following existing CSS code:
.blogsSidebarBlack { float:left; text-align:left; padding:0px; margin:0px 0 20px 0; display:block; background:#4973c5; background-image:url('https://www.matrix24.gr/wp-content/uploads/2012/07/novaTV_SKIN.jpg'); background-repeat:no-repeat; width:300px; overflow:hidden !important; }
Maybe Im still doing something wrong…