Zdelete
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] problem with last updateNow the mistake does not occur! Maybe it was a momentary thing!
I will keep you updated.Forum: Themes and Templates
In reply to: [Customizr] customize colophon row fluidok, thank you very much.
Forum: Themes and Templates
In reply to: [Customizr] customize colophon row fluidPerfect!! Thank you very much ElectricFeet ??
One question: where can i find a list of all the class used by this theme?
Just to learn something… thanks again.Forum: Themes and Templates
In reply to: [Customizr] customize colophon row fluidsocial span2, credit span8 and back-to-top span2…
Forum: Themes and Templates
In reply to: [Customizr] Add more block of content in homepagePerfect!!! It works great!! Thank you very much. You save me! ??
Forum: Themes and Templates
In reply to: [Customizr] Add more block of content in homepageYes the plugin is imagemapper.
Forum: Themes and Templates
In reply to: [Customizr] Add more block of content in homepageYes, you got it. The shortcode is
[imagemap id="182"]
.
Before to do this i tried adding only the shortcode in the function but i don’t know anything about php and maked a lot of mistakes! ??
Now i tried with your code but here is the result.
And the google map isn’t 100% page large.
Here is my code:add_action ('__before_footer' , 'add_content_before_footer', 0); function add_content_before_footer() { //checks if we are displaying the home page if ( ! ( tc__f( '__is_home' ) || is_page('29') || is_page('129') ) ) return; ?> <div id="my-content-footer"> <div class="container"> <div class="row-fluid"> <div class="span12"> <?php echo do_shortcode('[imagemap id="182"]'); ?> </div> </div><!-- end .row-fluid -> </div><!-- end .container --> <div class="row-fluid"> <?php printf('<h2>%1$s</h2>', __('<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.it/maps?f=q&source=s_q&hl=it&geocode=&q=Juliae+Felicis,+Via+Lepanto,+Pompei,+NA&aq=0&oq=juliae+&sll=39.029842,16.418107&sspn=3.127716,6.339111&ie=UTF8&hq=&hnear=&t=m&iwloc=A&ll=40.749856,14.50833&spn=0.006295,0.006295&output=embed"></iframe><br /><a href="https://maps.google.it/maps?f=q&source=embed&hl=it&geocode=&q=Juliae+Felicis,+Via+Lepanto,+Pompei,+NA&aq=0&oq=juliae+&sll=39.029842,16.418107&sspn=3.127716,6.339111&ie=UTF8&hq=&hnear=&t=m&iwloc=A&ll=40.749856,14.50833&spn=0.006295,0.006295" style="color:#0000FF;text-align:left"></a>') ) ?> </div> </div> <?php }
The map generated via shortcode could it be visible only in homepage…
I know, i’m asking too much. Sorry. And thanks again.Forum: Themes and Templates
In reply to: [Customizr] Add more block of content in homepageYes it’s a shortcode in a page. I need the featured page, the blog and the first map with shortcode. It’s simple but i don’t know why even if i selected both (Pagina iniziale with the shortcode and Articoli as the blog) i can see only one!
Forum: Themes and Templates
In reply to: [Customizr] Add more block of content in homepageThanks. I tried but in frontpage it shows only one (Pagina iniziale or blog) and not both! The blog is here and seems ok. Am i missing something?
Forum: Themes and Templates
In reply to: [Customizr] Adding a block of content in pagesOops! Yes now it works! Thank you very much!! ??
Forum: Themes and Templates
In reply to: [Customizr] Adding a block of content in pagesYes the problem was after my attempt to display in other pages… trying with your help, now, it shows the content only in home (i tried first with the page id and then with the name, but nothing…).
if ( !tc__f( '__is_home' ) || is_page('29') ) return; ?>