mister klucha
Forum Replies Created
-
Forum: Plugins
In reply to: [Metaphor Shortcodes] [Grid shortcode] row heightI’m trying to delete bottom margin on another page https://ama.kegtux.org/?page_id=59. (see the bottom)
I just installed firebug.
There is also useless p tags. there is no plugin…
I’m wondering if it’s a theme or mtphr problem.Forum: Plugins
In reply to: [Metaphor Shortcodes] [Grid shortcode] row heightOK thanks for looking at it.
Indeed, i gained some pixels removing line-wrap (sorry for my english).
But it still need to look at this social plugins…Forum: Plugins
In reply to: [Metaphor Shortcodes] [Grid shortcode] row heightOk i try to look at this.
My grid is a the bottom of pages (3 social buttons and a linked picture)
First, i used a “colunm plugin” wich does what i have on my home page. (i want to change it, it’s not responsive even if i customized it a little).https://ama.kegtux.org
There is the same content it each page and with mtphr grid i’ve got big margin or padding. https://ama.kegtux.org/?page_id=137. I don’t understand why.
Forum: Plugins
In reply to: [Metaphor Shortcodes] Responsive behaviourAbout adding a title feature in list mode :
After somes hours tweaking the code this week-end (yeah some hours !!), i’ve got what i want :I added to “shortcodes.php” in “function mtphr_pricing_table” :
'total' => '', 'total_tag' => __('Total', 'mtphr-shortcodes'),
after :
extract( shortcode_atts( array(
andif( $style != 'condensed' ) { if( $title != '' ) { $title = apply_filters( 'mtphr_pricing_table_title', $title ); $title_tag = apply_filters( 'mtphr_pricing_table_title_tag', $title_tag ); $html .= '<'.$title_tag.' class="mtphr-pricing-table-title-list">'.$title.'</'.$title_tag.'>'; } if( $total != '' ) { $total_tag = apply_filters( 'mtphr_pricing_table_total_tag', $total_tag ); $html .= '<div class="mtphr-pricing-table-total-tag-list">'.$total_tag.'<span class="mtphr-pricing-table-total-list">'.$total.'</span></div>'; } }
after :
$html .= '<div class="mtphr-shortcodes-grid'.$span.$class.'">';
CSS i added is :
.mtphr-pricing-table-title-list { font-size: 16px; font-weight:bold; line-height: 10px; text-align: left; padding-top: 5px; padding-bottom: 5px; } .mtphr-pricing-table-total-tag-list { text-transform: uppercase; } .mtphr-pricing-table-total-list { font-weight:bold; font-size: 20px; float: right; color: #EE2535; }
All this give me https://ama.kegtux.org/?page_id=59.
Certainly not a pure and wonderful code, but this nightmare code i wrote works !
Forum: Themes and Templates
In reply to: [Pinboard] 3 RSS feeds ?the third one seems to be a feed of comments for the home page ?
someone know a good plugin for managin plugin (hide post in feeed, hide feed…) ?Forum: Themes and Templates
In reply to: [Pinboard] Don't translate to other languageI use CodeStyling Localization plugin
Try it
Forum: Themes and Templates
In reply to: [Pinboard] How to set a gallery ?I found
replace link<a href="<?php $image = wp_get_attachment_image_src( $attachment->ID, 'full' ); echo $image[0]; ?>" class="colorbox" title="<?php echo esc_attr( get_the_title( $attachment->ID ) ); ?>" rel="attachment"> <?php echo wp_get_attachment_image( $attachment->ID, "gallery-{$count}-thumb" ); ?> </a>
with
<a href="<?php the_permalink() ?>" rel="bookmark" title:"<?php the_title_attribute(); ?>"><?php echo wp_get_attachment_image( $attachment->ID, "gallery-{$count}-thumb" ); ?> </a>
Forum: Themes and Templates
In reply to: [Pinboard] How to set a gallery ?in function.php
i must edit pinboard_post_gallery()and customize the link a href but how to link the gallery page with the image ?
Forum: Themes and Templates
In reply to: [Pinboard] How to set a gallery ?I just found how to link to media file directly (must go in visual mode then edit gallery, the option is on the right).
I’m looking for the way to modify the link of thumbnail in blog ??
Forum: Themes and Templates
In reply to: [Pinboard] How to set a gallery ?Ok I’ve got it.
But i have another question :Here is my gallery on my blog page.
I want that the thumnail on the blog page links to the media (actually it open the ligtbox)
When we are on the gallery, i want that each media open the lightbox (actually medias link to the media page)
Here fo the gallery.I must edit content-gallery.php or one another php file ?
Forum: Plugins
In reply to: [Facebook Page Publish 2] "Grant access rights!" button not workingPatched version work also for me, without recreating any facebook app…
thanksForum: Themes and Templates
In reply to: [Pinboard] Standard blog full width on a static pageok i’ve got the solution
strangly i must set “Full Posts to display” to 1 in home page section. :/ ?Forum: Themes and Templates
In reply to: [Pinboard] Standard blog full width on a static pageok
i did it in this way and i have this :
https://ama.kegtux.org/?page_id=858but i made a cat for the blog pots.
and when i link the cat i have the good looking ?!!!?
https://ama.kegtux.org/?cat=9Strange no ?
Forum: Plugins
In reply to: [Register Plus Redux] Custom linksok
No problem.
I found it editing login.php. it’s not so hardThe point is to embed the login/register/forgotpw pages in my website.
This was a way to do this (but doesn’t work great). If you have any idea to do this i’m interested in !Forum: Plugins
In reply to: [Register Plus Redux] Style for login pageOk i’ve got it with
body.login {
background: none;
}#login h1 a {
display: none;
}an i used iframe src=”” to merge page