Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 1,451 total)
  • Author
    Posts
  • in reply to: Installing Demo Data #142517
    Psink
    Keymaster

    Hello @Mckenzie

    Well, i guess something is missing. Please reset your site using the wp reset plugin. Then active all the plugins recommended for the theme.

    – catch themes demo import
    – wp travel
    – jetpack

    after activating all plugins Go to Admin panel >> Appearance >> Theme palace demo import, there you will find a place for demo import. Importing may take a little bit more time, wait until it’s done

    Hope this will helps you

    Regards,
    Psink

    in reply to: Page Editing #142515
    Psink
    Keymaster

    Hello suguna

    sorry for keeping you waiting. Here is the Css add this in Additional Css.

    
    #main-slider .animated {
        animation-duration: unset;
    }
    .slick-current .main-slider-contents {
        animation-name: none;
    }
    

    have a great day

    Regards,
    Psink

    Psink
    Keymaster

    Hello @Rick

    If you have a backup of fresh photo perfect pro theme. Delete the theme and re-upload a fresh one

    Regards,
    Psink

    in reply to: Cropped header image on inner pages #142508
    Psink
    Keymaster

    add this CSS in Additional CSS – change the height as per your requirement

    
    body:not(.home)  .featured-banner img{
        max-height: 300px;
    }
    

    have a good day

    in reply to: REED MORE #142506
    Psink
    Keymaster

    for homepage post title or archive page post title? and please share your site URL

    in reply to: Remove spacing in header and footer #142500
    Psink
    Keymaster

    Hello @William

    Please add this CSS in the theme to remove the top and footer space

    .site-layout-boxed #page {
        margin-top: 0;
        margin-bottom: 0;
    }
    

    To add the above CSS Go To Admin panel >> Appearance >> Customize >> Additional CSS, here paste the above CSS and published.

    Have a good day

    Regards,
    Psink

    in reply to: Item feature #142497
    Psink
    Keymaster

    Hello mlesax

    Can you please tell me which tools give an error while doing SEO positioning? And please describe the process in a little brief.

    Regards,
    Psink

    in reply to: Remove spacing in header and footer #142459
    Psink
    Keymaster

    Hello @william

    I guess the boxed site layout is activated in the theme. Please change the boxed to fluid in the site layout.

    Please see screen record
    https://www.awesomescreenshot.com/video/2323744?key=ecce9955651b57f00eb2b6bf4ed3a0ef

    if you want to remove space from the header and footer within the boxed layout. Please share the site URL.

    Regards,
    Psink

    in reply to: Cropped header image on inner pages #142441
    Psink
    Keymaster

    Please add this CSS in the theme

    CSS to change white color parts to black

    
    main#main {
        background: #000 !important;
        box-shadow: none;
    }
    

    If you want changes color you can change color in above CSS ‘#000’

    Please Go to Admin panel >> Appearance >> Customizer >> Additional Css, paste above css here and published

    in reply to: Cropped header image on inner pages #142439
    Psink
    Keymaster

    Hello @william

    Please share your site URL. We will inspect and give you a few lines of CSS code that will help you to make the header image shorter on the inner pages.

    Regards,
    Psink

    in reply to: how to change comment size #142438
    Psink
    Keymaster

    Hello @wordsbyflip

    Please this CSS in Additional CSS.

    CSS to change comment box size – change padding value as per your nedd

    
    .comment-container {
        padding: 30px 20px;
    }
    

    CSS for user comment reply font size

    
    .comment-content {
        font-size: 14px;
    }
    

    CSS for comment ‘Reply’ Text font size

    
    .comment-container span.reply {
        font-size: 15px;
    }
    

    CSS for comment user name font size

    
    cite.fn.author-name {
        font-size: 20px;
    }
    

    Please add all this CSS to Admin panel >> Appearance >> Customize >> Additional Css, here paste all of CSS and published.

    Have a good day

    Regards,
    Psink

    Psink
    Keymaster

    Hello @Rick Moyer

    I found the menu style on your site and the actual menu style of the theme is totally different. I guess someone has edited the code in theme for the menu to make something different looks. I see the codes that I found on your site for the menu are totally different from the actual code. So we have no idea why the background turns black, it must be due to the issue in javascript.

    We recommend you not to edit the code of the theme. Please contact the person who ever adds extra code into the theme to fix this issue.

    Regards,
    Psink

    in reply to: Create navigation menu on page #142435
    Psink
    Keymaster

    Hello adriana

    Can you please describe your query in more detail? More navigations menus mean, do you want more menu items on the main menu or do you want to add a whole new menu on the theme. It’s is not possible to add a whole new menu. There are only two menus on the theme one is at the top bar and one is the main menu. If you want to add a menu in the sidebar it can be done using a widget.

    Regards,
    Psink

    in reply to: REED MORE #142325
    Psink
    Keymaster

    Hello Diego

    Please follow screen records and the CSS this Css

    
    a.read-more {
        display: inline;
        margin-top: 0;
        background: none;
        color: #fa5742;
        padding: 0;
    }
    a.read-more:hover,
    a.read-more:focus {
        color: #242424;
    }
    

    Screen Record
    https://www.awesomescreenshot.com/video/2305874?key=44028f49cced242aa9f2993bb3e7367f

    Hope this helps

    Have a great day

    Regards,
    Psink

    in reply to: Changing the text “TOP BAR” and “MENU” #142318
    Psink
    Keymaster

    Hello @rudnei

    Please add this CSS in Additional CSS.

    CSS To hide exiting label

    
    .menu-label{
    	display: none;
    }
    

    CSS to add topbar menu label

    
    .menu-toggle::after {
       content: "top";
       padding-left: 5px;
    }
    

    CSS to add primary menu label

    
    #primary-menu-wrapper .menu-toggle::after {
      content: "Main";
      padding-left: 5px;
    }
    

    Please go to Admin panel >> Appearance >> Customize >> Additional CSS, add all of above css here and published

    Have a good day

    Regards,
    Psink

Viewing 15 posts - 1,336 through 1,350 (of 1,451 total)