Forum Replies Created
list of topics you have created till now.
-
-
Can you provide your url?
Mehmet S.
Keymaster22 February 2014 at 02:22Posted in : Remove Site Title and tagline From All PostsHi, try this custom css:
.site-description { display: none; }Hi, you can build the site as demo easily. Create new pages as described in the theme documentation. Also, please check out the support forum.
Thanks
Hi, you can use the Custom Menu widget to add a navigation menu to your blog page’s sidebar.
See in the images:



Ok. Good luck.
You are welcome.
Ok. Good luck.
You are welcome.
New version is available on ThemeForest.
Thanks @aoxfordca.
Hi, please check out the Twitter Widget section in the theme documentation and Front Cover Page under Pages section.
Thanks
Can you provide a screenshot?
You are welcome.
Hi,
– standard posts have four meta info (category, date, author, comments)
– other post formats (date, comments)
Use this option to show all meta info in all posts.
Thanks
Hi, select default template for your homepage.
Thanks
There is no a built-in Instagram widget.
Hi, it is the last 30 posts for standard format. You need to edit the
page-archive-2.phpfile to show all formats.– Go to Appearance > Editor > page-archive-2.php
– Find:
if ( $format == false )
– Edit:
if ( ( $format == false ) || ( $format == true ) )
– Use this in your theme options > custom css box to hide a format:
.archives-by-format ul li:nth-child(1) { display: none; }Note: Change the number (1) to hide anyone.
Hi, check out the section Blog > Blog Types > Blog Page Template.
Thanks
Ok. Good luck.
Ok. Good luck.
Add your images from the “Images” box.
Hi, you can use the wp content editor. It has an insert edit button.
Thanks
Please update to the latest version. You can download it from ThemeForest.
Ok. Good luck.
– Select default option from permalink settings.
– Check your gallery link.
– Mostly it will be worked.
– Select post name option again.
You are welcome.
Mehmet S.
Keymaster12 February 2014 at 22:26Posted in : Remove Site Title and tagline From All PostsYou are welcome.
You can find the header.php file in the wp inside editor:
– navigate to Appearance > Editor > header.php
You are welcome.
You are welcome.
You are welcome.
Can you provide a screenshot?
Are you using any SEO plugin?
Please check your “description” field.
New version is available on ThemeForest.
You need to select “Yes” from the option “Theme Options > Blog > All Post Formats on Archive 2 (Last 30 posts)” after updating.
Hi, navigate to Theme Settings > Social Media > Instagram.
Thanks
Sorry, I’m not exactly sure what you’re asking?
Try this custom css:
.entry-content a { color: #333; font-weight: bold; }Hi, this is Bloggy WP forum.
– Update your theme to the latest version, then you will see the excerpt option.
You can download the latest version from ThemeForest.
Thanks
Encode your code before posting here. You can use this site:
Can you provide a screenshot?
Hi, you can find the functions.php file in your wp inside editor:
– Appearance > Editor > functions.php
Add your code to the end of the file before the last line
?>I will assign this thread to developer, he will respond to you shortly.
Thanks
Hi, 1200px width is good.
Thanks
Mehmet S.
Keymaster12 February 2014 at 06:45Posted in : Remove Site Title and tagline From All PostsHi,
– paste to style > custom css:
body.single hgroup { display: none; }Hi,
– Select image logo type from theme options.
for background image:
– Add this to your style > custom css box:
body { background-image: url( "image-url-here" ); }Note: Upload your image to your media library.
Do you have any code in your custom css box?
Can you prepare with the demo site: