Forum Replies Created

Viewing 15 posts - 5,761 through 5,775 (of 8,657 total)
  • Author
    Posts
  • wensolutions
    Keymaster

    Glad we could help,

    If you have any further queries / issues, please feel free to post them here.

    We would also really appreciate if you could help us further by rating our free theme in the WordPress repository here :

    https://wordpress.org/support/theme/wen-corporate/reviews

    Best Regards !!

    in reply to: Remove next story link #47667
    wensolutions
    Keymaster

    Hello @ncatterall,

    Glad we could help you .

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/profitmag/reviews/

    Best regards !!

    in reply to: Remove next story link #47664
    wensolutions
    Keymaster

    Hello @ncatterall,

    To remove the navigation link use below given CSS.

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

    .navigation.post-navigation {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @ndavis43521,

    The height of the header in big due to your logo size so to reduce the height of the header area you have to adjust you logo size .

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

    #site-logo {
        max-width: 200px;
    }

    Hope this helps.

    Best Regards!!

    Have a good day .

    in reply to: Change button color? #47648
    wensolutions
    Keymaster

    Hello @hirschan,

    To change the color of the button and title background of “Header right widget area” use below given CSS.

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

    .call-to-action-buttons .custom-button {
        background: #428cfa;  
    }
    
    #header-widget .widget-title span {
        background: #e56916;
    }

    You can change the color code as per your requirement .

    Hope this helps.

    If you have any issue further please feel free to post them.

    Regards!!

    in reply to: Button text color . "MP: Call to action" #47647
    wensolutions
    Keymaster

    Hello @hirschan,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/magazine-plus/reviews/

    Best regards !!

    in reply to: MP: Featured Page Widget #47618
    wensolutions
    Keymaster

    Hello @realm81,

    As we are unable to find such issue please provide screen shot of your issue . Also please share your site URL so that we could provide precise fix .

    Hope this helps.

    Best Regards!!

    in reply to: MP: Featured Page Widget #47610
    wensolutions
    Keymaster

    Hello @realm81,

    Yes the theme has the option to show the featured page from the widget . But the option to show featured post is not within the theme .

    But you can still try to use third party plugin to get what you want . There are many plugins available and below is the link to one of them.

    https://wordpress.org/plugins/recent-posts-widget-extended/

    Note: We cannot assure 100% compatibility of the plugin with the theme as we have not done any compatibility testing of the plugin with the theme .

    We hope it helps,

    Best Regards.

    in reply to: Site not translating to mobile #47591
    wensolutions
    Keymaster

    Hello @laurendro,

    Nice to know that your issue is solved .

    Now to adjust the logo size use below given CSS .

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

    @media (max-width : 900px){
    	.site-header .site-branding{
    		max-width: 250px;
    	}
    }
    @media (max-width : 767px){
    	.site-header .site-branding{
    		max-width: 150px;
    	}
    }

    Hope this helps.

    If you have any confusion further feel free to post them.

    Best Regards!!

    in reply to: Header Right Widget Area #47590
    wensolutions
    Keymaster

    Hello @hirschan,

    Please replace above given CSS with CSS given below :

    #header-widget {
        width: calc( 100% - 200px );
    }
    .site-branding {
    	max-width: 200px;
    	width:100%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Problem with Accessing Education Hub Pro #47589
    wensolutions
    Keymaster

    Hello @rotaryclubofdelmarny,

    First of all please make sure you have activated the Education hub pro version . Also make sure you have entered the correct API key . After buying the pro version Theme Palace provides an API key which you need to enter by going to Admin Panel > Appearance > Theme License .

    Screen shot:

    https://image.prntscr.com/image/DyypcPJVRYq6RenuvOu81w.png

    Also to set up as in the demo you can always refer to theme official documentation . Below is the link of the documentation .

    http://themepalace.com/instructions/themes/education-hub-pro/

    If you have any confusion while setting up any of the section then please let us know so that we could assist you further .

    Hope this helps.

    Best Regards!!

    Have a good day .

    in reply to: Add Border to embedded video in the Video Widget #47582
    wensolutions
    Keymaster

    Hello @ndavis43521,

    If you wish to add the border in the video widget use below given CSS.

    .wp-video-shortcode {
        border: 3px solid #000;
    }

    Hope this helps.

    Best Regards!!

    Have a good day .

    in reply to: Button text color . "MP: Call to action" #47581
    wensolutions
    Keymaster

    Hello @hirschan,

    To change the color of the text of the button go to Admin Panel > Appearance > Customize > Color Options > Home Widget Area Color Options > Link Color. Now from here you can change to your desired color .

    Hope this helps.

    Best Regards!!

    in reply to: MP: Featured Page Widget #47580
    wensolutions
    Keymaster

    Hello @realm81,

    For this you can use WordPress Default widget Recent posts . It will list the post with the post title only . Also you need to set the no of post to 1 .

    Hope this helps.

    If you have any confusion further please let us know .

    Best Regards!!

    in reply to: Can I install the widgets in a subpage? #47579
    wensolutions
    Keymaster

    Hello @compleat,

    The Front page widget area is not defined for other pages . However the primary widget area and footer widget area are displayed in other pages as well. So as much as we would love to help you this lies beyond the support offer for our product .

    Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.

    To hire a developer please follow the link below

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

    Also you have written that you are using eMag theme and you have posted your issue in Edumag Pro which makes us confuse . Please post your query in the forum of respective theme so that it would be easy for us to answer your queries.

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 5,761 through 5,775 (of 8,657 total)