Okay
  Public Ticket #1786200
Navigation Menu on touch screens
Closed

Comments

  • samplesolutions started the conversation

    Hi, I'm having a problem with the navigation menu on the touchscreen. The parent pages are not clickable on the mobile version and other touch devices.I have to set a custom link to successfully open in a new tab, but this is not a solution.

    ...

    As I search for an answer for this  problem i find that this behavior of the menu is the default option in bootstrap, on mobile version in one click the drop-down menu opens, i need the second click to open the parent page. Can you please provide for me the the right function for this menu.


    Regards, 
    Sana

  •  2,010
    Ocean replied

    Hi,

    Please send me link your website to check.

  •   samplesolutions replied privately
  •  2,010
    Ocean replied

    Hi,

    I just checked your website and we need to update this problem in next version.

    Now , you can change parent menu item to dropdown menu.

    We'll update it soon.

    Thanks for your feedback.

  • samplesolutions replied

    Hi i just found a new issue with responsive version..can you provide media queries from 1200px to 992px.

  •  2,010
    Ocean replied

    Hi,

    I think you should decrease logo size a bit. Now it's 300px, try with 290px.

  • samplesolutions replied

    Thank you this solved my problem with media queries, but please let me know when you will fix the behavior with the mobile version on the menu :)

  • samplesolutions replied

    And i have another question, how can i manually remove author's name of the blog post, I find in a singe post page only this function

     <ul class="blog-meta">
                                <li><?php the_time( get_option( 'date_format' ) ); ?></li>
                                <li><?php the_author_posts_link(); ?></li>
                                <?php if(has_category()) { ?><li><?php the_category( ', ' ); ?></li><?php } ?>
                            </ul>

                            <h3 class="blog-title"><?php the_title(); ?></h3>

                            <?php the_content(); ?>

    and i'm not sure what i have to change to remove authors name. 


  • samplesolutions replied

    End i also have problems with ICOs Element specific with testimonials,  the scroll button is gone. There is a tag but the button doesn't  respond on my css code.

  •  2,010
    Ocean replied

    Hi,

    - You can remove this line: 

    <li><?php the_author_posts_link(); ?></li>
    

    - Please make sure you have more than 3 testimonials to show the scroll button.

  •   samplesolutions replied privately
  •  2,010
    Ocean replied

    Hi,

    Where is your testimonials? Please send me link that page.

  •   samplesolutions replied privately
  •  2,010
    Ocean replied

    Please replace "lavender.css" file to folder "wp-content/themes/assets/css"

    And "color.php" file to folder "wp-content/themes/framework"

  •   samplesolutions replied privately
  •  2,010
    Ocean replied

    Hi,

    Please remove cache then reload your website now.

  • samplesolutions replied

    Hi,

    Can you please provide me a media queries for  min 1440 x 900  to 1920 x  1200 on  the home page , and on library  page media queries for 1920 x 1080 and 1920 x 1200.

    Thank You

    PS: My problem with testimonials is solved. Only I expect your feedback about the menu issue.

  •  2,010
    Ocean replied

    Hi,

    Media query only work for width not height.

    You can add css code in page builder for each page.

    @media screen and (min-width: 1200px) and (max-width: 1440px) {
        
    }
    
  • samplesolutions replied

    Hi,

    Can you please tell me when are you going to solve the issue with the menu of mobile version and touch screens. The website is online now. 

      https://sample.solutions/

    Thank You 

  •  2,010
    Ocean replied

    Hi,

    We just updated thsi problem. You can update theme now: How to update the theme?

  • samplesolutions replied

    Thank you very much !