Forum Replies Created
list of topics you have created till now.
-
-
Download main files from ThemeForest and unzip the package. You can find the theme under Theme folder.
Some host does not allow PHP mail() function. So we must use SMTP method instead. I will try to implement it. Thanks for the feedback
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
I will try to find what that is caused to this.
You can change it on homepage with localization.
– Go to Documentation > Localization.
Sorry, it is not.
Can you provide your URL?
I will improve the Twitter widget.
You can try the following plugins:
Sorry, I don’t know to make it dynamic functional. But you can edit the publishing date to last editing date every time manually in the editing screen.
Go to Documentation > Plugins.
Fixed. Please update to the latest version.
Mehmet S.
Keymaster10 July 2013 at 16:46Posted in : Thumbnails When Sharing Links on Social NetworksFixed. New version will be available tomorrow.
– Sorry, I’m not exactly sure what you’re asking about featured image?
Fixed. New version will be available tomorrow.
I will improve the Masonry layout.
Paste to Theme Options > Style > Custom CSS:
@import url( "http://fonts.googleapis.com/css?family=Lato:100" ); html { font-family: "Lato", sans-serif; font-weight: 100; }Please update to the latest version. (Now 2.0)
Fixed. Thanks for the feedback.
Checked your site. Your theme version is old (v1.5). It is not compatible with the latest version of WordPress. Please update.
Mehmet S.
Keymaster10 July 2013 at 01:46Posted in : Thumbnails When Sharing Links on Social NetworksMy demo site has the latest version, but there is no issue like in your site. Maybe it is a plugin related issue. Try to deactivate the plugins to see what’s wrong.
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
For example?
The Sharing menu under the settings is not a theme related page.
Just in the page area (WYSIWYG).
Can you provide a screenshot for the issue?
Fixed that issue. New version will be available tomorrow. Thanks for the feedback.
Found a solution for the Big slider to make it a bit narrow.
– Paste to Theme Settings > Style > Custom CSS:
.template-name-homepage-with-slider .flexslider { max-width: 80%; margin-left: auto; margin-right: auto; }Note: Change 80 value to 70 or 60 if you want.
It is good right now.
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
.site-footer > .row { border-top: none; }I can’t see any strangeness right now.
I can’t see your image in that site. Please upload your image to http://droplr.com
You have Read WP theme. This is Responsy WP forum. Please jump into right forum.
There is a weird problem in your site. Is there any HTML or other code in your content?
Install new version via WordPress admin. Your settings in your database.
Yes, you are right. Just tested on a Dreamhost server. I will try to fix this issue. Thanks for the feedback.
Just tested the latest version on my host and it is working fine. My host is HostGator.
Paste to Theme Options > Style > Custom CSS:
@media screen and (min-width: 1200px) { .portfolio-items .hentry img { -webkit-filter: grayscale(0%); } .portfolio-items .media-box:hover img { -webkit-filter: grayscale(50%); } }This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
Font size: Go to Documentation > Font Size Customizations.
Font type: Go to Documentation > Live Customizer.
Paste to Theme options > Style > Custom CSS:
body { color: grey; }Please update to the latest version.
Can you provide a screenshot?
Sorry, I’m not exactly sure what you’re asking.
Please update to the latest version.
The default point is what you want.
The latest version has many lightbox combination.
Paste to Theme Settings > Style > Custom CSS:
.media-box .mask .title { display: none; }