virendra930
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: changing menu title colorhi esisser,
you can place this css in your child theme css file.genesis-nav-menu a{color:#000;opacity:.85;} .genesis-nav-menu a:hover{color:#000;}
you can change your color whatever you want hope it’ll help you.
Forum: Fixing WordPress
In reply to: Change background on a specific widget/menuhi glennmil,
Just add this css to your custom.css hopefully it’ll help you.home .sidebar { background-color: #FFFFFF;}
Forum: Fixing WordPress
In reply to: [NSFW] Comment Form Not Showing On Postyeah you can post it URL but delete it after some hours
Forum: Fixing WordPress
In reply to: [NSFW] Comment Form Not Showing On PostHi ToniOR73
can you please provide your site link.Forum: Fixing WordPress
In reply to: How to define a page as home pageSettings >> Discussion >> uncheck “Allow people to post comments on new articles”
This applies to new posts that you will publish from now on. To disallow comments from already publish posts:
Posts >> select them all and “Edit” under bulk actions and hit apply >> choose “do not allow” next to comments and hit update posts.
Forum: Fixing WordPress
In reply to: image upload bugIf you upload through FTP May be it`s not correct path to upload because upload images is year and month format
the correct path is
https://beta.maringorama.com/wp-content/uploads/2014/01/L1350377.jpg
so if you upload through FTP just uploaded it here hope it`ll help you.Forum: Fixing WordPress
In reply to: My latest posts aren't showing in the front pageit shows your latest post here from January 6 with the name “[CES 2014] Samsung makes its Pro line of Galaxy tablets official; Meet the Galaxy Tab Pro, Galaxy Note Pro” ??
Forum: Fixing WordPress
In reply to: Blank Site and Dashboardif you want to undo it you can do it by your cPanel details
Forum: Fixing WordPress
In reply to: Help guys….Website loads @ snail's pace if at allhii eventsplug,
yes your side speed in google speed is just 55 you can add this code in your .htaccess file and you can try W3 total cache plugin also and if you do that place all your Javascript in footer area## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 week" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 2 weeks" </IfModule> ## EXPIRES CACHING ## ############################################################################## ############################################################################### ##GZIP <IfModule mod_deflate.c> # compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddType x-font/otf .otf AddType x-font/ttf .ttf AddType x-font/eot .eot AddType x-font/woff .woff AddType image/x-icon .ico AddType image/png .png </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(js|css|xml|gz)$"> Header append Vary: Accept-Encoding </FilesMatch> </IfModule> <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript </IfModule>
Please backup your htaccess file before editing hope it will help you
Forum: Fixing WordPress
In reply to: placing text over an imagehii Rene Cerrito,
you can add some static pages using add new page in wordpress and you can find more info hereForum: Fixing WordPress
In reply to: placing text over an imagehi medicalbillsupport,
you can do it by using css. just place your text which you want to overlay image in some span and give it particular class and apply css property position:absolute on it it`ll help youForum: Fixing WordPress
In reply to: Editing page HTML issuesjust try this code and place in your page hope it comes
[embed]https://vimeo.com/85179759[/embed]
change your vimeo url hereForum: Fixing WordPress
In reply to: Editing page HTML issueshi jsumida, can you please provide a screenshot of your whole page because it might be a plugin or some shortcode in sidebar and please provide ur site url thanks
Forum: Fixing WordPress
In reply to: Cannot edit in visual modehi Benjer,
please check a setting in user–> your profile section
there is a checkbox with label visual editor and tagline “Disable the visual editor when writing”
check it is unchecked….Forum: Fixing WordPress
In reply to: the comments are not showinghi LDSVenus,
please provide a link of your website.