Forum Replies Created
list of topics you have created till now.
-
-
serkan
Moderator30 November 2015 at 14:48Posted in : How can I choose preview picture on DepartmentsHi @thiagoleitebr;
Let me clear that for you. Department gets its featured image from the newest portfolio post under that department. Example;
You have a department named “C” and under it you have added to portfolio posts.
Then lets say that you add a portfolio post which named “A” and then after that you have added another portfolio post named “B”. They are both under the department “C” In this case in your portfolio page department C’s featured image will be same with portfolio A’s featured image (The latest post added under this department) .
ThanksHi @jaroro615;
Appearance > Theme Options > Layout > Classic Layout (No)
By default, classic layout is coming as no but you must be change it to yes.. I fixed your issue now.
Have a nice day.You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
You are welcome :)
Hi @nagasawa;
For your gallery issue, please deactivated all your plugin and try it again.
You can use this custom css code for the lightbox background;#fancybox-overlay { background-color: #fff !important; }Thanks
Hi @DroidBoy;
You can also try Poedit editor. Don’t forget to export .mo file after translating. But first, scan all theme files and start with a new .po file.
http://poedit.netserkan
Moderator29 November 2015 at 16:08Posted in : I want to change the font in Menu with CSS codeYou are welcome.
Hi @wesleybush;
You can use this custom css code;.vs-nav li a { font-size: 2.2em; } .header h1 { font-size: 1.8em; }Thanks
Hi @stevem802002;
Do you want to add your YT video to the blog page or portfolio page?
Under the type box, you can see the url content box. Just paste your video code there. And choose lightbox video option and add a featured image.
ThanksHi @meymigrou;
You are welcome and good luck..Hi @serkestudio;
You are welcome.Hi @sjpownall1;
Okay good luck =)Hi @MB_lab;
It looks like your server does not allow to use the script in single gallery page. Could you contact with your hosting company and see what they say.
ThanksHi @wesleybush;
It is also happening in our demo website as well. Uploading the font takes few milliseconds but we can not do anything for this situation.
Thanks for the feedback.serkan
Moderator29 November 2015 at 15:05Posted in : I want to change the font in Menu with CSS codeHi @benbinhduong;
1.Go to appearance > Theme Options > Style > Character Sets > Check Vietnamese
Appearance > Customize > Fonts > Choose which is suit to you.2. or you can try to add custom css codes;
.nav-menu { font-family: "Montserrat", serif; }By the way, you can check out this topic how to add a custom font ;
http://www.pixelwars.org/forums/topic/customize-font-change-portfolio-img-alignment-etc/
ThanksHi @jaroro615;
Could you send me your your username and password for the admin panel to our contact form and please add this topic url together. If you deactivated all the plugin, it should be work also portfolio next arrow is working fine..
ThanksHi @jaroro615;
Could you deactivated all your plugin and try it again please?
ThanksHi @meymigrou;
Yes we can reduce the spaces more. Could you please be more specific. Which part need to get reduced. And also could you try to use this custom css code and delete the first custom css code which i gave you..aligncenter, .alignnone, .alignright, .alignleft { margin: 0; }Thanks
Hi @serkestudio;
The newest will be at the top if you unchecked the random order box under the gallery setting when you create a gallery. You are talking about the departments right or your portfolio order?
Example category Kids, when you create new gallery inside it, the newest will be at the top.
If you struggle with that please deactivate all your plugin and try it again.
ThanksHi @wesleybush;
Did you set up your template pages from ( Appearance > Widgets > Cvcard Template Page )
Could you check out this topic please?
http://www.pixelwars.org/forums/topic/page-slider-still-doesnt-work/
And also i would recommend you to deactivate all your plugin and try it again.
Let me know after that all.
ThanksYou are welcome.
Okay, good luck :=)
Hi @ChadSanborn;
Sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.Hi @ChadSanborn;
Lets continue discussion on this topic;
http://www.pixelwars.org/forums/topic/blog-on-resume-page-not-displaying-properly/
ThanksYou are welcome.
Hi @wesleybush;
Could you go to settings > reading > Front page: Homepage and Blog page: Blog
If it is already like this change the settings default save it and fix it to the right way again.
Please check this steps.
ThanksHi @mkarakas;
You can use this custom css code;
.gallery-grid h2 { font-family: ‘Montserrat’, sans-serif; }
By the way, you can check out this topic how to add a custom font ;
http://www.pixelwars.org/forums/topic/customize-font-change-portfolio-img-alignment-etc/
ThanksHi @parson23;
You can use this custom css code;.nav-menu { text-align: left; }If the menu overflow your icons please provide me your related url and i can have a look again.
ThanksHi, sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.
Hi parsons23;
You should choose your button shortcode and in the content editor, you need to choose align left or right.
ThanksHi @Gickwork;
You should copy and edit like this;
[section_title icon=”icon-comment” text=”TESTIMONIALS”]
[testimonial first="yes" last="" name="" job="" image="*.jpg"]Content[/testimonial]
Thanks
Hi @Gickwork;
You can check out this related topic;
http://www.pixelwars.org/forums/topic/how-do-you-edit-testimonials/
ThanksHi @MB_lab;
Can you send me the admin permission via contact form.
ThanksHi @Gickwork;
You can find them in the documentation ( shortcodes > Testimonial ) or you can upload the dummy data it will come up automatically which was explained in the documentation as well.
ThanksHi @MB_lab;
When you disable the ajax, can you see those 3 pictures?Hi @Mike370;
One of your plugin is conflicting with your blog page. First of all deactivate all your plugin and try it one by one. So you can easily understand which one creates the problem so you can find an alternative plugin for that.
ThanksHi @ChadSanborn;
You can use these custom css codes;
Divider between the pages custom css code;.rm-overlay { background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 100%); }Cover page custom css code;
.rm-wrapper .rm-middle { box-shadow: 2px 2px 10px rgba(0,0,0,0.8); } .rm-container.rm-open .rm-wrapper .rm-cover { box-shadow: 2px 4px 4px rgba(0,0,0,0.4); } .rm-container.rm-open .rm-wrapper .rm-right { box-shadow: -2px 4px 4px rgba(0,0,0,0.4); } .rm-container.rm-open .rm-wrapper .rm-middle { box-shadow: 0 6px 4px -2px rgba(0,0,0,0.4); }Thanks
Hi @wesleybush;
In the widget section (appearance > widgets ), the first widget in the cvcard template page will be your homepage. At the same time go to apperance > menus and Menus structure name should be same with the label. Example for the portfolio; Url : #/portfolio and Navigation label: portfolio
ThanksHi @Alejandro;
We fixed that issue with an update. Please up-to-date your theme to the latest version.
ThanksHi Wes;
You can use this custom css code;
.header h1 { margin-top: 0.2em; }Say hello to Canada :)
CheersHi @MB_lab;
Could you go to appearance > theme options > gallery > Ajax (on Single) is it yes ?
Have many pictures do you have in your prova section in the gallery.Hi @meymigrou;
1. Yes, you can make the posts full width.
2. You can not divide the description into two, but you can set up “Excerpt Length”. Default: 55 words. There is also another solution. You can turn off the automatic excerpt and write your description manually into excerpt area. You can leave a space and then you can add read more shortcode end of the description. But you have to do it with all your post for this.
3. You can change the gallery columns from Gallery section. When you add a gallery, you can see the gallery settings. For the portfolio ; you should go to appearance > theme options > Portfolio and change the Item Width (px) 340 to 450.
4. You can change Body Font, Heading Font, Menu Font and Text Logo Font.
ThanksHi @Gickwork;
You have 150×150 px dimension image in the header. First of all you should upload bigger size image. You can use photoshop for that.
ThanksHi @Felipeslemos;
You can use these custom css codes;
h1.entry-title { color: #FF0000; } .type-post .entry-content > p { color: #FF0000; } And if you change the body color all the paragraph and title color will change body { color: #FF0000; }Thanks
Hi Felipeslemos;
You can use this custom css code;.share-links { display: none; }Thanks