Forum Replies Created

Viewing 40 posts - 18,121 through 18,160 (of 20,101 total)
  • Author
  • in reply to: Kleo button style #81492
     Radu
    Moderator

    Hi,

    You can see all buttons type here : http://seventhqueen.com/themes/kleo/buttons/

    See here documentation for button shortcode at the button settings section: https://archived.seventhqueen.com/documentation/kleo#shortcodes

    Regards

    Radu

    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 Pro registration redirect error #81491
     Radu
    Moderator

    Hi,

    1. Can you please provide the page url ?

    2. No, only if you have a developer that will do that for your desired design and functionality.

    Regards

    Radu

    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: Menu Color #81489
     Radu
    Moderator

    Hi,

    I’ve looked at your website from safari from mac and it looks ok.

    See screenshot

    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 #81488
     Radu
    Moderator

    Hi,

    Can you please describe what problem do you encounter with plugins ?

    Regards

    Radu

    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: Rounded Corners & Social Icons #81487
     Radu
    Moderator

    Hi,

    You can call the kelo share buttons there by using this php code in kleo-child/functions.php

    Add this code by doing this login to FTP go to wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    add_filter('kleo_post_footer','kleo_social_share','99');
    

    NOTE : the icons don’t have enough space to be placed there but the solution is provided above

    REgarding the rounded corners add this css code to : Wp-Admin -> Theme Options -> Quick CSS

    COPY CODE
    
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation { border-radius: 7px !important; }
    

    Regarding the background color, go to Wp-Admin -> Theme Options -> Styling Options -> Main -> Background color.

    Regards

    Radu

    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: Make some changes in the footer section #81485
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    Radu

    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: Can’t Add Page To Menu or Edit a Text Box #81483
     Radu
    Moderator

    Hi Imintenn,

    COPY CODE
    
     Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 30720 bytes) in /hermes/bosoraweb120/b478/ipg.323workshopcom/323lifeworks/wp-admin/includes/import.php on line 149
    

    This error is cased by php memory limit, i suggest you to increase the php memory limit

    Read here how : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    If that changes have no effect, please contact your hosting company and ask them to increase php memory to 256M

    After you solve the issue with memory limit set debug to false

    COPY CODE
    
    
    define(‘WP_DEBUG’, false);
    define( ‘WP_DEBUG_DISPLAY’, false);
    
    

    Let me know if it works

    Best Regards

    Radu

    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: Testimonials – Strange issues with responsiveness #81482
     Radu
    Moderator

    Hi again,

    I see that you use a old version theme 3.0.4 – current version is 3.0.1.0.

    The issue that you have describes was fixed few time ago. i suggest you to update the theme to latest version + plugins, but before that please make a theme settings backup by going to wp-admin -> Theme Options -> Import / Export -> Download Data File

    Le me know if this will solve your issue.

    Regards

    Radu

    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: Bug with fereign font on Firefox #81481
     Radu
    Moderator

    Hi,

    I see you have removed that text can you put please that text in a dummy page to make some tests ?

    Cheers

    Radu

    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 post border color and post thumbnails #81479
     Radu
    Moderator

    Hi,

    Add this code to your WP-Admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .main-color .widget_nav_menu a, .main-color .wpex-widget-recent-posts-li, .main-color .widget_categories li, .main-color .widget_recent_entries li, .main-color .widget_archive li, .main-color .widget_display_views li, .main-color .widget_recent_comments li, .main-color .widget_product_categories li, .main-color .widget_layered_nav li {
        border-bottom-color: #FB0303;
    }
    
    .main-color hr, .main-color.container-wrap, .main-color#footer, .main-color#socket, .main-color.social-header, .main-color .top-menu .tabdrop:before, .main-color #top-social .tabdrop:before, .main-color #top-social, .main-color .top-menu > ul, .main-color .kleo-main-header, .main-color .template-page, .main-color .sidebar-right, .main-color .sidebar-left, .main-color .sidebar-extra, .main-color .sidebar-main, .main-color .hr-title, .main-color .nav-tabs, .main-color .nav-pills > li > a, .main-color .kleo-tabs .nav .open > a.dropdown-toggle, .main-color .kleo-tabs .nav .open > a.dropdown-toggle:hover, .main-color .kleo-tabs .nav .open > a.dropdown-toggle:focus, .main-color .kleo-tabs .tabdrop .dropdown-menu, .main-color .dropdown-menu, .main-color .kleo-toggle-menu .kleo-toggle-submenu:before, .main-color #ajax_search_container:before, .main-color #top-social li a, .main-color .top-menu li > a, .main-color .pagination > li > a, .main-color .pagination > li > span, .main-color .callout-blockquote blockquote, .main-color .masonry-listing .post-content, .main-color .list-divider li, .main-color #ajax_search_container, .main-color .form-control, .main-color .feature-item:hover .feature-icon, .main-color .bordered-icons .feature-item.default-icons-size .feature-icon, .main-color .bordered-icons .feature-item.big-icons-size .feature-icon, .main-color input[type="text"], .main-color input[type="password"], .main-color input[type="date"], .main-color input[type="datetime"], .main-color input[type="datetime-local"], .main-color input[type="month"], .main-color input[type="week"], .main-color input[type="email"], .main-color input[type="number"], .main-color input[type="search"], .main-color input[type="tel"], .main-color input[type="time"], .main-color input[type="url"], .main-color textarea, .main-color .activity-timeline, .main-color #buddypress div.item-list-tabs ul li a span, .main-color #buddypress button, .buddypress .main-color a.button, .main-color #buddypress a.button, .main-color #buddypress input[type=submit], .main-color #buddypress input[type=button], .main-color #buddypress input[type=reset], .main-color #buddypress ul.button-nav li a, .main-color #buddypress div.generic-button a, .main-color.bp-full-width-profile div.generic-button a, .main-color #buddypress .comment-reply-link, .main-color #buddypress #whats-new, .main-color #buddypress div.message-search, .main-color #buddypress div.dir-search, .main-color #buddypress .activity-read-more, .main-color #bp-login-widget-submit, .main-color .bbp_widget_login .button.user-submit, .main-color #wp-calendar caption, .main-color .wp-caption, .main-color .widget form#bbp-search-form > div, .main-color .widget_search #searchform > div, .main-color #bp-login-widget-form input[type="text"], .main-color #bp-login-widget-form input[type="password"], .main-color .bbp-login-form input[type="text"], .main-color #buddypress #friend-list .friend-inner-list, .main-color #buddypress #member-list .member-inner-list, .main-color #buddypress #members-list .member-inner-list, .main-color #buddypress #groups-list .group-inner-list, .main-color #buddypress div#item-nav .tabdrop .dropdown-menu, .main-color #buddypress div.profile, .main-color #buddypress #friend-list div.action .generic-button a.send-message, .main-color #buddypress #member-list div.action .generic-button a.send-message, .main-color #buddypress #members-list div.action .generic-button a.send-message, .main-color #buddypress form.standard-form .left-menu img.avatar, .main-color .checkbox-mark, .main-color #buddypress div#group-create-tabs ul li.current a, .main-color .rtmedia-container #rtMedia-queue-list tr td, .main-color #buddypress .standard-form textarea, .main-color #buddypress .standard-form input[type=text], .main-color #buddypress .standard-form input[type=color], .main-color #buddypress .standard-form input[type=date], .main-color #buddypress .standard-form input[type=datetime], .main-color #buddypress .standard-form input[type=datetime-local], .main-color #buddypress .standard-form input[type=email], .main-color #buddypress .standard-form input[type=month], .main-color #buddypress .standard-form input[type=number], .main-color #buddypress .standard-form input[type=range], .main-color #buddypress .standard-form input[type=search], .main-color #buddypress .standard-form input[type=tel], .main-color #buddypress .standard-form input[type=time], .main-color #buddypress .standard-form input[type=url], .main-color #buddypress .standard-form input[type=week], .main-color #buddypress .standard-form select, .main-color #buddypress .standard-form input[type=password], .main-color #buddypress .dir-search input[type=search], .main-color #buddypress .dir-search input[type=text], .main-color .bbp-pagination-links a, .main-color .bbp-pagination-links span, .main-color #bbpress-forums li.bbp-body ul.forum, .main-color #bbpress-forums li.bbp-body ul.topic, .main-color form#new-post, .main-color #bbpress-forums .bbp-form input[type="text"], .main-color .quicktags-toolbar, .main-color .wp_themeSkin tr.mceFirst td.mceToolbar, .main-color .quicktags-toolbar input, .main-color .wp-editor-area, .main-color .rtmedia-container .rtmedia_next_prev a, .main-color .rtmedia-activity-container .rtmedia_next_prev a, .main-color #buddypress div.rtmedia-activity-container .rtmedia_next_prev a, .main-color #rtm-gallery-title-container #rtm-media-options, .main-color #rtMedia-upload-button, .main-color #buddypress #item-body .rtmedia-item-comments .rt_media_comment_form textarea, .main-color .rtmedia-container .rtmedia-editor-main dl.tabs dd > a, .main-color .rtmedia-activity-container .rtmedia-editor-main dl.tabs dd > a, .main-color #buddypress div.rtmedia-activity-container .rtmedia-editor-main dl.tabs dd > a, .main-color .rtmedia-container .imgedit-wrap div.imgedit-settings .imgedit-group, .main-color #buddypress .rtmedia-container textarea, .main-color #buddypress .rtmedia-container input[type=text], .main-color #buddypress .rtmedia-container input[type=text], .main-color #buddypress .rtmedia-container input[type=color], .main-color #buddypress .rtmedia-container input[type=date], .main-color #buddypress .rtmedia-container input[type=datetime], .main-color #buddypress .rtmedia-container input[type=datetime-local], .main-color #buddypress .rtmedia-container input[type=email], .main-color #buddypress .rtmedia-container input[type=month], .main-color #buddypress .rtmedia-container input[type=number], .main-color #buddypress .rtmedia-container input[type=range], .main-color #buddypress .rtmedia-container input[type=search], .main-color #buddypress .rtmedia-container input[type=tel], .main-color #buddypress .rtmedia-container input[type=time], .main-color #buddypress .rtmedia-container input[type=url], .main-color #buddypress .rtmedia-container input[type=week], .main-color #buddypress .rtmedia-container select, .main-color #buddypress .rtmedia-container input[type=password], .main-color .kleo-toggle-menu .kleo-toggle-submenu, .main-color .kleo-toggle-menu a.remove, .main-color .woocommerce .kleo-cart-totals .totals-wrap, .main-color .kleo-toggle-menu .minicart-buttons .btn-default, .main-color .kleo_ajax_results h4, .main-color .ajax_view_all, .main-color #articles-dir-list article.article-container {
        border-color: #FB0303;
    }
    

    Replace #FB0303 with your desired color.

    Regards

    Radu

    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: Make some changes in the footer section #81474
     Radu
    Moderator

    Hi,

    The colors not updating because of server cache, after you made any changes of your site pres the flush cache button from top black bar

    Then hold the CTRL button + F5 Button same time for 1 second ( this will clear your browser cache )

    You should clear both caches ( server + browser ) after any modification.

    Cheers

    Radu

    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 Styling Issue #81473
     Radu
    Moderator

    Hi,

    You need to place that code to Wp-Admin -> Theme Options -> General Settings -> Quick CSS

    Let me know if is ok.

    Regards

    Radu

    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: KLEO – Boomchat conflict #81472
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂

    http://themeforest.net/downloads/

    Best regards

    Radu

    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: Facebook pubblishing preview problems #81358
     Radu
    Moderator

    You’re welcome

    Have a nice day.

    Regards

    Radu

    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: Make some changes in the footer section #81351
     Radu
    Moderator

    Hi,

    You can change footer background color from :

    Wp-Admin -> Theme Options -> Styling Options -> Footer -> Background color ( see attached screenshot ) – http://bluefresh.com.au/wp-admin/admin.php?page=kleo_options&tab=8

    You can change/delete content from footer from Wp-Admin -> Appearance -> Widgets -> Edit content from -> Footer Column 1, Footer Column 2, Footer Column 3 and Footer Column 4. – http://bluefresh.com.au/wp-admin/widgets.php

    After you change anything on the webside press flush cache from that black bar from top.

    Regards

    Radu

    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: Facebook pubblishing preview problems #81338
     Radu
    Moderator

    Hi,

    I’ve tried to reproduce this issue but unsuccessful.

    See attachment.

    Tell me what url you have shared on fb ?

    Regards

    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: Installation Failure #81336
     Radu
    Moderator

    Hi,

    Login to Wp-Admin go to -> Appearance -> Install Plugins check all plugins then install

    Or follow this link ( replace YOURDOMAIN.COM with your domain ) : http://YOURDOMAIN.COM/wp-admin/themes.php?page=install-required-plugins

    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: single post border color and post thumbnails #81334
     Radu
    Moderator

    Hi,

    Can you provide a screenshot that pointing out the borders ?
    This depends the source of the image that you are importing.

    Regards

    RAdu

    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: Make some changes in the footer section #81332
     Radu
    Moderator

    Hi,

    Can you provide the page URL and admin credentials ?

    Regards

    Radu

    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: KLEO Boomchat #81320
     Radu
    Moderator

    Hi,

    I have provided you a fix regarding the Boomchat plugin here : https://archived.seventhqueen.com/forums/topic/kleo-boomchat-conflict

    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: KLEO – Boomchat conflict #81318
     Radu
    Moderator

    Hi,

    Please replace over FTP the following file /wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php with the attached file.

    Let me know if it works.

    Regards

    Radu

    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: Testimonials – Strange issues with responsiveness #81295
     Radu
    Moderator

    Hi,

    I see the testimonial responsive behavior, you have made any html/CSS modifications to theme / testimonial widget ?

    Regards

    Radu

    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: Issue with row video background and formidable pro #81291
     Radu
    Moderator

    HI,

    The form is operational now,

    I’ve added this class before form render <div class=”nopointerevents”>[form]</div>

    And thiss css in Wp Admin -> Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    .nopointerevents {
        pointer-events: all !important;
    }
    

    Regards

    Radu

    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: Installation Failure #81268
     Radu
    Moderator

    Hi,

    Regarding the error from Paid Memberships Pro, try to login via FTP then go to wp-content/plugins/ and delete manually paid-memberships-pro folder then try again to install plugin/plugins

    Cheers

    Radu

    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: Kleo 3.07 incompatible #81266
     Radu
    Moderator

    You need to copy from child these files to the kleo child theme live site.

    cb8bf3ad6e.url-de-test.ws/htdocs/wp-content/themes/kleo-child/page-parts/post-content-masonry.php
    cb8bf3ad6e.url-de-test.ws/htdocs/wp-content/themes/kleo-child/style.css

    Regarding the 404 error on page 2, try to re-save permalinks by going to wp-admin -> settings -> permalinks -> save changes and try after, if this is not working, if you have plugins that not comes with the theme disable them one by one to see if one of that plugin causes the error.

    Regards

    Radu

    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: Issue with row video background and formidable pro #81157
     Radu
    Moderator

    Hi,

    I see, the form cannot be operated.

    Try to put that form inside another row.

    If this is not work please provide admin credentials.

    Regards

    Radu

    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: Facebook pubblishing preview problems #81155
     Radu
    Moderator

    Hi,

    Can you provide the post url to take a look ?

    Regards

    Radu

    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: Translation Login Popup #81126
     Radu
    Moderator

    Hi again,

    Can you provide the wp credentials to take a look ?

    Regards

    Radu

    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: Logo ? favicon? #81125
     Radu
    Moderator

    Hi,

    You can replace or remove the favicon by navigating to Wp-admin -> theme options -> General settings -> and remove or replace image from these fields : Favicon,Apple Iphone Icon, Apple Iphone Retina Icon,Apple iPad Icon and Apple iPad Retina Icon then you should clear your browser ache and test in another browser from private mode / incognito.

    This is caused most probably by browser cache try to test in private mode it should appear the new icon.

    Regards

    Radu

    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: Bug with fereign font on Firefox #81124
     Radu
    Moderator

    Hi,

    Try to do this : https://archived.seventhqueen.com/forums/topic/font#post-79488

    Let me know if it works.

    Regards

    RAdu

    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 get Kleo updates on a Multisite #81122
     Radu
    Moderator

    Hi,

    On a Word Press multisite install you update the themes and plugins just from the network management area so you don’t have options to install separate themes and/or update it individually.

    Regards

    Radu

    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: Installation Failure #80972
     Radu
    Moderator

    Hi,

    We have a tutorial how to setup and how to install kleo theme available here : https://archived.seventhqueen.com/video-tutorials/kleo-quick-install-and-setup.html

    If the installation form wp admin fails because of any reason try the FTP method ( links below )

    Install from WP Admin documentation : https://archived.seventhqueen.com/documentation/kleo#install-from-admin

    Install Install from FTP documentation : https://archived.seventhqueen.com/documentation/kleo#install-from-ftp

    Regards

    Radu

    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: License validation #80971
     Radu
    Moderator

    Hi,

    The licence is valid in your case.

    The licence is valid only for one WordPress install but if you have wpml or any other similar plugin is ok.

    Regards

    Radu

    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: Translation Login Popup #80965
     Radu
    Moderator

    Hi,

    You can translate whole theme and plugins using the loco translate plugin. https://wordpress.org/plugins/loco-translate/

    Look here at this tutorial : https://www.youtube.com/watch?v=yB9oZ5wcf1o this tutorial is in german language 🙂

    Best Regards

    RAdu

    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 #80963
     Radu
    Moderator

    You’re welcome !

    Thank you for your kind words.

    Have a nice day too !

    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: Please assist me on get method in php #80962
     Radu
    Moderator

    Hi,

    Sounds very complicated, but i can suggest you this php class that allows you to see user agent for every visitor

    Now you should try to embed your app in webview then install the app to phone and watch on server logs what user agent have your phone trough the webview.

    http://mobiledetect.net/
    http://php.net/manual/en/function.get-browser.php
    http://stackoverflow.com/questions/6127494/check-string-and-user-agent

    Cheers

    Radu

    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: Image Carousel element no multiple loading #80958
     Radu
    Moderator

    Hi,

    Just i looked at your images sizes from example this image “http://streezz.com/wp-content/uploads/2015/10/Definitivo-006.jpg&#8221; have resolution 4080 x 2681 ( 650kb )and if all that images that appears in media are approximate resolution like above image at each request you will need to wait to load aprox 50 mb, that’s your media is stucking sometimes.

    I suggest you to upload images with max 300kb each for backend loading optimization.

    Regards

    Radu

    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 #80954
     Radu
    Moderator

    Hi,

    You are welcome

    Use this css

    COPY CODE
    
    .header-color .top-menu li > a span.caret:after {
        color: #fff !important;
        font-weight: bold !important;
    }
    

    Regards

    Radu

    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: intergrating social login plugin with kleo login #80952
     Radu
    Moderator

    Hi,

    It’s ok now.

    I used this CSS

    COPY CODE
    
    .oneall_social_login {
        height: 88px;
        margin: 0 auto !important;
        position: initial;
        padding: 0 24%;
        overflow: hidden;
        text-align: center !important;
    }
    

    Regards

    Radu

    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: Image Carousel element no multiple loading #80944
     Radu
    Moderator

    Hi,

    I’ve accessed the page and i see the carousel it appears ( see screenshot )

    If you are not talking about that carousel provide a screenshot pointing out the problem.

    Regards

    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.
Viewing 40 posts - 18,121 through 18,160 (of 20,101 total)

Log in with your credentials

Forgot your details?