gombroo
Forum Replies Created
-
Hi Tobias,
thanks for your advice. Now I can see I should search for the help on Colorbox support forum, not here ??
Anyway you suggested me to look for opacity parameter. Colorbox has inline styles which always overwrite custom CSS. I found div responsible for my background and set its opacity to 0.9 and !important.
#cboxOverlay { visibility: visible; opacity: 0.9 !important; }
Now it works on every page ?? Thanks!
Forum: Themes and Templates
In reply to: [Path] Wrong menu display in IE8Is that so easy? ?? Thanks a lot, I’ll try to do it!
Best!Hi Tobias,
unfortunately it doesn’t work as it should. When you go to the second link
and click on the thumbnail you’ll see black background behind the image.On this page: https://reman2.linuxpl.info/menu/dania-glowne/
there’s no black background. I have no idea why is that.Thanks!
Forum: Themes and Templates
In reply to: [Path] Wrong menu display in IE8I don’t use IE8 too ?? But unfortunately some people do :/ Path demo works great, I’ve checked it.
https://www.marszand.linuxpl.info/
I did a lot of CSS changes, perhaps I messed the code somewhere.By the way Path theme is great, very flexible, thank you for creaiting it!
@paulwpxp this error says:
Parse error: syntax error, unexpected ‘}’ in /home/marszand/domains/mamepro.org/public_html/wp-content/themes/mamepro/libs/posttypes.php on line 114
Nothing changes when I try to remove or put this bracket in another place.
The whole posttypes.php looks like this:
<?php if(!defined('MAMEPRO_THEME_DIR')) { define('MAMEPRO_THEME_DIR',get_theme_root().'/'.get_template().'/'); } if(!defined('MAMEPRO_THEME_URL')) { define('MAMEPRO_THEME_URL',WP_CONTENT_URL.'/themes/'.get_template().'/'); } require( get_stylesheet_directory() . '/libs/posttypes.php' ); ?>
My child-theme functions.php which causes this error looks like this:
if(!defined('MAMEPRO_THEME_DIR')) { define('MAMEPRO_THEME_DIR',get_theme_root().'/'.get_template().'/'); } if(!defined('MAMEPRO_THEME_URL')) { define('MAMEPRO_THEME_URL',WP_CONTENT_URL.'/themes/'.get_template().'/'); } require_once MAMEPRO_THEME_DIR.'libs/posttypes.php';
I tried to replace this:
require_once MAMEPRO_THEME_DIR.’libs/posttypes.php’;
with this:
require( get_stylesheet_directory() . ‘/libs/posttypes.php’ );
but still I got some syntax error.
Thanks! I could noticed it so far.
The problem is: how can I change it? Which parent file I should edit and which function should I use?
I’m a complete beginner in php, so any advice will be helpful!
Forum: Hacks
In reply to: Custom post types and "fatal error: require_once() " messageThanks a lot!
As PHP beginner I have one more question: how can I point my child theme location? In other words in which file I should change /path/ into /mamepro/?
Forum: Themes and Templates
In reply to: [Path] Full width and responsive header imageThanks a lot! It works! ??
I set [#site-title img] width to 100%. Now the header image remains a little bit stretched. What should be the optimal image length in pixels to avoid stretching and loosing sharpness? 1920px?
Forum: Plugins
In reply to: [qTranslate] HOME menu link resets selected language back to defalutAnother solution which worked fine for me I found here:
https://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=2998#p11455Forum: Themes and Templates
In reply to: Matala – longer menu?I thought it is much more complicated, that’s why I bothered you.
I’ve changed font size and style. Thanks!Forum: Themes and Templates
In reply to: Matala – longer menu?OK, you’re right ?? Here it is:
https://gitarzystki.pl/As you can see in the menu “KONTAKT” is in the second row. I’d like to put it in the first line. But without changing whole layout to one-column view.