Forum Replies Created
list of topics you have created till now.
-
-
Your menu has 5 items but there are 3 page in the content. Please check your custom menu and widgets.
Blog widget shows posts in masonry format by default.
Hi, just create a page and assign it as a posts page from Settings > Reading.
Thanks
Ok. Good luck.
Hi, just select “Light Text” option from theme options > style > base skin.
Thanks
You are welcome.
Maybe there is an unclosed tag in your site, please check at here:
Hi, do you have the latest version of the theme?
Hi, where is the URL?
Hi, you can use the “Header Social Icons” widget location to add it to your header.
Thanks
You are welcome.
Hi, make your menu items and content sections in the same order.
Thanks
The limit is for 10 images. It is not possible to increase by default.
Can let me know your experience?
Hi, please check out Multiple Portfolios section in the theme documentation.
Thanks
Hi, please unzip the package, you will see the theme under Theme folder.
Thanks
Hi, just don’t use portfolio widget.
Thanks
They have different structure. So need further customization.
You can go back to Post name option.
Thanks @Tim
You can find it in the page_inner-front_cover.php file
You can use this to create a link in the Text widget:
<a href="link-url-here">Link Text</a>
You can use this to show an image in the Text widget:
<img src="image-url-here">
– image with link:
<a href="link-url-here"><img src="image-url-here"></a>
Hi, if there isn’t any problem, you are ok to update.
All of them “Custom Pages” widget, please use “Portfolio Page” widget.
Hi, you can use localization method to change the text. Please check out Localization section in the theme documentation.
Thanks
No special reason. I don’t have enough free time for it in these days.
Thanks @Phobbsiii
Ok. Good luck.
Hi, you can add more images to your content editor.
Can you provide your URL?
Please update to the new version and use this:
body:before { background-size: cover; }Hi, you need to select a page for your portfolio title from theme options > pages > portfolio.
Thanks
Edited:
<script> jQuery(document).ready(function($) { $( '#comments a' ).attr( 'rel', 'nofollow' ); }); </script>Hi, use this in your theme options > style > external js box:
jQuery(document).ready(function($) { $( '#comments a' ).attr( 'rel', 'nofollow' ); });Thanks
Hi, go to Appearance > Theme options > Animation > Always Show Scrollbar.
Thanks
Hi, how do you add advertisement to your site?
Set your permalink settings to default and try again.
Hi,
– You need to create a custom menu. (Appearance > Menus).
– Point your custom menu for the theme location.
Thanks
Hi,
Your menu items are duplicated. Please check your custom menu.
– Use this in your theme options > custom css:
ul.personal-info .value { font-style: normal; }Make sure you are using portfolio widget.
You are welcome.
I see the profile image. If you mean the portfolio page, set featured images for your portfolio items.
Hi, the theme documentation is in the package. You can download it from ThemeForest.
Thanks
Hi, please use blog widget.
Thanks
Use this in your theme options > custom css field:
body:after { background-size: cover; }Hi, download the latest package (All Files) from ThemeForest. There is instructions file in the package under Theme folder.
Thanks
New version is available on ThemeForest.
Can you provide your URL?
You are welcome.
Hi,
– Create a new portfolio item by navigating WP admin > Portfolio > Add New.
– Set a featured image.
– Select Type from the Details box.
Portfoio Item Types:
– Standard
– Lightbox Featured Image
– Lightbox Gallery
– Lightbox Video
– Lightbox Audio
– Direct URLStandard: Single viewing.
Lightbox Gallery: Use [pf_lightbox_image].
Lightbox Video: Use [pf_lightbox_video].
Lightbox Audio: Use [pf_lightbox_audio].
[pf_lightbox_image]
[pf_lightbox_image first_image="" title="" url=""] first_image="" ... yes or do not use. url="" ... Upload your image to the Media Library, copy image File URL ( not browser address bar ) and use in this parameter. Example: [pf_lightbox_image first_image="yes" title="Image 1 Title" url="image-1-url"] [pf_lightbox_image title="Image 2 Title" url="image-2-url"] [pf_lightbox_image title="Image 3 Title" url="image-3-url"]
[pf_lightbox_video]
[pf_lightbox_video title="" url=""] url="" ... video embed url, not watch url (Vimeo, YouTube etc.) Example: [pf_lightbox_video title="Paper by FiftyThree" url="http://player.vimeo.com/video/37254322?badge=0&color=ffffff"]
[pf_lightbox_audio]
[pf_lightbox_audio title="" url=""] url="" ... SoundCloud embed url. Example: [pf_lightbox_audio title="Soundcloud embed" url="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F207988&"]