Forum Replies Created
list of topics you have created till now.
-
-
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&"]
Did you try Jetpack plugin?
Hi, you can change fonts from theme customizer.
– go to: Appearance > Customize.
Thanks
Try like this:
[project_action]Text text[/project_action]
Hi, what is your theme version?
Can you provide your URL?
I see the issue, I will fix it with an update soon. Thanks for the feedback.
I see the issue, I will fix it with an update soon. Thanks for the feedback.
Hi,
Can you provide a screenshot?
SHORTCODES: Project Action, Call To Action.
– Project Action:
[project_action] [button text="Preview" url="http://www.example.com"] [button text="Download" url="http://www.example.com"] [/project_action]
– Call To Action:
[call_to_action] [row] [column width="8"] cvCard WP is a clean and beautiful WordPress theme! (Heading 3) What are you waiting for? Buy now and begin to blogging. (Paragraph) [/column] [column width="4"] [cta_button_wrap] [button text="BUY NOW" size="big" icon="icon-cart" url="http://www.example.com"] [/cta_button_wrap] [/column] [/row] [/call_to_action]
Hi, they are:
– style.css
– functions.php
– send-mail.php
– css/wp-fix.css
Thanks
Hi, I will have that in mind for a next update. Thanks.
You are welcome.
You are welcome.
You are welcome.
You are welcome.
Hi, this theme size is 10MB. Some hosts set their server to upload max 8MB. So, you need to upload the theme via FTP. But, you can increase the limit from server configuration by yourself or contact server people.
(Sorry for my delay, I didn’t see this topic.)
This is not possible by default, needs more further customization, you may consider working with a professional.
Yes, I meant via wp admin.
The maintain the folder structure is a way to make backup the previous version of the theme. Because, some users make directly editing the theme files instead of using a child theme.
But also you are right for an FTP procedure.
In two words: Open FileZilla, upload all theme files with override method, then you will have the new version with your menu, widgets and customizer options over there.