dayyman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to delete Posted on by admin on storefront themeSolution :
.hentry .entry-header .posted-on {
display: none;
}Forum: Plugins
In reply to: [Dynamic Featured Image] Not showing the featured imageI think I understand now; this plugin is not working for your woocomerce products page 🙁
Forum: Plugins
In reply to: [Dynamic Featured Image] Not showing the featured imageHello @ankit
I tried to follow the instructions but it doesn’t seem to work still. I am new to wordpress so …
By the way I am using a child theme and can not edit the folder single.php. I tried to edit the original storefront theme (the theme i am using)
Maybe someone can help e ?
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginSo if anybody has the same problem one day :
Basically it was just a mistake of mine…I was using the wrong server (my old server for another website) and that’s why I couldn’t access to the good function.php file 🙂
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius Pluginnow it loads but before it was not working…
The guy fixed my problem in a matter of seconds….
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginSo after 2 days with my website down…the easiest thing to do is to ask your server host to help you haha
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius Pluginyes i tried to change the permission of my wp folders but it doesn’t seem to change anything 🙁
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginI asked hostgator and they told me to change the permission of certain of my folders :
http://support.hostgator.com/articles/cpanel/how-to-change-permissions-chmod-of-a-file“Permission chmod of a file”
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginHey I verified the original functions.php file and it is totally ok.
The problem is within the plugin. I was on the page of the plugin and wanted to correct the problem but everytime i was trying to reload the page it was giving me an error message.
I still can not find the plugin folder….I might have a serious problem with filezilla or i have no idea what.
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius Plugini can’t restore it directly it’s a nmhnmhp file and now i have to look how to do it haha
Yeah no idea the wp-content folder has only my themes and no plugins folder…
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginOn Google Drive I backuped my website today so I might be able to get my website back…maybe it’s easier this way…?
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginI saw this advice on another post and did it a few hours ago but it didn’t help me unfortunately…
🙁
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginThe original
functions.php file :<?php
/**
* storefront engine room
*
* @package storefront
*/
/**
* Initialize all the things.
*/
require get_template_directory() . ‘/inc/init.php’;
/**
* Note: Do not add any custom code here. Please use a child theme so that your customizations aren’t lost during updates.
* http://codex.wordpress.org/Child_Themes
*/What I tried to add in the plugin child theme functions.php file : //Remove Sales Flash
add_filter(‘woocommerce_sale_flash’, ‘woo_custom_hide_sales_flash’);
function woo_custom_hide_sales_flash()
{
return false;
}Which led to my current problem…
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginI am using Filezilla with my admin and password working.
I can see all the themes I previously downloaded (Theme folder)
The first two folders that appear are :
wp-includes and wp-content -> upload / themes
I set Filezilla to show all my files…
Forum: Fixing WordPress
In reply to: Error in Syntax / Child theme / Orbisius PluginWhen I click on
Wp-content
it shows : uploads
themesAnd no plugin folder