morene
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Hide restaurant, shop … labelsHi, thanks, it isn′t right solution. I want to hide only icon in circle no text (like ?ivana, Garage pub…). It works like code up, it hide text + icon. You can see
Forum: Fixing WordPress
In reply to: Sticky header with smooth scrollThanks for answer.
Yes, i see it when I am logged in and logged out too. I added class .shifted to body_class(). Now it is ok, but my sticky header is “broken” because i have border around body – 30px solid gray. My sticky scroll effect disappeared. Now my header is entirely at the top and you can′t see border-top for body.
Forum: Fixing WordPress
In reply to: style.css don′t workthanks
Forum: Fixing WordPress
In reply to: Smooth one page site with changing URLI fixed it and changed this code:
$(function(){
var menu1 = $(“.menu-top”);
var menulink1 = menu1.find(‘a[href*=#]:not([href=#])’);$(menulink1).on(“click”, function(){
if (location.pathname.replace(/^\//,”) == this.pathname.replace(/^\//,’#’)
|| location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $(‘[name=’ + this.hash.slice(1) +’]’);
if (target.length) {
var hash = this.hash; // ‘this’ will not be in scope in callback
$(‘html,body’).animate({ scrollTop: target.offset().top }, 1000, function() {
location.hash = hash;
});
}
}
});});
so URL address change when I click on menu link but on mouse scrolling url doesn′t change. Do you know what should i do.
Thanks for help
Forum: Fixing WordPress
In reply to: :hover effect over an image in listhi, thanks. It′s seems much better. But I put vertical-align to
.parent {
vertical-align: super;
}on img i had big problem with padding-bottom.
but there is still problems with screen resolutions on 1160px or 800px … you can see it when you decrease your screen. (https://www.responsinator.com/?url=www.rpzsro.sk%2Fde%2Fphotogalerie%2F – the last one).
I tried change
.parent {
height: 100.01%;
}It isn′t good way, but nothing helps.
Any idea, thanks a lot
Forum: Fixing WordPress
In reply to: hamburger menu with jquery smooth scrollThanks a lot! it′s perfect!
Forum: Fixing WordPress
In reply to: :hover effect over an image in listthanks. finally i change this things
HTML
<li> <div class="img-container"> <img src="" alt="thumb_5f"> <span class="parent"> <span class="parent-icon"></span> </span> <div> </li>
CSS
.img-container{ possition: relative; } ul.thumbnail li img{ padding: 0px; } ul.thumbnail li{ padding: 30px; }
now it′s look better but when i added media query :hover effect doesn′t cover whole image. On some mobile devices hover doesn′t cover whole image and than at the bottom of image is “white line”. Any idea how to fix it? thanks
Forum: Fixing WordPress
In reply to: child themeThank you. I changed style.css and functions.php but something was wrong because image, pages… were only on the left half. so i put this:
@import url(‘../oneengine/style.css’);
to the end of style.css now it looks good. hope it will be alright.
i have webhosting on hostgator.
hi, i have the same problem. i move the file object-cache.php to the directory wp-content/. and than i get following erro:
Fatal error: Class ‘Redis’ not found in /home3/morene/public_html/wp-content/object-cache.php on line 710
when i check ftp file i found object-cache.php in wp-content.
thanks for helpForum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] width of imagethank you very much but sorry i don′t know where can i change it. please, could you write me step by step what exactly should i do.
Forum: Plugins
In reply to: [Gallery – Photo Albums Plugin] Full-size imagehi, thank you very much for you help. done. everything seems to be good but not on my pc. i tried to display my website on 2 different pc and on my pc is still problem. please don′t you know where can be problem or what else should i download or repair? thanks
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Breaks when activating in WP 3.5.1hi, i resolved my problem i deactived and deleted plugin w3 total cache and now plugin all-in-one-event-calendar works good ??
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Breaks when activating in WP 3.5.1hi claraRS,
so, could you say me, which wordress version is the best for all-in-on-event-calendar? 3.4.2? i′m using theme origin and version 3.5.1. when i log in available views – month and agenda works and when i log out plugin doesn′t work. thanks a lot
Forum: Themes and Templates
In reply to: [Origin] Dark line below headeri found this css code:
#header, .sidebar-subsidiary-wrapper {
border: solid;
}so i put it into custom css, the black line is know above header and navigation bar. please could you help me how can i move it below? and what about description of side. thanks