Sher
Forum Replies Created
-
@w.bear: Thank you very much. Your code saved me too!
Hi!
I am facing the same problem
This code
<?php $Width = '145px'; $Height = '100px'; if (function_exists("nggDisplayRandomImages")) { nggDisplayRandomImages('8',$Width,$Height); } ?>
is not working anymore . Can please anyone tell the exact code which I should replace
Thanks.
Forum: Themes and Templates
In reply to: Oxygen theme image issuesSorry, you are on wordpress.com. I did not realized this.
Probably on wordpress.com you cannot edit your theme.
You may make little changes in Appearance>Custom design.
But I think you need to upgrade to use this option.Support forums for wordpress.com are here:
https://en.support.wordpress.com/category/appearance/The best solution to your problem can be choosing another theme.
Forum: Themes and Templates
In reply to: Why is all my body text Wrongly Aligned? need to fix this ASAPPossible Errors:
1) You have used
<center> somewhere in your files. I think this is creating problem.2) If the problem is only with css then:
You may have original copy of your theme somewhere.
From that copy, overwrite your theme’s style.css with the original one’s.
(via ftp or control panel)
If you do not have the copy. You can download the theme again and only upload style.css in wp-content/themes/your-current-theme-folder3) It maybe due to the WP Google Fonts plugin.
Deactivate plugin.
Clear cache
Reload page and see if it works.Forum: Fixing WordPress
In reply to: 404 errorsYour page is working fine for me. Try clearing cache and reloading the page. Also try it in another browser. It may solve the problem.
Forum: Themes and Templates
In reply to: Oxygen theme image issuesThis is because of your theme (oxygen)
On home page it displays all images of size 470*14px. This cuts off the image.For this you need to edit your theme’s ‘index.php’ file.
While in admin panel Go To
Appearance>Editor
on right top in “Select theme to edit: “
choose “oxygen”
from right-list of files choose ‘index.php’on nearly line 44 you will find this:
get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'archive-thumbnail', 'image_class' => 'featured', 'width' => 470, 'height' => 140, 'default_image' => get_template_directory_uri() . '/images/archive-thumbnail-placeholder.gif' ) );}
You can edit the values of height and width in this code.
Note: this may disturb the rest of the design of your theme. If it happen then change the values back to 470 and 140.
Forum: Fixing WordPress
In reply to: User has not been activatezztype.
Thank you.
This also worked for me. I just deleted the wp-members folder and it works fine for me.Forum: Fixing WordPress
In reply to: Text Ad Appearing On My Post Without Any PluginI also cannot see any links or text ads on your page.
Do what esmi has suggested.