WEN Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Education Hub] Unable to configure colors in widgetsPlease add following CSS in “Appearance -> Customize -> Additional CSS”
#sidebar-primary .wp-block-button__link strong:visited {
color: #fff;
}Forum: Themes and Templates
In reply to: [Education Hub] Unable to configure colors in widgetscan you post the URL of the page where you have issue?
Forum: Themes and Templates
In reply to: [Education Hub] Help tweaking Education Hub Pro- You can hide the top information bar by adding the following CSS in “Appearance – Customize – Additional CSS”
<pre><code>tophead {display: none; }</code></pre> - I am not sure which one you are talking about. Check the color options in “Appearance – Customize – Color Options “
- For Slider color, change it from “Appearance – Customize – Color Options – Slider Color Options”
Forum: Themes and Templates
In reply to: [Education Hub] Hide the Top News barIn pro version, you can hide it from “Appearance – Customize – Header Options” and then uncheck “Show Notice” and publish it.
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 4 years, 11 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 Themes - You can hide the top information bar by adding the following CSS in “Appearance – Customize – Additional CSS”