pompo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] changing email addy in contact formNVM I found it under Theme options/misc settings!
Forum: Themes and Templates
In reply to: [Virtue] Virtue mobile version and image resizingThanks! The extra css override worked! 🙂
I don’t have any captions or titles or alternate text in the images when I upload them. I add those ( only the title and the alternate text) after the images are uploaded.
Forum: Themes and Templates
In reply to: [Virtue] Virtue mobile version and image resizingThank you for your reply. I added the 864 px images (actually all of them, even the smaller ones) with the Add Media button. I wonder if choosing the images to align in center it’s what’s screwing it up maybe?
Where should should I paste that css to override it exactly?
Forum: Themes and Templates
In reply to: [Virtue] IMDB logo/link with social media?k thanks Hannah!
Forum: Themes and Templates
In reply to: [Virtue] Virtue – standard image width 870 px?thank You!
k thanks!
Hi Hannah thank you for your prompt reply, so in the premium one is possible then?
I tried as you said to add media into the grid page with the add media button but I can only add single images to it, not any portfolio page galleries that I had already created following the tutorial here: http://www.kadencethemes.com/creating-a-portfolio-page-with-virtue/. If I do that, yes, I can add text content above or below the images but as mentioned I was trying to have text content below the. portfolio galleries. What link you would want me to send you?
Forum: Themes and Templates
In reply to: [Virtue] How to add email contact formno only the theme is amazing but so is also the support! Thanks so much!
Pompo.comForum: Themes and Templates
In reply to: [Virtue] Virtue Free – Thumbnails on "Lastest from Blog" posts?found !
Forum: Themes and Templates
In reply to: [Virtue] Virtue Free – Thumbnails on "Lastest from Blog" posts?this worked so can I ask how to get thumbnails showing on Recent Posts too like shown here: ?
Forum: Themes and Templates
In reply to: [Virtue] Virtue Free – Thumbnails on "Lastest from Blog" posts?Hi Hannah Thanks so much for your reply, that did it! I remembered there was a featured image option for the galleries but didn’t know or saw you could do it to posts as well!
Forum: Installing WordPress
In reply to: Auto Upgrade Fix for 1and1 userssame chit with 2.9.1 upgrade, it WOULD NOT work if you are on 1and1 unless you modify the .HTACCESS file , just did it and it did upgrade to 2.9.1
content of the .htaccess file below# BEGIN AnyFont
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^images/(.*)/(.*)\.png$ wp-content/plugins/anyfont/img.php [L]
</IfModule># END AnyFont
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>AddType x-mapp-php5 .php
# END WordPress
======================================
the line that says:AddType x-mapp-php5 .php
was added in there or it wouldn’t upgrade automatically on 1and1 to 2.9.1 again!
=============================================Forum: Requests and Feedback
In reply to: Selecting text in “Visual” and Switch to “Html” to editit would be nice tho to use it to selet some text an dthen swith to html to edit it ..I get it we need a plug in to view both at same time JUST LIKE Dreamweaver! 🙂
Forum: Installing WordPress
In reply to: Auto Upgrade Fix for 1and1 usersdunno what’s wrong…sorry I did it eaxctly like your file there and it worked for me..do you have the DOT in front of HTACCESS file name?