Forum Replies Created
list of topics you have created till now.
-
-
For example?
Did you do some changes with custom codes?
Re-install the theme.
It is weird. You can ask this to your hosting people.
Thanks for your patience.
Open send-mail.php file,
Find the line:
$headers = 'From: ' . $name . ' <' . $email . '> ' . "\r\n" . 'Reply-To: ' . $email;
Change it with:
$sender_domain = "administrator@my_awesome_domain.com"; $headers = "From: " . $sender_domain . "\r\n"; $headers .= "Reply-To: " . $email . "\r\n";
Change “my_awesome_domain.com” to your domain.
You can turn off the ajax from theme options page.
There was a post for that, please search.
Select Homepage template for a page to make it home alternate style.
There is no access to your site.
Please read the documentation.
Can you provide a screenshot?
You can try Meta Slider http://wordpress.org/plugins/ml-slider
Sorry, the skills were been programmed for the resume page.
Set the permalinks settings to default and try again.
Set latest projects widget for homepage.
Can you provide your url?
Finished. New version will be available tomorrow.
Can you provide your url?
Select your blog page from reading settings.
Please check the typekit documentation.
I tried, but there was no success.
You can edit the category.php file.
I mean the theme version.
Can you provide a screenshot with your sample?
Can you provide the plugin url?
You can remove this line:
<?php echo __( 'on', 'read' ); ?> <a href="<?php the_permalink(); ?>" title="<?php the_time(); ?>" rel="bookmark"><time class="entry-date" datetime="2012-11-09T23:15:57+00:00"><?php echo get_the_date(); ?></time></a>
Update to the latest version.
I see some paragraph on backhand side. Go to your contact page editing screen. Switch to Text tab of the content editor and remove them.
From demo site:
[call_to_action] [column width="8"] Read is a wordpress theme focused on readibility! (Heading 3) What are you waiting for? Buy now and begin to blogging. (Paragraph) [/column] [column width="4"] [cta_button_wrap] [button color="navy" size="big" type="d3" icon="buy" target="" url="#"]BUY NOW[/button] [/cta_button_wrap] [/column] [/call_to_action]
Please take a printscreen.
Check your content editor.
Mehmet S.
Keymaster21 July 2013 at 15:51Posted in : problem with lightbox gallery on mobile devices[inline_slider arrows="true"] [slide caption="" url="" src=""] [slide caption="" url="" src=""] [slide caption="" url="" src=""] [/inline_slider]
[media_box type="" hover_text="" alt="" title="" width="" align="" lightbox="" new_tab="" thumbnail="" src=""] type="" ... image, video, link align="" ... align-left, align-right lightbox="" ... yes new_tab="" ... yes
Sorry, I’m not exactly sure what you’re asking?
Do you have the latest version?
I don’t know.
You can use portfolio with Direct URL type.
It is working on my side.
You can edit your image with an image editor.
Delete and re-install the theme.
Did you see the documentation?
Not yet.
You can use Tag Cloud widget.
Update WordPress to the latest version.
Your site also is working on my side.
Please read the Portfolio section in the documentation.
I also have that version. Just tested the demo site of the impressivCard WP and it is working fine on my side.
Activate the theme.
What is your Chrome version?
Can you provide s screenshot?
.latest-posts-wrap .blog-post:nth-child(4n+1) { clear: none; }