Forum Replies Created
list of topics you have created till now.
-
-
Hi,
Go to Appearance > Customize > Colors >Change secondary color
ThanksYou are welcome.
Hi,
Normally, after installing and running regenerate plugin it should fix your problem. Could you deactivated all your plugin and run regenerate thumbnail again and check it please.
ThanksHi,
After at you can add a line break by pressing enter in the content editor. You mail adress is a long sentences so it is being overflowed of the container.
ThanksHi,
I mean just Empathy theme. Download a fresh copy and try it again.Hi,
Don’t use column short code when you add a video. Just use media wrap short code and then tab short codes.
ThanksHi,
I can not test your url because it is not published yet. Please let me know when it is published.
ThanksHi gianandy,
Have you deactivated all your plugin and try it again ? It is an awkward situation. Which browser you are using for testing it? I just want to make it clear. You deactivated your plugins and your random animation box is unchecked. When you change your animation, you are clicking the save button and it says saved right? If all the section is right can you download a fresh copy and try it again. I tested it in our demo website and everything is working perfectly.
Thanks for your patience.Hi gianandy,
Appearance > Customize > Empathy Page Animation > Uncheck the random animation section.
For the color section if you have a trouble, please deactivated all your plugin and try it again.
ThanksHi,
install and run regenerate thumbnails plugin for once;
https://wordpress.org/plugins/regenerate-thumbnails/
ThanksHi Josframes,
I just checked your url and you are using an older version of the theme on your current site, please update your theme to the latest v1.3.4 and your problem will fixed.
ThanksHi,
I just tested your url on IPhone5 IOS 7.1 with Safari and menu is clickable and everything is working fine. Sorry i can’t detected your issue.Hi,
I don’t have a chance to test it with IOS version 7.1 right now. I will let you know when i get a chance to test it on that platform. I haven’t got any trouble with ios 6 and ios 8.3. It shouldn’t be problem with ios 7.1.Okay, good luck :)
Hi joshncampbell,
Go to pages > Edit homepage and set the featured image on the right side.
ThanksHi,
1. I just checked your url and the text color already white in your website.
Appearance > Customize > Color > Text Logo Color choose white.
2. Go to Appearance > Customize > Empathy Page Colors > Enabled Page Light Text for contact page.
ThanksHi,
Could you provide me your url please? Did you checked your pagination settings? If it is one post then you will see just only one post. ( Settings > Reading > Blog pages show at most ) . By the way edit your post and check is the excerpt area empty for each post. It should be empty if you enabled excerpt setting.Hi,
Go to appearance > Menus > Edit Menus > Menu Structure > Home > Url > copy and paste http://pinforest.com/coolblog/
For your other questions please create a new topic.
ThanksOkay, good luck :)
Hi,
I just tested your url with Iphone5 IOS 6 + Iphone5 IOS 8 + Iphone6 IOS 8.3 and everything looks fine. It is clickable. Which IOS version you are using for testing it? Have try to test it with an another mobile?
ThanksHi, i see the issue.
We will release an update in a few weeks for that. Thanks for the feedback.you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
You are welcome.
You are welcome.
Hi,
Did you copy and paste your twitter embed code for twitter?
You have to create a text widget for facebook. Go to appearance > Widgets > Text Widget. Copy and paste your facebook iframe code to content area.
Thanksserkan
Moderator3 September 2015 at 07:57Posted in : Themeplate stop working from the mobile devicesHi quielsimoes,
Okay good luck :DPlease check this topic out;
http://www.pixelwars.org/forums/topic/form-elements/
ThanksHi,
It is working its supposed to be. You can edit the visual side easily. If you aren’t please download a fresh copy.
Go to apperarance < Widgets and put the content into the sidebar.
ThanksHi,
Could you try to explain your issue with another words. Because i didn’t see any problem for now on your url?You are welcome.
Hi,
Of course first code will effect your desktop as well. Avoid from it, you have to add the custom css code for desktop as well.
ThanksHi,
Please install Regenerate Thumbnails plugin and run once, and your images should be optimized then.
ThanksHi,
Go to: Settings > Reading. Select “Home” page as a front page, and select “blog” page as a posts page.
Go to: Appearance > Widgets. Use Empathy widgets to show pages in you front page, see widgets section
Could you provide me your url please ?
ThanksOkay, good luck :)
Hi,
Please go to Appearance > Theme Options > Copyright Text > Add Copyright ©
ThanksPlease try this custom css code;
.pswp__caption__center { text-transform: none; }Thanks
Hi jimtron,
Actually, it is working with quote post format, i tested it in our demo website again. There can be lots of reason. Maybe your plugins is affecting your format. You can deactivated all your plugin and download and copy a fresh copy.
Thanks.Hi, i think the problem is about your images. Please remove metadata from the images. Check this link;
http://webmasters.stackexchange.com/questions/16684/ipad-and-iphone-browser-rotating-images-on-site
ThanksHi,
I am sorry, too much customisation is effecting your website. It is hard to control it. If you are not familiar to coding you may consider hiring an expert at envato studio.Hi,
You can insrease or decrease the font size with those custom css codes,h1 { font-size: 2.20em; } h2 { font-size: 1.50em; } h3 { font-size: 1.20em; } h4 { font-size: 1.00em; } h5 { font-size: 1.00em; } h6 { font-size: 0.90em; }This custom css code fore font weight, default was bold,
h1, h2, h3, h4, h5, h6 { font-weight: normal; }Thanks
serkan
Moderator2 September 2015 at 20:57Posted in : inline image rendering issue on Microsoft EdgeHi,
It looks like you added lightbox shortcodes inside 1/12 column shortcodes. Just removed the column shortcodes, it should be fine.
ThanksHi alepucciprato;
Please ask your new question with a new topic.
This custom css code for your contact form page font size; ( you can increase or decrease the it ).page-id-1038 .content-area p { font-size: 16px; }Thanks
Here are all forms elements cross browser styled. <form class="validate-form" action="#" method="post"> <label for="your-name">Your Name *</label><input id="your-name" class="required" name="your-name" type="text"> <label for="your-email">Your Email *</label><input id="your-email" class="required email" name="your-email" type="text"> <label for="subject">Subject</label><input id="subject" name="subject" type="text"> <label for="budget">Budget</label><select name="budget"><option value="1000$">1000$</option> <option value="2000$">2000$</option> <option value="3000$">3000$</option> <option value="5000$+">5000$+</option></select> <label for="attach-file">Attach a file</label><input id="attach-file" name="attach-file" type="file"> <label for="your-message">Your Message</label><textarea id="your-message" name="your-message"></textarea> <label>Tech</label><label class="inline-label"><input name="gender[]" type="checkbox" value="male">HTML5</label><label class="inline-label"><input name="gender[]" type="checkbox" value="female">jQuery</label><label class="inline-label"><input name="gender[]" type="checkbox" value="female">Wordpress</label> <label>Gender</label><label class="inline-label"><input class="required" name="radio" type="radio" value="radio-1">Male</label><label class="inline-label"><input class="required" name="radio" type="radio" value="radio-2">Female</label> <input type="submit" value="Send it"> </form>
Hi,
You can use this custom css code ;
.home-wrap .ri-grid:after { opacity: 0.4; }Thanks
Hi,
I just checked your url again and haven’t seen any problem with portfolio.
Which browser you are using for testing it?Hi ,
If you use li ul, li ol { margin-bottom: 0; } it will work for all pages but maybe small area in some pages might have problem with that custom css code. You need to check all your content. If it is problem we can find another solution.Hi, could you deactivated all your plugin and try it again.
Hi,
I tested it with chrome Version 44.0.2403.157 (64-bit) on OS X Yosemite. What is your chrome version ?It is working with chrome browser.You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi,
I mean Quote post format. You can read it in the documentation. If excerpt does work with the quote shortcode, please keep quote format. Good luck =)
Regards