This item is by an Elite Author
Indonez
- Author had a Free File of the Month
- Author was Featured
- Bought between 50 and 99 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Indonesia
- Item was Featured
- Microlancer Beta Tester
- Referred between 200 and 499 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 250 000 and 1 000 000 dollars
4,313
Purchases
Buyer Rating:
4.05 stars
4.05 average based on 382 ratings.
-
5 Star
17445%
-
4 Star
11329%
-
3 Star
5714%
-
2 Star
164%
-
1 Star
225%
| Created | 5 July 10 |
| Last Update | 21 December 12 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved Indonez -
Contact Envato Support


Hi,
now increasingly recognize the template Vulcan and more I like it
It’s great, but I have a question. I am weak when it comes to encoding also did not know that much, but I would like the template to get rid of a few items:
1) In the footer we have a logo, contact details, and the right of the Company News. Just below that are links.
If you want to get rid of the upper parts or logos, information, company news, and leave only a few buttons exactly what I need to do? Is it enough to remove the code from the footer.php?
I ask for instructions from the moment you delete code? When I tried to do it, breaks footer
2) In creating the menu and submenu is one strange element. Namely, if you go in the menu to the right of the sidebar is the name of the menu, it will display all the pages in the site. How do I delete a note: “more” so that it remains the name of the menu?
3) Above the footer is part of testimontial and clients, and also here I can get the instructions from which part to which i should delete the code to remove it? and where, which file?
By the way, if the customer logos can easily move to another submenu?
4) Is there a plugin for WP, which makes a nice visual map of the site for the user, so that everything is easy to find
It’s enough when it comes to my questions
Thanks in advance for your help. Yours!
Hello,
1) yes you just need to remove some line of code in footer.php file, all code located inside
<div id="footer-address">...</div>section2) open sidebar.php file, and find and remove below code :
<?php echo __('More ','vulcan');?>3) please open index.php file, you can remove the 2th and 3rd columns that start with
<!-- begin of content column 2 -->and<!-- begin of content column 3 -->4) did you mean something like http://yoast.com/html-sitemap-wordpress/ or http://pengbos.com/blog/slick-html-sitemap?
Thanks.
Same thing as jcmtechsolutions, the twitter widget no longer works.
ok I will investigate the problem and make an update when the problem found, for now as alternative, you can use twitter plugin.
Thanks.
Hi, I have been in contact with my web host, they say there should be no impediment to Timthumb working, we have set the permissions to the cache to 777, 755 , and tried a few more combinations to make sure, we have set timthumb.php permissions to 777, 755, 644 as recommended on the timthumb troubleshooting site. I have even tried updating the timthumb.php code ( without success and returned the original code). I have test the addresses of the images www. versus no www. etc. and also test using relative path addresses to the images. I have also tested that the image extensions are valid ( .jpg etc) the file sizes are small also.
I really feel I have tried everything to fix this item and would be very grateful for help. (The site is virtually useless without images) Thanks Carmel
Hi, I will remove functionality in next update version, since there’s many issue with timthumb.php script and hosting provider.
Thanks.
It does seem that Twitter feature no longer works, Any update on when you think fix will be made or more details on using a different twitter widget? Thanks.
Hi, twitter has updated their API library, I will fix this issue soon.
Thanks.
Hi
Thank you for your help on removing several items from the page, but it is still a small problem with the footer. After removal from the footer.php code at: www.platinumexpert.pl the footer place is full of free space, how can I remove this free space? i want to have a thiny footer
Please help me.
Hi, I checked your site looks like you have removed empty space for footer section there.
Thanks.
Indonez one more think
I have a few questions, because it is the final stage of work on the template before it starts. Have the same problems typically meticulous.
1) in the contact form after sending a test message to your e-mail receives illegible text from the field Message – “Comments: Tre?›Ä‡”
Probably has something to do with Polish characters but how to fix it?
2) I changed the titles in the contact form but do not know where to change the name of the “Send Now” I could not find a ruler responsible for the item in footer.php
3) in every page of the menu is a long gray bar with the page title and description, which you can add. after adding description it would be centered so that they are in the middle of the field just as the title – for example http://www.platinumexpert.pl/kontakt/ here you can see that this description is not in the middle as title, look like after one
4) Contact Form -> What should I do to area field was not required? If I remove some of the class = “required” nothing changes, you still have to enter all the data.
5) At what point and where I can edit the appearance of messages about success, error, information, warning? I want to make corners little more rounded :))
6) Thank you for sending the link to the site map plugin – last time – it’s ok but is there something similar to this plugin as used on this site? http://nobelspv.com/pl/mapa-witryny This one looks really greatfullIt’s probably all of my questions, besides everything seems clear, well except for a small problem with the bullets exactly – “arrowlist” because It do not working well – when use “arrowlist” nothing see but see the margin
Thanks a lot, Best Regards
Hello,
1) the contact form in vulcan theme just standard contact form, if you want more advance features, you can use contact form plugin like http://wordpress.org/extend/plugins/contact-form-7/ as replacement
2) it’s used and image, you can find this in images folder of vulcan theme and find send-now.gif file.
3) try to add the following css code in theme options => styling options => custom css :
.description { margin:8px 0 0; }4) you need modify the code in contact-template.php file for this, I suggest you to use contact form plugin as mentioned in point no. 1
5) you can manage this from vulcan theme options => contact info => success message box
6) maybe you can try this or this plugins.
Thanks.
Indonez Thanks a lot for help
in contact u’ve right, i will use contact form plugin.
problem with description is gone, when use this code css in theme options i can modifiy txt for go down or up
one more think:
Is possible to change first name of menu – home for a small icon?
2) I have some professional photos for slider, but i have image size like 936 x 350
is possible to resize height of slider, if yes where exactly i can make it?
Thanks a lot!
ok great, if you want to change the slideshow, please open slideshow.php file and replace all 280 with 350, also in style.css file and find the following code :
} #slideshow ul, #slideshow li{ width:936px; height:280px; .... }replace 280px with 350px;Thanks.
I am try to change contact form for plugin. this code: [contact-form-7 id=”819” title=”Kontakt”] where i should put?
actually edit contact-form.php and delete all code from contact and input this code:
<div id="contactFormArea"> [contact-form-7 id="819" title="Kontakt"] </div>But don’t work, it’s free space with this code: [contact-form-7 id=”819” title=”Kontakt”] as text.
this this,
<?php echo do_shortcode('[contact-form-7 id="819" title="Kontakt"]');?>Thanks.
Hi,
In the vulcan theme options I tried to make a minor change to the address but it has now caused the google maps bit of the contact form to stop working.
Can you help me please.
Can message you a link to the page if you want.
Hi, did you tried to write your info address in one line?
Thanks.
Hi! Need a little help for changing the font color of the headlines in the footer news feed under ‘Company News’.
Thanks!
Hi, try to add the following css code in theme options => styling options => custom css :
#footer-news h3 { color: #f00;}replace #f00 with your color hex code.Thanks.
Hello Indonez,
Can u tell me how can i make this grey box located at down part of page?
it’s here; http://wp-demo.indonez.com/Vulcan/?page_id=56
Hello, below the code that I used for demo content :
try to add the code in html mode at your editor.Thanks.
Hi Samersultan1 and Indonez.. Thanks for your assistance.
Appreciate your help
ok great, glad to help you
Hi! I wonder if you can help me with a small problem I have with my site. My fist problem is the slideshow, it has some gray color going below the slidshow on the first page. This is only a problem in explorer and if I stop the slider from moving the gray color disappearance but then the hole meaning of the slider it gone.
To stop the slideshow I just delete the minus (-) infront om the number 1.
<?php $slideshow_order = get_option(‘vulcan_slideshow_order’) ? get_option(‘vulcan_slideshow_order’) : “date”; if (post_type_exists(‘slideshow’)) { query_posts(array( ‘post_type’ => ‘slideshow’, ‘showposts’ => -1,’orderby’ => $slideshow_order)); ?> I hope you understand what my problem is about. /ErhanHi, could you please provide me your site url regarding your issue? let me check your site from IE.
Thanks.
Oh, sorry! This is the site: www.nameless.se/trety
And I allso have a problem with the headline, it is a pit pixly. How can I make it better.
Thanks!
Hi Indonez.
Did you find the answer to my question?
I Allso have a problem with the menu and dropdown menu. It is to pixly as you can see. How can I fix that?
the site is: www.nameless.se/trety
the problem because you have thin font type, if you want to replace the cufon font, you can try search the cufon font at http://www.cufonfonts.com/ and place your new cufon font at js/fonts folder of vilisya theme and activate from theme options => styling options cufon font.
Thanks.
Hi again. I could not find the answer to my question about the slideshow.
Thank you for your answers!
/Erhan
may I know in what IE version? I checked in IE9 and there’s no problem as you mentioned.
Thanks.
Hello again, thank you for solving my earlier challenge. In your demo site your have a photo included in the sidebar under the heading “trust your project to us”. I have tried different widgets to get a similar result but have not succeeded. Could you help with the answer? Thanks!!
Hello,
it’s used text widget, below is the sample text content for the widget :
Thanks.
Welcome Indonez
Thank you very much for your help, contact form works wonderfully, slider on the main page is a bit bigger now. Thank you very much!
I have a question. I hope my questions do not make the problemyou nervous
I try to change home button for icon, actually add this code in CSS
/*---------------------------------------------------- Replace Home for icon home
------------------------------------------------------*/
#menu-item-home a{
display:block;
width: 22px;
height: 22px;
background-image:url(www.platinumexpert.pl/pliki/home1.png);
background-position:center center;
background-repeat:"no-repeat"
}
What’s wrong?? This action don’t working
Hello, here the code revision, I tested it and it’s worked :
.menu-item-home a{ display:block; width: 22px; height: 22px; background-image:url(http://www.platinumexpert.pl/pliki/home1.png); background-position: top left; background-repeat: no-repeat; text-indent: 99999px; }Thanks.
I also have problems with timthumb, but if I browse my site with a wordpress logged in user I can see the images perfectly fine. But if I browse the site from internet without logged in I can’t see those images. And if I take the URL and paste on a new tab I receive the following error:
I’m not enforcing login or something like that and I already set the permissions to 775 or 777, do you know what could be the problem? Thanks
I solved my problem, it wasn’t related to the vulcan theme, it was my “WP Better Security Plugin”. There I have enabled the tweak “Filter Suspicious Query Strings” and with that item checked it filters the images for not logged in users. It’s working fine now. Thanks
ok great, glad it’s working now!
Welcome Indonez.
It’s me again;)) hehehe.
A few questions again.
1) After changing size of slider the dots that inform users about number of slides are in the same place, they are in the middle of slider. Is possible to get them down?
2) The gray color template is very professional but I want to make little more contrast, life. I changed the style to blue in VULCAN Options -> styling
After changing footer grow much more
Where can i find in css code for reduce the size of footer?
3) Is it possible to change the color of the font: a) in footer b) the Content in the 3 main boxes on the home page c) the general content of the body d) change the color of the menu and the hover effect after cursor over the button
I do not know exactly which commands refer to the colors of individual Elements. I’ll be glad for the help.
4) Last question
. Wordpress has sidebars. IN vulcan can i create some sidebars in the form of small pictures and put them sidebars on subpages? For example, “about us” I would like to add a small photo on the right side of the space referring to the team, and other photo for other page section, egzample help another photo, i need to this 2 sidebars, yes?
Question about change button home for icon is still valid
BEST REGARDS LILA
Hello,
1) try to add the following css code in theme options => styling options => custom css :
#pager{ top:375px; }you can increase 375px to fit your slideshow pager height2) try to add the following css code in theme options => styling options => custom css :
#footer-content{ height:263px; }you can decrease 263px3) try to add the following css code in theme options => styling options => custom css :
a)
#footer-content p, #footer-content a{ color: #f00; }b)
.front-box-content p { color: #f00;}c)
body { color: #f00;}d)
.navigation li a {color:#f00;} .navigation li a:hover {color:#f00;}replace all #f00 with your color4) the sidebar widget places only available from predefined widget places, if you want to have unique sidebar, you can use widget sidebar.
Thanks.
Last think… SORRY for that
Is possible to add some kind of TEXTURE on the background?? of all pages?
one texture or 2-3 with random effect? It’s hard to make it? Only in css file?
you can add your background image for main body by adding below code in styling options => custom css box :
body { background-image: url(your_background_url); background-position: center center;}Thanks.
Any update on when you will release a fix for twitter API ?
Hi, soon I will update the theme!
Thanks.