Bliss07
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Fashionista] Can't see features imagesAll good! I managed to fix the issue by selecting the “standard” icon in the format tab on the right side of the content editor.
Forum: Plugins
In reply to: [Facebook Comments] Two comment sections when activating the pluginHi viraljetani,
I have resolved the issue by adding the following line in the CSS:
#commentsAdd {
display: none;
}I hope that helps.
Forum: Plugins
In reply to: [Facebook Comments] Two comment sections when activating the pluginThank you for your reply.
I have fixed the issue by deactivating the wordpress comments.
Forum: Fixing WordPress
In reply to: Fallback.htmlThe first plugin that I have deactivated was “Contact Form 7”. However, afterwards I have deleted all the unused plugins, which they were all related to social networks and the issue did not occur anymore.
Forum: Fixing WordPress
In reply to: Fallback.htmlHello Ceekay,
I was able to fix that issue by following the suggestion of Andrew.
I have deactivated few plugins, especially the ones that I have installed recently and the automatic html download has disappeared.
I believe that the issue is not caused by any advertisement but from some plugin.
Hope that helps.
Bliss07
Forum: Plugins
In reply to: Image Thumbnail PluginNo ideas???
Forum: Plugins
In reply to: Image Thumbnail PluginAny suggestions?
Forum: Fixing WordPress
In reply to: How to test a new template before installing itThanks for your suggestion, garethallison,. I am going to give it a try as soon as I can.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Like button display a wrong imageAny idea on how to fix this issue?
Forum: Everything else WordPress
In reply to: Like button prompt when opening a webisteThank you very much. That is what I was looking for.
Forum: Plugins
In reply to: [Contact Form 7] file upload as email attachmentGreat stuff hpothineni, your suggestion was really helpful.
I have avoided a lot of copying and pasting hassle.Thanks!
Forum: Fixing WordPress
In reply to: How to create a page and move postsIf you are using a different theme, you need to replicate the HTML structure of your own theme within the example.
Where I can make these changes? It’s concerning the backend?
Thanks
Forum: Fixing WordPress
In reply to: How to create a page and move postsHmmm… Seems to be slightly complicated for an inexperienced user like myself. Will see what I can do. However, the link provided is designed to work within a child Theme of the Twenty Thirteen theme. Can I apply the same for my blog here?
Thanks
Forum: Fixing WordPress
In reply to: Logo overlapped by advertisement bannerResolved by decreasing the size of the logo.
Marked as resolved.
Forum: Fixing WordPress
In reply to: Home.php not showing last postHi alchymyth,
I just went through all the instructions that you have written in your last post:
1.
to find out what template the ‘home’ page uses, goto dashboard – pages – edit ‘home’ page, check under ‘page attributes’ ‘template’.
My Current Page Attribute (Home):
– Parent: (No Parent)
– Template: BlogI just noticed that the other three pages have a different option selected (Default Template). So, I have tried to change the Template for ‘Home’ from ‘Blog’ to ‘Default Template’, just like the other three pages of the website, but the whole content (posts) it disappear.
The other thing I have noticed is that the only posts to disappear when you clicking on ‘Home’ are the ones containing videos, while the latest posts that have pictures they are displayed fine.2.
to find the page template, goto dashboard – appearance – editor; make sure your current theme is selcted at the top;
I have checked the current theme that was selcted at the top, and it is the theme name that I am currently using (Organic structure),
ten look for a template with the file name ‘page_blog.php’ or similar; check at the top of the template code if the name after ‘Template Name:’ is the same as you have found under ‘page attributes’ ‘template’.
Then I opened the file name Blog Page Template(page_blog.php) and the ‘Template Name:’ is ‘Blog’ just like the ‘Home’ page.
Here is the code of page_blog.php.
Thank you for replying to me