Forum Replies Created
-
AuthorPosts
-
By the way, I am not getting any email updates about forum posts, is there a problem?
ok, I have turned off minify css and cleared all caches but it still does not work?
Thanks
Andrew
I will give it a try but I have other code in the custom css that is being applied with the CSS minify feature on so whats the
difference?Thanks
Andrew
Its a live site so I can’t activate the default theme and then wait for webmaster tools to see if there
are any errors:-)Thanks for the advise anyway.
Andrew
Thanks for the reply Yigit,
Didn’t work for me though?
Thanks
Andrew
Ignore the above, tested and it works.
Thanks Josue
Andrew
Hello Josue,
Thanks for the reply. Wouldn’t that hide the elements for the first page though? I don’t want to hide elements for the first page but subsequent paged pages.
Thanks again,
Andrew
Doh! My apologies, I didn’t even realise I had caching on!!!
Thanks Josue
Andrew
Got it, I added the following to line 44
//global sidebar
if (dynamic_sidebar(‘Displayed Everywhere’)) : $default_sidebar = false; endif;if($custom_sidebar)
{
dynamic_sidebar($custom_sidebar);
$default_sidebar = false;
}Then deleted this on line 91:
//global sidebar
if (dynamic_sidebar(‘Displayed Everywhere’)) : $default_sidebar = false; endif;It works but is that correct?
Thanks
Andrew
Hello,
I’m not sure if I am doing this right? I have added this:
//global sidebar
if (dynamic_sidebar(‘Displayed Everywhere’)) : $default_sidebar = false; endif;if($custom_sidebar)
{
dynamic_sidebar($custom_sidebar);
$default_sidebar = false;
}But now the default does come first (which is what I want) then the custom sidebar but then the default again.
To be honest I was a bit confused with Ismael’s reply:
Find this code on line 71 of sidebar.php:
//global sidebar
if (dynamic_sidebar(‘Displayed Everywhere’)) : $default_sidebar = false; endif;What do I do when I find the above code?
Thanks
Andrew
Hello Josue,
Thanks for letting me know.
Andrew
Thanks Ismael, I’ll give it a go.
Andrew
Thanks Ismael,
Andrew
OK – found it, please close this ticket.
Thanks
Andrew
Point 1 – I have fixed it. Not sure how but I think it had something to do with the content of the first widget.
So, if possible can you please let me know the css for point 2?
Thanks
Andrew
Hello Peter,
Only just got around to implementing this and I need to know which file to change:
“2) Yes, I’ll ask Kriesi to add it to the next update. If you need a quick solution open up and replace:
infowindow.open(map,marker);
with:infowindow.close();
infowindow.open(map,marker);
Regards,
Peter”Thanks
Andrew
This reply has been marked as private.Will do,
Thanks again,
Andrew
Hello and thanks for the reply.
Not really an option to use page id’s because this might need to apply to hundreds of pages as and when. Can I suggest that something as crucial as a social share option should really be part of the layout builder or shortcode generator in future, I was surprised that it is not already in there.
Thanks
Andrew
My mistake, it does appear but not where it should. The page has a slider at the top and the share box text appears above it (under the title bar) but the actual share boxes are under the slider, I can only just slightly see the first couple of pixels of them. This happens no matter where I place the text box on the page.
Thanks
Andrew
Hello,
Unfortunately this didn’t have any effect. I added the code to the bottom of the functions.php file and added the shortcode in a text box on a page but nothing appears on the page where the sharebox should be.
Thanks
Andrew
Thanks for getting back to me Josue, I will give it a go!
Thanks again,
Andrew
Thanks for the reply Ismael,
I guess there is no way to do this in the quick css option?
Andrew
This reply has been marked as private.Thanks – clusters would make it perfect. What I like about this google map (more than plugins!) is it’s simplicity to set up and managed locations. No bells and whistles but it doesn’t need them.
Andrew
Thanks for the info Peter.
Andrew
Any ideas?
Thanks
Andrew
Also….
Is it possible to allow only one info bubble to open at one time. So, you click on one info bubble but when clicking on another the previous closes – seems quite a default behavior for most google map plugins.
Thanks
Andrew
Thanks – can you post the results here in case I need to use the form again in the future.
Andrew
Thanks Josue but I have had to remove the
form and use FS contact form instead because it was urgent.Can you test on your own system?
Thanks again,
Andrew
-
AuthorPosts