Forum Replies Created

Viewing 40 posts - 921 through 960 (of 1,856 total)
  • Author
  • in reply to: Visual Composer Elements Not Showing #75708
     Andrei
    Moderator

    I have give a closer look and you had some javascripts errors which were triggered by the JetPack plugin.
    I have deactivated it temporary until you can give a closer look into it’s settings and see if you can make it work.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Lightbox, prettyPhoto, MagnificPopup (?) #75693
     Andrei
    Moderator

    Hi,

    1. Yes, by default magnificPopup is available only for posts, here is a code snippet which should be added in your functions.php file:

    COPY CODE
    
    function kleo_before_main_content_portfolio(){
        if(is_singular('portfolio')){ echo '<div class="article-content">'; }
    }
    add_action('kleo_before_main_content', 'kleo_before_main_content_portfolio');
    
    function kleo_after_main_content_portfolio(){
        if(is_singular('portfolio')){ echo '</div>'; }
    }
    add_action('kleo_after_main_content', 'kleo_after_main_content_portfolio');
    

    2. Captions are available just in the post content not in the modal.

    3. In order to be able to open links in iframe you will have to do two steps:

    First add the following code in “Theme Options > General Settins > JavaScript code”:

    COPY CODE
    
    <script>jQuery(document).ready(function(){ jQuery('.openiniframe').magnificPopup({ type: 'iframe' }); });</script>
    

    Secondly, create a link with the “openiniframe” class, here is an example:

    COPY CODE
    
    <a href="https://maps.google.com/maps?q=1+Place+Giovanni+da+Verrazzano,+69009+Lyon,+France&hl=fr&iframe=true" class="openiniframe">Open Google map</a>
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: error upon building query #75621
     Andrei
    Moderator

    @karhas, your other issues that are not related to the layout switcher error I think that are generated because of your problems with the hosting server.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: 3.0.1 Fatal error: Allowed memory size #75618
     Andrei
    Moderator

    @karhas,

    If you want to run a full featured platform with woocommerce, buddypress, forums and other plugins beside this ones you will have to consider upgrading your hosting plan, I recommend you to consider at least a medium VPS plan.

    Also in your case, I don’t know exactly what are the differences between your staging and live server, there are servers optimized for running wordpress and there are others which are not, so this might influence the way wordpress consumes the resources of your hosting server.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WordPress Download Manager kills Buddypress menu #75577
     Andrei
    Moderator

    I’ll ask him to contact you as soon as possible.
    Please let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: error upon building query #75575
     Andrei
    Moderator

    @karhas, for your other problems I recommend you to open a new topic so we can have someone give a look into your issues one by one.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: error upon building query #75573
     Andrei
    Moderator

    Hi,

    Here is a quick fix for the errors caused by the kleo posts layout switcher, this fix will also be present in our next theme update, meanwhile you will have to replace the following file with the one attached below:
    “wp-content/themes/kleo/vc_templates/vc_posts_grid.php”

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: I am wondering can I use this image? #75412
     Andrei
    Moderator

    Where would you like to use it ? Also please note that this animation cannot be modified in order to be used in your own context.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Your code seems correct, please be sure your user has that level applied, and after give a look into the source of your page and see if the code is present.

    Another thing is that you should provide full url to to css and script files.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Please take a look at the plugins or custom code modifications that you might added, try to temporary disable them and see if you still have problems with your search.

    Also, to confirm that is not an issue from our theme, please temporary switch to the default wordpress theme and do a search there with the same terms, if you do so and find differences between search results please let me know and it will be my pleasure to give a closer look into your issue.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Footer across site #75382
     Andrei
    Moderator

    Widgets are available in your wp admin area under “Appearance > Widgets”.
    The last version of Kleo is 3.0.7, please be sure you have entered your envato api key ( http://themeforest.net/help/api ) under “Theme Options > Theme update” in order to receive theme updates.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Blog and Info about an Author #75367
     Andrei
    Moderator

    If you need an profile in your wordpress site there are plugins which helps you to achieve that, I just said that it’s not used to have a profile at that address because it’s just a blog author post archive page.
    For example for profiles in our theme we use the buddypress plugin.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Your search performs very well, you just searched a string which doesn’t have any results. Ex.: http://www.clubseznamka.cz/?s=matching

    Also, if there would have any issues with your search system, it wouldn’t be from our theme, because we don’t modify in any way the search behavior.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Blog and Info about an Author #75342
     Andrei
    Moderator

    Please switch to any of the default wordpress themes and you’ll understand what I’m talking about, by default there isn’t any author info displayed in the author archive page, and this is not about people in Europe, because we’re from Europe too, it’s about knowing how wordpress was designed to work.

    Beside this, yes, it would be nice to have a minimal profile box at the top of the author archive page, but you can file this as a feature request, not as a bug. For that you can open a topic in this section: https://archived.seventhqueen.com/forums/forum/feature-requests/sweetdate-feature-requests

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Hi,

    1. In order to add a count to your custom menu, you will have to create your own count and attach it to the custom menu item that you have added in that position.

    2. It depends of where you would like to have it displayed

    3. Unfortunately there is no option to resize the footer columns.

    4. You should find them in the main translation of wordpress. You can use a translation plugin to change the them.

    5. This will require some custom developments in order to create additional restriction rules.

    Please let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Visual Composer Elements Not Showing #75325
     Andrei
    Moderator

    Triple checked, they don’t work, please just paste the ones that you tested here again so I can use them.
    If I have the credentials available on Monday I’ll be available to give a more in-depth look at your issue and check what’s wrong.

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Swedish letters doesn't work #75324
     Andrei
    Moderator

    Please give us a link to the page where this happens and also provide an ftp account so we can check what’s the issue.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    Probably you mistyped something, please change only the line with the “scrollTop” value.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile Avatar online/offline Icon #75322
     Andrei
    Moderator

    Can you please let us know where you want to see this status indicators more exactly ? Can you please provide us a screenshot with the exact location ?

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: GeoDirectoy Add-on #75320
     Andrei
    Moderator

    Hi,

    You can use our theme with those addons, the only thing is that we didn’t tested all of them so if you encounter any issues please let us know.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Blog and Info about an Author #75318
     Andrei
    Moderator

    Sorry for the late reply,


    @champ1on
    , I think you don’t know, but the author page by default in wordpress is just a listing/archive of the latest posts written by that author, it wasn’t designed to be a profile page.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WordPress Download Manager kills Buddypress menu #75317
     Andrei
    Moderator

    Can you please provide us a link to your site, in a page where this happens ?

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Create account or login to see forums #75316
     Andrei
    Moderator

    Santos, sorry for the late reply, did you managed to fix this issue or do you still need help with it ?

    Looking forward to help you.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: PHP Errors #75315
     Andrei
    Moderator

    Firstly please excuse me for the late reply, the warning from your error low shouldn’t have any impact, can you please describe me what kind of issues did you had ?

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Problems with contact forms #75314
     Andrei
    Moderator

    It was my pleasure, Cheers.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to left align Kleo menu and add logo to it #75313
     Andrei
    Moderator

    Sorry for the late reply, I have just tested the code I provided and it works perfectly, the media tab get’s moved into the right position and as well it gets renamed. Do you still have an issue with this ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Side Menu Gestures – Swipe to open/close #75310
     Andrei
    Moderator

    I’ll move this under feature requests so it can be voted for future implementation.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Andrei
    Moderator

    I’m sorry for the late reply, but the topic was marked as resolved and I didn’t saw your last private message.
    Can you please let me know if you still need help with this ?

    Looking forward.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Member Search #75308
     Andrei
    Moderator

    Firstly please excuse us for the late reply, secondly can you please be a little bit more specific to what widget do you refer too ? Mainly it won’t be possible, at least no without some custom modifications to the widget but please let me know which widget you want to modify so I can see how hard would that be. Provide me a screenshot with the exact widget.

    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Integrating Social Sharing in GeoDirectory #75307
     Andrei
    Moderator

    Sorry for the late reply, yes you can turn off our social share buttons and add a plugin which has such features.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: media not appearing on activity stream #75306
     Andrei
    Moderator

    This issue is still present ?
    Looking forward.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Styling Problems with Kleo #75305
     Andrei
    Moderator

    My colleagure @Radu will assist you with this small modifications on Monday.
    Meanwhile have a nice weekend.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Child theme and translations #75304
     Andrei
    Moderator

    Using the redux plugin, you should check where he stores it’s own language files and ad your own there. Or you could try to place them under “wp-content/languages/plugins”.

    We’ll address this in the future but for now it has low priority.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Need to login everytime even with "Remeberme" #75301
     Andrei
    Moderator

    Just update your theme to the latest version which should have this patched.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: portfolio lazyload issue #75300
     Andrei
    Moderator

    1. This was an older issue, please update your theme to the latest version and let me know if the issue is still present.

    2. For that page you probably set the “transparent menu” option to yes, which produces such effect, that option is meant to be used just in conjunction with a big slider or image.

    3. Unfortunately there isn’t such issue, they are alphabetically ordered.

    Please let me know if I can help you with anything else.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile Tabs for certain levels #75298
     Andrei
    Moderator

    In the functions.php file from your active theme.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WooCommerce product page broken #75297
     Andrei
    Moderator

    There wasn’t any issue, probably just browser cache or slow loading of javascript libraries.
    Here is how I see your page (http://seventhqueen.com/public-files/andrei/2015-08-30-b141z.png) , can you please provide a screenshot as well ?

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Help with PaidMembership Pro #75296
     Andrei
    Moderator

    Well, if your login plugin doesn’t fire the “user_register” hook in their process then it means they don’t follow standards. Please contact them to do so.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Compatibility with GeoDirectory #75295
     Andrei
    Moderator

    I’ll give a closer look into this issues for one of our next updates, thank you for pointing them out.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Geo My WP Members Directory styling issues #75292
     Andrei
    Moderator

    We’ll gonna approach the implementation of Geo My Wp in one of our next updates.
    Keep close, cheers.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 921 through 960 (of 1,856 total)

Log in with your credentials

Forgot your details?