Forum Replies Created
-
AuthorPosts
-
thanks tj! appreciate you!
btw, what city are you in? i travel a lot for business … would love to get you a beer the next time i’m in town!
chris
– – –
ha! we weren’t finished and they closed us out!
manchester … very cool! i was in london about a month ago! (i reside in san antonio, texas, usa). we ALMOST went up to manchester! decided it was a little too far away for our trip. will let you know if we’re out there again in the future!
man! you ROCK! thanks so much!!
this works perfectly! :)
this search page has been bugging the heck out of me. finally conquered. thanks again!
along the same lines of hiding menu items (which is working AWESOME, by the way) …
** when the mobile/burger menu comes up on mobile devices, ALL the menu items are showing! ouch! i assume the mobile/burger menu does NOT get affected by the global hide we did. **
any ideas?
thanks tj!
chris
ha! thanks friend! will try this!
chris
thanks tj! :)
NOW … the .template-search STILL does not work. perhaps there is something else? since switching over to the new, cleaner way (global hide), i NOW have NO MENU on the search page (because all are globally hidden). BEFORE, i had ALL the menu items. ha!
example: http://watchman.wpengine.com/?s=erick (hosted on WPengine)
we’re almost there! thanks again for your help!
appreciate you,
chris
August 21, 2017 at 3:42 pm in reply to: how can i DISABLE blog post title LINKS on the main blog page ONLY? #842060thanks victoria! that worked!
now … the link color was still showing up on hover. so i did the following css:
h2.post-title:hover {color:#000000!important;}
strange … instead of remaining black, the titles turn gray once you hover over. is there an opacity setting?
how can i keep the titles BLACK on hover? especially since there is no link?
thanks!
August 21, 2017 at 3:29 pm in reply to: trying to add iTunes icon to the end of my social media buttons #842051victoria,
thanks. but that doesn’t help me. i know there are threads out there on this subject. i’ve read them.
i’m asking you to help me … and tell me what i’m doing wrong by looking at my code.
that’s why i provided details.
thanks.
chris
August 21, 2017 at 2:11 pm in reply to: is there a code i can use to DISABLE IMAGE SAVING / DRAGGING? #842006it’s funny. i have a PayPal image button and the link still works, even with the codes to disable clicks.
so we’re good!
thanks!
we can close this ticket.
chris
August 21, 2017 at 2:00 pm in reply to: Have VIDEO (vimeo) open up in Lightbox from standard text #842002i have been able to satisfactorily adjust the iframe size to my needs. i was hoping to be able to adjust the ratio for pages in the iframe SEPARATELY of the 16:9 videos. not sure this is possible.
you can go ahead and close this ticket.
thanks!
chris
August 21, 2017 at 1:39 pm in reply to: blog titles on main blog page are HUGE … plus i want to open posts in lightbox #841992oh my goodness! thank you so very much! works GREAT!!
problem is solved! :)
chris
we can close this one.
Hey there. I don’t think the statement you found has anything at all to do with the sound from ANY background video intermittently playing audio on a page using your theme.
Vimeo is simply stating that on the user’s end, the volume setting you last used in a Vimeo player on a given web site will carry over to other web sites with Vimeo players.
So what’s the deal? Why would that matter? The audio is supposedly MUTED on the code side of the site. Any volume settings mean nothing…
Well … if we have no real answer for why this is happening … let’s close the ticket.
Thanks
all are vimeo. yes.
August 20, 2017 at 7:29 am in reply to: how do i DISABLE TITLE LINKS on the blog post pages themselves? #841604that did it! ha! thanks so much!
REALLY APPRECIATE YOU!
you can close this now. thanks.
chris
August 20, 2017 at 7:10 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841600excellent!! thanks so much!
i did have to add the “!important” for it to actually work. just fyi.
thanks!
you can close this now.
best,
chris
August 20, 2017 at 5:51 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841562ah! beautiful! i see! THANK YOU!!
now, can you help me to correct the line spacing? i got the text size where i want it … but the line spacing is the same. a big gap between first and second lines of title.
please see this sample: http://watchman.wpengine.com/the-watchman-episode-63-can-christian-zionists-lead-fight-against-rising-anti-semitism-in-uk/ (hosted on WPengine)
thanks!
chris
August 20, 2017 at 2:04 am in reply to: blog titles on main blog page are HUGE … plus i want to open posts in lightbox #841525my genius friend @tjswarbs78 !
i would love to ask for your help on this one. it seems to be stumping the moderators.
the code that ismael sent me works on the blog (episodes page) … but NOT on the search page.
i REALLY want the title links / results on the SEARCH page to open up in the lightbox.
(and i eventually want to disable the title links in the blog/episodes page since i have showing all content anyway.)
thanks so much for your time!! you truly are a genius.
blessings,
chris
August 20, 2017 at 1:55 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841524i mean … darn. i inspected the title in the browser an everything you sent me in the code lines up. why would it not be working and making the font smaller? ugh. thanks!
August 20, 2017 at 1:46 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841521hey there!
well thanks … BUT that code did nothing. did not work.
fyi, i want the titles on page like this one (and all the other posts) to be SMALLER … font is way to HUGE …
thanks!
chris
hey there, jordan.
this wasn’t very much help. but thanks anyway.
i never un-muted the audio. i checked the section.php and it is already “true” for video_mute.
what would make it play with audio once in a blue moon?
thanks,
chris
ha! okay, this was REALLY FREAKY …
i checked in firefox and it was showing the menu in a VERTICAL line instead of horizontal.
i checked in CHROME and there was no menu at all! nothing.
so …
i changed the “display:contents” to “display:inline” and NOW everything seems to be okay in all browsers. :)
whew.
thanks!
STILL no dice with the .template-search for showing the menu items. help much appreciated.
best,
chris
HEY … GREAT NEWS!! (and i think you’ll be proud of me, TJ!)
i did some thinking for myself!
1. i found that #menu-item-xx {hide} did not work for me. HOWEVER, #menu-item-xx {display:none;} DOES work! :) so that solves one problem for me. :)
2. also … while .page-id-xx #menu-item-xx {show} did not work for me … .page-id-xx #menu-item-xx {display:contents;} DOES work! :)
do you see any problems with me using these attributes? they seem to work okay.
NOW … the .template-search STILL does not work. perhaps there is something else? since switching over to the new, cleaner way, i NOW have NO MENU on the search page (because all are globally hidden). BEFORE, i had ALL the menu items. ha!
we’re almost there! thanks again for your help!
appreciate you,
chris
unfortunately,
hey there, tj! thanks SO MUCH for your time!
AND GREAT IDEA!! I LIKE WHERE THIS IS GOING!! :)
1. unfortunately, using “.template-search” to hide the #menu items INSTEAD of the .page-id did not work. nothing changed. i made sure i had the correct menu item numbers. i still see EVERY possible menu item. strange. i’m able to hide the items i want on the pages. but NOT in the search. is there anything other than “.template-search” that i can use instead?
2. also unfortunately, the #menu-item-xx {hide} does NOT hide the menu items globally. i tried every single menu item. they were ALL still on all the pages. darn.
i am doing all of this in the quick css. are we sure these codes will work in quick css? is there somewhere else i should be placing them?
thanks again! i REALLY appreciate your help!
i feel like we are SO CLOSE!
blessings,
chris
yes, i have menu items that need to be HIDDEN on the SEARCH page.
to make a long story short … i am using menu links with anchors in them that don’t work on the blog page because it’s separate from the one-page home page.
i’ve used PAGE_ID to hide links on the other pages. :)
not so with the search page? no id?
ideas?
thanks!
chris
August 18, 2017 at 9:03 pm in reply to: how can i change the LINK COLOR of MAIN BLOG PAGE & SEARCH PAGE? #841031moderators, you can close this. thanks!
August 18, 2017 at 9:03 pm in reply to: how can i change the LINK COLOR of MAIN BLOG PAGE & SEARCH PAGE? #841030as expected … you’re awesome!! everything worked like a charm! :)
thanks so much,
chris
August 18, 2017 at 8:01 pm in reply to: how can i change the LINK COLOR of MAIN BLOG PAGE & SEARCH PAGE? #841012fyi … i decided to remove the underline on the large text. it didn’t look great…
August 18, 2017 at 7:58 pm in reply to: blog titles on main blog page are HUGE … plus i want to open posts in lightbox #841011hey there @Ismael … i know you’ve got an answer in that genius brain of yours!
please help me take the code you sent and apply it to my SEARCH page. :)
thanks so much!
chris
August 18, 2017 at 7:53 pm in reply to: how can i change the LINK COLOR of MAIN BLOG PAGE & SEARCH PAGE? #841010hey there!
okay, ALMOST THERE! :)
1. the css wouldn’t work unless i put “!important” after the color code number for the links and the underline. does this cause an issue with anything i should know about?
2. strange. when i hover NEAR the blog titles on the main blog page, the titles STILL turn gray. (i don’t want that – i want them to stay black until completely hovered over.) then … when you completely hover over, finally you get the dark blue and underline that i want.
3. on the SEARCH page … the links are still the gray on hover. no blue. so sad. what can i do?
thanks so much!
chris
August 18, 2017 at 7:41 pm in reply to: i want to disable the "/" after the blog post DATE on my SEARCH page #841008that worked!! thanks so much!!
you can close this now.
August 18, 2017 at 6:26 pm in reply to: is there a code i can use to DISABLE IMAGE SAVING / DRAGGING? #840985ah, yes! the dragging was still allowed. that’s what i didn’t want, especially for mac users. too easy. :)
THANKS!! THIS WORKS!! sweet, tj!!
the only thing i can think of where this is going to hurt me … is that i will likely be adding a PayPal button. and that’s an image. ugh.
i may try your “class protection” method. how do i add the class for all the images i want to be protected? thanks for the code to protect that class.
appreciate you so much,
chris
thanks tj!
in my case … you helped me disable a different set of menu links for pages outside of my one-page home page.
on the SEARCH page … all the hidden main menu links show up. OUCH! :)
here’s the page: http://watchman.wpengine.com
thanks!
chris
-
AuthorPosts