Forum Replies Created

Viewing 40 posts - 921 through 960 (of 1,943 total)
  • Author
  • in reply to: Important problem uploading photos #26216
     Catalin
    Moderator

    Hello,

    1. after the upload is complete, the pictures are displayed under the upload dialog. Take a look at my screenshot.

    2. what do you want to happen when picture is clicked?

    3. I tested this and it seems to be a problem with rtmedia plugin… try posting this issue on their forum, maybe some other users have the same problem… this is an isolated issue

    4. I was able to register and login with my facebook account… I wasn’t able to replicate this issue.

    Thank you,
    Catalin

    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: Parallax and Visual Composer #26207
     Catalin
    Moderator

    Hello,

    Please update the Visual Composer plugin to the latest version. Please take a look at this:

    https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme

    Let me know if you still have the problem with your visual composer after update.

    Thank you,
    Catalin

    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: BP registration string will not translate #26203
     Catalin
    Moderator

    Hello,

    Sorry for the confusion, now I understand what you mean. That string comes from BuddyPress plugin and can be translated using https://wordpress.org/plugins/codestyling-localization/

    You need to edit the language files for BuddyPress plugin.

    Thank you,
    Catalin

    Thank you,
    Catalin

    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: Single member shortcode #26197
     Catalin
    Moderator

    Hello,

    The theme has no shortcode that can display specific members. ( other then newest/most active/most popular).

    You need to develop custom code to achieve this. Please take a look at this link:

    http://codex.buddypress.org/developer/loops-reference/the-members-loop/

    Thank you,
    Catalin

    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: Re: Photo Rating Plugin #26192
     Catalin
    Moderator

    take a look at this:

    http://wordpress.org/plugins/rating-widget/

    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: Delete pages in header home page #26188
     Catalin
    Moderator

    glad to help.

    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: MEMBERSHIP LEVEL PAGE DISPLAYS AFTER LOGIN #26184
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login

    Thank you,
    Catalin

    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: Delete pages in header home page #26183
     Catalin
    Moderator

    Hello,

    the code I gave you hides the menu bar from the homepage… what pages you want to hide?

    from your screenshot I understood you want to hide the menu… please explain better what you want to achieve.

    Thank you,
    Catalin

    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: No posts on blog page #26179
     Catalin
    Moderator

    Hello,

    You can use post grid element from Visual composer to show posts in the homepage under the slider. You can also filter the posts categories using the query option.

    Please take a look at my screenshot.

    Thank you,
    Catalin

    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: Question about CSS #26175
     Catalin
    Moderator

    add this:

    COPY CODE
    
    
    .form-search, .form-header 
    {
    background: rgba(0,0,0,0.1);
    }
    
    .form-footer {
    background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.1);
    }
    
    

    the last rule needs to be changed based on my previous reply ( from 0.4 to 0.1 )

    Let me know if this works.

    Thank you,
    Catalin

    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: Delete pages in header home page #26173
     Catalin
    Moderator

    Hello,

    Add this code in your style.css file from your child theme folder:

    COPY CODE
    
    
    body.home-page #header nav.top-bar
    {
      display:none;
    }
    
    

    Let me know if this works.

    Thank you,
    Catalin

    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: Dotted border below the main navigation. #26172
     Catalin
    Moderator

    I modified the code in my last reply… let me know if it works now.

    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: Delete pages in header home page #26167
     Catalin
    Moderator

    please send me a link to your website and I will provide you a solution for this

    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: Question about CSS #26165
     Catalin
    Moderator

    Hello,

    I tested your code and you should replace “.form-footer” css line atributes with this:

    COPY CODE
    
    
    .form-footer {
    background: url(“../images/patterns/gray_pattern.gif”) repeat scroll 0 0 rgba(0,0,0,0.4);
    border-bottom: 10px solid rgba(0,0,0,0.4) !important;
    border-left: 10px solid rgba(0,0,0,0.4) !important;
    border-right: 10px solid rgba(0,0,0,0.4) !important;
    
    

    Let me know if this works.

    Thank you,
    Catalin

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

    Hello,

    Sorry for late reply. I tested this on test environment and it woks. Please provide me admin credentials to your website to be able to replicate this issue. Reply this as private for security reasons.

    Thank you,
    Catalin

    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: Extra Line Spaces in Some Posts #26163
     Catalin
    Moderator

    Hello,

    I see what you mean. Please add this code in your style.css file from your child theme:

    COPY CODE
    
    
    body .aligncenter, .entry-content a:hover .aligncenter 
    {
    clear: none !important;
    }
    
    

    Let me know if this works.

    Thank you,
    catalin

    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: Themeforest only got version 1.6.0 #26162
     Catalin
    Moderator

    Hello,

    You can update the plugin manually by downloading the last cersion of the theme and take the plugin from the downloaded folder.

    Thank you,
    Cataln

    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: posts-social-share problem #26161
     Catalin
    Moderator

    Hello,

    Please send me a link to your website.

    Thank you,
    Catalin

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

    not being able to replicate your issue…

    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: Breadcrumb Replace with Static Text #26155
     Catalin
    Moderator

    Hello,

    Add this code in your functions.php file from your child theme:

    COPY CODE
    
    
    function kleo_show_breadcrumb()
    {
        if (sq_option('breadcrumb_status') == 1)
        {
            if(!is_page_template('page-templates/front-page.php')) { ?>
                <!-- BREADCRUMBS SECTION
                ================================================ -->
                <section>
                    <div id="breadcrumbs-wrapp">
                        <div class="row">
                            <div class="nine columns">
                                <?php echo "<p style="margin-top: 15px;">CUSTOM TEXT YOU WANT TO ADD</p>' ?>
    
                            </div>
    
                            <?php do_action('kleo_after_breadcrumb'); ?>
    
    
    
                        </div><!--end row-->
                    </div><!--end breadcrumbs-wrapp-->
                </section>
                <!--END BREADCRUMBS SECTION-->
            <?php
            }
        }
    }
    
    
    

    replace “CUSTOM TEXT YOU WANT TO ADD” with whatever you want.

    Let me know if this works.

    Thank you,
    Catalin

    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: Upload button Multimedia #26151
     Catalin
    Moderator

    Hello,

    I added the code and please take a look. To make the text color wite you need to change this file:

    http://www.modelartec.com/casting/modelartec/estilo.css

    and modify this part

    COPY CODE
    
    
    #rtm-media-options .primary, #rtm-media-options .primary i {
    color: #1A1A1A !important;
    }
    
    

    with

    COPY CODE
    
    
    #rtm-media-options .primary, #rtm-media-options .primary i {
    color: #xxx !important;
    }
    
    

    where xxx should be your desired color ( maybe white #fff )

    Thank you,
    Catalin

    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: Parallax and Visual Composer #26070
     Catalin
    Moderator

    please send me admin credential for your site to be able to replicate your issue with VC… reply as private for security reasons.

    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: Page who's online #26069
     Catalin
    Moderator

    please take a look in (Sweetdate > Members)

    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: Spotify #26067
     Catalin
    Moderator

    take a look at this:

    http://wordpress.org/plugins/spotify-embed/screenshots/

    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: Content not showing up after update to 1.6.2 #26065
     Catalin
    Moderator

    please update to the latest version available 1.6.3 … this was tested and it works proper.

    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: Position Revslider under nav #26064
     Catalin
    Moderator

    Hello,

    First please take a look at this tutorial:

    https://archived.seventhqueen.com/video-tutorials/kleo-quick-install-and-setup.html

    Thank you,
    Catalin

    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: membership types #26055
     Catalin
    Moderator

    Hello,

    Please take a look at this link:

    https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration

    Thank you,
    Catalin

    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 bugs #26053
     Catalin
    Moderator

    Hello,

    Please explain better what where the css fixes. You can set css properties to every element in visual composer.

    Thank you,
    Catalin

    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: Dotted border below the main navigation. #26044
     Catalin
    Moderator

    add this:

    COPY CODE
    
    
    .kleo-main-header ul.navbar-nav > li > a.kleo-bp-user-avatar:hover:before
    {
      border-bottom: none !important;
    }
    
    

    let me know if this works.

    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: Register page template #26041
     Catalin
    Moderator

    Hello,

    Sorry for late reply. You need to copy this file \themes\sweetdate\registration\register.php to your child theme folder keeping the sam estructure and modify:

    line 38

    COPY CODE
    
    <div class="register-section six columns" id="basic-details-section">
    

    to

    COPY CODE
    
    <div class="register-section xxx columns" id="basic-details-section">
    

    where xx is a lower number then six.

    Analog to line 70 but you will have to use a higher number.

    Let me know if this works.

    Thank you,
    Catalin

    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: Buddypress menu media #26038
     Catalin
    Moderator

    Hello,

    Making those changes implies custom work which requires programming skills and a dedicated amount of time that isn’t covered by our support team.

    Thank you,
    Catalin

    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: Mobile menu not working #26034
     Catalin
    Moderator

    Hello,

    Please add my IP to be able to view your site. We don’t offer support by phone or teamviewer.

    Thank you,
    Catalin

    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: Related product thumbnails too big #26031
     Catalin
    Moderator

    Hello,

    The related products container is made responsive and the size of the thumbnail from that area is influence by this. You can set the number of related products to display in that area from (Theme settings > WooCommerce). The settings may not take effect if you do not emty your cache ( you have a cache plugin installed – I empty myself ).

    Thank you,
    Catalin

    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: Important problem uploading photos #26022
     Catalin
    Moderator

    Hello,

    Please send me admin credentials for your website to be able to give you solutions for your opened tickets. Reply as private for security reasons.

    Thank you,
    Catalin

    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: Parallax Image Header / Image header #26020
     Catalin
    Moderator

    Hello,

    You can use Visual Composer for that. Take a look at my screenshot.

    Let me know if this works.

    Thank you,
    Catalin

    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: Revolution Slider and other Home Page issues #26018
     Catalin
    Moderator

    Hello,

    To achieve that change the homepage template to “Front page template” not “Full width with no sidebar” . You will need to fix the shortcodes also. Please take a look in the documentation folder, you have there the shortcode for homepage. You can start from there.

    Thank you,
    Catalin

    Thank you,
    Catalin

    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: Customize Call to Action Heart #26014
     Catalin
    Moderator

    Hello,

    @4services: please deactivate easy-facebook-likebox, it adds an “!important rule” to the Css and this why on hover the images look bad.

    @kingadrian:

    here is an example on how you can change the icon… add this in functions.php from your child theme folder. read comments between “/* … */” from the function to understand what every line does.

    COPY CODE
    
    add_action(‘after_setup_theme’,’kleo_my_hearts_actions’);
    
    function kleo_my_hearts_actions()
    {
    /* Replace the heart over images */
    add_filter(‘kleo_img_rounded_icon’, ‘my_custom_icon’);
    
    /* Replace the heart from register modal */
    add_filter(‘kleo_register_button_icon’, ‘my_custom_icon_register’);
    
    /* Replace the heart from About us widget */
    add_filter(‘kleo_widget_aboutus_icon’, ‘my_custom_icon_about_widget’);
    }
    
    /* Replace the heart with a camera icon function */
    function my_custom_icon () {
    return ‘tachometer’;
    }
    
    /* Replace the heart from register modal with a user icon function */
    function my_custom_icon_register () {
    return ‘tachometer’;
    }
    /* Replace the heart from about us widget with a user icon function */
    function my_custom_icon_about_widget () {
    return ‘tachometer’;
    }
    ?>
    
    

    IN THE QUICK CSS

    COPY CODE
    
    .icon-heart:before
    {
    content: “\f0e4″;
    }
    

    Thank you,
    Catalin

    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: CM Download issue with theme #26007
     Catalin
    Moderator

    Hello,

    Please take a look ata this plugin:

    https://wordpress.org/plugins/buddydrive/

    Let me know if this helps.

    Thank you,
    Catalin

    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: No posts on blog page #26004
     Catalin
    Moderator

    also a link to your website would be use full… take a look at my print screen for setting the blog page

    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: Registration Issue #26003
     Catalin
    Moderator

    Hello,

    You will need to hire a developer to sort that out.

    Thank you,
    Catalin

    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,943 total)

Log in with your credentials

Forgot your details?