Forum Replies Created

Viewing 20 posts - 1 through 20 (of 108 total)
  • Author
    Posts
  • Michael
    Participant

    You probably should not put your License Key in a public thread…

    in reply to: Container size issue affecting site. #286341
    Michael
    Participant

    As above – also is there a way to make the container bigger universally?

    in reply to: Container size issue affecting site. #286183
    Michael
    Participant

    re the table:
    Thanks @Skandha that worked.
    https://www.gayundah.info/the-men/

    What about the timeline? – they tell me it is definitely a container issue.

    in reply to: Container size issue affecting site. #285568
    Michael
    Participant

    What about the timeline? – they tell me it is definitely a container issue.
    They included a screenshot but its too low-res so I’m seeking a better one from them.

    in reply to: Justify menu drop down to keep on screen? #285362
    Michael
    Participant

    Yes that worked! Thank you 🙂

    in reply to: Justify menu drop down to keep on screen? #285239
    Michael
    Participant

    That does work BUT I don’t want all the menus right justified – I don’t like the look.

    It would be better if

    1. The drop down columns could be sized to fit the text.

    2. The text in just one column (in this case the home drop down) could be right justified, without affecting other columns.

    Is there a way of doing these things please?

    in reply to: How to change font/design for blockquotes PART 2 #284932
    Michael
    Participant

    Thank you.
    This matter is now resolved you can close the thread. Thank you for your assistance.

    in reply to: How to change font/design for blockquotes PART 2 #284925
    Michael
    Participant

    Great thank you.

    One LAST question for this thread – is it possible to actually reduce the size (in points) of that quote symbol?
    (If not that’s OK just wondering)

    in reply to: How to change font/design for blockquotes PART 2 #284615
    Michael
    Participant

    OK I added that to the end of the existing css noted above.
    Works! Thanks.

    (Do I need to remove any of the .wp-block-quote code? Or should I leave it as is?

    The only change I’d like now is for the actual ” symbol at the top of the quote to be on the left hand side, and coloured black.

    How do I achieve that please?

    in reply to: How to change font/design for blockquotes PART 2 #284450
    Michael
    Participant

    Noit no sorted yet.

    As stated above

    looking at the quotes here (and almost everywhere else) it’s consistent.
    https://www.gayundah.info/government-requirement/

    however on this page the quotes are the same as above except they have a background colour which I prefer.
    https://www.gayundah.info/reception-in-brisbane/
    I’m not sure why this page is different?

    How can I get all pages to have that quote background please?

    in reply to: Team Feature on homepage #284449
    Michael
    Participant

    Thanks

    in reply to: How to change font/design for blockquotes PART 2 #283762
    Michael
    Participant

    I’ve commented out the parts I though relevant so additional css now appears as follows:

    
    /* Menu item Hover & Active Text Color */
    .site-navigation li a:hover,
    .site-navigation li a:focus,
    .site-navigation .current_page_item > a,
    .site-navigation .current_page_item > a {
        color: #ff8000;
    }
    
    @media screen and (min-width: 64em) {
    	/* Menu Background Color */
    	.site-primary-menu,
    	.site-navigation ul ul,
    	.site-navigation ul ul li,
    	.search-container {
    		background-color: #000;
    	}
    	/* Menu Text Color */
    	.site-navigation a,
    	.social-navigation a, 
    	.menu-search-main-toggle {
    	    color: #fff;
    	}
    
    	/* Sub-menu Border and Color */
    	.site-navigation .menu-item-has-children > ul,
    	.site-navigation .page_item_has_children > ul {
    		border-top: 3px solid #ff8000;
    	}
    }
    /*
    /* blockquote quotation mark 
    blockquote::before {
        left: 0% !important;
        color: #000000 !important;
        font-size: 40px !important;
        font-family: Arial !important;
    		font-weight: bolder;	
    }
    */
    /* blockquote text 
    blockquote {
        font-size: 20px;
        font-family: Georgia;
       	font-weight: normal; 
    		color: #000000;
        text-align: left;
    }
    */
    .wp-block-quote::before {
        content: "\201C" !important;
    }
    .wp-block-quote {
        border: unset;
        padding: 50px 0 0 0 !important;
    }
    
    /* padding inside blockquote */
    .wp-block-quote p {
      padding-top: 15px;
      padding-right: 20px;
      padding-bottom: 15px;
      padding-left: 25px;
    }
    
    /* blockquote background image */
    /*
    .wp-block-quote {
        background-image: url('https://www.gayundah.info/wp-content/uploads/2015/05/aerial-photo-arrowed-web.jpg');
    }
    */
    
    /* blockquote background colour */
    .wp-block-quote {
    background-color: #ebf2f7;
    }
    
    /* blockquote border radius */
    .wp-block-quote {
    border-radius: 50px 20px;align-content	
    }
    
    

    and looking at the quotes here (and almost everywhere else) it’s consistent.
    https://www.gayundah.info/government-requirement/

    however on this page the quotes are the same as above except they have a background colour which I prefer.
    https://www.gayundah.info/reception-in-brisbane/
    I’m not sure why this page is different? and howo we can get all pages to have that quote background please?

    in reply to: How to change font/design for blockquotes PART 2 #283759
    Michael
    Participant

    This is what I currently have – which part should I replace with the new?

    /* Menu item Hover & Active Text Color */
    .site-navigation li a:hover,
    .site-navigation li a:focus,
    .site-navigation .current_page_item > a,
    .site-navigation .current_page_item > a {
    color: #ff8000;
    }


    @media
    screen and (min-width: 64em) {
    /* Menu Background Color */
    .site-primary-menu,
    .site-navigation ul ul,
    .site-navigation ul ul li,
    .search-container {
    background-color: #000;
    }
    /* Menu Text Color */
    .site-navigation a,
    .social-navigation a,
    .menu-search-main-toggle {
    color: #fff;
    }

    /* Sub-menu Border and Color */
    .site-navigation .menu-item-has-children > ul,
    .site-navigation .page_item_has_children > ul {
    border-top: 3px solid #ff8000;
    }
    }

    /* blockquote quotation mark */
    blockquote::before {
    left: 0% !important;
    color: #000000 !important;
    font-size: 40px !important;
    font-family: Arial !important;
    font-weight: bolder;
    }

    /* blockquote text */
    blockquote {
    font-size: 20px;
    font-family: Georgia;
    font-weight: normal;
    color: #000000;
    text-align: left;
    }

    /* padding inside blockquote */
    .wp-block-quote p {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    }

    /* blockquote background image */
    /*
    .wp-block-quote {
    background-image: url(‘https://www.gayundah.info/wp-content/uploads/2015/05/aerial-photo-arrowed-web.jpg’);
    }
    */

    /* blockquote background colour */
    .wp-block-quote {
    background-color: #ebf2f7;
    }

    /* blockquote border radius */
    .wp-block-quote {
    border-radius: 50px 20px;align-content
    }

    in reply to: Team Feature on homepage #283758
    Michael
    Participant

    Hi – still have very large pics as noted above, Any way of fixing this?

    in reply to: How to change font/design for blockquotes PART 2 #282495
    Michael
    Participant

    Similar to that yes, but as per the previous code you provided so that the quote symbol is to the left and a different colour.

    in reply to: How to change font/design for blockquotes PART 2 #282412
    Michael
    Participant

    Weird I just accessed through anonymous browser and got a 401 first time but refreshed and it worked.

    in reply to: How to change font/design for blockquotes PART 2 #282300
    Michael
    Participant

    Not under the quote, but beside the quote (as per my comments above).

    I’ve created this page and a created a quote using the standard gutenberg quote block.
    https://www.gayundah.info/aaa-test/

    as you can see, it’s not in the format that should appear.

    Instead, there is a line down the LHS, there is no quote symbol at the top left hand side.

    in reply to: How to change font/design for blockquotes PART 2 #281799
    Michael
    Participant

    Hello? I’d appreciate some more guidance on this please? I need to resolve this problem as my website is looking poor at the moment due to this issue.

    Also – Is there a reason for the delays in response to help threads on the catch themes forum recently?

    in reply to: Team Feature on homepage #281798
    Michael
    Participant

    As per my above message is any further work being done on this?

    in reply to: How to change font/design for blockquotes PART 2 #281620
    Michael
    Participant

    Hello? As abive It isn’t working – if I create a new block quote it has the line down the side.

Viewing 20 posts - 1 through 20 (of 108 total)