Forum Replies Created
-
AuthorPosts
-
robertlParticipant
How would you also change the color of the titles in the search? Have been trying but doesn’t change
.search #main .page header.entry-header {
display: block;
color: #9CCCD4;
}robertlParticipantI’ve have previously tried removing the:
<script src=”//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js” type=”text/javascript”></script>
it won’t show anymore.
Would there possibly be a work around for this? Or, what happens if the:
<script type=’text/javascript’ src=’http://tuanzbuild.tuanz.org.nz/wp-includes/js/jquery/jquery.js?ver=1.12.3′></script>
is removed instead?
Cheers
RobrobertlParticipantHi Mahesh,
I checked the source of the page there was the only one instance of the javascript input. This shows that the library was not there.
Library – http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.jsLet me know if you can find a work around for this
Thanks heaps Mahesh!
robertlParticipantHi Mahesh,
Yup we’re using a plugin to display the javacsript. We can also enable this javascript by entering the code directly into the page’s HTML editor.
Another problem we’re having is our search results. When searching, there should be title of the searched results but the titles aren’t showing anymore (they were before). thinking it might be to do with our css but can’t quite point it out: http://tuanzbuild.tuanz.org.nz/?s=member <- here is a sample search results using keyword “member”
Kind regards,
RobrobertlParticipantIgnore my post above.. I found out the problem was the National Broadband Map javascript widget at the bottom of our home page is conflicting with the mobile menu somehow.. Would you happen to know why this is happening and if there is any work around for this please?
Javascript code for the widget is as follows:
<script src=”//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js” type=”text/javascript”></script>
<script src=”//broadbandmap.nz/static/javascripts/bbmwidget.js” type=”text/javascript”></script><div id=”bbmwidget”></div>
<script type=”text/javascript”>
broadbandmap({
div_id: ‘bbmwidget’,
addressfinderkey: ‘testKey’,
map: true,
map_height: 520,
map_key: true,
address_label: true,
technologies: [‘ADSL’, ‘Fibre’, ‘Wireless’, ‘VDSL’, ‘Cable’],
});
</script>Cheers,
RobJune 8, 2016 at 12:00 pm in reply to: Unusual underlining of "Read more…" when enabling a java script widget on home #93171robertlParticipantPerfect. Thanks alot!
robertlParticipantHi Mahesh,
How do you apply/activate the child theme without it overiding the parent theme and goes back to the default theme?
Cheers,
RobrobertlParticipant2. Thanks Mahesh. Works perfect.
3. No worries 🙂Just one more thing, where I have scribbled here in the screenshot: http://prntscr.com/axfvia – would it be possible to evenly distribute the text out along? Since it looks like it’s using most from the left for some reason and the text should keep going until the end of the block then wraps
robertlParticipantPlease ignore question #1. I managed to figure it out myself 🙂
robertlParticipantYou’re a genius! Thanks so much Mahesh.
I’m not sure if this issue is related or not but on my iPad, everything displays fine with the featured slider and partial description in each slide. But on my iPhone 5, it doesn’t show the description (highlighted in the red here): http://prntscr.com/awxj2h
Do you know if this is related or could there be a CSS fix for it?
Thanks,
RobrobertlParticipantDid a random test of visiting my site tuanzbuild.tuanz.org.nz on both my iPpone 5 and 5s and iPad mini. iPhone 5 and 5s mobile menu does not work when viewing in portrait, but in landscape works fine for some reason. Have cleared cache and browsing data, issue still persists.
Mobile menu on iPad mini works fine on both orientations.
1 mutual problem with my FB app widget and the Twitter follow button is that it moves it self to the left a bit on the home page as you can see here: https://www.dropbox.com/s/fsql4bcxytet0x5/Photo%20Apr%2025%2C%2011%2004%2039%20PM.png?dl=0 (this is only on landscape orientation on both my iPhones 5 and 5s and my iPad mini)
Any suggested css code that could help this?
Thanks,
RobrobertlParticipantDid a random test of visiting my site tuanzbuild.tuanz.org.nz on both my iPpone 5 and 5s and iPad mini. iPhone 5 and 5s mobile menu does not work when viewing in portrait, but in landscape works fine for some reason. Have cleared cache and browsing data, issue still persists.
Mobile menu on iPad mini works fine on both orientations.
1 mutual problem with my FB app widget and the Twitter follow button is that it moves it self to the left a bit on the home page as you can see here: https://www.dropbox.com/s/fsql4bcxytet0x5/Photo%20Apr%2025%2C%2011%2004%2039%20PM.png?dl=0 (this is only on landscape orientation on both my iPhones 5 and 5s and my iPad mini)
Any suggested css code that could help this?
Thanks,
RobApril 25, 2016 at 4:00 pm in reply to: How to make Promotion Headline and Featured Content background transparent? #90367robertlParticipantIgnore my previous message, I found it. Cheers Mahesh!
April 25, 2016 at 3:57 pm in reply to: How to make Promotion Headline and Featured Content background transparent? #90366robertlParticipant@mahesh It doesn’t work for some reason.
I don’t see any error, could you double check for me? http://pastebin.com/rfiqz2xY
April 25, 2016 at 1:31 pm in reply to: How to remove page titles but still have them show in featured content #90354robertlParticipantYes, I found it out. Thanks again Mahesh
robertlParticipantPlease ignore that, I figured it out. Thanks again Mahesh 🙂
robertlParticipantThanks for that Mahesh,
Looks like it made all the text transparent as well. Could you code it to make all the text visible in black?
Cheers,
RobrobertlParticipantPerfect! Thanks so much! 🙂
robertlParticipantHow do you do that for all pages? But also at the same time not removing the menu alias in the main navigation bar
robertlParticipantPlease ignore that. I found it out:
.site .widget_catchresponsive_social_icons a.genericon {
background-color: #fff;
border-color: #fff;
color: #fff;
text-decoration: none;
}Cheers 🙂
-
AuthorPosts