Image Help + Maps

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1435
    admin
    Participant

    Hello,

    Quote:
    I am trying to remove the text below the comments box where it says

    These are known as Form Allowed Tags. You may remove these `comment_notes_after` as follows,

    Go to `Appearance > Customize > Theme Custom CSS`
    Insert the following CSS Code Snippet

    [HTML].form-allowed-tags {
    display: none;
    }[/HTML]

    Thanks

    #1436
    syn3rgy
    Participant

    Thanks for the update.

    my very last question and i am hoping this is possible. The very front page image banner at the top. is it possible to have a slightly different size on the homepage ie, instead of having 1920 x 750 i would like to have something like 1920 x 1120, just on the home page

    Thanks

    #1437
    admin
    Participant

    Hello,

    Quote:
    is it possible to have a slightly different size on the homepage

    It will require to change core code of Wedding WordPress Theme. If you are comfortable to edit core files, than i will share a simple code snippet with you.

    Waiting for your response.
    Thanks

    #1438
    syn3rgy
    Participant

    Hi, thanks again. I decided to go with not editing the size and just stick with the normal size.
    I am having issues with people identifying the 3 bars on the side as a menu. is there anyway to make it that when you however over hte 3 bars that it opens hte menu instead of having to click ?

    Thanks

    #1439
    admin
    Participant

    Hello,

    Quote:
    I am having issues with people identifying the 3 bars on the side as a menu.

    3 Bars are widely accepted trend to represent menu in the modern web design or mobile apps.

    Quote:
    Is there anyway to make it that when you however over the 3 bars that it opens the menu instead of having to click ?

    Open File `wedding/js/custom.js`

    Replace Code Line No 24

    $( ‘.menubar’ ).off( ‘click’ ).on( ‘click’, ‘a’, function( e ) {[/CODE]

    with

    [CODE]$( ‘.menubar’ ).off( ‘click mouseover’ ).on( ‘click mouseover’, ‘a’, function( e ) {[/CODE]

    Thanks[CODE]$( ‘.menubar’ ).off( ‘click’ ).on( ‘click’, ‘a’, function( e ) {[/CODE]

    with

    $( ‘.menubar’ ).off( ‘click mouseover’ ).on( ‘click mouseover’, ‘a’, function( e ) {[/CODE]

    Thanks[CODE]$( ‘.menubar’ ).off( ‘click mouseover’ ).on( ‘click mouseover’, ‘a’, function( e ) {[/CODE]

    Thanks

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.