Forum Replies Created

Viewing 40 posts - 281 through 320 (of 1,943 total)
  • Author
  • in reply to: Problem minicart #30444
     Catalin
    Moderator

    wasn’t able to replicate this… send me a link to your website to take a look.

    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 in footer and groups #30439
     Catalin
    Moderator

    for adding links in footer, please take a look here:

    https://archived.seventhqueen.com/forums/topic/add-links-to-footer#reply-5387

    for the css modifications in groups page, you need custom development skills to achieve that… every group should have the ability to be selected and styled using a unique id

    you have only 3 elements in the footer widget and they look fine… not able to replicate 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: BuddyPress 2.1 #30436
     Catalin
    Moderator

    we will release next week an update for this and then it will be full compatible with buddypress 2.1… I suggest you to wait until then.

    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: Payments #30434
     Catalin
    Moderator

    it looks right to me…

    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: installing vs 2.6.3 in wordpress 4 #30428
     Catalin
    Moderator

    Hello,

    The archive that you download from theme forest needs to be unpacked… the theme .zip and the child theme .zip are located in /Wordpress sub folder. Take a look at my screenshots…

    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
    Attachments:
    You must be logged in to view attached files.
    in reply to: How to Client's Logo make carousel? #30424
     Catalin
    Moderator

    I don’t quite follow… give a try to what I pointed you and let me know if it fits your needs…

    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 in footer and groups #30423
     Catalin
    Moderator

    please send me a link to your website… and I will provide you solutions for all your requests.

    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: Remove page title from latest posts page #30422
     Catalin
    Moderator

    Hello,

    If you are referring to the “Blog” string, to remove it you need to add this code in your style.css file from your child theme:

    COPY CODE
    
    
    body.blog .page-title 
    {
      display:none !important;
    }
    
    

    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: Recent posts widget bug #30377
     Catalin
    Moderator

    the widget is intended to show the title and the date, not the excerpt… regarding the date, if the posts are in the same date, it will be displayed the date to the first post from that day in the list.

    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 information duplicating #30376
     Catalin
    Moderator

    the direction would be to not cache the profile links… you will have to figure this out.

    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: Top Menu always minimized #30375
     Catalin
    Moderator

    your issue comes from a custom CSS code you added in theme options…

    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: Sitemap not indexing user pages #30374
     Catalin
    Moderator

    unfortunately we don’t know an existing solution coded for this… you can hire a developer for coding this… please have in mind the fact that this is not related to theme functionality.

    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: Blank screens when trying to access dashboard #30371
     Catalin
    Moderator

    Hello,

    This problem may come from incompatibility with a 3rd party plugin you have installed… I suggest you to deactivate all of them and activate them one by one, starting with k-elements, and see which one causes the problem.

    let me know how this goes… its important to tell if this happens only with k-elements active.

    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: Install #30368
     Catalin
    Moderator

    the guide has a lot of useful info…

    the file you need to modify is this:

    wp-content/plugins/bp-moderation/css/sprite.png

    just replace the symbols with the new ones and add the file back with the same name.

    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,

    3. Add this to your functions.php file from your child theme:

    COPY CODE
    
    
    	function kleo_img_rounded( $atts, $content = null ) {
    		extract(shortcode_atts(array(
    			'src' => '',
    			'class' => '',
    			'link' => ''
    	    ), $atts));
    
    		$output = '<div class="circle-image '.$class.'">';
    		$output .= '  <a>
    				<span class="overlay"></span>
    				<span class="read"><i class="icon-'.apply_filters('kleo_img_rounded_icon','heart').'"></i></span>
    				<img src="'.$src.'" alt="" />
    			</a>
    		</div>';
    
    	 return $output;
    	}
    
    

    4. take a look here:

    http://stackoverflow.com/questions/16550485/hide-div-tag-on-mobile-view-only

    the picture needs to have a class or id to be ble to select it… if you send me a link to your website with the picture added I will provide you the code needed

    5. that string comes from buddypress plugin and can be changed using: https://wordpress.org/plugins/codestyling-localization/

    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: Top Menu always minimized #30353
     Catalin
    Moderator

    please send me admin credentials to take a look… 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: menu issue #30352
     Catalin
    Moderator

    while testing your issue I see you already solved this… what was the problem?

    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: Install #30348
     Catalin
    Moderator

    I have just installed it on a test server and seems lo work as it should… give it a try and see if it suits your needs.

    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: Install #30341
     Catalin
    Moderator

    Hello,

    Please respond here on the forum, not replying directly and sending me mail… the plugin is trusted but the developer who did it does not maintain it…

    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: Top Menu always minimized #30340
     Catalin
    Moderator

    how did you create the menu structure from (Appearance > Menu) ? send me a screenshot with this, please.

    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: Main menu similar to mozilla.org #30336
     Catalin
    Moderator

    Hello,

    Your requirement implies custom development skills and you will need to hire a developer for that.

    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,

    The initial pictures, before uploading them in WordPress, where looking right? I checked your website and you don’t have this problem to all of them and the source image looks blurred as default…

    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: BBPress – show last reply author #30333
     Catalin
    Moderator

    I modiried the code so please replace it and let me know if it 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: first image of the post to view thumbnails #30328
     Catalin
    Moderator

    send me a link to the page you are reffering to…

    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 Client's Logo make carousel? #30326
     Catalin
    Moderator

    have you tried this?

    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.
     Catalin
    Moderator

    please visual composer to the latest version available… you can get this by downloading again the theme .zip file… let me know if the problem occurs after 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: Customising the profile page #30322
     Catalin
    Moderator

    your request implies custom development work and you will need to require a developer to achieve them.

    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: Forgot Password as Member, Can't Login as Admin #30321
     Catalin
    Moderator

    do you have any security plugins installed?

    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: Bbpress is invisible #30320
     Catalin
    Moderator

    do you have “Forums” or “Topics” tab ?

    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: BBPress – show last reply author #30319
     Catalin
    Moderator

    Hello,

    Please add this in your style.css file from your child theme:

    COPY CODE
    
    
    #bbpress-forums p.bbp-topic-meta .bbp-author-avatar
    {
      display: inline-block;
      padding: 0 10px;
    }
    
    #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta,
    #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta
    
    {
      display:inline-block !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: want to remove > in mobile profile theme #30314
     Catalin
    Moderator

    add this to your style.css file from your child theme:

    COPY CODE
    
    
    @media only screen and (max-width: 767px) {
    .dl-horizontal dd:before {
      content: 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: Payment Plan #30313
     Catalin
    Moderator

    if no initial payment it means they don’t pay in advance… the billing process starts after one month.

    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: Removing Post Meta #30310
     Catalin
    Moderator

    the problem comes from this class:

    COPY CODE
    
    
    a:not(.button), div#main a:not(.button), #header .form-footer a:not(.button)
    
    

    do you have custom css code added to this page?

    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: Install #30308
     Catalin
    Moderator

    Heo,

    Pleas take a look here:

    https://wordpress.org/plugins/bp-moderation/

    Let em know ifthis 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: BuddyPress 2.1 Groups and Avatar Issues #30305
     Catalin
    Moderator

    @massreport: I tested this issue on a fresh install of the theme and everything works fine… I see you have some errors in console… those can be caused by a plugin you installed… please disable all of them and enable one by one and see which gives you the 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: Mobile Responsive? #30300
     Catalin
    Moderator

    please be more specific with your request regarding mobile view… I attached a screenshot of what I can see on your site.

    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: portfolio-full-width #30299
     Catalin
    Moderator

    Hello,

    Please take a look here:

    https://archived.seventhqueen.com/documentation/kleo#demo-pages

    you will have to add the code provided in your page content.

    the code is here:

    https://archived.seventhqueen.com/files/kleo/individual_pages/portfolio-full-width.txt

    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: KLEO development for your inspiration #30298
     Catalin
    Moderator

    the site requires password to be seen…

    if you have some custom code to share, go for it. 🙂

    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 add custom fonts? #30297
     Catalin
    Moderator

    @yaneczeck: if you want to implement a custom font, you need to use the child theme… the drop-down from options panel is populated with Google fonts from Google fonts directory… you cannot add the font considering the algorithm used for the font list.

    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 i disable these plugins? #30296
     Catalin
    Moderator

    Hello,

    K-elements – contains all of our theme features like shortcodes and shortcode generator… you need to keep this for using all the theme features. The rest of theme are not required in the initial installation. A google search helps for the last two.

    Informations about the plugins required for Kleo can be also found here:

    https://archived.seventhqueen.com/documentation/kleo

    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 - 281 through 320 (of 1,943 total)

Log in with your credentials

Forgot your details?