Mike444
Forum Replies Created
-
Forum: Plugins
In reply to: [Page-list] Exclude child of not having meta valueWorking now
Forum: Plugins
In reply to: [Contact Form 7] Error 403 Forbidden when saving form settingsDisabled all plugins and changed theme. Still error.
I am using same theme and plugins in different server, but same hosting provider and all works fine.
Forum: Plugins
In reply to: [Contact Form 7] Error 403 Forbidden when saving form settingsDont want to post it here.
Thank you!
For a last day the form has given me this error: Cant connect to the server right now!
How can i solve the issue, since it worked before and i havent changed much..
Forum: Plugins
In reply to: [Authors List] Author image size?Works great!
Thanks!
Forum: Plugins
In reply to: [Authors List] Order by category?Thank you very much!
You are very generous!
Perfect
Forum: Plugins
In reply to: [Authors List] Order by category?Would be nice!
Forum: Plugins
In reply to: [Authors List] Order by category?Would be nice if you could think of something, beacuse the user list will be ever-increasing..
Forum: Fixing WordPress
In reply to: PHP or Shortcode inside shortcodeThanks man, great job.
Couldnt done this without you.Forum: Fixing WordPress
In reply to: PHP or Shortcode inside shortcodea) yes right
b) link is a custom field in post adding page where i insert different link for each post. And both of these will call the link[php function=1] <?php the_field('link'); ?>
b) nope.
I wanted it like this but it wont work
[av_button label='Click me' link='manually,[php function=1]' link_target='' size='small']
“The shortcode parser does not accept square brackets within attributes”This needs some extra coding ? Im kind of noob.
[rescan][av_button label='Click me' link='manually,~(linkcode~)' link_target='' size='small'][/rescan]
Forum: Themes and Templates
In reply to: Category image over thumbnail image?<?php // category featured image $category = get_the_category(); echo '<img src="'. get_bloginfo('template_directory') .'/file/path/'. $category[0]->cat_name .'.png">'; ?>
I think this will work. If you have something different let me know.
Forum: Themes and Templates
In reply to: Category image over thumbnail image?I Could do it with css, but dont know how to distinguish images over different categorys.