Scylla Pro is a wordpress 3 theme with unlimited skins, 12 fonts, 2 slider, 5 layouts & easy to use theme option panel.
version 1.1
—————–
+ Initial Release
1. what should be the dimension of the slider images?
A: width: 625px Height: 250px
2. I can’t make link to other website, and when I make link to an other page of my website, it opens in lightbox windows.
A: Open up fancybox.js and find this line:
jQuery(“a.hasimg”).fancybox({
and replace it with:
jQuery(“.hasimg[href$=’.jpg’], .hasimg[href$=’.png’], .hasimg[href$=’.gif’]“).fancybox({
You can edit the file with your ftp application or “Wp-File Manger” Plugin.
3. How can I make a catergory section look the same as my home page?
A: Download this file: fileden.com/files/2007/3/2/840217//category.zip
Extract the category.php file inside it and upload the php file to the “ScyllaLite” directory of your site using FTP.
4. The images inside the lightbox is being stretched when viewed by Safari Browser, How do I fix this?
A: Add this line to the very bottom of your stylesheet(style.css):
#fancybox-img {height:auto!important;}
5. My Quote shortcode is not working. How do I fix it?
A: The quote shortcode has a bug, to fix it find this in your stylesheet:
.lgn_quote
and replace it with:
.scl_quote
6. I want to use the ‘Featured Posts Widget’ in the sidebar, but despite selecting a category, it keeps outputting the loop of all posts.
A: You will have to put your category id, not name.
http://wordpress.org/support/topic/how-to-find-the-category-id
Hi,
I’m using layout 1 on the lite version…I try and change the deminsions of the pic for the slider to 625×250 and it won’t let me. It keeps defaulting back to 400×250. Am I doing something wrong? Thanks for any info
Remove the old image from Media Library.
It still doesn’t seem to work. The links are in the same color as the rest of the text.
Is there malware? Google chrome warned me about malware when I opened the demo site.
Same with me, my avast picked it up as well. I just sent them a message on it.
Fixed!
Working with pro
1- can I change the font and sine in the menu
2-can I make the Social network buttons at the top bigger
3- also can I make the distance gap between the Social network buttons and the header and menu smaller
Richard, I already sent you an email regarding the font size and the bigger icons question. Please check your email.
sorry size
It’s ok I managed to do it myself can I change the font myself what to use a different font in the menu
Also can I use any plugin menus or do you recommend any
Instead of using plugin why don’t you use the wordpress core Menu feature. Here, watch this video:
http://www.expand2web.com/blog/wordpress-30-custom-navigation-menus-video/
Thanks for the vid but I am using that. Ok I decide to keep the menu but would like to put a background behind it like the gray ones on the rest of the site, is this possible
try adding this to your stylesheet:
#topmenu ul li{background: url(“images/pattern1.png”) repeat #333;}
#topmenu ul li:hover{background: url(“images/pattern1.png”) repeat #BF4842;}
Sorry to say just gray boxes appear with gaps
Try this:
#topmenu ul li{margin:0px!important;}
#topmenu ul li a{color:#fff!important;}
and if you have further queries send me an email through the contract page.
Hey for this can I make my own custom background and header?
Yes it is possible in the PRO version.