Jedder
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Unable to Save in “Customize” Due to Invalid SettingThanks @andrewmperryman,
Seems you were right. Managed to solve the issue in a couple different ways.
1. Removed my link directly from wp_options in the database where it appeared in “option_tree” and “option_tree_settings”. Once this was saved all errors went away in “Customize” and I was able to save. I then went back into the “Social Link” setting through “Customize” and put my link in again and the error didn’t return. For some reason with this method my appearance (font, colours, etc) reset so I had to readjust them all.
2. I also had a backup version of my site so before upgrading to Hueman 3.4.1 I went into theme options and deleted my link setup in “Social Links”. This method did not reset all my custom style settings for the site when I upgraded to 3.4.1.
Although I’m not sure why my link still worked when I put it back in to the site through the theme’s “Customize” menu – but it works nonetheless…
@wpbetheme789, your question about the format of the Skype social link may be worth setting up a separate topic.
Forum: Themes and Templates
In reply to: [Hueman] IE 8 not compatible@fitfactoryng and Lixunhuan
Comment out the @font declarations in style.css using /*@font declarations are in here*/
Then in header.php just below the <head> tag paste the following code (which is just from the style.css). I’m not a programmer/coder or anything either so I just kinda had to work at it until it worked. The only hitch you may have is if your file paths are wrong, you should just be able to do relative file paths I think but I had to specify up to /wp-content. Hope that works for you.
<STYLE type=”text/css”>
@font-face {
font-family: ‘Titillium’;
src: url(‘/wp-content/themes/hueman/fonts/titillium-light-webfont.eot’);
src: url(‘/wp-content/themes/hueman/fonts/titillium-light-webfont.svg#titillium-light-webfont’) format(‘svg’),
url(‘/wp-content/themes/hueman/fonts/titillium-light-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/themes/hueman/fonts/titillium-light-webfont.woff’) format(‘woff’),
url(‘/wp-content/themes/hueman/fonts/titillium-light-webfont.ttf’) format(‘truetype’);
font-weight: 300;
font-style: normal;
}@font-face {
font-family: ‘Titillium’;
src: url(‘/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.eot’);
src: url(‘/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont’) format(‘svg’),
url(‘/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.woff’) format(‘woff’),
url(‘/wp-content/themes/hueman/fonts/titillium-lightitalic-webfont.ttf’) format(‘truetype’);
font-weight: 300;
font-style: italic;
}@font-face {
font-family: ‘Titillium’;
src: url(‘/wp-content/themes/hueman/fonts/titillium-regular-webfont.eot’);
src: url(‘/wp-content/themes/hueman/fonts/titillium-regular-webfont.svg#titillium-regular-webfont’) format(‘svg’),
url(‘/wp-content/themes/hueman/fonts/titillium-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/themes/hueman/fonts/titillium-regular-webfont.woff’) format(‘woff’),
url(‘/wp-content/themes/hueman/fonts/titillium-regular-webfont.ttf’) format(‘truetype’);
font-weight: 400;
font-style: normal;
}@font-face {
font-family: ‘Titillium’;
src: url(‘/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.eot’);
src: url(‘/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont’) format(‘svg’),
url(‘/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.woff’) format(‘woff’),
url(‘/wp-content/themes/hueman/fonts/titillium-regularitalic-webfont.ttf’) format(‘truetype’);
font-weight: 400;
font-style: italic;
}@font-face {
font-family: ‘Titillium’;
src: url(‘/wp-content/themes/hueman/fonts/titillium-semibold-webfont.eot’);
src: url(‘/wp-content/themes/hueman/fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont’) format(‘svg’),
url(‘/wp-content/themes/hueman/fonts/titillium-semibold-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/wp-content/themes/hueman/fonts/titillium-semibold-webfont.woff’) format(‘woff’),
url(‘/wp-content/themes/hueman/fonts/titillium-semibold-webfont.ttf’) format(‘truetype’);
font-weight: 600;
font-style: normal;
}</STYLE>
Forum: Themes and Templates
In reply to: [Hueman] IE 8 not compatibleThanks for the help. I put the @font declarations in the html like the other forums mentioned and that worked. Also, I think I can confirm the other issues are IE developer and not actually native to IE8 as KunststoffWeb mentioned. Thanks again.
Update:
I added my own strings in the “string translations” section and once I removed the php I added in functions.php I was able to deactivate the plugin. However, Once I was able to deactivate the plugin it was apparent that the plugin is causing my theme to not work on mobile devices. The theme I am using is Hueman. I’ve put a descent amount of work in with the Polylang plugin and everything else worked so well it would be a shame to have to start over with something else. Any ideas for a fix would be appreciated, thanks again.
Forum: Everything else WordPress
In reply to: Softcoding ContentI found an awesome plugin that worked perfectly for what I needed – Shortcodes UI.
Forum: Themes and Templates
In reply to: [Customizr] Including Slider on Search Page TemplateThanks for the help, I ended up bringing the search bar down without affecting the other pages by putting the following in my custom css.
#right.widget-area{margin-top:94px;} /*This brought the search bar down for everywhere, most importantly including the search results page*/
.page #right.widget-area{margin-top:0px;} /*This put the search bar back for all other pages where I wanted it*/
The search header I also moved down using css but that had its own identifier – ‘header-search.header’ so it was easier.
As for the slider I decided I didn’t really need that anyway for the search results page. Thanks again for the help.
Forum: Themes and Templates
In reply to: [Customizr] Including Slider on Search Page TemplateThanks for the reply but I probably need to clarify a bit more.
The search feature is in the Right Sidebar already. If you browse the rest of the site a bit such as the homepage among others you’ll notice that the slider, which acts just as a large header on every page except the homepage, meets the top of the page with the main menu overtop of it. This is how I want it to appear. Unfortunately, the customizations I had to do to achieve this messed up where it takes you when you search for something, ie – placing the search widget behind my menu header (because there is not header to separate them).
I do understand it is probably best not to hardcode as I have done to achieve the results I have but assuming that there is no going back – I I thought I may be able to remedy this somehow possibly in the index.php? Or is the solution elsewhere? Thanks
Forum: Themes and Templates
In reply to: [Customizr] Including Slider on Search Page TemplateWhen I search something in the search bar and it brings up the results of the search like any other wordpress site would. Whether it be ‘nothing matches search criteria’ or it brings up results. Here’s a link.
https://explearn.gis.unbc.ca/?s=peru
I would like a header to appear here and upon every other search. I hope that makes sense. Thanks!
I am but I guess I made too many changes to the css and php to customize the site to my liking and thus it doesn’t really appear as it should on mobile devices…