Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 8,657 total)
  • Author
    Posts
  • in reply to: Quick Links width #73999
    wensolutions
    Keymaster

    Hello @gurjeets,

    To increase the width of the custom links use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .quick-links a.links-btn {
        width: 220px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Add Google fonts #73998
    wensolutions
    Keymaster

    Hello @gurjeets,

    Actually, the query is quite not related to the theme but we will provide the steps for add the google fonts.

    To include different google font please follow below-given steps.

    step 1: Go to this link :https://fonts.google.com/ and click the “+” sign of your desired font.

    Screenshot:
    http://prntscr.com/ir1f86

    Step 2: After clicking on the “+” sign, you will get the box at the bottom right corner. Click it then a box will appear. Here go to import tab and copy the import code and fonts below it and paste them in Admin Panel > Appearance > Customize > Additional CSS.

    Screenshots:
    http://prntscr.com/ir1gsq

    Hope this helps.

    Regards!!

    in reply to: Footer widget width #73990
    wensolutions
    Keymaster

    Hello @gurjeets

    The width cannot be randomly managed for each footer widget area. Increasing decreasing the width will distorts the layout of the footer widget area.

    However, we will provide the CSS that will remove the space between the text and vertical white line.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media (min-width: 992px){
    	#footer-widgets .inner-wrapper .footer-active-4:nth-of-type(2) {
    		flex: 2;
    	}
    }

    Hope this helps.

    If you want to adjust the layout as per your requirement then you can consider hiring the professional developer.

    To hire a developer please refer below given link:
    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

    in reply to: Receiving error codes on the front of my website #73989
    wensolutions
    Keymaster

    Hello @donna-b,

    Please once post your site URL so that we can inspect further and help you.

    Thank you.

    in reply to: Help…! Date of blog post displaying in header #73988
    wensolutions
    Keymaster

    Hello @sa_jernigan,

    To remove the date shown at the header in individual post use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .single span.posted-on {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: How do I set up CB:Social Widget? #73983
    wensolutions
    Keymaster

    Hello @heather23,

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

    Now coming back to your query, to make CB:Social widget work at first you need to create the social menu and tthen assign it to the social menu location.

    For the steps please follow below given steps.

    Step 1: Create the social menu by going to Admin Panel > Appearance > Menu by including your desired custom links:

    Screenshot:

    https://prnt.sc/jge90m

    Step 2: Assign the created social menu to the social menu location either from Admin Panel > Appearance > menus or from Admin Panel > Appearance > Customize > Menus > Menu Location.

    Step 3: Finally place the CB widget in your desired widget area. This will display the social icon that you placed while creating the social menu.

    Hope this helps.

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

    Thank you.

    Regards!!

    in reply to: Replace 'search' with 'countdown timer' #73982
    wensolutions
    Keymaster

    Hello @gurjeets,

    To replace search with the countdown time from the plugin requires higher code customization and as much as we would love to help you with this we are unable to do so it beyond the support we offer for our product.

    So if you want what you have requested then you can always consider hiring the professional developer.

    To hire a developer please refer to below given link:

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

    Thank you.

    Regards!!

    in reply to: Latest News & Current Events Sections? #73980
    wensolutions
    Keymaster

    Hello @tfmescia,

    Actually, the News and homepage section is the section that can be enabled and disabled on the homepage and this how the theme is designed. Remaining pages will only display the contents and has footer and sidebar widget area where you can place your desired widget. Also, as you know the News and event section is not the widget that you can place it in widget areas. It is the section that you can only display in homepage.

    Also, we would very much love to help you with this but enabling the News section in pages requires higher code customization as theme initially does not have the feature. Further, for your information, if the theme has the certain section, then that does not mean it can be easily displayed in any of your desired places.

    Also, you don’t have to pay an extra penny to use News and event section in homepage but displaying in some other places will definitely cost you few as you need to hire a developer for this.

    Hope this clears up the confusion.

    If you have any confusion further related to other sections then please write back to us.

    Thank you.

    Best Regards!!

    Have a good day 🙂 .

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

    Hello @gustogambia,

    Please use below given CSS to turn off the links in the sections that you have mentioned.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    section#client-testimonial {
        pointer-events: none;
    }
    
    section#food-menu {
        pointer-events: none;
    }
    
    .page-template-custom-templatemenu-page-php #content a { 
      pointer-events: none;
    }

    Hope this helps.

    Best Regards!!

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

    Hello @modele3,

    First of all our sincere apology for not understanding your query properly.

    So now if you want to insert an external link then you can try using the Text widget. You can place the text widget and wrap the text with your desired link.

    Screenshot:

    http://prntscr.com/jw4pe9

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    in reply to: Widget Calender #73976
    wensolutions
    Keymaster

    Hello @andre,

    Actually, we are not quite clear with your issue so please explain it with the proper screenshot along with the site URL so that we can help you further.

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello sa_jernigan,

    Glad we could help you.

    Let us know if you have any issue further.

    Thank you.

    in reply to: Receiving error codes on the front of my website #73834
    wensolutions
    Keymaster

    Hello @donna-b,

    Please once make sure you have the latest version of the education hub pro theme because when we tested on the latest version we were unable to find such issue.

    Also, make sure you have the latest version of WordPress and PHP which is even recommended by the WordPress as well.

    https://wordpress.org/about/requirements/

    Thank you.

    Best Regards!!

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

    Hello @gustogambia,

    To make the food item in the menu page unclickable we need your menu page URL so that we can turn off the links for the food menu.

    Thank you.

    Regards!!

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

    Hello @modele3,

    First of all thank you very much for the appreciations.

    To display the list of page, post that links to the particular page/post you can use the widget like Page, Recent posts which are actually the default widget provided by the WordPress.

    So just go to your desired footer widget area and add above-mentioned widget.

    Also, please post the query in the English language so that it would be easy for us to understand and help you further.

    Thank You.

    Best Regards!!

    Have a good day 🙂 .

Viewing 15 posts - 3,886 through 3,900 (of 8,657 total)