WEN Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Education Hub] Logo Size@foreclosurepedia: It automatically take the size that you have uploaded it from “Appearance -> Customize -> Site Identity”. So, if you want smaller logo then you can just upload the small image.
Also, you can control the maximum width of the logo using Custom CSS. For that you can just change max-width in the following css and add it in “Appearance -> Customize -> Additional CSS”
.custom-logo-link { max-width: 300px; }
Forum: Themes and Templates
In reply to: [Education Hub] Many issues while using this theme@krishna0122:
1. For Featured Slider: I see you have blog in them frontpage. So, it’s not working. Also, did you select the page on “Appearance > Customize > Featured Slider > Slider Type”
2. We will add telegram icon on next version update
3. For this you need to search for plugin.Forum: Themes and Templates
In reply to: [Education Hub] Remove the text box from featured slider@kwh941 : Please add the following CSS in “Appearance => Customize => Additional CSS” box
#main-slider .cycle-caption { display: none !important; }
Forum: Themes and Templates
In reply to: [Education Hub] Change slide of images in featured slider@kwh941 : If you don’t want the height to take space. Then you need to upload the wide images. Use the image ratio like 2.74:1. So, it will be 1920px width by 698px height.
For that, you need to build child theme and add it.
Hi Niel,
1. Actually, the header image function is from WordPress Core and it outputs the inline CSS in header as below:
<style id='education-hub-style-inline-css' type='text/css'> #masthead{ background-image: url("https://study-ccna.com/wp-content/uploads/study-ccna.webp"); background-repeat: no-repeat; background-position: center center; </style>
But you are using some cache plugin, maybe “Breeze” plugin which has combine CSS and added in the file https://603168-1953132-raikfcquaxqncofqfm.stackpathdns.com/wp-content/cache/breeze-minification/css/breeze_fd41376b2e81a940e251994bb407dfaf.css
2. The font file you have show in from the Elementor plugin. The link you have pasted here is the path itself.
So, you can send those to your CDN team.
- This reply was modified 3 years, 5 months ago by WEN Themes.
Forum: Themes and Templates
In reply to: [Education Hub] Cannot log in to support site at themepalace.comHi Neil,
Sorry for here about your login issue. For that please contact them from there contact us page at https://themepalace.com/contact-us/.
If you have any specific issue with Education Hub then do let me know here. We will try to solve it.
Forum: Themes and Templates
In reply to: [Education Hub] New theme version breaks my existing CSS@sheeptest : I just check your main site and the staging new site which has problem. That left side menu script is not from the theme. It’s from your custom script that you have in your site https://study-ccna.com/. I found the following script in this site footer. So, you can install plugin like “Head and Footer Scripts Inserter” or “Insert Headers and Footers by WPBeginner” and add the following script in Footer.
<script> /* Loop through all dropdown buttons to toggle between hiding and showing its dropdown content - This allows the user to have multiple dropdowns without any conflict */ var dropdown = document.getElementsByClassName("dropdown-btn"); var i; for (i = 0; i < dropdown.length; i++) { dropdown[i].addEventListener("click", function() { this.classList.toggle("active"); var dropdownContent = this.nextElementSibling; if (dropdownContent.style.display === "block") { dropdownContent.style.display = "none"; } else { dropdownContent.style.display = "block"; } }); } </script>
Forum: Themes and Templates
In reply to: [Education Hub] Social Icons Not WorkingHello Frank,
First, you need to create Custom Menu with the Social Media Site URL from “Appearance => Customize => Menus => Create New Menu” and add social media URL and then check the Menu Location as “Social Menu”.
Check this article which shows details about “Creating Custom Menu” https://devotepress.com/tutorials-hacks/create-custom-menus-wordpress/
Regards,
WEN ThemesHi Sumaira,
I got confused with folasade. You should have posted in new topic. Have you enable “Homepage Content” in “Appearance => Customize => Theme Options => Home Page Option” as the sidebar on homepage is shown only in that content area and not in new and event section.
Regards,
WEN ThemesHi Sumaira,
You cannot add sidebar using “Elementor Full Width Template”. Full Width template means full width without the sidebar. So, you need to change that page tempalte to default and you will see sidebar.
Regards,
WEN ThemesHello @folasade ,
Thanks for using Education Hub theme. I see that you have edited your homepage using “Elementor” plugin template. So, I will not be able to debug in details. I can only say that go to your “All Pages” and then check if you have page name “About Us”, then you can edit that page. But if you still can’t find it then I see that the page you use in homepage page ID is 2698. So, Just click on the link below and you should be able to go to that page.
Homepage: https://scholarship4all.com.ng/wp-admin/post.php?post=2698&action=edit
Note: For detail support, please post in our support forum at https://themepalace.com/support-forum/
Regards,
WEN ThemesForum: Reviews
In reply to: [Moto News] NO Demo content or Dummy Content@enigmaelectronica : Thanks for your review. But this is not in our control. We really want to provide demo content. But it s not allowed to bundle in the theme as per the WordPress theme review guideline. You can read more at https://make.www.ads-software.com/themes/handbook/review/required/#importing-or-downloading . This is the reason we don’t have demo content.
Also, we have given detail instruction on how to add demo content here at https://themepalace.com/instructions/themes/moto-news/#doc-how-to-import-demo-19.
Please this is supposed to be in support and not in review.
Hoping for your consideration for changing your review back.
Thanks.
Forum: Themes and Templates
In reply to: [Education Hub] Customize Header@coacch : Look like you have customize the theme as there is no option to add that in our theme.
Forum: Themes and Templates
In reply to: [Education Hub] social networks menu icons@vanankin Please update to latest version of Education Hub and refresh your browser to clear you cache for style.css file and it will work fine.