Ellie87
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Disable image from linking on pageSo it would be a code to remove post navigation page…
Forum: Themes and Templates
In reply to: [Customizr] Disable image from linking on pageI seem to understand that it is a post navigation page, becouse if I move to “next” with the arrow it shows more pictures that are actually just media uploaded for customizing the theme, I mean many of this media does not belong to a real post (like logo, favicon ect) so is there a way to eliminate the navigation post link? Hope someone can help I’ve been looking everywhere for codes, but nothing… ??
Forum: Themes and Templates
In reply to: [Customizr] Disable image from linking on pagethis is what I see for example
https://www.sicilysensations.com/favicon
this favicon is loaded as a favicon why do I see it in this gallery? is there a way to remove links from media?
Thanks for help
Forum: Themes and Templates
In reply to: [Customizr] Disable image from linking on pageThanks for reply,unfortunately the code did not work for me. ??
Forum: Themes and Templates
In reply to: [Customizr] Disable image from linking on pageAnyone?
Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] text overlayForum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] text overlayRight now this is my @media.
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape)
{#left.widget-area {
width: 300px!important;
margin-left: 140px!important; }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait)
{#left.widget-area {
width: 300px!important; }
}I’ve managed to centre the news ticker in landscape mode so that it does not overlap when i turn the device from portrait to landscape. However I would like to make the ticker width to 550 px in landscape mode without making that horrible overlay as soon as you turn the device from portrait to landscape. Any suggestions? Grazie! ??
Forum: Themes and Templates
In reply to: [Customizr] Header not responsiveHi I solved with a litter hard work and lots of trying with css. So I had to fix qtransalte and header with codes css and its fine now. I’ll post it for anyone who needs. Grazie! Ciao
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{#qtranslate-3 {
width:100%;
max-width: 300px;
text-align: left;
display: block; }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{ #tc-page-wrap > header > div.brand.span3.pull-left > a {
margin-left: 415px;!important;
margin-bottom: 20px;!important;
margin-top: 30px;!important;}
}Forum: Themes and Templates
In reply to: [Customizr] Search box submitActually, I’ve decided to remove the search and replace it with other widget, so I do not need this info no more, but clearly it would be good for others to know, since it is very hard to find the answer to this topic!
thanks bye byeForum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] transalateThanks! I’m actually using qtransalate. Do you have any advice on what css to use ?
grazie!Forum: Themes and Templates
In reply to: [Customizr] Immage Backgroundok thanks, just wondering if there was some css code I could put in to make it more responsive on windows mobile device. Thanks
Forum: Themes and Templates
In reply to: [Customizr] Immage BackgroundHello again working on my website since a few days I LOVE UR THEME GREAT JOB!!I was wondering if I go pro will I loose it?
By the way I have a question:
1. Why does my background and logo immage jump and shake when using mobile device ? In particular windows mobile (with Ipad is fine)
Thanks so muchForum: Themes and Templates
In reply to: [Customizr] Immage BackgroundUhm a step by step to put a background image
ceceppa is a plug in to make website multilingual, is the best I found yet.Forum: Themes and Templates
In reply to: [Customizr] Immage BackgroundThanksss u saved meee! all fixed. Were can I find a step by step I’m afraid to mess it up again. And since I’m here can I ask u why does Ceceppa plugin remove my logo with a simple writing?
Thanks sorry to bother u! ??Forum: Themes and Templates
In reply to: [Customizr] Immage BackgroundHi there I’ve had a huge prob I’ve modified something in css header and now my website dosent open Parse error: syntax error, unexpected ‘<‘ in /web/htdocs/www.sicilysensations.com/home/wordpress/wp-content/themes/customizr/header.php on line 24 omg what to do?