Forum Replies Created

Viewing 40 posts - 15,161 through 15,200 (of 20,101 total)
  • Author
  • in reply to: Problems with tags #113076
     Radu
    Moderator

    Hi,

    You can try this option wp-admin -> theme options -> blog -> Display post tags after the content -> YES.

    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: BP profile Tab #113072
     Radu
    Moderator

    hi,

    Go to in wp-content and look for debug.log

    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: SyntaxError: illegal character #113071
     Radu
    Moderator

    Hi,

    Try to put that is in header not in body from wp-admin -> theme options -> general settings -> quick js.

    Let me 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: change default woocommerce product image #112788
     Radu
    Moderator

    Hi,

    You can replace this image : /wp-content/plugins/woocommerce/assets/images/placeholder.png

    But if you want to show different placeholder image for each vendor, you will have to ask this in woocommerce support or to search for a plugin or for a function.

    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: Top Bar Modification – Make Sticky #112787
     Radu
    Moderator

    Hi,

    Go to wp-admin -> theme options -> general settings -> quick css and add this css

    COPY CODE
    
    .social-header.header-color {
        position: fixed;
        width: 100%; }
    

    Let me know

    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: Shortcode showing on pages #112786
     Radu
    Moderator

    Hi,

    Please enable K-elements plugin i think that is the cause.

    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: Bugs on Creating New Pages #112784
     Radu
    Moderator

    Hi,

    That white space from the top of every row that you create is because visual composer set by default 40px padding top and bottom, you will have to change from 40 to 0 from row settings.( click on that pen )

    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: Problems with tags #112783
     Radu
    Moderator

    Hi,

    You want to have tags under title or where ? provide a screenshot in that you will draw where you need tags.

    Yes it’s normal, the tags are content part of your website.

    Cheers

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

    Hi,

    It’s not recommended to change the text domain it can cause malfunctionlities , but if you really need to hide you can try this plugin : http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158

    Chers

    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: Tab design #112780
     Radu
    Moderator

    Hi,

    By default kleo doesn’t style tabs like that, do you have some plugins for woocommerce tabs or something like that ?

    Try to disable all plugins except Visual composer,k-elements, revolution slider,buddypress and woocommerce then clear entire cache and let me know if the tabs are displayed ok.

    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: 3rd menu subcategory for our top menu #112778
     Radu
    Moderator

    Hi,

    The theme was designed to use only 3 levels of menu,

    You will have to implement a logic that allows you to have 4 menu levels,

    By adding this css :

    COPY CODE
    ul.dropdown-menu.sub-menu ul li ul {
        display: block;
    }

    It will shows a 4th level menu, but you will have to check if the parent that contains the 4th level ul is hovered via css pseudo selector :hover, you can do it via jquery or to modify core theme files but this is not recommended because on next update the changes will be overwrited

    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: Post Masanry Grid – buggy layout #112770
     Radu
    Moderator

    Hi,

    Please put the Post Grid element into a separate row, not same galaxy particle and let me know

    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: How can I change footer menu? #112769
     Radu
    Moderator

    Hi,

    We don’t have an option for that in theme options, you can use this solution for 3 footer columns

    https://archived.seventhqueen.com/forums/topic/3-footers-w-child-theme

    Let me know

    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: Buddypress layout on mobile/small screen. #112766
     Radu
    Moderator

    HI,

    I need an account to comment

    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: BP profile Tab #112765
     Radu
    Moderator

    I’ve provided you a small procedure of debugging do you followed it ? Also i’ve asked you some questions regarding the errors that appears or not in debug.log file

    Without your feedback regarding the debug procedure i cannot help you because i don’t have accurate details.

    please follow these steps to enable wp debug:
    Connect to your server by FTP Look in root directory of your WordPress install and open wp-config.php Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE

    define( ‘WP_DEBUG’, true );

    After this line add this:

    define( 'WP_DEBUG_LOG', true );
    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run). Repeat the described actions and then check the debug.log file and let me know what error appears.

    Let me know if you receive any error

    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: SyntaxError: illegal character #112764
     Radu
    Moderator

    Hi,

    Try to disable all plugin except : Visual Composer, K-elements, Buddypress and Revolution Slider

    Let me know if the error goes away

    If the error not goes away please provide me URL and credentials to check

    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 Header Menu Is Out of Service #112763
     Radu
    Moderator

    Good, in this case i will mark the topic as resolved.

    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: Error in layout in post page #112762
     Radu
    Moderator

    Hi,

    Nope, i’ve changed before to write to you, maybe it was caching, please empty cache periodically when you do changes on the website, sincerely i don’t know exactly how lines was yesterday in your website. Please do a screenshot over you will draw the broders and i will figure out, in present your website it looks like this on my side : https://drive.google.com/file/d/0Bxo5b6iHWRMwcGR5WGZJOGVVd0E/view

    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: Visual Composer Not Active #112761
     Radu
    Moderator

    By pasting the user and pass here in a private reply.
    Meanwhile please try to delete visual composer, then go to wp-admin -> appearance -> install plugins and install visual composer, it should 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: Call to action button #112760
     Radu
    Moderator

    Hi,

    Sorry for that, here is the video : https://drive.google.com/file/d/0Bxo5b6iHWRMwcnNieUVlbXpSWG8/view?usp=sharing

    Let me know

    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: Couple Questions #112759
     Radu
    Moderator

    Hi,

    The tooltip/pins is not require an image to work, you can use it as you wish.

    I cannot see that button that you describe about it, i’ve checked this page and i cannot see that button : http://santabarbarawebdesign.info/why-choose-us/

    Cheers

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

    That’s the way how the masonry works. If you are not ok with the masonry listing style you can use Post Grid element from VC.

    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: Breadcrumbs #112755
     Radu
    Moderator

    Hi,

    I think it’s a cache issue on your site , i’ve navigated on few products page and it seems to be ok
    https://drive.google.com/file/d/0Bxo5b6iHWRMwaUJFaHNzTWZqamM/view

    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 thumbnails #112746
     Radu
    Moderator

    So, can i mark the topic as resolved ? your issue was fixed by applying the theme &plugins update ?

    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: BP profile Tab #112745
     Radu
    Moderator

    Hi,

    Regarding the point 1 with the profile tabs, do you followed my previous advices ? no error appears in error.log ? even if you disable rest of plugins the tabs not appears and still see white page here : http://www.gozawaj.com/wp-admin/admin.php?page=sweetdate_options&tab=5 also try with the child theme disabled, enable parent theme if you want to disable child theme.

    Regarding the changing video url follow this small video guide : https://drive.google.com/file/d/0Bxo5b6iHWRMwa2xFMFRyUVBzTFE/view

    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: DUPLICATED TABS #112740
     Radu
    Moderator

    Hi, good luck with the migration

    Let me 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: Language and lable problems #112739
     Radu
    Moderator

    Hi,

    Add this lines to your htaccess

    COPY CODE
    
    SecFilterEngine Off
    SecFilterScanPOST Off
    

    Then try again to save from loco and let me know if after you do savings from loco translate if it works or not

    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: Remove date and author #112738
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> quick css

    COPY CODE
    
    ul.entry-meta.clearfix {
        display: none !important;
    }
    

    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: request #112737
     Radu
    Moderator

    Hi,

    You will have to make the menu font size smaller or get rid of one of more menu items.

    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: New users can not create a forum #112630
     Radu
    Moderator

    Hi,

    MAybe when you have created the group you have omitted to check Yes. I want this group to have a forum.

    Go to that group, click manage then click on forum step ( see attached screenshot )

    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: Dissable option to change visibility #112629
     Radu
    Moderator

    Hi,

    You can try this css

    COPY CODE
    .profile .field-visibility-settings legend, .profile .field-visibility-settings-toggle {
    display: none;
    }

    The css can be added into wp-admin -> theme options -> styling options -> quick css

    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: DUPLICATED TABS #112627
     Radu
    Moderator

    Hi,

    Try to use this css and let me know if is ok

    COPY CODE
    .profile #item-body ul.accordion {
        display: none !important;
    }

    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: BP profile Tab #112624
     Radu
    Moderator

    Hi,

    point 1.

    please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run). Repeat the described actions and then check the debug.log file and let me know what error appears.

    point 2. please provide a screenshot or a link to figure out what video.

    point 3. Follow this link : http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html

    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: plans are not displayed #112622
     Radu
    Moderator

    Hi,

    IF you have more membership packages than one and is shown only one please go to wp-admin -> theme options -> memberships and set an order for these (see screenshot) – let me know if this will solve the issue with displaying packages.

     

    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: left side bar #112620
     Radu
    Moderator

    Hi,

    Please follow this small video guide : https://drive.google.com/file/d/0Bxo5b6iHWRMwck5PZk1hQ25CV3c/view

    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 Header Menu Is Out of Service #112608
     Radu
    Moderator

    Hi,

    Please disable wordfence to can view your website i receive this message

    Your access to this site has been limited

    Your access to this service has been temporarily limited. Please try again in a few minutes. (HTTP response code 503)

    Reason: Access from your area has been temporarily limited for security reasons

    From the picture that you have provided it seems that some CSS files are not loaded.

    Cheers

    Radu

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

    Hi,

    The masonry script calculate and arrange every post depends by device resolution, that’s can be a cause.

    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: News page #112606
     Radu
    Moderator

    Hi,

    1. You will have to go to wp-admin -> settings -> reading -> Front page displays -> Front page -> Choose dashboard

    2. What version of theme do you have ? in Version 1.1.1 we have fixed some buddypress translation strings it you don’t have latest version let me know

    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: Remove date and author #112600
     Radu
    Moderator

    Hi,

    From what template ?

    Provide link please

    Cheers

    Radu

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

    Hi,

    Please show me some screenshots something, from what i know this is not really possible, maybe it’s a caching issue ?

    Cheers

    Radu

    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 - 15,161 through 15,200 (of 20,101 total)

Log in with your credentials

Forgot your details?