Forum Replies Created

Viewing 15 posts - 3,571 through 3,585 (of 8,657 total)
  • Author
    Posts
  • in reply to: Resize Header Image #77751
    wensolutions
    Keymaster

    Hello @tompearse,

    To remove the issues in the responsive view, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (min-width: 320px) and (max-width: 576px) {
    	#masthead {
    		background-size: 200%;
    		margin: 0 -15px;
    		padding: 45px 0;
    	}
    }
    
    @media screen and (min-width: 576px) and (max-width: 768px) {
    	#masthead {
    		background-size: contain;
    		margin: 0 -15px;
    		padding: 30px 0;
    	}
    }

    Hope this helps.

    Regards!!

    in reply to: Links hidden #77750
    wensolutions
    Keymaster

    Hello @gurjeets,

    To resolve the issue please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #footer-widgets .textwidget a, a:visited {
        color: #fff;
    }

    Hope this helps.

    Regards!!

    in reply to: Black bar across the top when viewing pages #77747
    wensolutions
    Keymaster

    Hello @lindajerlamgamil-com,

    To remove the custom header section on the pages please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    #custom-header {
        display: none;
    }

    Hope this helps.

    Regards!!

    in reply to: Change Color for Site Search Button and Hover #77746
    wensolutions
    Keymaster

    Hello @derekstadler,

    Glad we could help you.

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

    Thank you.

    Best Regards!!

    in reply to: Recipe #77713
    wensolutions
    Keymaster

    Hello @ledtear,

    At first, to use the recipe feature, you need to activate the plugin “TP recipe” which is recommended by the plugin itself.

    After the activation, you will have the “Recipes menu on the Admin Panel. Now begin to add the recipe.

    Finally, go to Admin panel > Appearance > Menus and add the recipe category to the menu.

    http://prntscr.com/kjatnh

    If you have any confusion further then yuo can refer to our themes official documentation given below:

    http://themepalace.com/instructions/themes/yummy-pro/

    If you have any confusion further please let us know.

    Thank you.

    Best Regards!!

    in reply to: Dropdown menu on a section on the front page #77702
    wensolutions
    Keymaster

    Hello,

    Currently, there is no such feature in the theme and as much as we would love to help you with this we are unable to do so as it requires higher code customization.

    Hope you understand.

    Best Regards!!

    in reply to: Courses page and team page #77701
    wensolutions
    Keymaster

    Hello @robbiefish,

    Please find the answer to your query below:

    1- when i create a course and team pages i can’t change or delate the title “course category” and “team category” in front of my page title. I always see “COURSE CATEGORY: MY TITLE”. How can i change this?

    Response: To remove the title at the header please you have to activate the child theme.

    To know how to create and activate the child theme please refer to below given link:

    http://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme in your child theme functions.php file paste below given code.

    https://pastebin.com/qYtnHcBd

    2- Can i change order of my team members in the team page? I see them only in chronological order
    by creation. I need to make “president” as first, vice as secont exc…

    Response: Currently, in the theme the recently created team will be displayed at first and there is no such feature to arrange the post. But you can use the plugin that help you reordering you post.

    Plugin link:
    https://wordpress.org/plugins/post-types-order/

    3- can i put only one menu on the right? I have 7 menu options and i need to see them side by side but they go to the end of the line.

    Response: Currently there is no such feature in the theme.

    Hope this helps.

    Thank you.

    Best Regards!!

    in reply to: Events on Homepage #77700
    wensolutions
    Keymaster

    Hello @todd-d-woodward,

    Currently, the theme does not have the option to display the future event and as much as we would love to help you with this, we are unable to do so as it requires higher code customization.

    So if you wish then you can hire a professional developer to achieve what you want.

    To hire a developer please refer to below given link:

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

    Thank you.

    Regards!!!

    Have a good day 🙂 .

    in reply to: Icons/images in header menu #77699
    wensolutions
    Keymaster

    Hello @karelkilian,

    Now, to have the icon in the menu section above the menu items you have to add the font awesome classes in the backend in menu sections.

    For this goto Admin Panel > Appearance > Menus .

    To make the section to place the CSS classes appear you have to check the CSS classes in the screen options as seen in screen shot below.
    http://image.prntscr.com/image/73df40b42c724926866f3dd2b2a2a8fd.png

    Here in the particular menu item assigned to menu, you can see the section to place the CSS class. There you can place the CSS class and you will have the icon in front end.

    For more clear information please refer to below screenshot.

    http://image.prntscr.com/image/3e61809bc7c44103a900c8f82b968865.png

    Hope this helps.

    in reply to: Change Color for Site Search Button and Hover #77698
    wensolutions
    Keymaster

    Hello @derekstadler,

    To change the color of the site search button please add below given CSS.

    .search-form .search-submit{
        background-color: #71ca1c;
    }

    Now to change the hover color of the button use below give CSS.

    .search-form .search-submit:hover {
        background-color: #2196F3;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Regards!!

    in reply to: Resize Header Image #77696
    wensolutions
    Keymaster

    Hello @tompearse,

    Thank you.

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

    Thank you.

    Best Regards!!

    in reply to: Resize Header Image #77662
    wensolutions
    Keymaster

    Hello @tompearse,

    Thank you very much for the appreciations 🙂 .

    Also, we are glad that your issue is resolved now.

    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/support/theme/trade-line/reviews/

    Thank you.

    in reply to: Resize Header Image #77658
    wensolutions
    Keymaster

    Hello @tompearse,

    We would like to apologize for the confusion.

    Please replace the above given CSS with the CSS given below.

    .site-header {
        padding: 360px 0 30px;
    
    }

    Hope this helps.

    Regards!!

    in reply to: Setting Text Frame Header Image #77655
    wensolutions
    Keymaster

    Hello @lifeofdesires,

    Thank you very much for using the theme.

    Can you please provide your site URL so that we can see what we can do?

    Regards!!

    in reply to: Could I get the demo setup? #77653
    wensolutions
    Keymaster

    Hello @maikimmyhanh,

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

    Currently, the theme does not have the feature to import the demo content but we do have the theme official documentation which you can refer to set up your site as in the demo.

    Documentation link:

    http://themepalace.com/instructions/themes/restaurantz-pro/

    Further, if you have any confusion while setting up any of the section then please let us know.

    Thank you.

    Best Regards!!

Viewing 15 posts - 3,571 through 3,585 (of 8,657 total)