Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 8,657 total)
  • Author
    Posts
  • in reply to: Submenu disappears on hover #74409
    wensolutions
    Keymaster

    Hello @aack,

    Glad we could help you.

    Now to resolve the issue of hovering the submenu use below given CSS in Additional CSS.

    .main-navigation ul ul {
        top: 100%;
    }

    Hope this helps.

    Regards!!

    in reply to: Change Blog Page Layout #74408
    wensolutions
    Keymaster

    Hello @christinawynmarkcommercial-com,

    First of all thank you very much for using the pro version of the theme.

    Currently, with the theme, you will be able to only manage the image placement, size and excerpt lengths for the posts on the blog page.

    But the option to change the layout as you have mentioned is not available and as much as we would love to help you on this we are unable to do so as it requires higher code customization.

    So if you wish to have such layout then you can consider hiring the professional developer so that your theme won’t be affected in any way.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

    in reply to: Custom icons/links in the tophead #74407
    wensolutions
    Keymaster

    Hello @aack,

    You will not be able to add the custom image for the links but if you are trying to use the font awesome icon along with your custom URL then you can add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .education_hub_widget_social ul li a[href*="ADD LINK HERE"]:before {
        content: "\f19c";
    }

    In the above CSS add your custom link and the Unicode of your font awesome icon. Here “\f19c” is the unicode of the icon.

    Screenshot
    http://prntscr.com/jlks6u

    Hope this helps.

    If you have any issues further then kindly let us know.

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello @modele3,

    To remove the overlay on the header image use below given CSS.

    #custom-header::after {
        background: transparent;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Comment mettre des liens dans le footer en page d'accueil #74404
    wensolutions
    Keymaster

    Hello @modele3,

    Glad we could help you.

    If you have any issues further then please let us know.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/themes/travel-eye/

    Hope this helps.

    Regards!!

    in reply to: Click and no click on food items #74362
    wensolutions
    Keymaster

    Hello @gustogambia,

    We definitely would like to apologize for all the trouble but this is how the theme has been designed. Also, we would definitely help you as much as we could so if you have any further issues related to the theme’s functionality then please write back to us.

    Thank you.

    Regards!!

    in reply to: Blank dashboard after upload site icon/logo #74359
    wensolutions
    Keymaster

    Hello @mint,

    Glad you figured out the issue.

    If you have any issue further then please let us know.

    Thank you.

    Regards!!

    in reply to: Click and no click on Special item section #74358
    wensolutions
    Keymaster

    Hello @gustogambia,

    Please replace above give CSS with the CSS give below:

    #recent-products .product-description {
        pointer-events: none;
    }
    
    .parallax h2.entry-title.color-white {
        pointer-events: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Number of food items #74357
    wensolutions
    Keymaster

    Hello @gustogambia,

    Previously, you only asked for one particular section and it could be performed in a minute. But now we need to overwrite five different functions from the child theme which is actually tedious and time consuming.

    As for now, since we have already provided support for similar kind of issue, we will again help you with this.

    So please add below-given code in your child theme functions.php file.

    https://gist.github.com/Tiiru/3f9dc17c6ff1aeb3a1d874e558ba3941

    Now you will be able to show 20 different items in each section.

    Hope this helps.

    Thank you.

    in reply to: Help!! Primary Menu no longer working on iPhone! #74355
    wensolutions
    Keymaster

    Hello @thegrandmerke,

    When we inspected your site URL, the mobile menu was working fine even in I-phones as you can see in below given screen record:

    https://imgur.com/a/hjOCP6y

    You can even check the demo of the graduate:

    http://themepalace.com/theme-demo/?demo=V2ptRDJSblFocWRCTzI1eEFKUEs5UT09

    So please can you explain the issue more precisely so that we can recreate them and find the solution.

    Thank you 🙂

    in reply to: Click and no click on Special item section #74344
    wensolutions
    Keymaster

    Hello @gustogambia,

    To make the special item section on the homepage unclickable please use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    section#rock-friday .special-day {
        pointer-events: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Submenu disappears on hover #74343
    wensolutions
    Keymaster

    Hello @aack,

    Thank you very much for the URL.

    The issue about the submenu you have mentioned is actually not the issue. When clicked on the submenu it will direct you to that page and on reaching that page the menu will disappear. Now again hovering over the menu will display the list of the submenu on that page as well and when clicked, it will redirect to that page. Hope this clears the confusion.

    Now to fix the issue of header image in desktop and mobile view, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #masthead {
        background-size: cover;
        padding: 120px 0;
    }
    @media (max-width:768px){
        #page #masthead {
            padding: 75px 0;
            background-size: cover;
        }
    }

    Hope this helps.

    Please let us know if you have any confusion further.

    Best Regards!!

    in reply to: Help!! Primary Menu no longer working on iPhone! #74340
    wensolutions
    Keymaster

    Hello @thegrandmerke,

    When we inspected your site URL we found that you have used the plugin Mobile menu which is creating some other issues.

    So please can you at first deactivate the mentioned plugin and re-inform us so that we can actually inspect the issue for the I-phone and help you further.

    Thank you.

    Regards!!

    in reply to: Number of food items #74339
    wensolutions
    Keymaster

    Hello @gustogambia,

    Currently, you can only display 12 menu items in first menu category section, 8 in second, 12 in third, 12 in fourth and 8 in fifth.

    So to increase the no requires higher code customization so if you want to display the menu item as per your requirement then you can consider hiring the professional developer and for this follow below given link:

    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

    in reply to: Click and no click on food items #74338
    wensolutions
    Keymaster

    Hello @gustogambia,

    To make only those menu unclickable requires higher customization and as much as we would love to help you this we are unable to do so.

    So, if you want particularly them to be unclickable then you can hire a customizer.

    For this you can follow below-given link:

    http://themepalace.com/hire-a-customizer

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 3,841 through 3,855 (of 8,657 total)