Can
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Exclude a Category from Hueman Index-PageYou’re welcome friends ??
Forum: Themes and Templates
In reply to: [Hueman] Hoever oversIs the URL you have written is a page or post? I couldn’t match your content.php with the URL you have written. If “2013 Episodes” titled thing is a page, then any modification related to content of a page must be done in page.php file. If so, your page.php content is required.
Forum: Themes and Templates
In reply to: [Hueman] Hoever oversMy mistake, it should be content.php file, not index.php – Sorry about that ??
Forum: Themes and Templates
In reply to: [Hueman] Sharre missedNope, the sharing buttons can be seen without any problem by my side.
Forum: Themes and Templates
In reply to: [Hueman] Hueman on the phoneVideos are embed with Adobe Flash Player, and some of the mobile phones cannot play the video files that are embedded with Flash players.
For example, when I try to watch a video with my LG P760 mobile phone with Chrome Mobile browser, it says it is not supported about the video player. The problem is probably due to Adobe Flash Player.
Try hosting your videos in Youtube and embedding videos with YouTube code.
Forum: Themes and Templates
In reply to: [Hueman] Footer color problemI wrote the following just before your thank you message. Glad to hear that it is solved, you’re welcome.
It is only possible if a plugin has permission to change and write in your php files. If you are not using any plugin with such a big and dangerous permission, then probably you or someone else caused this problem.
I don’t have much time now as I have an exam tomorrow; but you can request help in here or in any forum. A person is required to fix HTML errors, not a big problem. If you cannot solve this problem by tomorrow evening, inform me. I have free time in tomorrow evening.
Forum: Themes and Templates
In reply to: [Hueman] Hoever oversNo CSS required i believe.
Just go to your theme’s index.php file and look for the … part that includes linking of image and text. Remove the closing from the image part and remove the beginning from text part – and voila! There it is.
If you encounter any problem or need further help, add your index.php file content here.
Don’t forget to take back-up at first of everything.
Forum: Themes and Templates
In reply to: [Hueman] Footer color problemHi,
there are a dozen of html errors, which can be seen in the screenshot here.
I am also observing some problems with div elements. All the problems for HTML are marked red in the screenshot. The error is probably because of these errors, you should analyze your index.php and correct all the errors.
Forum: Plugins
In reply to: [WP No External Links] Conflict with Disqus Comment PluginNevermind, I have stopped using Disqus as it increases my page load time. Thanks anyway ??
Forum: Plugins
In reply to: [W3 Total Cache] "Set expires header" option, in browser settings is disabledNo problem here with the latest version of the plugin and WordPress.
Forum: Themes and Templates
In reply to: [Hueman] Exclude a Category from Hueman Index-PageHey,
Just add the following code block into the functions.php file which can be found in your theme’s directory. Change the CAT_NR with the ID of the category that you want to exclude from homepage – keep the minus sign there, it is necessary. You can find the ID of the category from the Categories page in your WP Admin Dashboard – Click the category you want and then read your browser’s URL bar, there will be something like tag_ID=123. That number is the ID.
function excludeCat($query) { if ( $query->is_home ) { $query->set('cat', '-CAT_NR'); } return $query; } add_filter('pre_get_posts', 'excludeCat');
Forum: Themes and Templates
In reply to: [Hueman] Adding a 728×90 ad in theme headerThanks Alexander, this is exactly what I want.
Forum: Themes and Templates
In reply to: [Frontier] Blank Area Below The Featured ImageThat’s exactly what i want, thanks Ron!
Forum: Themes and Templates
In reply to: [Icy] How to use audio and video postsCan you write how to do it? I am going to begin using Icy theme tomorrow ??
Then, what about to remove the href tag from the Author data (that is shown above the post excerpt) on index page?
I will send the translation in 2-3 days, thanks.