Home Forums Theme support Theme HONEY: Menu font size cannot be customize

This topic contains 8 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 4 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Hi Forum,

    Although I´m using theme customizable menus option to change font size for the main menu, it doesn´t work. Below you can see how the browser prioritizes instruction for style.css css file instead of custom css. Perhaps the solution is to change in style.css manually the font-sice but not sure in that way affect other websites pages.

    #header ul#menu > li > a {
        font-size: 36px;
    }</strong>
    #header ul#menu > li > a {
        font-size: 36px; 
        margin: 0 9px;
    }
    header ul#menu > li > a, header ul#menu > li > i, .cart-contents {
        font-size: 24px;
    } 

    Hi,

    sorry for that, you are right, there is a problem with the font size customization. We made already an update for it, new version is 1.01.

    If you want, you can add also this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    #header ul#menu > li > a { 
     font-size:24px;
    }

    Okay, I imagine that on the new release should be possible to customize the foot page theme through some widgets because I can not find (perhaps due to my knowledge) a way to customize the footer in general as the form contact contact template , excepting by modifing original code. What about traslation of admin panel?

    Regards,

    Where I can find new release to download?

    Thefooter you can change in WP admin -> Appearance -> Theme Options -> Second Footer.

    On the pre-definded contact page only the map (or the content above the form) is customizable, the contact form is only a “fast” solution for a simple contact form. If you need a customizable or extendible contact form you have to install a plugin like “contact form 7”.

    The admin area is not translatable, only the front-end of the theme is translation ready.

    Hi again,

    second-footer background image and footer background image doesn´t work properly due css code priority applied about gneeral settings background . Could you help me?

    elemento {
    }
    #copyright {
    }
    #copyright {
    }
    #secondfooter, #copyright, .copyright_background {
        background: rgb(5, 5, 5);
        background: -moz-linear-gradient(top, rgb(5, 5, 5) , rgb(5, 5, 5) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(,rgb(5, 5, 5)), color-stop(100%,rgb(5, 5, 5)));
        background: -webkit-linear-gradient(top, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);
        background: -o-linear-gradient(top, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);
        background: -ms-linear-gradient(top, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);
    -->
    
    <blockquote>background: linear-gradient(to bottom, rgb(5, 5, 5) ,rgb(5, 5, 5) 100%);</blockquote>
    
    <--
    }
    #secondfooter, #copyright, .copyright_background {
        background-color: rgb(5, 5, 5);
        background-image: url(http://www.masajescastilla.es/web/wp-content/uploads/fondo_footer.jpg);
        background-position: center center;
        color: rgb(255, 255, 255);
    }

    Sorry, I just see how to do it.

    Hi,

    when I tried to use the shorcode for Google Maps into Honey Themes contact page, I´m recieving the following error messages:
    “Se ha producido un error. Esta página no ha cargado Google Maps correctamente. Descubre los detalles técnicos del problema en la consola de JavaScript.”

    Checking developer tool on my browser, I can see that´s the problem comes from API KEY for Google MAPS that´s is missing (based on developer documentation of Google Maps):

    “Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys” util.js:211:12
    “Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required” util.js:211:12
    “Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error” js:34:391

    This is the code inserted on the Contact page of my website:

    [map type='ROADMAP' width='100%' height='auto' zoom='2' x='40.466486' y='-3.691150']

    I was reading forum cases about this problem but I cannot find any solutions. Could you help me? Must I create a API KEY? Where must be included?

    Hi,

    you need to create a Google Maps API key for your domain, than it’s working without any problem, you can do it here:

    https://console.developers.google.com/flows/enableapi?apiid=maps_backend,geocoding_backend,directions_backend,distance_matrix_backend,elevation_backend,places_backend&keyType=CLIENT_SIDE&reusekey=true

    Unfortunately it is very complicated, mostly it is easier to use the Google Maps iframe code, you can create it on the Google Maps website, burger menu on top left -> “share & embed map”

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.