Forum Replies Created
-
AuthorPosts
-
Thanks Rikard
How do I find the page ID so I can target specific pages like this?
Cheers
FleurPerfect, thank you!
Thanks and sorry for causing hassles by inadvertently “bumping”… I kept figuring out more about the issue and wanted to let you know.
That’s worked really well – and I think I’d like to make a similar adjustment on category pages like this one: http://fleurmurphy.com.au/capture/
Would you mind providing me with the right CSS to be able to achieve this?
Thanks – that gives me the control I was after for the contact form button!
Could you please let me know how I can also change the padding on the home page buttons?
I’ve tried editing this CSS and adding in the padding I want, but it hasn’t worked.
.main_color input[type=’submit’] {
font-family: Frontage-Bold;
font-weight: normal;
font-style: normal;
font-size: 12px;
letter-spacing: 0px !important;
border-bottom: 0px !important;
}.main_color input[type=’submit’]:hover {
color: white !important;
text-shadow: 0 1px 0 rgba (255, 255, 255, 0.1);
background-color: #919191;
}Hi guys, still really really need your help with this, asap!
I’m applying for a job today, and as this is my portfolio website, it doesn’t show me off in my best light :)
Have made a few edits to the above so the issue is super clear.
- This reply was modified 8 years, 4 months ago by fleurlewis.
PS I’m thinking the fix to my original problem here will be to:
– Add a white space separator
– Have it visible only on PCHow do I go about this?
Hi again
For some reason, the mobile nav bar is now cut off (half off the page).
Can’t quite figure out why this would be the case… Any ideas?
I think it’s related to the changes you guys made for me.
Thanks
Fleur- This reply was modified 8 years, 4 months ago by fleurlewis.
Thanks, that did the trick!
Perfect, thank you!
Hey, thanks for your help but this has pushed things down on every single page – unfortunately not what I was after!
As mentioned above, this was only an issue on certain pages.
This is an example of one of the pages I’m unhappy with:
http://fleurmurphy.com.au/2016/04/21/quickfix-marketing-campaign/You’ll see the large image at the top is very close to the top nav bar.
I tried simply adding padding to the top of the image, and that didn’t seem to work at all.
Pages like this (post pages with the large image at the top) are the only ones I need changed.
All the rest of the pages were perfect as they were.
I’ve removed your code from my Quick CSS.
Please help :)
PS in case you need it, login below.
Hey sorry that one didn’t work… Link to site and login below.
Hey, this one didn’t quite work. It removed the entire space where the logo was, which means all of my page content has now moved up on the page, and my mobile nav is cut off at the top of the screen. Is there a way to remove the logo but retain the white bar that used to be there behind it?
That’s perfect, thank you!
Hi Yigit
The trouble with doing it this way, is that then on mobile mode the content is way too far down the page.
Any idea what I can do?
Cheers
FleurHi, this didn’t seem to do the trick.
I’ve added a link to some screen shots in the private content below.
I have some custom CSS in place at the moment to try and get the buttons to look identical but it’s not quite right.
Avia buttons
body div .avia-button {
border-radius: 1px;
}body .avia-button.avia-color-theme-color {
font-family: Frontage-Bold;
font-weight: normal;
font-style: normal;
font-size: 12px;
letter-spacing: 0px !important;
border-bottom: 0px !important;
}body .avia-button.avia-color-theme-color:hover {
color: white;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
background-color: #919191;
}Contact form button
.main_color input[type=’submit’] {
font-family: Frontage-Bold;
font-weight: normal;
font-style: normal;
font-size: 12px;
letter-spacing: 0px !important;
border-bottom: 0px !important;
}.main_color input[type=’submit’]:hover {
color: white !important;
text-shadow: 0 1px 0 rgba (255, 255, 255, 0.1);
background-color: #919191;
}Perfect, thank you SO MUCH!!! You guys are amazing!
Can you help please?
Can you help please?
Details below :)
It’s just the easy slider on the home page, I’d like to move all the text (and the background box/shadows) up on the screen slightly. They are a touch too low.
Thanks
FleurHaha don’t mind me, I accidentally had my layout set to boxed :)
Looks like you guys have fixed this issue… It went away when I upgraded to the latest Enfold.
I upgraded to the latest Enfold and the issue went away :)
Thanks Yigit.
I’ve made some changes recently to the .php file, to solve the issues with slider images that occurred with the new version of WordPress. I’m aware this is a workaround – will I need to update the .php file again or has this issue been resolved with the new version of Enfold?
Cheers
FleurI managed to figure this one out myself in the end. MyFonts webfonts now come with comprehensive instructions on how to install webfonts on WordPress. If anyone gets stuck like I did, check out the ZIP file from MyFonts for full instructions. Worked a treat :)
Can anyone help with this? Please?
Hi Andy
I’ve actually gotten this one working, thank you. I’m not sure exactly what the problem was either! A lot of trial and error, and adding and deleting things, got me there in the end!
For future reference, I’m using a child theme at the moment. How do I install the new theme and keep the changes I’ve made to the child theme?
Happy to start a new thread for this if needed:)
Update: This error is no longer appearing Warning: Division by zero in /home/content/p3pnexwpnas06_data02/34/2345034/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 412
Looks like you guys have done some work to fix this overnight?
What’s the long term solution for this? I’m still having a very high failure rate for uploading images.
Please disregard, I have found a workaround for this by creating a page using the layout builder from scratch, rather than using the automatically generated category page.
OK after a lot of digging I found PART OF the answer deep within another post. Reposting here to make it easier for others to find.
Rikard I do still need your help – I am getting an error that says Warning: Division by zero in /home/content/p3pnexwpnas06_data02/34/2345034/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 412
Please note also about one in three images are still failing for no reason.
Just open the functions.php file in your child theme and then paste in the following code.
function ava_image_sizes() {
add_image_size(‘masonry’, 0, 0);
add_image_size(‘magazine’, 0, 0);
add_image_size(‘widget’, 0, 0);
add_image_size(‘featured’, 0, 0);
add_image_size(‘featured_large’, 0, 0);
add_image_size(‘extra_large’, 0, 0);
add_image_size(‘portfolio_small’, 0, 0);
add_image_size(‘gallery’, 0, 0);
add_image_size(‘entry_with_sidebar’, 0, 0);
add_image_size(‘entry_without_sidebar’, 0, 0);
add_image_size(‘square’, 0, 0);
}
add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );- This reply was modified 8 years, 6 months ago by fleurlewis.
-
AuthorPosts