Bereshka
Forum Replies Created
-
Forum: Plugins
In reply to: [Customizer Export/Import] Great idea, but it's not working…oh, i see, I got it, but didn’t find any errors
Forum: Plugins
In reply to: [Customizer Export/Import] Great idea, but it's not working…where is that export file?
Hello, everywhere where I have words Event/Events because my users will create Trip/Trips
I google some information and figured out that I may do that with hook and filter, so now working on how correctly to add this to my php files.
http://wp-events-plugin.com/tutorials/overriding-event-page-content-with-filters/
I have added this filter to the functions.php and got whit screen, can anybody give an idea what is wrong?
function my_em_custom_content_title($content){
if( /* Do something here to decide whether to override */ ){
$content .= “Trips”;
}
//Whatever happens, you must return the $content variable, altered or not.
return $content;
}
add_filter(’em_content_page_title’,’my_em_custom_content_title’);I already did changes before, just manually replaced all words with event to trip. But maybe anybody can help me with a code that can make it faster
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpsIt’s not correct solution, because before last WordPress update there were the same word-length in posts on the homepage,but there was not a problem. There is a problem with the slider, not with the posts. So maybe smb else have any ideas?
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpswhat about my question above? )
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpsoops, sorry for mistake with does and can
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpsHello, does anybody can explain what that guys meant? ))
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpssorry, I don’t understand, can you explain please how to fix it – word-length and what exactly do you mean? to make posts the same lenght? but before update everything was the same except of this problem
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpsbut I stil can’t find a class in CSS that cause this bug
Forum: Themes and Templates
In reply to: [Enigma] Slider jumpsthank you for your attention, I also thought that there is the problem but actually not. Anyway I use now images of exact 1400x570px but it didn’t help.
It’s ok that website is floating if we are talking about this part “Последние записи” section. – it’s style of the theme.
Maybe you didn’t understand me. Look please here https://yadi.sk/i/p5pUimzWhHcUM and here https://yadi.sk/i/-Mw49gP9hHcUm . Slider is jumping when it’s sliding. Images are croping and then become again normal size. There is a problem with effect or with div that wrap this slider.
Forum: Themes and Templates
In reply to: [Enigma] Some blocks disappearedI found, the problem was with W3 Total Cache when I enable JS