3dpc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tortuga] Font IssueI resolved the issue by downloading the Open Sans font (https://www.fontsquirrel.com/fonts/open-sans) and installed each font manually. ??
Looks like that solved the issue. I am really glad I got this worked out and maybe someone will find this info useful in the future.
Forum: Themes and Templates
In reply to: [Tortuga] Font IssueI should add that in Firefox and Internet Explorer the font looks as it should. But in Chrome it looks all bold for some reason.
Forum: Plugins
In reply to: [BruteProtect] question – will this plugin protect from xmlrpc attacks?Same thing happening to me. Anybody knows?
Forum: Fixing WordPress
In reply to: Hit by an xmlrpc.php attackAt another blog post I read that I could implement this code snippet in the .htaccess file. Any ideas which is best to implement?
<Files xmlrpc.php>
Order allow,deny
Deny from all
</Files>https://antti.vilpponen.net/2013/08/26/how-to-mitigate-a-wordpress-xmlrpc-php-attack/
Forum: Plugins
In reply to: [Frontend Publishing] Blank PageAlright. The website haven’t crashed yet so it’s probably going to be ok. Thanks for your help, really appreciated! I’ll change this thread to solved.
Forum: Plugins
In reply to: [Frontend Publishing] Blank PageYup, found the topic related to this: https://www.ads-software.com/support/topic/fatal-error-on-pages-with-shortcode?replies=4
Any idea if this could cause other problems with my site? Got no idea what that file is.
(Awesome plugin, btw!)
Forum: Plugins
In reply to: [Frontend Publishing] Blank PageI got this message:
Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /home/xxxx/public_html/xxxx.com/wp-includes/functions.php on line 3320
Fatal error: Call to undefined function ot_get_media_post_id() in /home/xxxx/public_html/xxxx.com/wp-content/themes/hueman/option-tree/ot-loader.php on line 686
Forum: Themes and Templates
In reply to: [Hueman] Changing the language to SwedishI solved it. To remember this for later I’ll write down the answer:
In Hueman language folder download the en_US.po file and open it in PoEdit.
Click Archive > Save As and save it as a sv_SE.po file.
Make the translations to the new sv_SE.po file you want and then save and upload both the .po and .mo file.
Solved! ??
Forum: Themes and Templates
In reply to: [Hueman] How to add more fonts to hueman@msainion44 I know this plugin does the job. At least it did when I used the Twenty Ten WP theme:
https://www.ads-software.com/plugins/easy-google-fonts/@mayank6169 Appearance > Menus > Manage Locations > Topbar = the top menu bar on his website.
I think he has done some customization on his own to his websites though to make it a not fixed menu etc.
Forum: Themes and Templates
In reply to: [Hueman] Change ?mage SizeI think images will change based on the styled size you’ve got for the main content area: Appearance > Theme Options > Styling
Was that what you meant? If not..
Did you mean you want to change the size of the thumbnails because they get blurry now then go to Settings > Media and change the thumbnail size to 300 x 300px. Then use https://www.ads-software.com/plugins/regenerate-thumbnails/ to regenerate all the thumbnails.
Forum: Themes and Templates
In reply to: [Hueman] Changing the language to SwedishHi there,
If want to translate for example “Follow” in the left top sidebar is it fine to just change the en_US.po file?
I suppose it would work but is that really supposed how it should be work? Maybe I should use a sv_SE.po file?
Please enlighten me, I’m a little bit lost.
Forum: Themes and Templates
In reply to: [Hueman] Insert AdSense on tags & category pagesI found it. It was the archive.php file. Is there any easier way to insert ads than editing the source files with the Hueman theme?
If not, do you know how to insert ads in the source file so it shows after X posts?
Forum: Themes and Templates
In reply to: [Hueman] Unique text for blog excerpts?Didn’t know, thanks.
Forum: Themes and Templates
In reply to: [Hueman] Low resolution/quality on gallery imagesAh, will try this thanks!
Forum: Themes and Templates
In reply to: [Hueman] Change place for the two sidebarsI get it can get crowded and confusing too easy.
Maybe it would work to just add an option somewhere looking like this:
Checkbox – Left sidebar big, right sidebar small
Checkbox – Left sidebar small, right sidebar bigPerhaps it doesn’t make any difference in terms of coding and headache, worth just mentioning the concept of the idea at least.
Edit: Now when thinking further you’d actually need to add the options for each template as one can use several different templates on different types of pages on one website. Yup, probably not the best idea.