Annette
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: w3-total-cache] About the CDNor is it enough if I install the plugin w3 total cache and activate it to speed up the website or should I do something else?
Forum: Plugins
In reply to: [Plugin: w3-total-cache] About the CDNthank you for your advice, my website has a lot of traffic and I need to use this plugin, but I really need to know the answer of the question which are the servers of the CDN?
Forum: Plugins
In reply to: [Plugin: w3-total-cache] About the CDNis it important to use Amozon s3? And which are those external high speed srevers?
Forum: Plugins
In reply to: Plugin for translationHi,
I want to translate my website. I found a solution with google translate but I don’t like it it’s very slowly. Can any one help me please?Forum: Themes and Templates
In reply to: Main menuIn fact I resolved it, it was easy, I just added this code to the functions.php file
register_nav_menus(
array( ‘second-menu’ => __( ‘Second Menu’, ‘blankslate’ ) ));
register_nav_menus(
array( ‘third-menu’ => __( ‘Third Menu’, ‘blankslate’ ) ));
and it worked, thnx for your answerForum: Themes and Templates
In reply to: Page for AtachmentsI just want to display one link with the name of the file, which on click goes to the pdf file, exactly like when I click view in the media menu in wordpress, but in this case it dispalys in the atachment page and I want to be dispalyed in an other page I have created.
Or is any function that display all the pdf files where I call it?
Forum: Themes and Templates
In reply to: Main menuActually I am modifying some files to create my website, so I am comfortable with code, I know html, php and ccs. So what should I do to add menus?
Forum: Fixing WordPress
In reply to: Not displaying header imagei modified the blankslate theme but still occurs the same problem 🙁
Forum: Fixing WordPress
In reply to: Not displaying header imageok, thanks a lot, I am using this one
Forum: Fixing WordPress
In reply to: Not displaying header imageI downloaded this blank theme http://www.newthinktank.com/wordpress/BLANK-Theme-v1.zip and I am trying to modify it