Forum Replies Created
list of topics you have created till now.
-
-
Paste to Theme Options > Style > Custom CSS:
.portfolio-items .hentry { width: 39%; }Sorry, there was no available image in the url.
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.
You can try the Meta Slider plugin.
Try this:
@media screen and (max-width: 978px) { #resume, #portfolio, #contact { margin-top: 71px; } } @media screen and (min-height: 800px) and (max-width: 960px) { #resume, #portfolio, #contact { margin-top: 71px; } } @media screen and (max-width: 479px) { #resume, #portfolio, #contact { margin-top: 71px; } }Where do you want to move it?
Paste to Theme Settings > Style > Custom CSS:
.template-name-homepage-with-slider .latest-portfolio .portfolio-part { display: none; } .template-name-homepage-with-slider .latest-posts-wrap .blog-part { display: none; }Please update to the latest version.
Don’t use “Set featured image” section. Add your image to the content editor with external linking.
Deactivate your plugins and try again.
Do you mean to make the 4 clients move to center?
Paste to Theme Options > Style > Custom CSS:
ul#filters>li.current { display: none; }Select 1x.
Not tested. Sorry.
Re-select your existing menu.
That widget is for the homepage as in the demo.
You can do it with a line of HTML code in the Text widget.
Weird. What did you do?
Add images to your Gallery from Images box.
You can use the Archive 2 template.
Theme first.
Just install.
Mehmet S.
Keymaster12 July 2013 at 18:51Posted in : Thumbnails When Sharing Links on Social NetworksPaste to Theme Options > Style > Custom CSS:
.single-post .featured-image { display: none; }– New version is available.
Paste to Theme Settings > Style > Custom CSS:
.sidebar .widget { margin-top: 0px; } .page-header { margin-bottom: 0px !important; }There are some portfolio items without featured images.
– Upload your sound file to the Media Library, copy the image File URL ( not the browser address bar ) and use it in the src parameter of the following code.
<audio id="bgsound" autoplay="autoplay" loop="loop"> <source type="audio/mpeg" src="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/07/horse.mp3"> </audio>
– Go to your front cover page,
– Switch the Text tab of the content editor,
– Paste the above codes to the bottom of the page.
Loop (repeat)
Can you provide the URL of that plugin?
– Go to Appearance > Editor > header.php,
– Find the parameter:
data-safeMod="false"– Set it to true:
data-safeMod="true"Do you want it to have with autoplay feature?
Do you mean a background sound?
Directly update to the latest version.
Please update to the latest version.
I don’t know that plugin. But the theme has a built-in captcha functionality for the contact form since v2.5.
[contact_form captcha="yes" to="johnny@doe.com"]
In the
data-safeMod="false"mode, the theme behaviors folded layout is available for desktops and mobile layout is for mobile devices.I’m currently improving the contact form. I will try to complete it in a week.
I will try to fix this issue. Thanks for the feedback.
Can you provide a screenshot?
Added that feature to the new version which will be available tomorrow.
I checked the link above for the Google map. There are some limitations for that map. I think it adjusts from the Google map site when defining a custom map. Please try yourself and if you find the solution let me know, I will implement it to theme. Thanks.
Select your blog page from Reading Settings.
– WP Admin > Settings > Reading > Front page displays > A static page > Posts page.
Added. New version will be available tomorrow. Thanks for the notice.
You had bought a HTML template. So you know coding. Don’t you do to implement the files which your host provide in the link.
Sorry, I’m not exactly sure what you’re asking? Can you provide a screenshot.
Select Blog Layout 1.
– Theme Settings > Blog > Blog Layout.
Paste to Theme Settings > Style > Custom CSS:
.hero-unit .btn { display: none; }Mehmet S.
Keymaster11 July 2013 at 10:43Posted in : problem with lightbox gallery on mobile devices– Use inline slider shortcode.
– Use media box shortcode.
You must re-select and save again your created custom menu after each theme updating. There is no issue, just select and save. Appearance > Menus > Theme Locations.