demetris888
Forum Replies Created
-
Forum: Plugins
In reply to: [Styles] Dont understand your install guideok got it.still think it will make it easier if you described more what you mean.
Great plugin btw.
Forum: Plugins
In reply to: [Hammy] an example please with 2012?I am sorry but i cant get it to work.When i have the ‘.thumbnail’ class in the ignore list the plugin loads but i see a js error.The plugin is changing the image name to filename.
This is the code
<div class="entry-content"> <p> <a href="https://hello.com/wp-content/uploads/2013/03/File0001134.jpg"><picture class="hammy-responsive alignnone size-medium wp-image-91" alt="File0001134" title=""><noscript> <img src="https://hello.com/wp-content/uploads/2013/03/File0001134-230x230.jpg" alt="File0001134" title=""></noscript></picture> </a></p> </div><!-- .entry-content -->
when i remove the class from the ignore list i dont think the plugin loads (cant see anything in the source).
Forum: Plugins
In reply to: [Hammy] an example please with 2012?Thanks i will try it and let you know.
Forum: Plugins
In reply to: [Hammy] an example please with 2012?or this one?
Forum: Plugins
In reply to: [Hammy] an example please with 2012?i think this is it.
Forum: Plugins
In reply to: [Hammy] an example please with 2012?I don’t have one but we can do the oppposite if you prefer, just show me a site and which class/id i have to use with your plugin.
I will try to find a site with 2012 to show you.
Thanks.
delete it from trash?
1.didnt fully understand this maybe a screenshot will help.You can try to disable your plugins and see if there is a conflict.
2.you create the pages from WP>pages and you dont place it from WP>Appearance>menus.You will need to grab the slug and use it as a link.
Forum: Installing WordPress
In reply to: Moving from www.ads-software.com hosted to wordpress.comI dont think you need linux. Just winrar.
Forum: Fixing WordPress
In reply to: Theme twenty ten questions?csbrown86 you will have to place the image in your images folder in the root folder of your theme. Usually the names are case sensitive.
Forum: Fixing WordPress
In reply to: Theme twenty ten questions?Try using this code
<img src="<?php bloginfo('template_url');?>/images/logo2.jpg" />
just replace the name of the file and the folder if it is other than images.
Forum: Fixing WordPress
In reply to: How to remove sidebarIn most of the cases you can change the widget names from the appearance->widgets. About the button i am not sure but i think you can change it to your language if you install WP in your language.
Forum: Fixing WordPress
In reply to: Theme twenty ten questions?<<?php echo $heading_tag; ?> id="site-title"> <span> <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> </span> </<?php echo $heading_tag; ?>> <div id="site-description"><?php bloginfo( 'description' ); ?></div>
try inserting the image between the first set of spans.
Forum: Installing WordPress
In reply to: Error Establishing a Database ConnectionIf you visited your website since your last login and it worked then it is a hosting problem. (or its hacked ?? )
Forum: Fixing WordPress
In reply to: Different editions of site by cityGreat! good luck, i found this link that might help you.