Forum Replies Created
list of topics you have created till now.
-
-
Mehmet S.
Keymaster19 June 2013 at 22:02Posted in : Thumbnails When Sharing Links on Social NetworksYou can try the WP Social SEO Booster plugin during the improving period.
Paste to Theme Options > Style > Custom CSS:
.letter-info h4 { font-family: "Arvo", Georgia, serif; }– There is an instruction to change the stamp picture in the documentation.
Paste to Theme Options > Style > Custom CSS:
.site-header hgroup { padding-top: 0px; padding-bottom: 0px; }3 – Every post/page has a “Quick Edit” link when you hover in the editing list. Click it to open “QUICK EDIT” menu then uncheck the “Allow Comments” option.
It loaded fast on my pc. I have 8 Mbps interned connection (ADSL).
To improved speed:
– Add less images to post lider, 2-3 times to slider and the others to post content,
– Decrease image size and dimention.
What is your IOS version?
Mehmet S.
Keymaster18 June 2013 at 04:22Posted in : Thumbnails When Sharing Links on Social NetworksI’m improving the sharing functionality for the themes.
All theme modification should be done by using child themes not editing the theme files directly.
– Add the following line to your html files:
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic,cyrillic-ext">
– Use the font name in your main.css file:
font-family: "Roboto Slab", serif;
Maybe a plugin related issue. Please deactivate all installed plugins.
Disappear the pencil icon;
– Paste to Theme Options > Style > Custom CSS:
.format-aside:before { content: ""; }Paste to Theme Options > Style > Custom CSS:
.blog-single .featured-image { display: none; }It is normal on my side.
Sorry, I don’t know.
Special url creation is required for this theme. It is related 3D layout functionality.
You have a portfolio item which named “Projects” and it has no featured image. Please check your portfolio item list.
– Go to Admin > Portfolio > All.
It is the user guide of the theme. Please download Main Files from ThemeForest.net then unzip the package.
Twitter updated its API to v1.1. Twitter API v1.0 is retired and no longer functional.
– You can use Embedded Timeline widget ( recommended by Twitter https://twitter.com/settings/widgets ).
Twitter updated its API to v1.1. Twitter API v1.0 is retired and no longer functional.
– You can use Embedded Timeline widget ( recommended by Twitter https://twitter.com/settings/widgets ).
Use these css:
.comment-content p { font-size: 1.1em; } .children .comment-content p { font-size: 1.2em; } .children .children .comment-content p { font-size: 1.4em; }
@Azuriel: Please read the Blog section in the theme’s documentation.Please read the theme’s documentation.
Hey,
1- I will fix that and release an update in a week. Thanks for the feedback.
2- Weird.
3- I will think about it.
Lightbox video with button:
– Switch the Text tab of the content editor and use the following html code:
<div class="launch"><a class="btn lightbox iframe" data-lightbox-gallery="fancybox-item-00" href="put-your-video-url-here">Download Resume</a></div>
– Example:
<div class="launch"><a class="btn lightbox iframe" data-lightbox-gallery="fancybox-item-00" href="http://player.vimeo.com/video/37254322?badge=0&color=ffffff">Download Resume</a></div>
I have just added that font and the new version will available tomorrow.
Try this:
style="padding-top: 0;"Thanks for the feedback.
Twitter updated its API to v1.1. Twitter API v1.0 is retired and no longer functional. I’m now working on this.
You can use the following css code to hide the white block: (paste it to the end of main.css file)
.cover .widget-twitter { display: none; }I don’t understand.
What is the original size?
I see your concern about seo, but this theme is a one page design. All pages are in the front page.
Paste to Theme Options > Style > Custom CSS:
h1.site-title a { border-bottom: 0px; } .site-header hgroup { padding-bottom: 0px; }Featured image? You mean hiding it in the post detail page?
Please use localization method.
– Go to Documentation > Localization.
Paste to Theme Options > Style > Custom CSS.
– Title font-size: (change 62px)
.cover h1 { font-size: 62px !important; color: black; text-shadow: none; }– Slogan font-size: (change 16px)
.cover h2 { font-size: 16px !important; color: black; text-shadow: none; }Try this:
style="margin-top: 0;"Paste Theme Options > Style > Custom CSS:
.comment-content p { font-size: 1.1em; }Because your front cover image, back cover image and stamp images are too big.
The images in the demo site:
– Front Cover Image: (770×1090)px
– Back Cover Image: (842×1191)px
I have added an option for that.
– Go to Theme Options > Pages > Portfolio Page Title.
Please select the “Post name” option from Permalink Settings.
Paste Theme Options > Style > Custom CSS:
#home .cover { background-size: contain; }I will think about it.
I will research that.
– Can you provide a screenshot from iPhone?
– Change the slug of your Portfolio department. “portfolio” word is a function keyword for the theme.

Paste to Theme Options > Style > Custom CSS:
body { font-style: italic; }To change its font-size:
Paste to Theme Options > Style > Custom CSS:
a.rm-button-open strong.ribbon-content { font-size: 25px !important; }Twitter updated its API to v1.1. Twitter API v1.0 is retired and no longer functional. I’m now working on this.
New version is available with that feature.
Please check your widget location.
Note: Sorry, I didn’t see this topic.
Paste to Theme Options > Style > Custom CSS:
.readable-content { margin-left: 0px; } #main .row { margin-left: 25px; } header.site-header .row { margin-left: 0px; } header.site-header hgroup { text-align: left; margin-left: 25px; } .main-navigation { text-align: left; }Note: Sorry, I didn’t see this topic.
Which heading?
I’m now improving blog/post functionality.
Sorry, I don’t know.