dubaiprogramok
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to get post title into a form-fieldThanks.
I read the doc once again, and I find that I missed to call the exact same name the custom field as the field-name and that was the reason why did not appeared the text I want.Thanks again for the great add-on.
Forum: Themes and Templates
In reply to: [MesoColumn] Remove 'more…' button on short postsThanks anyway.
You can close this topic.Forum: Themes and Templates
In reply to: [MesoColumn] Remove 'more…' button on short postsIt could be hard coded, so if I have to add some code which contains the word count than it’s fine for me.
Forum: Themes and Templates
In reply to: [MesoColumn] Remove 'more…' button on short postsOK, but this will remove the ‘more…’ button from every list item.
I would like to find a solution that the button should appear only on long posts excerptsForum: Themes and Templates
In reply to: [MesoColumn] Missing drop header drop shadowHi,
If you have a background image then the shadow will disappear by default.
If you want to use it with bg-image set I made a workaround you can find in that topic:
https://ww.wp.xz.cn/support/topic/keep-shadow-effect-with-background?replies=5Best regards
Forum: Themes and Templates
In reply to: [MesoColumn] Keep shadow effect with backgroundHi,
if you don’t need the header part, just the top-nav menu then I have a workaround for your problem, as you can see on my site:
Dubai ProgramokYou should change the header height to a thin line or even nothing and voilá you can save the shadow effect over the background image
I put the following into my custom CSS for this to achieve:
#header .header-inner {
float: left;
transparent: true;
padding: 0;
width: 100%;
background-color: transparent;
clear: both;
height: 2px;
}Best regards