Shop Categories

X

Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site.

Topic Resolution: Resolved
Viewing 15 posts - 151 through 165 (of 246 total)
  • Author
    Posts
  • #26134
    Zex
    Moderator

    Glad to hear that 🙂

    Thank you for your feedback!

    #26139
    Vladimir Berlizov
    Participant

    Hello, Zex!

    I tried to activate SSL on the test site https://test.mmrestobar.site/.
    It seems to have worked, but the site still remains unprotected.
    What recommendations will be?

    Regards,

    Vladimir

    #26143
    Zex
    Moderator

    Hi, Vladimir!

    Now you need to configure it…
    Please read the following guide:

    https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/

    Regards

    #27182
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27183
    Zex
    Moderator

    Hello, Vladimir!

    This option is located in Customizing->General->Body menu.

    https://prnt.sc/t00sta

    In that case, Your website layout needs to be “boxed”. https://prnt.sc/t00txz

    Regards

    #27184
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27185
    Zex
    Moderator

    Hi, Vladimir!

    If you want to set the transparency on the content area,use the following CSS code:

    #main-wrapper, .site,
    .agama-slider {
        background-color: rgba(255, 255, 255,  .35);
    }

    Change the transparency level (last value) per your needs

    Regards

    #27187
    Zex
    Moderator

    … or use the following code to set the background image on the page:

    #page.site{
        background-image: url(https://test.mmrestobar.site/wp-content/uploads/2020/06/Nabor-podlozhek-1_Page_1.png);
        background-position: left top;
        background-size: auto;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    Regards

    #27189
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27190
    Zex
    Moderator

    In that case, try this code:

    #main-wrapper, .site,
    .agama-slider,
    #masthead,
    .site-header .sticky-header,
    .sticky-header-shrink,
    #colophon
    {
        background-color: rgba(255, 255, 255,  .0)!important;
    }
    	
    #27191
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27192
    Zex
    Moderator
    This reply has been marked as private.
    #27224
    Vladimir Berlizov
    Participant

    Hello, Zex!

    How can I place the menu to the right of the logo in the header, so that it is aligned in height in the center.
    restobarmm.ru.

    And I like to shift little left the logo and menu in the header.

    Vladimir

    #27239
    Vladimir Berlizov
    Participant

    Hello Zex!

    Are you read my previous message?

    Vladimir

    #27241
    Zex
    Moderator

    Hello, Vladimir!

    Sorry for the late reply, I missed your question.

    Please insert the following codes into Customizing->General->Additional CSS:

    /*center the primary navigation vertically*/
    .site-header .sticky-header:not(.sticky-header-shrink) nav {
    display: flex;
      justify-content: center;
      flex-direction: column;
      height:152px;
    }
    /*move logo to left*/
    div#agama-logo {
        margin-left: -40px;
    }
    /*move primary menu to left*/
    .site-header .sticky-header nav {
        padding-right: 20px
    }

    Regards

Viewing 15 posts - 151 through 165 (of 246 total)
  • You must be logged in to reply to this topic.