Hello,
In almost situations in menu the space are limited, probably only on desktop is fine, but if you change to ipad landscape or portrait the space is limited with the menu items, and the menu will go on 2 lines.
Thanks!
Hi,
Works with Disqus, have option to synchronize with the comment.
Thanks for the message!
Hi,
Please try this CSS
.single .gallery img {
width: 500px !important;
height: auto;
}
.gallery-number {
position: absolute;
left: 0;
top: 0;
background: #ff6a62;
padding: 0 10px;
}
.gallery-item {
margin-top: 0 !important;
margin-bottom: 22px !important;
}
@media (max-width: 767px) {
.gallery-item {
width: auto !important;
float: none !important;
margin: 0px !important;
}
.gallery-columns-1 .gallery-item {
text-align: left !important;
}
}
Hi,
Make like here: http://screencast.com/t/hLmPqVCp
Thanks!
Hi,
In theme folder/images/sprite/
Thanks!
Salut,
Acel shortcode poti sa il pui unde vrei tu, daca il pui direct in code il folosesti asa
<?php echo do_shortcode( '[vc_button title="New topic" target="_self" color="default" size="size_large2" href="#new-post"]' ) ?>
sau merge si cu simplu link adica <a href="#new-post">New topic</a>
Pune acest cod oriunde vrei in tema, in meniu, sub meniu.
Hi,
@dillermand16 is possible with a plugin + custom code, i will give you the right solution step by step.
1. Install this plugin Advanced Custom Fields
2. Create a custom field like here: http://screencast.com/t/DvpIBngoAa
3. Add this code like here: http://screencast.com/t/UQ90sN6CbIj
code:
if( get_field('my-event-date') ) {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_field('my-event-date') . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_field('my-event-date') . '"/>';
} else {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
}
4. Edit a post and you will have the date filed here: http://screencast.com/t/LRLiZkvujV
5. Done: http://screencast.com/t/LRLiZkvujV
Hope you manage it, if not please reply back.
Thanks!
Hi,
You use the parameters incorrect from the shortcode button.
title – is the button text
target – here is the open type like _blank – for new window http://www.w3schools.com/tags/att_a_target.asp
color – is the button color
href – is the link like http://www.google.com
try this:
[vc_button title="Visit official website" target="_blank" color="default" size="size_large" href="https://google.com"]
Thanks!
Hi,
Here is that function defined http://screencast.com/t/1s6hQ4fD
Thanks!
Hi,
Please don’t use that button http://screencast.com/t/tyKESrh7E we have missed to remove it. Go to Theme panel to create a new sidebar and then choose them from page, posts from the list http://screencast.com/t/wnOXUMokyG
Thanks!
Hi,
I have 2.1.1 and for me works fine, no error. That error is not from the theme file, is from WordPress.
Can you show me a link to see the issue?
Thanks!
Hi,
I’ve tested on Iphone 5 and galaxy s4 and work pretty fine with swipe enabled.
Give me your site URL to test it myself.
Thanks!
Hi,
This work, just go to Theme panel -> categories and upload the backgrounds
Now post from category will have the background of the category.
Thanks for the message!
Hi,
Yes, you can insert a flash there, go to Theme panel -> Ads and put your flash code there, or i think you can use Adrotator plugin and make that without flash.
Thanks!
Hi,
Go to Appearance -> Widgets, locate your bbPress sidebar that you use, and drag a text widget, and use shortcode provided http://screencast.com/t/RqwLxIH5
You can use the shortcode for new topic and for replyes to.
Thanks!
Hi,
Errors in console still there http://screencast.com/t/ik0YARp4
please disable all plugins, or one by one and see if works.
Something cause this issue.
Thanks!
Hi,
I don’t know why on your screenshot on mobile the logo is not there like in our demo. AS you can see on our demo everything works fine.
Please give me your site URL to inspect the issue. Something went wrong there.
Thanks!
Hi,
Yes works now,
Please go to Theme panel -> Custom CSS and add this
@media (max-width: 767px) {
.gallery-item {
width: auto !important;
}
}
Also you can change from Theme panel -> Theme Colors you can change the FOOTER TEXT COLOR, chose a white color.
Thanks!
I’ve checked a site founded one of yours http://greece.greekreporter.com and i see that you have old sprite files, please upload the new sprite files from 3.1
This:
/images/sprite/elements.png
/images/sprite/elements@2x.png
Thanks!
Hi,
You can use this shortcode, is a button with this link #new-post
Work with reply and topic to.
[vc_button title="New topic" target="_self" color="default" size="size_large2" href="#new-post"]
Thanks
Hi,
We will add a megamenu style in the next version.
Thanks!
Hi,
Please can you try with swipe menu disabled. http://screencast.com/t/rgLHKvRul
Also can you give us your site url to test it.
Thanks!
Hi,
We will fix this to work with 0,
Thanks for reporting this.
Hi,
Add this code 'autoplay' => '2', like here: http://screencast.com/t/E2IVnscA7Q
Thanks!
Hi,
Sorry, I’ve missed a selector, try this css
.post .entry-comments-views {
bottom: auto !important;
}
.post .thumb-wrap {
clear: both;
}
Thanks!