Themonic-Support

Forum Replies Created

Viewing 10 posts - 361 through 370 (of 1,486 total)
  • Author
    Posts
  • in reply to: Responsive Menu Problem (with width 767px) #5136

    Thank you, we will look into it.

    in reply to: Regarding Footer Menu #5132

    You can use a Custom Menu Widget in one of the three footer columns. First create a Menu in Appearance -> Menu and then select that menu inside the Custom Menu Widget selection dropdown. This will be a vertical menu.

    Another way is use the simple HTML menu in the Footer, paste the following in left or right section in live customizer.

    
    <a href="http://yoursite.com">Menu Title 1</a> | <a href="http://yoursite.com/link2">Menu Title 2</a>  | <a href="http://yoursite.com/link3">Menu Title 3</a>

    Also, sending you the code via email.

    in reply to: Cannot find code #5130

    Also, try re-uploading the image and also check the following:

    Visit Dashboard -> Settings -> General and make sure that Address (URL) and Site Address (URL) fields contain https:// at the start of your URL.

    in reply to: spacing around images with captions #5125

    Hi,

    Please email to [email protected] with screenshot of the issue and URL.

    in reply to: Cannot find code #5123

    Hi,

    Please check out Line 47 of header.php

    
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url( get_theme_mod( 'themonic_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>

    Replace

    
    esc_url( home_url( '/' ) );

    with

    
    esc_url(home_url( '/', 'https' ) );
    in reply to: Site Changes #5122

    Hi Ambistudent,

    1) Pagination Option available in Main Settings, screenshot below

    enable pagination iconic one

    2) Paste your code in #AD4

    embed email form easily

    3) You have to create a new user, you may not have to assign any posts to that author.

    4) All shop plugins will work fine. Try WP estore but if you want woocommerce, EDD they will work fine too.

    5) Try the following custom css in simple custom css plugin.

    
    .js .selectnav {
        font-weight: bold;
        font-size: 16px;
    }
    
    in reply to: Lower Case Menus #5116

    Must be browser cache, as it’s working at my end. Empty it and check again. Also, try in the Simple Custom CSS plugin.

    Please provide site link if it still doesn’t work, you can email the link too if you don’t want to share publicly.

    in reply to: Lower Case Menus #5114

    You can use the following custom CSS

    
    .themonic-nav li a {
        text-transform: capitalize;
    }
    in reply to: a problem with languages (Polish) #5111

    pl_PL created file will go in language folder that is inside theme folder.
    Location should be wp-content/iconic-one-pro/languages

    wp-content/language folder is for WordPress use only, themes have their own language folder.I have updated the guide with a bit more clarity on language folder location.

    After this if you still see missing items, let me know.

    in reply to: a problem with languages (Polish) #5106

    Hi,

    Thank you for bringing this to our attention.

    We have just released a new version 2.05 with updated .pot file, you can download it from the member area. Using the updated .pot file for translation should solve your issue.

    Member Login

Viewing 10 posts - 361 through 370 (of 1,486 total)