Forum Replies Created

Viewing 30 posts - 1 through 30 (of 41 total)
  • Author
    Posts
  • in reply to: Space below nav bar #684067

    Thanks Rikard

    How do I find the page ID so I can target specific pages like this?

    Cheers
    Fleur

    in reply to: Change button height #662351

    Perfect, thank you!

    in reply to: Space below nav bar #662350

    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?

    in reply to: Change button height #661905

    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;
    }

    in reply to: Space below nav bar #661703

    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.
    in reply to: Space below nav bar #661576

    PS I’m thinking the fix to my original problem here will be to:

    – Add a white space separator
    – Have it visible only on PC

    How do I go about this?

    in reply to: Space below nav bar #661575

    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.
    in reply to: Remove logo from mobile view #661572

    Thanks, that did the trick!

    in reply to: Nav bar transparency #661571

    Perfect, thank you!

    in reply to: Space below nav bar #661127

    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 :)

    in reply to: Remove logo from mobile view #660760

    PS in case you need it, login below.

    in reply to: Nav bar transparency #660759

    Hey sorry that one didn’t work… Link to site and login below.

    in reply to: Remove logo from mobile view #660757

    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?

    in reply to: Easy slider text positioning continued #660709

    That’s perfect, thank you!

    in reply to: Space below nav bar #660625

    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
    Fleur

    in reply to: Change button height #660624

    Hi, 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;
    }

    in reply to: Move easy slider text positioning #659193

    Perfect, thank you SO MUCH!!! You guys are amazing!

    in reply to: Change button height #659192

    Can you help please?

    in reply to: Space below nav bar #659191

    Can you help please?

    in reply to: Move easy slider text positioning #658881

    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
    Fleur

    in reply to: Full width easy slider image size #650393

    Haha don’t mind me, I accidentally had my layout set to boxed :)

    in reply to: HTTP error #650386

    Looks like you guys have fixed this issue… It went away when I upgraded to the latest Enfold.

    in reply to: Color area wrong height #650384

    I upgraded to the latest Enfold and the issue went away :)

    in reply to: Webfonts issue #622642

    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
    Fleur

    in reply to: How do I install webfont from myfonts.com? #622636

    I 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 :)

    in reply to: Masonry gallery images not enlarging on mouse click #622633

    Can anyone help with this? Please?

    in reply to: Webfonts issue #622629

    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:)

    in reply to: HTTP error #621919

    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.

    in reply to: How to add a page title to blog category page #621914

    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.

    in reply to: HTTP error #621005

    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.
Viewing 30 posts - 1 through 30 (of 41 total)