Forum Replies Created
list of topics you have created till now.
-
-
sorry for the delay, I was in a busy period :/
it is a custom css code, please see this post;
http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
Hi, the map and contact form height issue seems to be related to Jetpack plugin class conflict. You can try this custom css to fix it;
html .contact-form textarea { height: 100px; width: 100%; }Hi, update your code as;
a.social-link.tumblr { text-indent: -999em;background-image: url("https://cdn0.iconfinder.com/data/icons/picons-social/57/76-producthunt-2-64.png") !important;background-repeat: no-repeat;background-position: center center;background-size: 22px 22px !important;}ahmetsali
Keymaster21 August 2017 at 22:00Posted in : Ultra long scroll bar in firefox on home pageHi all, FYI this is already fixed with the current release. Thanks.
Hi, sorry we don’t plan to add Visual Composer support right now, thanks.
Hi again Sherry,
as I suspected Autoptimize plugin causes the issue, your site looks fine once I deactivated that plugin.
Hi again Sherry,
can you send the wp login information to your sandbox site to let us check whats wrong, you can use our contact page to send it;
Hi, this looks like an issue related to your minify/caching plugin, can you deactivate your minify plugin and let us know to check it again.
you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, sorry as this template is designed to be a single page landing page, there isn’t any available styles for top menu links. However you can insert your links just before the title like this;
<!-- CONTENT --> <div class="content"> <p> <a class="link-1 light" href="https://twitter.com/pixelwarsdesign" target="_blank">About Me</a> <a class="link-1 light" href="https://www.instagram.com/pixelwarsdesign/" target="_blank">Contact</a> </p> <!-- TITLE --> <h1> Hi, I am Adam </h1> <!-- TITLE --> </div> <!-- CONTENT -->Hi Dee,
It’s “Isabella” font.
https://creativemarket.com/Seniors/108778-Isabella-Script-%2860-Off%29
Hi, this can be done by using an image slider plugin like these;
https://wordpress.org/plugins/ml-slider/
https://wordpress.org/plugins/search/image+slider/
you can then add the image gallery widget (provided by the plugin) to your Page Featured Area.
Thanks.
Hi again Steve,
I have seen the videos you sent via e-mail and tested it myself on Mac, parallax is smooth on Chrome but not so good on safari, I am adding this to the update list, I will see what can be done to improve parallax performance on Safari browser and will release another I update when I come up with a solution.
Thanks for the feedback.
Hi snarkie,
first of all thanks for your feedback about the theme, really appreciate it, we would also be more than grateful if you leave a rating on themeforest ;) About your suggestions;
1-) That sounds reasonable, I am adding this to the update list.
2-) added to the update list, too.
3-) see #2 :)
Thanks.
Hi, I have just tested parallax on the slider and single posts both on win/mac with the latest chrome it runs pretty smooth for me. What’s your test platform.
Btw, you can try disabling SmoothScroll by navigating to Customizer > General > Layout > SmoothScroll.
Thanks.
Hi, by using this custom css code you can reset the letter spacing to font default;
.home-section h2 { letter-spacing: 0; }If this still doesn’t look good, it should be because of the font itself.
Hi, I just checked your page and your images on mobile looks centered not aligned to the left. Just let us know if you need any further help about this.
Hi,
can you update your theme to v1.7 and see if the issue has gone?
Hi , you can try this custom css code;
.widget-area iframe { max-height: none; }well there won’t be any extra option for mobile or tablet, but I have optimized/re-adjusted titles on phones and tablets so they should look fine by default, and when you change the heading font size via Customizer it won’t effect the headings on tablet anymore ;)
Hi, I have just fixed this and it will be available with the next update which will be out in this week. Thanks for the feedback.
Hi,
1-) are you sure you have changed the style attribute in
main.jsand uploaded it to your server. Because when I check your source code I see the exact same style code we have on our demo site for the map, not changed at all.2-) We have used Isotope plugin for portfolio layout. Here are some docs for applying RTL layout to isotope;
http://isotope.metafizzy.co/v1/docs/help.html#righttoleft_layouts
Hi,
Google map api requires api key for new domains to show the map, otherwise throws js errors, which might be breaking the js codes of the theme. In this case you need to add your google map api key at the end of google map api script url;
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_HERE"></script>
Get your api key here;
https://developers.google.com/maps/documentation/javascript/get-api-key
ok, I see, it is not possible by default but there are some plugins which makes it possible;
https://wordpress.org/plugins/visual-term-description-editor/
Hi, can you explain it a bit more?
Hi, with the new update : v1.6 you can have your sidebar on the left.
Hi again, “Post Style” option is available with the new update v1.6.
Hi, I see the issue, I will try to realize what causes this and release an update when I found the solution. Till then you can disable sticky sidebar from “Customizer > Sidebar > Sticky Sidebar = No”
Thanks for the feedback.
ahmetsali
Keymaster7 February 2017 at 13:51Posted in : Portfolio Items does not work with secure HTTPHi, it looks like https is only enabled for your homepage but not for sub pages, can you make sure https is configured to work on your all urls.
Hi, this seems like a server related issue, can you contact your server people and ask about this issue by saying;
“I have a contact form on my website, which posts form content to other php page with ajax, despite of this function works on other servers, on my site it throws 500 Internal Server Error message;
POST http://albertstumm.com/wp-content/themes/empathy/send-mail.php 500 (Internal Server Error)”
ahmetsali
Keymaster1 February 2017 at 12:03Posted in : Featured images doesn't show up in RSS feedsHi,
by default, WordPress won’t automatically pull your post’s Featured Image into the RSS feed. This can result in images not appearing on your Bloglovin’ or other RSS-based accounts.
To make your RSS feed include your images, we recommend installing & activating the plugin called Featured Image in RSS w/ Size and Position.
https://wordpress.org/plugins/featured-images-for-rss-feeds/
Please note: it can take some platforms (like Bloglovin’) up to 24 hours to re-crawl & scrape your site again for updated data.
Hi, it seems like this happens when “load-one-by-one” class is added to gallery wrapper, I will try to realize what causes this issue and release an update with the fix when I found the solution, till then just remove
load-one-by-onefrom your gallery wrappers and it should load fine;<div class="mfp-gallery pw-collage pw-collage-loading load-one-by-one"
you can try this one;
.featured-image:hover > a:first-of-type:before { opacity: 0; } .related-posts .post-thumbnail:hover .post-wrap:before { opacity: .5; }you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks.
yes, you can try this custom css code;
.related-posts .entry-title a { display: inline; padding: 2px 14px; line-height: 1.6; color: #222; background: #fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; } .related-posts .entry-title a:hover { color: #222; }Hi, sorry currently this is not possible, but that’s a nice idea, I will keep this in mind for a future update, thanks for the feedback.
Hi, I just tested your site on latest chrome and the scrolling is just fine, if you are still having problems you can try deactivating “Customizer > General > Layout > Smooth Scroll” .
Hi, I am glad you liked the theme, you can try these plugins to add custom content to the end of the posts;
https://wordpress.org/plugins/simple-custom-content/
https://pagely.com/blog/2015/03/automatically-insert-content-wordpress-post-page/
next update or just after that, but should be out in 2 weeks max ;)
Hi, we are working on this feature now plus we will add new featured image styles for single posts, you will be able to choose featured image style on post basis. Thanks for the feedback.
Hi, they are the shortcodes, they have been used in static pages which are not likely to be updated frequently, you can add them using the Shortcode Generator, please check out Documentation > Shortcodes for more details.
Thanks.
you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks.
Happy new year :)
Hi, can you deactivate all of your plugin and check again?
Hi again,
1-) Go to Appearance > Editor and select “Theme Header (header.php)” on the right side of the screen, then search for (ctrl + F) this code;
echo esc_html($site_title);
and change it to this one;
echo 'Your Name';
then hit save.
Hi, this doesn’t look like a theme related issue but seems related to your adsense configuration. Please check out these links for detailed instructions for placing adsense to your blog;
http://www.wpbeginner.com/beginners-guide/how-to-add-google-adsense-to-your-wordpress-site/
https://support.google.com/adsense/answer/3380626?hl=en&ref_topic=3380274
I can’t tell you which ones are broken because image urls are missing, try running that plugin and let’s see if it is resolved.
Hi, I just checked your site. It seems like you have 2 broken image on your photowall and those break the loading of the photowall. This might occur because of you may have deleted those images from your media library yet they still exist in your portfolio galleries. Please re-check your galleries.
Alternatively you can try running this plugin and regenerate all your images for once;
https://wordpress.org/plugins/regenerate-thumbnails/
if none of them works, remove photowall shortcode from your homepage and create another gallery instead with at least 50 images.
Hi, sorry but this is not possible by default.
you’re welcome ;) please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi Anthony,
that’s a cool blog you are building ;) I see your point, you can try this custom css code to fix it;
@media screen and (max-width:991px) { .slider-box.w-75 ~ .link-box:nth-child(n+4) { width: 33%; } .slider-box.w-75 ~ .link-box:nth-child(5) { clear: left; } } @media screen and (min-width:992px) and (max-width: 1399px) { .slider-box.w-75 ~ .link-box:nth-child(n+5) { width: 33%; } .ratio-ultra-wide .post-slider .post-wrap { padding-top: 44.75%; } }Cheers.