Forum Replies Created
-
AuthorPosts
-
July 21, 2015 at 12:31 pm in reply to: Disable application of theme settings when I intergrate content onto my site #476420
That’s awesome Rikard, managed to get it the way I want it, with your code thanks.
Thanks so much Dake, finally got it the way I want it!
Hi Dake,
Thanks but unfortunately I have 3 slides with texts of different lengths so the code won’t work properly.I have found a way to get what I wanted though, and it’s simply using the <mark> text </mark> tag! The default color is yellow, so to change the color of the highlight you’ll need to add background color eg for black: <mark style=”background-color:#000000;”> text </mark>
The only problem though is for the “caption title”, it changes to black when I add the <mark> tag, even though I’ve set the font color to white. The problem does not seem to occur for the “caption text” though. So wondering if anyone can shed some light? I want to change the title to white as well.
Hi Dake, thanks for the reply. Unfortunately that CSS code creates a “box” around the content, so even empty space becomes highlighted. Is there a way to get it to wrap around the “text only”. Thanks!
Perfect! Thanks again :)
Hi Yigit thanks for the quick response, but for some reason the CSS code is not working. When I tried inspect elements, I can’t locate page Id, so I’ve downloaded a plugin (Reveal IDs). But still no luck.
Hi Ismael, thanks for the reply. Where should I place the page id in that code? Thanks again.
Thanks for your help, much appreciated. Not a fan of contact form 7 either, but I guess it’s the only free one available, so no choice, oh well.
Thanks for the suggestions Micheal, can I double check with you before I purchase Frontend Upload. Will I be able to add an “upload” function to the enfold contact form, or will I need to use a custom form. I want to keep the design of my site the same.
Thanks.
Thanks Rikard, adding that and setting the right color made it exactly how I want it.
Thanks to everyone for your help!
Hi Ismael, you’re awesome!
I just need one last step now, is it possible to make the text not bold?
This is what it currently looks like: http://postimg.org/image/cyabg5ph1/
Never knew what happened, but I tried restoring with backup buddy and that fixed it. I think i’ll just leave everything as is atm.
Hi, Yigit, once again, really appreciating your help. Please find an image of what I’m trying to achieve. image: http://postimg.org/image/yugwf9bdb/
Thanks.
Hi Rikard, thanks for you help thus far, you don’t know how much I appreciate it. But unfortunately I’m still having trouble reducing the size of the font. It looks a lot better after add the latest code you’ve give me, but for some reason I can’t reduce the font any smaller. I’m tried editing the numbers for the font-size and font-weight, but for reason it made no difference at all.
I’ve provided a comparison pic of what I would like to font size to look like. Thanks again.
Image: http://postimg.org/image/72cxro6kz/Hi Yigit, I have currently added the code to my functions.php file, but looks like it made no difference? I’ve cleared all cache and everything already. Thanks.
Hi Rikard, thanks for your reply. Is it possible to make the text not ‘bold’ and reduce the size of the font further? So it’s similar to my other drop down menus. Other than that, it is getting very close to what I would like to achieve. Thanks!
Hi Yigit, thanks that is perfect.
Now while I’m at it, is there a way to show a short except? Like I have for my “Latest Products” sidebar.
Here’s a link to the site again: https://vipoffers.club/Thanks as always!
Hi Yigit, that worked perfectly at reducing the size of the font. But unfortunately the menu boxes is still very big and taking up a lot of space. Is there a way to minimize the size of the boxes?
Here’s a link to my site: https://vipoffers.club/ (The menu in question is the “Categories” menu)
Thanks!
It looks like I fixed it by changing it from “Show thumbnail and display post title by tool tip” to “Show thumbnail and post title by default” and then adding the css code.
Thanks
Cool, I’ll try to submit a request.
For the mean time I’ll try and find a plugin that’ll do the job, thanks.Hi Andy,
Thanks, that’s a really useful link!
or maybe if there’s a plugin?
Hi Ismael,
That is just the fix I’m looking for! Works perfectly, thanks so much!This reply has been marked as private.Hi Elliott, thanks for the reply.
Yes, I simply want the footer to be maintained at a fixed size like most websites and not increase in size to fill up half a screen. If I have a large screen, I would prefer the page being left white compared having the footer increase in size. I have posted two images to ‘what it currently looks like’ and ‘what I want it too look like’
http://s27.postimg.org/66ac7i4wz/what_it_currently_looks_like.jpg
http://s27.postimg.org/67ka0x6qr/what_I_want_it_too_look_like.jpgLooks like the following code helps
@media only screen and (min-height : 1200px) { .entry-content-wrapper { min-height: 875px; } }
But like you said it’ll appear different depending on the user’s screen. So there’s no way for the theme to automatically detect screen size to adjust?
Thanks!
I’ve tried adding
#av_section_1 { min-height: 100vh !important; }
and#av_section_1:last-of-type { min-height: 80vh !important; }
but both codes do nothing! My footer on a page with low content still takes up half the page. Is there no fix for this? =/
- This reply was modified 9 years, 8 months ago by shoo.
I also tried using
#footer { padding: 0; }
but no luck also..
Hi begrafiks, thanks for the reply but unfortunately that didn’t do anything at all.=(
March 17, 2015 at 2:25 pm in reply to: Set ALL posts to "Don't display image on single post" #412938That is perfect, thanks for the quick response as always!
Thanks Yigit, I feel so silly now. I was working on a Mac, and obviously the CTRL button doesn’t have the same function it does on a PC.
Thanks again!
-
AuthorPosts