Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterHi Feda,
It is easy to do so, just follow these steps:
1) Disable slider from the control panel -> slider
2) Go to io-pro-functions.php file inside the “inc” folder, take backup and remove lines from 127 to line 138.(commented as flexslider and its css)The above steps will stop loading the slider js and css files in the front end. If you want you can remove these files(slider js and css) permanently from “js” folder after the step 2.
Themonic-Support
Keymasterhttp://sydneysvintageclothing.com/blog/author/admin/
Could you check what email address admin is using and whether that email has associated Gravatar because Author ID on the front page makes use of Gravatar images.
Themonic-Support
KeymasterThank you for notifying us, we will address this in the next version for sure.
“Read more” is present in line 74 of functions.php if you want to edit it manually.
Themonic-Support
KeymasterKindly check your uploaded image http://www.apexnutrition.ca/wp-content/uploads/2013/10/header1.png, the header image you are using has a width of 1080px instead of 1040px. After that use the code given above if you do not want the white area around your header image.
Themonic-Support
KeymasterHi Aaron,
Go to live customizer : Appearance -> Basic settings
Upload banner image of your choice using the logo uploader, it must be of 1040px in width.
After that paste the following code in the appearance -> editor -> custom.css in the very end after everything
.themonic-logo { margin: 0; padding: 0; } .themonic-logo img { max-width: 100%; } .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }
The last part removes the image shadows that were not looking good on your website. Do let me know if it works as you have wanted.
Themonic-Support
KeymasterI have found a solution for you
Go to appearance -> editor -> functions.php
in the very end after everything paste the following code and save
update_option('image_default_link_type','none');
Let me know if this works for you.
Themonic-Support
KeymasterUnfortunately it’s a WordPress setting, theme has no control over it. Even we are setting this manually to ‘none’ everytime 🙂
You might want to ask this in here
http://wordpress.org/support/forum/how-to-and-troubleshootingThemonic-Support
KeymasterKindly create a separate thread, your case is different as you are moving and importing from blogger to wordpress.
Themonic-Support
KeymasterCould you please check by creating a new author.
After doing this the Author area should start to display. Also, you might want to doublecheck that the author profile pages are showing bio information at the admin side.
It works like this:
Author area kicks in when there is more than one author. For eg. one admin and one editor with filled in bio.
If everything is setup correctly, you should have author page at
http://plexusambassador.com/author/authorname/
——–
If the above do not work, send in your login details via the contact page, I would be happy to look at it.Themonic-Support
KeymasterHi Arindam,
You can try this plugin for doing this http://wordpress.org/plugins/advanced-category-excluder/
- AuthorPosts